aboutsummaryrefslogtreecommitdiff
path: root/mm/page_io.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-02swap: fix swapfile read/write offsetGravatar Jens Axboe 1-5/+0
2021-02-24mm/page_io: use pr_alert_ratelimited for swap read/write errorsGravatar Georgi Djakov 1-6/+6
2021-01-27mm: remove get_swap_bioGravatar Christoph Hellwig 1-32/+13
2021-01-24block: store a block_device pointer in struct bioGravatar Christoph Hellwig 1-1/+1
2020-12-02mm: memcontrol: Use helpers to read page's memcg dataGravatar Roman Gushchin 1-2/+4
2020-10-13mm/page_io.c: remove useless out label in __swap_writepage()Gravatar Miaohe Lin 1-5/+3
2020-10-13swap: rename SWP_FS to SWAP_FS_OPS to avoid ambiguityGravatar Gao Xiang 1-3/+3
2020-10-13Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-8/+10
2020-09-24mm: use SWP_SYNCHRONOUS_IO more intelligentlyGravatar Christoph Hellwig 1-8/+10
2020-09-04mm: Add arch hooks for saving/restoring tagsGravatar Steven Price 1-0/+10
2020-08-14mm/page_io: mark various intentional data racesGravatar Qian Cai 1-4/+4
2020-08-14mm: replace hpage_nr_pages with thp_nr_pagesGravatar Matthew Wilcox (Oracle) 1-1/+1
2020-08-14mm: add thp_sizeGravatar Matthew Wilcox (Oracle) 1-1/+1
2020-08-07mm/page_io.c: use blk_io_schedule() for avoiding task hung in sync ioGravatar Xianting Tian 1-1/+1
2020-06-29block: move bio_associate_blkg_from_page to mm/page_io.cGravatar Christoph Hellwig 1-0/+17
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