summaryrefslogtreecommitdiffstats
path: root/mm/page_io.c
Commit message (Expand)AuthorAgeFilesLines
* mm/page_io: mark various intentional data racesQian Cai2020-08-141-4/+4
* mm: replace hpage_nr_pages with thp_nr_pagesMatthew Wilcox (Oracle)2020-08-141-1/+1
* mm: add thp_sizeMatthew Wilcox (Oracle)2020-08-141-1/+1
* mm/page_io.c: use blk_io_schedule() for avoiding task hung in sync ioXianting Tian2020-08-071-1/+1
* block: move bio_associate_blkg_from_page to mm/page_io.cChristoph Hellwig2020-06-291-0/+17
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-091-1/+0
* fs: Enable bmap() function to properly return errorsCarlos Maiolino2020-02-031-4/+7
* mm/page_io.c: annotate refault stalls from swap_readpageMinchan Kim2019-12-011-2/+13
* mm/page_io.c: do not free shared swap slotsVinayak Menon2019-11-151-3/+3
* mm, swap: use rbtree for swap_extentAaron Lu2019-07-121-1/+1
* swap_readpage(): avoid blk_wake_io_task() if !synchronousOleg Nesterov2019-07-051-5/+8
* mm, swap: fix THP swap outHuang Ying2019-06-291-5/+2
* mm/page_io.c: fix polled swap page inJens Axboe2019-01-041-1/+3
* block: don't use un-ordered __set_current_state(TASK_UNINTERRUPTIBLE)Linus Torvalds2019-01-021-2/+1
* blkcg: associate a blkg for pages being evicted by swapDennis Zhou2018-12-071-1/+1
* block: make blk_poll() take a parameter on whether to spin or notJens Axboe2018-11-261-1/+1
* block: avoid ordered task state change for polled IOJens Axboe2018-11-191-1/+2
* block: add polled wakeup task helperJens Axboe2018-11-161-1/+1
* Merge tag 'for-linus-20181102' of git://git.kernel.dk/linux-blockLinus Torvalds2018-11-021-1/+1
|\
| * blkcg: revert blkcg cleanups seriesDennis Zhou2018-11-011-1/+1
* | Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2018-11-011-1/+1
|\ \
| * | iov_iter: Separate type from direction and use accessor functionsDavid Howells2018-10-241-1/+1
* | | mm: split SWP_FILE into SWP_ACTIVATED and SWP_FSOmar Sandoval2018-10-261-3/+3
| |/ |/|
* | blkcg: associate a blkg for pages being evicted by swapDennis Zhou (Facebook)2018-09-211-1/+1
|/
* swap,blkcg: issue swap io with the appropriate contextTejun Heo2018-07-091-0/+1
* blk: introduce REQ_SWAPJosef Bacik2018-07-091-1/+1
* block: convert to bio_first_bvec_all & bio_first_page_allMing Lei2018-01-061-2/+2
* mm, swap: skip swapcache for swapin of synchronous deviceMinchan Kim2017-11-151-3/+3
* Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-11-141-1/+1
|\
| * block: add a poll_fn callback to struct request_queueChristoph Hellwig2017-11-031-1/+1
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-09-071-8/+9
|\
| * block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2017-08-231-8/+9
* | mm: test code to write THP to swap device as a wholeHuang Ying2017-09-061-5/+16
* | mm/page_io.c: fix oops during block io poll in swapin pathTetsuo Handa2017-08-021-0/+7
|/
* swap: add block io poll in swapin pathShaohua Li2017-07-101-2/+21
* block: switch bios to blk_status_tChristoph Hellwig2017-06-091-2/+2
* writeback: add wbc_to_write_flags()Jens Axboe2016-11-021-4/+1
* mm/page_io.c: replace some BUG_ON()s with VM_BUG_ON_PAGE()Andrew Morton2016-10-071-3/+4
* mm: fix the page_swap_info() BUG_ON checkSantosh Shilimkar2016-09-191-0/+3
* mm: make __swap_writepage() use bio_set_op_attrs()Jens Axboe2016-08-071-2/+3
* mm: add cond_resched() to generic_swapfile_activate()Mikulas Patocka2016-07-281-0/+2
* block, fs, mm, drivers: use bio set/get op accessorsMike Christie2016-06-071-2/+2
* block/fs/drivers: remove rw argument from submit_bioMike Christie2016-06-071-4/+6
* Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-05-171-1/+1
|\
| * direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig2016-05-011-1/+1
* | mm: call swap_slot_free_notify() with page lock heldMinchan Kim2016-04-281-1/+5
|/
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-1/+1
* zram: revive swap_slot_free_notifyMinchan Kim2016-03-221-43/+50
* mm: convert printk(KERN_<LEVEL> to pr_<level>Joe Perches2016-03-171-11/+11