aboutsummaryrefslogtreecommitdiffstats
path: root/mm/page_io.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-29new helper: iov_iter_bvec()Al Viro1-7/+2
2014-06-14fix __swap_writepage() compile failure on old gcc versionsAl Viro1-1/+1
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-7/+14
2014-06-04swap: use bdev_read_page() / bdev_write_page()Matthew Wilcox1-1/+20
2014-05-06bio_vec-backed iov_iterAl Viro1-7/+12
2014-05-06start adding the tag to iov_iterAl Viro1-1/+1
2014-05-06pass iov_iter to ->direct_IO()Al Viro1-2/+4
2014-01-30Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-5/+5
2014-01-23mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGESasha Levin1-2/+2
2013-11-23block: Abstract out bvec iteratorKent Overstreet1-5/+5
2013-07-30aio: Kill aio_rw_vect_retry()Kent Overstreet1-1/+0
2013-07-03mm: remove compressed copy from zram in-memoryMinchan Kim1-2/+48
2013-05-08Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+0
2013-05-07aio: don't include aio.h in sched.hKent Overstreet1-0/+1
2013-04-29mm: swap: mark swap pages writeback before queueing for direct IOMel Gorman1-0/+15
2013-04-29swap: redirty page if page write fails on swap fileJerome Marchand1-0/+2
2013-04-29mm: allow for outstanding swap writeback accountingSeth Jennings1-4/+5
2013-04-29mm: break up swap_writepage() for frontswap backendsSeth Jennings1-3/+11
2013-03-23block: Remove bi_idx referencesKent Overstreet1-1/+0
2012-07-31mm: add support for direct_IO to highmem pagesMel Gorman1-1/+2
2012-07-31mm: swap: implement generic handler for swap_activateMel Gorman1-0/+92
2012-07-31mm: add support for a filesystem to activate swap files and use direct_IO for writing swap pagesMel Gorman1-0/+52
2012-05-15frontswap: s/put_page/store/g s/get_page/loadKonrad Rzeszutek Wilk1-2/+2
2012-05-15mm: frontswap: core swap subsystem hooks and headersDan Magenheimer1-0/+12
2011-03-10block: kill off REQ_UNPLUGJens Axboe1-1/+1
2010-08-07block: unify flags for struct bio and struct requestChristoph Hellwig1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-12-15swap: rework map_swap_page() againLee Schermerhorn1-3/+1
2009-12-15swap_info: private to swapfile.cHugh Dickins1-12/+7
2009-06-16mm: remove file argument from swap_readpage()Minchan Kim1-1/+1
2009-02-18block: fix bad definition of BIO_RW_SYNCJens Axboe1-1/+1
2009-01-06mm: try_to_free_swap replaces remove_exclusive_swap_pageHugh Dickins1-1/+1
2009-01-06mm: replace some BUG_ONs by VM_BUG_ONsHugh Dickins1-2/+2
2008-02-05mm: fix PageUptodate data raceNick Piggin1-1/+1
2007-10-10Drop 'size' argument from bio_endio and bi_end_ioNeilBrown1-10/+2
2006-12-07[PATCH] swsusp: use block device offsets to identify swap locationsRafael J. Wysocki1-45/+0
2006-09-26[PATCH] swsusp: read speedupAndrew Morton1-1/+1
2006-09-26[PATCH] swsusp: write speedupAndrew Morton1-6/+19
2006-09-26[PATCH] mm: swap write failure fixupPeter Zijlstra1-1/+20
2006-06-30[PATCH] Light weight event countersChristoph Lameter1-2/+2
2005-10-29[PATCH] mm: split page table lockHugh Dickins1-2/+4
2005-10-08[PATCH] gfp flags annotations - part 1Al Viro1-1/+1
2005-06-25[PATCH] swsusp: kill config_pm_diskPavel Machek1-1/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+160