aboutsummaryrefslogtreecommitdiffstats
path: root/mm/page_io.c
AgeCommit message (Expand)Author
2022-05-12mm: fix unexpected zeroed page mapping with zram swapMinchan Kim
2021-03-07swap: fix swapfile read/write offsetJens Axboe
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
2017-07-10swap: add block io poll in swapin pathShaohua Li
2017-06-09block: switch bios to blk_status_tChristoph Hellwig
2016-11-02writeback: add wbc_to_write_flags()Jens Axboe
2016-10-07mm/page_io.c: replace some BUG_ON()s with VM_BUG_ON_PAGE()Andrew Morton
2016-09-19mm: fix the page_swap_info() BUG_ON checkSantosh Shilimkar
2016-08-07mm: make __swap_writepage() use bio_set_op_attrs()Jens Axboe
2016-07-28mm: add cond_resched() to generic_swapfile_activate()Mikulas Patocka
2016-06-07block, fs, mm, drivers: use bio set/get op accessorsMike Christie
2016-06-07block/fs/drivers: remove rw argument from submit_bioMike Christie
2016-05-17Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2016-05-01direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig
2016-04-28mm: call swap_slot_free_notify() with page lock heldMinchan Kim
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-03-22zram: revive swap_slot_free_notifyMinchan Kim
2016-03-17mm: convert printk(KERN_<LEVEL> to pr_<level>Joe Perches
2015-08-13fs: use helper bio_add_page() instead of open coding on bi_io_vecKent Overstreet
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig
2015-05-19suspend: simplify block I/O handlingChristoph Hellwig
2015-04-11direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval
2015-03-25fs: move struct kiocb to fs.hChristoph Hellwig
2015-03-12fs: remove ki_nbytesChristoph Hellwig