summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-10-08mm/page_io.c: replace some BUG_ON()s with VM_BUG_ON_PAGE()Andrew Morton1-3/+4
2016-09-19mm: fix the page_swap_info() BUG_ON checkSantosh Shilimkar2-1/+3
2016-08-07mm: make __swap_writepage() use bio_set_op_attrs()Jens Axboe1-2/+3
2016-07-28mm: add cond_resched() to generic_swapfile_activate()Mikulas Patocka1-0/+2
2016-06-07block, fs, mm, drivers: use bio set/get op accessorsMike Christie24-61/+65
2016-06-07block/fs/drivers: remove rw argument from submit_bioMike Christie53-148/+221
2016-05-17Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds46-224/+200
2016-05-01direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig37-112/+99
2016-04-29mm: call swap_slot_free_notify() with page lock heldMinchan Kim1-1/+5
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov381-2721/+2722
2016-03-22zram: revive swap_slot_free_notifyMinchan Kim1-43/+50
2016-03-17mm: convert printk(KERN_<LEVEL> to pr_<level>Joe Perches20-150/+118
2015-08-13fs: use helper bio_add_page() instead of open coding on bi_io_vecKent Overstreet3-20/+9
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig95-682/+622
2015-05-19suspend: simplify block I/O handlingChristoph Hellwig6-155/+122
2015-04-12direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval31-59/+42
2015-03-26fs: move struct kiocb to fs.hChristoph Hellwig63-86/+55
2015-03-13fs: remove ki_nbytesChristoph Hellwig10-38/+28
2015-01-29new helper: iov_iter_bvec()Al Viro4-15/+22
2014-06-15fix __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/vir...Linus Torvalds102-2028/+1796
2014-06-04swap: use bdev_read_page() / bdev_write_page()Matthew Wilcox1-1/+20
2014-05-06bio_vec-backed iov_iterAl Viro5-44/+385
2014-05-06start adding the tag to iov_iterAl Viro15-35/+41
2014-05-06pass iov_iter to ->direct_IO()Al Viro30-126/+117
2014-01-30Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds139-2683/+2144
2014-01-24mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGESasha Levin30-170/+181
2013-11-24block: Abstract out bvec iteratorKent Overstreet107-638/+700
2013-07-30aio: Kill aio_rw_vect_retry()Kent Overstreet11-90/+28
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 Torvalds50-956/+1000
2013-05-08aio: don't include aio.h in sched.hKent Overstreet58-7/+58
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 Jennings2-5/+8
2013-04-29mm: break up swap_writepage() for frontswap backendsSeth Jennings3-4/+14
2013-03-23block: Remove bi_idx referencesKent Overstreet8-13/+2
2012-08-01mm: add support for direct_IO to highmem pagesMel Gorman4-3/+22
2012-08-01mm: swap: implement generic handler for swap_activateMel Gorman4-88/+106
2012-08-01mm: add support for a filesystem to activate swap files and use direct_IO for...Mel Gorman7-3/+105
2012-05-15frontswap: s/put_page/store/g s/get_page/loadKonrad Rzeszutek Wilk7-76/+76
2012-05-15mm: frontswap: core swap subsystem hooks and headersDan Magenheimer4-13/+70
2011-03-10block: kill off REQ_UNPLUGJens Axboe24-75/+43
2010-08-07block: unify flags for struct bio and struct requestChristoph Hellwig47-289/+242
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo4208-717/+3717
2009-12-15swap: rework map_swap_page() againLee Schermerhorn3-8/+18
2009-12-15swap_info: private to swapfile.cHugh Dickins3-26/+25
2009-06-17mm: remove file argument from swap_readpage()Minchan Kim3-3/+3
2009-02-18block: fix bad definition of BIO_RW_SYNCJens Axboe9-13/+13
2009-01-06mm: try_to_free_swap replaces remove_exclusive_swap_pageHugh Dickins7-75/+22
[next]