index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
power
/
swap.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-13
Merge tag 'pm-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
Linus Torvalds
1
-74
/
+123
2024-02-25
power: port block device access to file
Christian Brauner
1
-14
/
+14
2024-02-22
PM: hibernate: Don't ignore return from set_memory_ro()
Christophe Leroy
1
-4
/
+4
2024-02-05
PM: hibernate: Move to crypto APIs for LZO compression
Nikhil V
1
-26
/
+75
2024-02-05
PM: hibernate: Rename lzo* to make it generic
Nikhil V
1
-60
/
+60
2023-12-20
PM: hibernate: Repair excess function parameter description warning
Randy Dunlap
1
-1
/
+0
2023-12-15
PM: hibernate: Enforce ordering during image compression/decompression
Hongchen Zhang
1
-19
/
+19
2023-12-11
PM: hibernate: Do not initialize error in swap_write_page()
Li zeming
1
-1
/
+1
2023-10-31
Merge tag 'pm-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
Linus Torvalds
1
-2
/
+2
2023-10-28
PM: hibernate: Drop unused snapshot_test argument
Jan Kara
1
-3
/
+3
2023-10-28
PM: hibernate: Convert to bdev_open_by_dev()
Jan Kara
1
-15
/
+16
2023-09-26
PM: hibernate: fix the kerneldoc comment for swsusp_check() and swsusp_close()
Christoph Hellwig
1
-2
/
+2
2023-09-12
PM: hibernate: Rename function parameter from snapshot_test to exclusive
Chen Yu
1
-6
/
+8
2023-06-12
block: replace fmode_t with a block-specific type for block open flags
Christoph Hellwig
1
-3
/
+3
2023-06-12
block: use the holder as indication for exclusive opens
Christoph Hellwig
1
-12
/
+9
2023-06-12
swsusp: don't pass a stack address to blkdev_get_by_path
Christoph Hellwig
1
-2
/
+3
2023-06-05
PM: hibernate: remove the global snapshot_test variable
Christoph Hellwig
1
-1
/
+1
2023-06-05
block: introduce holder ops
Christoph Hellwig
1
-2
/
+2
2023-04-27
PM: hibernate: Do not get block device exclusively in test_resume mode
Chen Yu
1
-2
/
+6
2023-01-20
PM: hibernate: swap: don't use /** for non-kernel-doc comments
Randy Dunlap
1
-8
/
+8
2022-07-14
PM: Use the enum req_op and blk_opf_t types
Bart Van Assche
1
-16
/
+13
2022-03-21
Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-4
/
+2
2022-03-01
PM: hibernate: Clean up non-kernel-doc comments
Jiapeng Chong
1
-4
/
+4
2022-02-02
block: pass a block_device and opf to bio_alloc
Christoph Hellwig
1
-3
/
+2
2022-02-02
block: remove genhd.h
Christoph Hellwig
1
-1
/
+0
2021-12-08
PM: hibernate: Allow ACPI hardware signature to be honoured
David Woodhouse
1
-2
/
+14
2021-10-21
PM: hibernate: Get block device exclusively in swsusp_check()
Ye Bin
1
-2
/
+3
2021-10-21
PM: hibernate: swap: Use vzalloc() and kzalloc()
Cai Huoqing
1
-10
/
+4
2021-10-21
PM: hibernate: fix sparse warnings
Anders Roxell
1
-2
/
+2
2021-09-15
PM: hibernate: Remove blk_status_to_errno in hib_wait_io
Falla Coulibaly
1
-1
/
+1
2021-05-24
PM: hibernate: fix spelling mistakes
Zhen Lei
1
-1
/
+1
2021-04-08
PM: sleep: fix typos in comments
Lu Jialin
1
-1
/
+1
2021-01-25
PM: hibernate: flush swap writer after marking
Laurent Badel
1
-1
/
+1
2020-10-14
Merge tag 'pm-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
1
-0
/
+15
2020-09-28
PM: hibernate: Batch hibernate and resume IO requests
Xiaoyi Chen
1
-0
/
+15
2020-09-23
PM: mm: cleanup swsusp_swap_check
Christoph Hellwig
1
-6
/
+4
2020-09-23
mm: split swap_type_of
Christoph Hellwig
1
-9
/
+8
2020-06-05
PM: hibernate: Add __init annotation to swsusp_header_init()
Christophe JAILLET
1
-1
/
+1
2019-06-28
kernel: power: swap: use kzalloc() instead of kmalloc() followed by memset()
Fuqian Huang
1
-2
/
+1
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428
Thomas Gleixner
1
-3
/
+1
2018-07-02
PM / hibernate: cast PAGE_SIZE to int when comparing with error code
Chengguang Xu
1
-2
/
+2
2018-06-12
treewide: Use array_size() in vmalloc()
Kees Cook
1
-3
/
+3
2018-05-14
block: consistently use GFP_NOIO instead of __GFP_NORECLAIM
Christoph Hellwig
1
-7
/
+7
2018-01-29
Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+1
2018-01-17
PM / hibernate: Drop unused parameter of enough_swap
Kyungsik Lee
1
-2
/
+2
2018-01-06
block: convert to bio_first_bvec_all & bio_first_page_all
Ming Lei
1
-1
/
+1
2017-10-03
PM: Use a more common logging style
Joe Perches
1
-71
/
+57
2017-08-23
block: replace bi_bdev with a gendisk pointer and partitions index
Christoph Hellwig
1
-3
/
+2
2017-06-09
block: switch bios to blk_status_t
Christoph Hellwig
1
-7
/
+7
2017-01-27
PM / Hibernate: Use rb_entry() instead of container_of()
Geliang Tang
1
-1
/
+1
[next]