ta name='robots' content='index, nofollow'/>
summaryrefslogtreecommitdiff
path: root/mm/page_io.c
AgeCommit message (Expand)Author
2020-02-03fs: Enable bmap() function to properly return errorsCarlos Maiolino
2019-12-01mm/page_io.c: annotate refault stalls from swap_readpageMinchan Kim
2019-11-15mm/page_io.c: do not free shared swap slotsVinayak Menon
2019-07-12mm, swap: use rbtree for swap_extentAaron Lu
2019-07-05swap_readpage(): avoid blk_wake_io_task() if !synchronousOleg Nesterov
2019-06-29mm, swap: fix THP swap outHuang Ying
2019-01-04mm/page_io.c: fix polled swap page inJens Axboe
2019-01-02block: don't use un-ordered __set_current_state(TASK_UNINTERRUPTIBLE)Linus Torvalds
2018-12-07blkcg: associate a blkg for pages being evicted by swapDennis Zhou
2018-11-26block: make blk_poll() take a parameter on whether to spin or notJens Axboe
2018-11-19block: avoid ordered task state change for polled IOJens Axboe
2018-11-16block: add polled wakeup task helperJens Axboe
2018-11-02Merge tag 'for-linus-20181102' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-11-01Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2018-11-01blkcg: revert blkcg cleanups seriesDennis Zhou
2018-10-26mm: split SWP_FILE into SWP_ACTIVATED and SWP_FSOmar Sandoval
2018-10-24iov_iter: Separate type from direction and use accessor functionsDavid Howells
2018-09-21blkcg: associate a blkg for pages being evicted by swapDennis Zhou (Facebook)
2018-07-09swap,blkcg: issue swap io with the appropriate contextTejun Heo
2018-07-09blk: introduce REQ_SWAPJosef Bacik
2018-01-06block: convert to bio_first_bvec_all & bio_first_page_allMing Lei
2017-11-15mm, swap: skip swapcache for swapin of synchronous deviceMinchan Kim
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-11-03block: add a poll_fn callback to struct request_queueChristoph Hellwig
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-09-06mm: test code to write THP to swap device as a wholeHuang Ying
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig
2017-08-02mm/page_io.c: fix oops during block io poll in swapin pathTetsuo Handa