summaryrefslogtreecommitdiff
path: root/kernel/power/swap.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-13Merge tag 'pm-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds1-74/+123
2024-02-25power: port block device access to fileChristian Brauner1-14/+14
2024-02-22PM: hibernate: Don't ignore return from set_memory_ro()Christophe Leroy1-4/+4
2024-02-05PM: hibernate: Move to crypto APIs for LZO compressionNikhil V1-26/+75
2024-02-05PM: hibernate: Rename lzo* to make it genericNikhil V1-60/+60
2023-12-20PM: hibernate: Repair excess function parameter description warningRandy Dunlap1-1/+0
2023-12-15PM: hibernate: Enforce ordering during image compression/decompressionHongchen Zhang1-19/+19
2023-12-12PM: hibernate: Do not initialize error in swap_write_page()Li zeming1-1/+1
2023-11-01Merge tag 'pm-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds1-2/+2
2023-10-28PM: hibernate: Drop unused snapshot_test argumentJan Kara1-3/+3
2023-10-28PM: hibernate: Convert to bdev_open_by_dev()Jan Kara1-15/+16
2023-09-26PM: hibernate: fix the kerneldoc comment for swsusp_check() and swsusp_close()Christoph Hellwig1-2/+2
2023-09-12PM: hibernate: Rename function parameter from snapshot_test to exclusiveChen Yu1-6/+8
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig1-3/+3
2023-06-12block: use the holder as indication for exclusive opensChristoph Hellwig1-12/+9
2023-06-12swsusp: don't pass a stack address to blkdev_get_by_pathChristoph Hellwig1-2/+3
2023-06-05PM: hibernate: remove the global snapshot_test variableChristoph Hellwig1-1/+1
2023-06-05block: introduce holder opsChristoph Hellwig1-2/+2
2023-04-27PM: hibernate: Do not get block device exclusively in test_resume modeChen Yu1-2/+6
2023-01-20PM: hibernate: swap: don't use /** for non-kernel-doc commentsRandy Dunlap1-8/+8
2022-07-14PM: Use the enum req_op and blk_opf_t typesBart Van Assche1-16/+13
2022-03-22Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+2
2022-03-01PM: hibernate: Clean up non-kernel-doc commentsJiapeng Chong1-4/+4
2022-02-02block: pass a block_device and opf to bio_allocChristoph Hellwig1-3/+2
2022-02-02block: remove genhd.hChristoph Hellwig1-1/+0
2021-12-08PM: hibernate: Allow ACPI hardware signature to be honouredDavid Woodhouse1-2/+14
2021-10-21PM: hibernate: Get block device exclusively in swsusp_check()Ye Bin1-2/+3
2021-10-21PM: hibernate: swap: Use vzalloc() and kzalloc()Cai Huoqing1-10/+4
2021-10-21PM: hibernate: fix sparse warningsAnders Roxell1-2/+2
2021-09-15PM: hibernate: Remove blk_status_to_errno in hib_wait_ioFalla Coulibaly1-1/+1
2021-05-24PM: hibernate: fix spelling mistakesZhen Lei1-1/+1
2021-04-08PM: sleep: fix typos in commentsLu Jialin1-1/+1
2021-01-25PM: hibernate: flush swap writer after markingLaurent Badel1-1/+1
2020-10-14Merge tag 'pm-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-0/+15
2020-09-28PM: hibernate: Batch hibernate and resume IO requestsXiaoyi Chen1-0/+15
2020-09-23PM: mm: cleanup swsusp_swap_checkChristoph Hellwig1-6/+4
2020-09-23mm: split swap_type_ofChristoph Hellwig1-9/+8
2020-06-05PM: hibernate: Add __init annotation to swsusp_header_init()Christophe JAILLET1-1/+1
2019-06-28kernel: power: swap: use kzalloc() instead of kmalloc() followed by memset()Fuqian Huang1-2/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428Thomas Gleixner1-3/+1
2018-07-02PM / hibernate: cast PAGE_SIZE to int when comparing with error codeChengguang Xu1-2/+2
2018-06-13treewide: Use array_size() in vmalloc()Kees Cook1-3/+3
2018-05-14block: consistently use GFP_NOIO instead of __GFP_NORECLAIMChristoph Hellwig1-7/+7
2018-01-29Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2018-01-17PM / hibernate: Drop unused parameter of enough_swapKyungsik Lee1-2/+2
2018-01-06block: convert to bio_first_bvec_all & bio_first_page_allMing Lei1-1/+1
2017-10-03PM: Use a more common logging styleJoe Perches1-71/+57
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig1-3/+2
2017-06-09block: switch bios to blk_status_tChristoph Hellwig1-7/+7
2017-01-27PM / Hibernate: Use rb_entry() instead of container_of()Geliang Tang1-1/+1