aboutsummaryrefslogtreecommitdiff
path: root/mm/page_io.c
AgeCommit message (Expand)Author
2015-08-13fs: use helper bio_add_page() instead of open coding on bi_io_vecKent Overstreet
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig
2015-05-19suspend: simplify block I/O handlingChristoph Hellwig
2015-04-11direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval
2015-03-25fs: move struct kiocb to fs.hChristoph Hellwig
2015-03-12fs: remove ki_nbytesChristoph Hellwig
2015-01-29new helper: iov_iter_bvec()Al Viro
2014-06-14fix __swap_writepage() compile failure on old gcc versionsAl Viro
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-06-04swap: use bdev_read_page() / bdev_write_page()Matthew Wilcox
2014-05-06bio_vec-backed iov_iterAl Viro
2014-05-06start adding the tag to iov_iterAl Viro
2014-05-06pass iov_iter to ->direct_IO()Al Viro
2014-01-30Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2014-01-23mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGESasha Levin
2013-11-23block: Abstract out bvec iteratorKent Overstreet
2013-07-30aio: Kill aio_rw_vect_retry()Kent Overstreet
2013-07-03mm: remove compressed copy from zram in-memoryMinchan Kim
2013-05-08Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2013-05-07aio: don't include aio.h in sched.hKent Overstreet
2013-04-29mm: swap: mark swap pages writeback before queueing for direct IOMel Gorman
2013-04-29swap: redirty page if page write fails on swap fileJerome Marchand
2013-04-29mm: allow for outstanding swap writeback accountingSeth Jennings
2013-04-29mm: break up swap_writepage() for frontswap backendsSeth Jennings
2013-03-23block: Remove bi_idx referencesKent Overstreet
2012-07-31mm: add support for direct_IO to highmem pagesMel Gorman
2012-07-31mm: swap: implement generic handler for swap_activateMel Gorman
2012-07-31mm: add support for a filesystem to activate swap files and use direct_IO for...Mel Gorman
2012-05-15frontswap: s/put_page/store/g s/get_page/loadKonrad Rzeszutek Wilk
2012-05-15mm: frontswap: core swap subsystem hooks and headersDan Magenheimer
2011-03-10block: kill off REQ_UNPLUGJens Axboe
2010-08-07block: unify flags for struct bio and struct requestChristoph Hellwig
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-12-15swap: rework map_swap_page() againLee Schermerhorn
2009-12-15swap_info: private to swapfile.cHugh Dickins
2009-06-16mm: remove file argument from swap_readpage()Minchan Kim
2009-02-18block: fix bad definition of BIO_RW_SYNCJens Axboe
2009-01-06mm: try_to_free_swap replaces remove_exclusive_swap_pageHugh Dickins
2009-01-06mm: replace some BUG_ONs by VM_BUG_ONsHugh Dickins
2008-02-05mm: fix PageUptodate data raceNick Piggin
2007-10-10Drop 'size' argument from bio_endio and bi_end_ioNeilBrown
2006-12-07[PATCH] swsusp: use block device offsets to identify swap locationsRafael J. Wysocki
2006-09-26[PATCH] swsusp: read speedupAndrew Morton
2006-09-26[PATCH] swsusp: write speedupAndrew Morton
2006-09-26[PATCH] mm: swap write failure fixupPeter Zijlstra
2006-06-30[PATCH] Light weight event countersChristoph Lameter
2005-10-29[PATCH] mm: split page table lockHugh Dickins
2005-10-08[PATCH] gfp flags annotations - part 1Al Viro
2005-06-25[PATCH] swsusp: kill config_pm_diskPavel Machek
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds