summaryrefslogtreecommitdiffstats
path: root/mm/page_io.c
Commit message (Expand)AuthorAgeFilesLines
* MM: handle THP in swap_*page_fs() - count_vm_events()NeilBrown2022-05-091-2/+4
* mm: handle THP in swap_*page_fs()NeilBrown2022-05-091-10/+13
* mm: submit multipage write for SWP_FS_OPS swap-spaceNeilBrown2022-05-091-22/+56
* mm: submit multipage reads for SWP_FS_OPS swap-spaceNeilBrown2022-05-091-35/+69
* mm: perform async writes to SWP_FS_OPS swap-space using ->swap_rwNeilBrown2022-05-091-40/+58
* mm: introduce ->swap_rw and use it for reads from SWP_FS_OPS swap-spaceNeilBrown2022-05-091-6/+62
* mm: drop swap_dirty_folioNeilBrown2022-05-091-17/+0
* mm: create new mm/swap.h header fileNeilBrown2022-05-091-0/+1
* mm: fix unexpected zeroed page mapping with zram swapMinchan Kim2022-04-151-54/+0
* 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