aboutsummaryrefslogtreecommitdiffstats
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-11PM: hibernate: Do not initialize error in swap_write_page()Li zeming1-1/+1
2023-10-31Merge 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-21Merge 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-12treewide: 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
2016-11-01block,fs: use REQ_* flags directlyChristoph Hellwig1-10/+9
2016-07-26Merge tag 'pm-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds1-0/+6
2016-07-22PM / hibernate: Introduce test_resume mode for hibernationChen Yu1-0/+6
2016-06-07pm: use bio op accessorsMike Christie1-12/+18
2016-06-07block/fs/drivers: remove rw argument from submit_bioMike Christie1-2/+3
2016-04-28PM / Hibernate: Call flush_icache_range() on pages restored in-placeJames Morse1-0/+18
2015-11-06mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman1-8/+8
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig1-8/+4
2015-05-19suspend: simplify block I/O handlingChristoph Hellwig1-39/+120
2014-11-18PM / hibernate: Deletion of an unnecessary check before the function call "vf...Markus Elfring1-1/+1
2014-11-03PM / Hibernate: Migrate to ktime_tTina Ruchandani1-20/+21
2014-06-01PM / hibernate: fixed typo in commentNiv Yehezkel1-1/+1
2014-04-07kernel: use macros from compiler.h instead of __attribute__((...))Gideon Israel Dsouza1-1/+1
2012-11-15PM / Hibernate: use rb_entryDavidlohr Bueso1-1/+1
2012-07-01PM / Hibernate: Print hibernation/thaw progress indicator one line at a time.Bojan Smojver1-27/+27
2012-07-01PM / Hibernate: Enable suspend to both for in-kernel hibernation.Bojan Smojver1-0/+28
2012-05-01PM / Hibernate: Hibernate/thaw fixes/improvementsBojan Smojver1-23/+39
2012-04-24PM / Hibernate: fix the number of pages used for hibernate/thaw bufferingBojan Smojver1-6/+22
2012-01-14PM / Hibernate: Drop the check of swap space size for compressed imageBarry Song1-6/+7
2012-01-03fs: move code out of buffer.cAl Viro1-1/+0
2011-10-16PM / Hibernate: Improve performance of LZO/plain hibernation, checksum imageBojan Smojver1-178/+640
2011-01-13Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-2/+3
2010-12-22Merge branch 'master' into for-nextJiri Kosina1-16/+39
2010-12-16PM / Hibernate: Restore old swap signature to avoid user space breakageRafael J. Wysocki1-1/+1
2010-12-06PM / Hibernate: Use async I/O when reading compressed hibernation imageBojan Smojver1-15/+38
2010-11-13block: clean up blkdev_get() wrappers and their usersTejun Heo1-2/+2
2010-11-13block: make blkdev_get/put() handle exclusive accessTejun Heo1-2/+3
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König1-1/+1
2010-10-26use clear_page()/copy_page() in favor of memset()/memcpy() on whole pagesJan Beulich1-3/+3
2010-10-17PM / Hibernate: Modify signature used to mark swapRafael J. Wysocki1-3/+3
2010-10-17PM / Hibernate: Make some boot messages look less scaryRafael J. Wysocki1-2/+2
2010-10-17PM / Hibernate: Compress hibernation image with LZOBojan Smojver1-7/+283
2010-09-09swap: revert special hibernation allocationHugh Dickins1-3/+3
2010-08-09hibernation: freeze swap at hibernationKAMEZAWA Hiroyuki1-3/+3
2010-08-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds1-1/+1
2010-07-19update email addressPavel Machek1-1/+1
2010-07-19PM / Hibernate: Fix typos in comments in kernel/power/swap.cCesar Eduardo Barros1-2/+2
2010-05-10PM / Hibernate: Group swap opsJiri Slaby1-43/+74
2010-05-10PM / Hibernate: Move the first_sector out of swsusp_writeJiri Slaby1-38/+38
2010-05-10PM / Hibernate: Separate block_ioJiri Slaby1-111/+25
2010-05-10PM / Hibernate: Snapshot cleanupJiri Slaby1-4/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-02-26PM / Hibernate: Swap, remove useless check from swsusp_read()Jiri Slaby1-4/+0
2009-12-06PM / Hibernate: Swap, use KERN_CONTJiri Slaby1-3/+3
2009-12-06PM / Hibernate: Move swap functions to kernel/power/swap.c.Nigel Cunningham1-0/+101
2009-11-03PM / Hibernate: Add newline to load_image() fail pathJiri Slaby1-1/+2
2009-11-03PM / Hibernate: Fix error handling in save_image()Jiri Slaby1-16/+16
2009-11-03PM / Hibernate: Fix blkdev refleaksJiri Slaby1-4/+4
2009-09-23headers: utsname.h reduxAlexey Dobriyan1-1/+0
2009-04-15swap: Remove code handling bio_alloc failure with __GFP_WAITNikanth Karthikesan1-2/+0
2009-02-18block: fix bad definition of BIO_RW_SYNCJens Axboe1-2/+3
2008-12-04[PATCH] kill obsolete temporary comment in swsusp_close()Al Viro1-1/+1
2008-10-21[PATCH] sanitize blkdev_get() and friendsAl Viro1-1/+1
2008-10-21[PATCH] propagate mode through swsusp_close()Al Viro1-3/+3
2008-10-21[PATCH] pass fmode_t to blkdev_put()Al Viro1-4/+4
2008-08-23removed unused #include <linux/version.h>'sAdrian Bunk1-1/+0
2008-02-01Hibernation: Update messagesRafael J. Wysocki1-14/+17
2008-02-01Hibernation: Remove unnecessary variable declarationRafael J. Wysocki1-2/+0
2007-07-19swsusp: introduce restore platform operationsRafael J. Wysocki1-5/+15
2007-05-23power: Fix sizeof(PAGE_SIZE) typoOGAWA Hirofumi1-1/+1
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-05-07swsusp: use rbtree for tracking allocated swapRafael J. Wysocki1-13/+5
2007-05-02[PATCH] x86-64: do not use virt_to_page on kernel data addressVivek Goyal1-15/+27
2007-01-05[PATCH] swsusp: Do not fail if resume device is not setRafael J. Wysocki1-4/+5
2006-12-07[PATCH] swsusp: Fix labelsRafael J. Wysocki1-2/+2
2006-12-07[PATCH] swsusp: Measure memory shrinking timeRafael J. Wysocki1-22/+2
2006-12-07[PATCH] swsusp: use __GFP_WAITRafael J. Wysocki1-3/+3
2006-12-07[PATCH] swsusp: Improve handling of highmemRafael J. Wysocki1-1/+1
2006-12-07[PATCH] swsusp: add resume_offset command line parameterRafael J. Wysocki1-5/+10
2006-12-07[PATCH] swsusp: use block device offsets to identify swap locationsRafael J. Wysocki1-63/+70
2006-12-07[PATCH] swsusp: rearrange swap-handling codeRafael J. Wysocki1-109/+112
2006-12-07[PATCH] swsusp: use partition device and offset to identify swap areasRafael J. Wysocki1-1/+1
2006-10-17[PATCH] swsusp: fix memory leaksAndrew Morton1-1/+2
2006-09-26[PATCH] swsusp: Use memory bitmaps during resumeRafael J. Wysocki1-2/+2
2006-09-26[PATCH] swsusp: read speedupAndrew Morton1-68/+70
2006-09-26[PATCH] swsusp: add read-speed instrumentationAndrew Morton1-0/+5
2006-09-26[PATCH] swsusp: write speedupAndrew Morton1-18/+75
2006-09-26[PATCH] swsusp: add write-speed instrumentationAndrew Morton1-3/+29
2006-07-10[PATCH] swsusp: fix panic when signature can't be readLinus Torvalds1-2/+4
2006-07-10[PATCH] swsusp warning fixAndrew Morton1-10/+10
2006-03-26[PATCH] swswsup: return correct load_image errorCon Kolivas1-3/+4
2006-03-23[PATCH] swsusp: separate swap-writing/reading codeRafael J. Wysocki1-0/+544