summaryrefslogtreecommitdiffstats
path: root/mm/page_io.c
Commit message (Expand)AuthorAgeFilesLines
* writeback: add wbc_to_write_flags()Jens Axboe2016-11-021-4/+1
* mm/page_io.c: replace some BUG_ON()s with VM_BUG_ON_PAGE()Andrew Morton2016-10-071-3/+4
* mm: fix the page_swap_info() BUG_ON checkSantosh Shilimkar2016-09-191-0/+3
* mm: make __swap_writepage() use bio_set_op_attrs()Jens Axboe2016-08-071-2/+3
* mm: add cond_resched() to generic_swapfile_activate()Mikulas Patocka2016-07-281-0/+2
* block, fs, mm, drivers: use bio set/get op accessorsMike Christie2016-06-071-2/+2
* block/fs/drivers: remove rw argument from submit_bioMike Christie2016-06-071-4/+6
* Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-05-171-1/+1
|\
| * direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig2016-05-011-1/+1
* | mm: call swap_slot_free_notify() with page lock heldMinchan Kim2016-04-281-1/+5
|/
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-1/+1
* zram: revive swap_slot_free_notifyMinchan Kim2016-03-221-43/+50
* mm: convert printk(KERN_<LEVEL> to pr_<level>Joe Perches2016-03-171-11/+11
* fs: use helper bio_add_page() instead of open coding on bi_io_vecKent Overstreet2015-08-131-5/+3
* block: add a bi_error field to struct bioChristoph Hellwig2015-07-291-7/+5
* suspend: simplify block I/O handlingChristoph Hellwig2015-05-191-1/+1
* direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval2015-04-111-3/+1
* fs: move struct kiocb to fs.hChristoph Hellwig2015-03-251-1/+1
* fs: remove ki_nbytesChristoph Hellwig2015-03-121-1/+0
* new helper: iov_iter_bvec()Al Viro2015-01-291-7/+2
* fix __swap_writepage() compile failure on old gcc versionsAl Viro2014-06-141-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-06-121-7/+14
|\
| * bio_vec-backed iov_iterAl Viro2014-05-061-7/+12
| * start adding the tag to iov_iterAl Viro2014-05-061-1/+1
| * pass iov_iter to ->direct_IO()Al Viro2014-05-061-2/+4
* | swap: use bdev_read_page() / bdev_write_page()Matthew Wilcox2014-06-041-1/+20
|/
* Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds2014-01-301-5/+5
|\
| * block: Abstract out bvec iteratorKent Overstreet2013-11-231-5/+5
* | mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGESasha Levin2014-01-231-2/+2
|/
* aio: Kill aio_rw_vect_retry()Kent Overstreet2013-07-301-1/+0
* mm: remove compressed copy from zram in-memoryMinchan Kim2013-07-031-2/+48
* Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-blockLinus Torvalds2013-05-081-1/+0
|\
| * block: Remove bi_idx referencesKent Overstreet2013-03-231-1/+0
* | aio: don't include aio.h in sched.hKent Overstreet2013-05-071-0/+1
* | mm: swap: mark swap pages writeback before queueing for direct IOMel Gorman2013-04-291-0/+15
* | swap: redirty page if page write fails on swap fileJerome Marchand2013-04-291-0/+2
* | mm: allow for outstanding swap writeback accountingSeth Jennings2013-04-291-4/+5
* | mm: break up swap_writepage() for frontswap backendsSeth Jennings2013-04-291-3/+11
|/
* mm: add support for direct_IO to highmem pagesMel Gorman2012-07-311-1/+2
* mm: swap: implement generic handler for swap_activateMel Gorman2012-07-311-0/+92
* mm: add support for a filesystem to activate swap files and use direct_IO for...Mel Gorman2012-07-311-0/+52
* frontswap: s/put_page/store/g s/get_page/loadKonrad Rzeszutek Wilk2012-05-151-2/+2
* mm: frontswap: core swap subsystem hooks and headersDan Magenheimer2012-05-151-0/+12
* block: kill off REQ_UNPLUGJens Axboe2011-03-101-1/+1
* block: unify flags for struct bio and struct requestChristoph Hellwig2010-08-071-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* swap: rework map_swap_page() againLee Schermerhorn2009-12-151-3/+1
* swap_info: private to swapfile.cHugh Dickins2009-12-151-12/+7
* mm: remove file argument from swap_readpage()Minchan Kim2009-06-161-1/+1
* block: fix bad definition of BIO_RW_SYNCJens Axboe2009-02-181-1/+1