summaryrefslogtreecommitdiffstats
path: root/mm/page_io.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-221-6/+9
|\
| * fs: Remove aops ->set_page_dirtyMatthew Wilcox (Oracle)2022-03-161-3/+1
| * fs: Convert __set_page_dirty_no_writeback to noop_dirty_folioMatthew Wilcox (Oracle)2022-03-161-1/+1
| * mm: Convert swap_set_page_dirty() to swap_dirty_folio()Matthew Wilcox (Oracle)2022-03-151-8/+10
| * fs: Add aops->dirty_folioMatthew Wilcox (Oracle)2022-03-151-1/+4
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-03-221-2/+5
|\ \
| * | mm: page_io: fix psi memory pressure error on cold swapinsJohannes Weiner2022-03-221-2/+5
| |/
* / block: pass a block_device and opf to bio_allocChristoph Hellwig2022-02-021-6/+4
|/
* delayacct: support swapin delay accounting for swapping without blkioYang Yang2022-01-201-0/+3
* Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds2021-11-011-7/+3
|\
| * block: add a struct io_comp_batch argument to fops->iopoll()Jens Axboe2021-10-181-1/+1
| * block: switch polling to be bio basedChristoph Hellwig2021-10-181-6/+2
| * block: rename REQ_HIPRI to REQ_POLLEDChristoph Hellwig2021-10-181-1/+1
| * block: replace the spin argument to blk_iopoll with a flags argumentChristoph Hellwig2021-10-181-1/+1
* | mm/swap: Add folio_rotate_reclaimable()Matthew Wilcox (Oracle)2021-09-271-2/+2
|/
* swap: fix swapfile read/write offsetJens Axboe2021-03-021-5/+0
* mm/page_io: use pr_alert_ratelimited for swap read/write errorsGeorgi Djakov2021-02-241-6/+6
* mm: remove get_swap_bioChristoph Hellwig2021-01-271-32/+13
* block: store a block_device pointer in struct bioChristoph Hellwig2021-01-241-1/+1
* mm: memcontrol: Use helpers to read page's memcg dataRoman Gushchin2020-12-021-2/+4
* mm/page_io.c: remove useless out label in __swap_writepage()Miaohe Lin2020-10-131-5/+3
* swap: rename SWP_FS to SWAP_FS_OPS to avoid ambiguityGao Xiang2020-10-131-3/+3
* Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-131-8/+10
|\
| * mm: use SWP_SYNCHRONOUS_IO more intelligentlyChristoph Hellwig2020-09-241-8/+10
* | mm: Add arch hooks for saving/restoring tagsSteven Price2020-09-041-0/+10
|/
* 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