aboutsummaryrefslogtreecommitdiff
path: root/mm/page_io.c
AgeCommit message (Expand)AuthorFilesLines
2018-07-09swap,blkcg: issue swap io with the appropriate contextGravatar Tejun Heo 1-0/+1
2018-07-09blk: introduce REQ_SWAPGravatar Josef Bacik 1-1/+1
2018-01-06block: convert to bio_first_bvec_all & bio_first_page_allGravatar Ming Lei 1-2/+2
2017-11-15mm, swap: skip swapcache for swapin of synchronous deviceGravatar Minchan Kim 1-3/+3
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+1
2017-11-03block: add a poll_fn callback to struct request_queueGravatar Christoph Hellwig 1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-8/+9
2017-09-06mm: test code to write THP to swap device as a wholeGravatar Huang Ying 1-5/+16
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexGravatar Christoph Hellwig 1-8/+9
2017-08-02mm/page_io.c: fix oops during block io poll in swapin pathGravatar Tetsuo Handa 1-0/+7
2017-07-10swap: add block io poll in swapin pathGravatar Shaohua Li 1-2/+21
2017-06-09block: switch bios to blk_status_tGravatar Christoph Hellwig 1-2/+2
2016-11-02writeback: add wbc_to_write_flags()Gravatar Jens Axboe 1-4/+1
2016-10-07mm/page_io.c: replace some BUG_ON()s with VM_BUG_ON_PAGE()Gravatar Andrew Morton 1-3/+4
2016-09-19mm: fix the page_swap_info() BUG_ON checkGravatar Santosh Shilimkar 1-0/+3
2016-08-07mm: make __swap_writepage() use bio_set_op_attrs()Gravatar Jens Axboe 1-2/+3
2016-07-28mm: add cond_resched() to generic_swapfile_activate()Gravatar Mikulas Patocka 1-0/+2
2016-06-07block, fs, mm, drivers: use bio set/get op accessorsGravatar Mike Christie 1-2/+2
2016-06-07block/fs/drivers: remove rw argument from submit_bioGravatar Mike Christie 1-4/+6
2016-05-17Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+1
2016-05-01direct-io: eliminate the offset argument to ->direct_IOGravatar Christoph Hellwig 1-1/+1
2016-04-28mm: call swap_slot_free_notify() with page lock heldGravatar Minchan Kim 1-1/+5
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 1-1/+1
2016-03-22zram: revive swap_slot_free_notifyGravatar Minchan Kim 1-43/+50
2016-03-17mm: convert printk(KERN_<LEVEL> to pr_<level>Gravatar Joe Perches 1-11/+11
2015-08-13fs: use helper bio_add_page() instead of open coding on bi_io_vecGravatar Kent Overstreet 1-5/+3
2015-07-29block: add a bi_error field to struct bioGravatar Christoph Hellwig 1-7/+5
2015-05-19suspend: simplify block I/O handlingGravatar Christoph Hellwig 1-1/+1
2015-04-11direct_IO: remove rw from a_ops->direct_IO()Gravatar Omar Sandoval 1-3/+1
2015-03-25fs: move struct kiocb to fs.hGravatar Christoph Hellwig 1-1/+1
2015-03-12fs: remove ki_nbytesGravatar Christoph Hellwig 1-1/+0
2015-01-29new helper: iov_iter_bvec()Gravatar Al Viro 1-7/+2
2014-06-14fix __swap_writepage() compile failure on old gcc versionsGravatar Al Viro 1-1/+1
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-7/+14
2014-06-04swap: use bdev_read_page() / bdev_write_page()Gravatar Matthew Wilcox 1-1/+20
2014-05-06bio_vec-backed iov_iterGravatar Al Viro 1-7/+12
2014-05-06start adding the tag to iov_iterGravatar Al Viro 1-1/+1
2014-05-06pass iov_iter to ->direct_IO()Gravatar Al Viro 1-2/+4
2014-01-30Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-5/+5
2014-01-23mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGEGravatar Sasha Levin 1-2/+2
2013-11-23block: Abstract out bvec iteratorGravatar Kent Overstreet 1-5/+5
2013-07-30aio: Kill aio_rw_vect_retry()Gravatar Kent Overstreet 1-1/+0
2013-07-03mm: remove compressed copy from zram in-memoryGravatar Minchan Kim 1-2/+48
2013-05-08Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+0
2013-05-07aio: don't include aio.h in sched.hGravatar Kent Overstreet 1-0/+1
2013-04-29mm: swap: mark swap pages writeback before queueing for direct IOGravatar Mel Gorman 1-0/+15
2013-04-29swap: redirty page if page write fails on swap fileGravatar Jerome Marchand 1-0/+2
2013-04-29mm: allow for outstanding swap writeback accountingGravatar Seth Jennings 1-4/+5
2013-04-29mm: break up swap_writepage() for frontswap backendsGravatar Seth Jennings 1-3/+11