summaryrefslogtreecommitdiffstats
path: root/mm/page_io.c
Commit message (Expand)AuthorAge
* mm/page_io.c: fix polled swap page inJens Axboe2019-01-04
* block: don't use un-ordered __set_current_state(TASK_UNINTERRUPTIBLE)Linus Torvalds2019-01-02
* blkcg: associate a blkg for pages being evicted by swapDennis Zhou2018-12-08
* block: make blk_poll() take a parameter on whether to spin or notJens Axboe2018-11-26
* block: avoid ordered task state change for polled IOJens Axboe2018-11-19
* block: add polled wakeup task helperJens Axboe2018-11-16
* Merge tag 'for-linus-20181102' of git://git.kernel.dk/linux-blockLinus Torvalds2018-11-02
|\
| * blkcg: revert blkcg cleanups seriesDennis Zhou2018-11-01
* | Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2018-11-01
|\ \
| * | iov_iter: Separate type from direction and use accessor functionsDavid Howells2018-10-23
* | | mm: split SWP_FILE into SWP_ACTIVATED and SWP_FSOmar Sandoval2018-10-26
| |/ |/|
* | blkcg: associate a blkg for pages being evicted by swapDennis Zhou (Facebook)2018-09-21
|/
* swap,blkcg: issue swap io with the appropriate contextTejun Heo2018-07-09
* blk: introduce REQ_SWAPJosef Bacik2018-07-09
* block: convert to bio_first_bvec_all & bio_first_page_allMing Lei2018-01-06
* mm, swap: skip swapcache for swapin of synchronous deviceMinchan Kim2017-11-15
* Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-11-14
|\
| * block: add a poll_fn callback to struct request_queueChristoph Hellwig2017-11-03
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
|/
* Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-09-07
|\
| * block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2017-08-23
* | mm: test code to write THP to swap device as a wholeHuang Ying2017-09-06
* | mm/page_io.c: fix oops during block io poll in swapin pathTetsuo Handa2017-08-02
|/
* swap: add block io poll in swapin pathShaohua Li2017-07-10
* block: switch bios to blk_status_tChristoph Hellwig2017-06-09
* writeback: add wbc_to_write_flags()Jens Axboe2016-11-02
* mm/page_io.c: replace some BUG_ON()s with VM_BUG_ON_PAGE()Andrew Morton2016-10-07
* mm: fix the page_swap_info() BUG_ON checkSantosh Shilimkar2016-09-19
* mm: make __swap_writepage() use bio_set_op_attrs()Jens Axboe2016-08-07
* mm: add cond_resched() to generic_swapfile_activate()Mikulas Patocka2016-07-28
* block, fs, mm, drivers: use bio set/get op accessorsMike Christie2016-06-07
* block/fs/drivers: remove rw argument from submit_bioMike Christie2016-06-07
* Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-05-17
|\
| * direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig2016-05-01
* | mm: call swap_slot_free_notify() with page lock heldMinchan Kim2016-04-28
|/
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-04
* zram: revive swap_slot_free_notifyMinchan Kim2016-03-22
* mm: convert printk(KERN_<LEVEL> to pr_<level>Joe Perches2016-03-17
* fs: use helper bio_add_page() instead of open coding on bi_io_vecKent Overstreet2015-08-13
* block: add a bi_error field to struct bioChristoph Hellwig2015-07-29
* suspend: simplify block I/O handlingChristoph Hellwig2015-05-19
* direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval2015-04-11
* fs: move struct kiocb to fs.hChristoph Hellwig2015-03-25
* fs: remove ki_nbytesChristoph Hellwig2015-03-12
* new helper: iov_iter_bvec()Al Viro2015-01-29
* fix __swap_writepage() compile failure on old gcc versionsAl Viro2014-06-14
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-06-12
|\
| * bio_vec-backed iov_iterAl Viro2014-05-06
| * start adding the tag to iov_iterAl Viro2014-05-06
| * pass iov_iter to ->direct_IO()Al Viro2014-05-06