summaryrefslogtreecommitdiff
path: root/mm/page_io.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-20mm: fix unexpected zeroed page mapping with zram swapMinchan Kim1-54/+0
2021-03-03swap: fix swapfile read/write offsetJens Axboe1-5/+0
2021-02-25mm/page_io: use pr_alert_ratelimited for swap read/write errorsGeorgi Djakov1-6/+6
2021-01-27mm: remove get_swap_bioChristoph Hellwig1-32/+13
2021-01-25block: store a block_device pointer in struct bioChristoph Hellwig1-1/+1
2020-12-03mm: memcontrol: Use helpers to read page's memcg dataRoman Gushchin1-2/+4
2020-10-14mm/page_io.c: remove useless out label in __swap_writepage()Miaohe Lin1-5/+3
2020-10-14swap: rename SWP_FS to SWAP_FS_OPS to avoid ambiguityGao Xiang1-3/+3
2020-10-13Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds1-8/+10
2020-09-24mm: use SWP_SYNCHRONOUS_IO more intelligentlyChristoph Hellwig1-8/+10
2020-09-04mm: Add arch hooks for saving/restoring tagsSteven Price1-0/+10
2020-08-15mm/page_io: mark various intentional data racesQian Cai1-4/+4
2020-08-15mm: replace hpage_nr_pages with thp_nr_pagesMatthew Wilcox (Oracle)1-1/+1
2020-08-15mm: add thp_sizeMatthew Wilcox (Oracle)1-1/+1
2020-08-07mm/page_io.c: use blk_io_schedule() for avoiding task hung in sync ioXianting Tian1-1/+1
2020-06-29block: move bio_associate_blkg_from_page to mm/page_io.cChristoph Hellwig1-0/+17
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport1-1/+0
2020-02-03fs: Enable bmap() function to properly return errorsCarlos Maiolino1-4/+7
2019-12-01mm/page_io.c: annotate refault stalls from swap_readpageMinchan Kim1-2/+13
2019-11-16mm/page_io.c: do not free shared swap slotsVinayak Menon1-3/+3
2019-07-12mm, swap: use rbtree for swap_extentAaron Lu1-1/+1
2019-07-05swap_readpage(): avoid blk_wake_io_task() if !synchronousOleg Nesterov1-5/+8
2019-06-29mm, swap: fix THP swap outHuang Ying1-5/+2
2019-01-05mm/page_io.c: fix polled swap page inJens Axboe1-1/+3
2019-01-02block: don't use un-ordered __set_current_state(TASK_UNINTERRUPTIBLE)Linus Torvalds1-2/+1
2018-12-08blkcg: associate a blkg for pages being evicted by swapDennis Zhou1-1/+1
2018-11-26block: make blk_poll() take a parameter on whether to spin or notJens Axboe1-1/+1
2018-11-19block: avoid ordered task state change for polled IOJens Axboe1-1/+2
2018-11-16block: add polled wakeup task helperJens Axboe1-1/+1
2018-11-02Merge tag 'for-linus-20181102' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2018-11-02Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds1-1/+1
2018-11-02blkcg: revert blkcg cleanups seriesDennis Zhou1-1/+1
2018-10-27mm: split SWP_FILE into SWP_ACTIVATED and SWP_FSOmar Sandoval1-3/+3
2018-10-24iov_iter: Separate type from direction and use accessor functionsDavid Howells1-1/+1
2018-09-22blkcg: associate a blkg for pages being evicted by swapDennis Zhou (Facebook)1-1/+1
2018-07-09swap,blkcg: issue swap io with the appropriate contextTejun Heo1-0/+1
2018-07-09blk: introduce REQ_SWAPJosef Bacik1-1/+1
2018-01-06block: convert to bio_first_bvec_all & bio_first_page_allMing Lei1-2/+2
2017-11-16mm, swap: skip swapcache for swapin of synchronous deviceMinchan Kim1-3/+3
2017-11-15Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2017-11-03block: add a poll_fn callback to struct request_queueChristoph Hellwig1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-8/+9
2017-09-07mm: test code to write THP to swap device as a wholeHuang Ying1-5/+16
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig1-8/+9
2017-08-03mm/page_io.c: fix oops during block io poll in swapin pathTetsuo Handa1-0/+7
2017-07-11swap: add block io poll in swapin pathShaohua Li1-2/+21
2017-06-09block: switch bios to blk_status_tChristoph Hellwig1-2/+2
2016-11-02writeback: add wbc_to_write_flags()Jens Axboe1-4/+1
2016-10-08mm/page_io.c: replace some BUG_ON()s with VM_BUG_ON_PAGE()Andrew Morton1-3/+4