aboutsummaryrefslogtreecommitdiff
path: root/mm/page_io.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedGravatar Mike Rapoport 1-1/+0
2020-02-03fs: Enable bmap() function to properly return errorsGravatar Carlos Maiolino 1-4/+7
2019-12-01mm/page_io.c: annotate refault stalls from swap_readpageGravatar Minchan Kim 1-2/+13
2019-11-15mm/page_io.c: do not free shared swap slotsGravatar Vinayak Menon 1-3/+3
2019-07-12mm, swap: use rbtree for swap_extentGravatar Aaron Lu 1-1/+1
2019-07-05swap_readpage(): avoid blk_wake_io_task() if !synchronousGravatar Oleg Nesterov 1-5/+8
2019-06-29mm, swap: fix THP swap outGravatar Huang Ying 1-5/+2
2019-01-04mm/page_io.c: fix polled swap page inGravatar Jens Axboe 1-1/+3
2019-01-02block: don't use un-ordered __set_current_state(TASK_UNINTERRUPTIBLE)Gravatar Linus Torvalds 1-2/+1
2018-12-07blkcg: associate a blkg for pages being evicted by swapGravatar Dennis Zhou 1-1/+1
2018-11-26block: make blk_poll() take a parameter on whether to spin or notGravatar Jens Axboe 1-1/+1
2018-11-19block: avoid ordered task state change for polled IOGravatar Jens Axboe 1-1/+2
2018-11-16block: add polled wakeup task helperGravatar Jens Axboe 1-1/+1
2018-11-02Merge tag 'for-linus-20181102' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+1
2018-11-01Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Gravatar Linus Torvalds 1-1/+1
2018-11-01blkcg: revert blkcg cleanups seriesGravatar Dennis Zhou 1-1/+1
2018-10-26mm: split SWP_FILE into SWP_ACTIVATED and SWP_FSGravatar Omar Sandoval 1-3/+3
2018-10-24iov_iter: Separate type from direction and use accessor functionsGravatar David Howells 1-1/+1
2018-09-21blkcg: associate a blkg for pages being evicted by swapGravatar Dennis Zhou (Facebook) 1-1/+1
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