summaryrefslogtreecommitdiffstats
path: root/kernel/power/swap.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pm-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2024-03-131-74/+123
|\
| * PM: hibernate: Don't ignore return from set_memory_ro()Christophe Leroy2024-02-221-4/+4
| * PM: hibernate: Move to crypto APIs for LZO compressionNikhil V2024-02-051-26/+75
| * PM: hibernate: Rename lzo* to make it genericNikhil V2024-02-051-60/+60
* | power: port block device access to fileChristian Brauner2024-02-251-14/+14
|/
* PM: hibernate: Repair excess function parameter description warningRandy Dunlap2023-12-201-1/+0
* PM: hibernate: Enforce ordering during image compression/decompressionHongchen Zhang2023-12-151-19/+19
* PM: hibernate: Do not initialize error in swap_write_page()Li zeming2023-12-111-1/+1
* Merge tag 'pm-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2023-10-311-2/+2
|\
| * PM: hibernate: fix the kerneldoc comment for swsusp_check() and swsusp_close()Christoph Hellwig2023-09-261-2/+2
* | PM: hibernate: Drop unused snapshot_test argumentJan Kara2023-10-281-3/+3
* | PM: hibernate: Convert to bdev_open_by_dev()Jan Kara2023-10-281-15/+16
|/
* PM: hibernate: Rename function parameter from snapshot_test to exclusiveChen Yu2023-09-121-6/+8
* block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig2023-06-121-3/+3
* block: use the holder as indication for exclusive opensChristoph Hellwig2023-06-121-12/+9
* swsusp: don't pass a stack address to blkdev_get_by_pathChristoph Hellwig2023-06-121-2/+3
* PM: hibernate: remove the global snapshot_test variableChristoph Hellwig2023-06-051-1/+1
* block: introduce holder opsChristoph Hellwig2023-06-051-2/+2
* PM: hibernate: Do not get block device exclusively in test_resume modeChen Yu2023-04-271-2/+6
* PM: hibernate: swap: don't use /** for non-kernel-doc commentsRandy Dunlap2023-01-201-8/+8
* PM: Use the enum req_op and blk_opf_t typesBart Van Assche2022-07-141-16/+13
* Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds2022-03-211-4/+2
|\
| * block: pass a block_device and opf to bio_allocChristoph Hellwig2022-02-021-3/+2
| * block: remove genhd.hChristoph Hellwig2022-02-021-1/+0
* | PM: hibernate: Clean up non-kernel-doc commentsJiapeng Chong2022-03-011-4/+4
|/
* PM: hibernate: Allow ACPI hardware signature to be honouredDavid Woodhouse2021-12-081-2/+14
* PM: hibernate: Get block device exclusively in swsusp_check()Ye Bin2021-10-211-2/+3
* PM: hibernate: swap: Use vzalloc() and kzalloc()Cai Huoqing2021-10-211-10/+4
* PM: hibernate: fix sparse warningsAnders Roxell2021-10-211-2/+2
* PM: hibernate: Remove blk_status_to_errno in hib_wait_ioFalla Coulibaly2021-09-151-1/+1
* PM: hibernate: fix spelling mistakesZhen Lei2021-05-241-1/+1
* PM: sleep: fix typos in commentsLu Jialin2021-04-081-1/+1
* PM: hibernate: flush swap writer after markingLaurent Badel2021-01-251-1/+1
* Merge tag 'pm-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2020-10-141-0/+15
|\
| * PM: hibernate: Batch hibernate and resume IO requestsXiaoyi Chen2020-09-281-0/+15
* | PM: mm: cleanup swsusp_swap_checkChristoph Hellwig2020-09-231-6/+4
* | mm: split swap_type_ofChristoph Hellwig2020-09-231-9/+8
|/
* PM: hibernate: Add __init annotation to swsusp_header_init()Christophe JAILLET2020-06-051-1/+1
* kernel: power: swap: use kzalloc() instead of kmalloc() followed by memset()Fuqian Huang2019-06-281-2/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428Thomas Gleixner2019-06-051-3/+1
* PM / hibernate: cast PAGE_SIZE to int when comparing with error codeChengguang Xu2018-07-021-2/+2
* treewide: Use array_size() in vmalloc()Kees Cook2018-06-121-3/+3
* block: consistently use GFP_NOIO instead of __GFP_NORECLAIMChristoph Hellwig2018-05-141-7/+7
* Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-blockLinus Torvalds2018-01-291-1/+1
|\
| * block: convert to bio_first_bvec_all & bio_first_page_allMing Lei2018-01-061-1/+1
* | PM / hibernate: Drop unused parameter of enough_swapKyungsik Lee2018-01-171-2/+2
|/
* PM: Use a more common logging styleJoe Perches2017-10-031-71/+57
* block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2017-08-231-3/+2
* block: switch bios to blk_status_tChristoph Hellwig2017-06-091-7/+7
* PM / Hibernate: Use rb_entry() instead of container_of()Geliang Tang2017-01-271-1/+1