summaryrefslogtreecommitdiffstats
path: root/kernel/power/swap.c
AgeCommit message (Expand)AuthorLines
2012-05-01PM / Hibernate: Hibernate/thaw fixes/improvementsBojan Smojver-23/+39
2012-04-24PM / Hibernate: fix the number of pages used for hibernate/thaw bufferingBojan Smojver-6/+22
2012-01-14PM / Hibernate: Drop the check of swap space size for compressed imageBarry Song-6/+7
2012-01-03fs: move code out of buffer.cAl Viro-1/+0
2011-10-16PM / Hibernate: Improve performance of LZO/plain hibernation, checksum imageBojan Smojver-178/+640
2011-01-13Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds-2/+3
2010-12-22Merge branch 'master' into for-nextJiri Kosina-16/+39
2010-12-16PM / Hibernate: Restore old swap signature to avoid user space breakageRafael J. Wysocki-1/+1
2010-12-06PM / Hibernate: Use async I/O when reading compressed hibernation imageBojan Smojver-15/+38
2010-11-13block: clean up blkdev_get() wrappers and their usersTejun Heo-2/+2
2010-11-13block: make blkdev_get/put() handle exclusive accessTejun Heo-2/+3
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König-1/+1
2010-10-26use clear_page()/copy_page() in favor of memset()/memcpy() on whole pagesJan Beulich-3/+3
2010-10-17PM / Hibernate: Modify signature used to mark swapRafael J. Wysocki-3/+3
2010-10-17PM / Hibernate: Make some boot messages look less scaryRafael J. Wysocki-2/+2
2010-10-17PM / Hibernate: Compress hibernation image with LZOBojan Smojver-7/+283
2010-09-09swap: revert special hibernation allocationHugh Dickins-3/+3
2010-08-09hibernation: freeze swap at hibernationKAMEZAWA Hiroyuki-3/+3
2010-08-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds-1/+1
2010-07-19update email addressPavel Machek-1/+1
2010-07-19PM / Hibernate: Fix typos in comments in kernel/power/swap.cCesar Eduardo Barros-2/+2
2010-05-10PM / Hibernate: Group swap opsJiri Slaby-43/+74
2010-05-10PM / Hibernate: Move the first_sector out of swsusp_writeJiri Slaby-38/+38
2010-05-10PM / Hibernate: Separate block_ioJiri Slaby-111/+25
2010-05-10PM / Hibernate: Snapshot cleanupJiri Slaby-4/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2010-02-26PM / Hibernate: Swap, remove useless check from swsusp_read()Jiri Slaby-4/+0
2009-12-06PM / Hibernate: Swap, use KERN_CONTJiri Slaby-3/+3
2009-12-06PM / Hibernate: Move swap functions to kernel/power/swap.c.Nigel Cunningham-0/+101
2009-11-03PM / Hibernate: Add newline to load_image() fail pathJiri Slaby-1/+2
2009-11-03PM / Hibernate: Fix error handling in save_image()Jiri Slaby-16/+16
2009-11-03PM / Hibernate: Fix blkdev refleaksJiri Slaby-4/+4
2009-09-23headers: utsname.h reduxAlexey Dobriyan-1/+0
2009-04-15swap: Remove code handling bio_alloc failure with __GFP_WAITNikanth Karthikesan-2/+0
2009-02-18block: fix bad definition of BIO_RW_SYNCJens Axboe-2/+3
2008-12-04[PATCH] kill obsolete temporary comment in swsusp_close()Al Viro-1/+1
2008-10-21[PATCH] sanitize blkdev_get() and friendsAl Viro-1/+1
2008-10-21[PATCH] propagate mode through swsusp_close()Al Viro-3/+3
2008-10-21[PATCH] pass fmode_t to blkdev_put()Al Viro-4/+4
2008-08-23removed unused #include <linux/version.h>'sAdrian Bunk-1/+0
2008-02-01Hibernation: Update messagesRafael J. Wysocki-14/+17
2008-02-01Hibernation: Remove unnecessary variable declarationRafael J. Wysocki-2/+0
2007-07-19swsusp: introduce restore platform operationsRafael J. Wysocki-5/+15
2007-05-23power: Fix sizeof(PAGE_SIZE) typoOGAWA Hirofumi-1/+1
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap-1/+0
2007-05-07swsusp: use rbtree for tracking allocated swapRafael J. Wysocki-13/+5
2007-05-02[PATCH] x86-64: do not use virt_to_page on kernel data addressVivek Goyal-15/+27
2007-01-05[PATCH] swsusp: Do not fail if resume device is not setRafael J. Wysocki-4/+5
2006-12-07[PATCH] swsusp: Fix labelsRafael J. Wysocki-2/+2
2006-12-07[PATCH] swsusp: Measure memory shrinking timeRafael J. Wysocki-22/+2