summaryrefslogtreecommitdiff
path: root/mm/page_io.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-31swap: use __bio_add_page to add page to bioJohannes Thumshirn1-4/+4
2023-02-24Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-85/+98
2023-02-03swap: use bvec_set_page to initialize bvecsChristoph Hellwig1-6/+2
2023-02-03block: remove ->rw_pageChristoph Hellwig1-21/+32
2023-02-03mm: factor out a swap_writepage_bdev helperChristoph Hellwig1-14/+19
2023-02-03mm: remove the __swap_writepage return valueChristoph Hellwig1-14/+9
2023-02-03mm: use an on-stack bio for synchronous swapinChristoph Hellwig1-31/+38
2023-02-03mm: factor out a swap_readpage_bdev helperChristoph Hellwig1-33/+35
2023-02-03mm: remove the swap_readpage return valueChristoph Hellwig1-11/+5
2023-01-19page_io: remove buffer_head includeMatthew Wilcox (Oracle)1-1/+0
2022-11-25use less confusing names for iov_iter direction initializersAl Viro1-2/+2
2022-10-04swap: convert swap_writepage() to use a folioMatthew Wilcox (Oracle)1-10/+11
2022-09-27mm/page_io: count submission time as thrashing delay for delayacctYang Yang1-5/+10
2022-09-12mm/swap: remove the end_write_func argument to __swap_writepageChristoph Hellwig1-5/+4
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-61/+192
2022-05-25Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-1/+1
2022-05-10MM: handle THP in swap_*page_fs() - count_vm_events()NeilBrown1-2/+4
2022-05-10mm: handle THP in swap_*page_fs()NeilBrown1-10/+13
2022-05-10mm: submit multipage write for SWP_FS_OPS swap-spaceNeilBrown1-22/+56
2022-05-10mm: submit multipage reads for SWP_FS_OPS swap-spaceNeilBrown1-35/+69
2022-05-10mm: perform async writes to SWP_FS_OPS swap-space using ->swap_rwNeilBrown1-40/+58
2022-05-10mm: introduce ->swap_rw and use it for reads from SWP_FS_OPS swap-spaceNeilBrown1-6/+62
2022-05-10mm: drop swap_dirty_folioNeilBrown1-17/+0
2022-05-10mm: create new mm/swap.h header fileNeilBrown1-0/+1
2022-05-09mm: Convert swap_readpage to call read_folio instead of readpageMatthew Wilcox (Oracle)1-1/+1
2022-05-02block: ignore RWF_HIPRI hint for sync dioMing Lei1-3/+1
2022-04-16mm: fix unexpected zeroed page mapping with zram swapMinchan Kim1-54/+0
2022-03-23Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-6/+9
2022-03-23Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+5
2022-03-23mm: page_io: fix psi memory pressure error on cold swapinsJohannes Weiner1-2/+5
2022-03-16fs: Remove aops ->set_page_dirtyMatthew Wilcox (Oracle)1-3/+1
2022-03-16fs: Convert __set_page_dirty_no_writeback to noop_dirty_folioMatthew Wilcox (Oracle)1-1/+1
2022-03-15mm: Convert swap_set_page_dirty() to swap_dirty_folio()Matthew Wilcox (Oracle)1-8/+10
2022-03-15fs: Add aops->dirty_folioMatthew Wilcox (Oracle)1-1/+4
2022-02-02block: pass a block_device and opf to bio_allocChristoph Hellwig1-6/+4
2022-01-20delayacct: support swapin delay accounting for swapping without blkioYang Yang1-0/+3
2021-11-01Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-7/+3
2021-10-18block: add a struct io_comp_batch argument to fops->iopoll()Jens Axboe1-1/+1
2021-10-18block: switch polling to be bio basedChristoph Hellwig1-6/+2
2021-10-18block: rename REQ_HIPRI to REQ_POLLEDChristoph Hellwig1-1/+1
2021-10-18block: replace the spin argument to blk_iopoll with a flags argumentChristoph Hellwig1-1/+1
2021-09-27mm/swap: Add folio_rotate_reclaimable()Matthew Wilcox (Oracle)1-2/+2
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