aboutsummaryrefslogtreecommitdiffstats
path: root/mm/page_io.c
AgeCommit message (Expand)Author
2023-05-31swap: use __bio_add_page to add page to bioJohannes Thumshirn
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-02-03swap: use bvec_set_page to initialize bvecsChristoph Hellwig
2023-02-02block: remove ->rw_pageChristoph Hellwig
2023-02-02mm: factor out a swap_writepage_bdev helperChristoph Hellwig
2023-02-02mm: remove the __swap_writepage return valueChristoph Hellwig
2023-02-02mm: use an on-stack bio for synchronous swapinChristoph Hellwig
2023-02-02mm: factor out a swap_readpage_bdev helperChristoph Hellwig
2023-02-02mm: remove the swap_readpage return valueChristoph Hellwig
2023-01-18page_io: remove buffer_head includeMatthew Wilcox (Oracle)
2022-11-25use less confusing names for iov_iter direction initializersAl Viro
2022-10-03swap: convert swap_writepage() to use a folioMatthew Wilcox (Oracle)
2022-09-26mm/page_io: count submission time as thrashing delay for delayacctYang Yang
2022-09-11mm/swap: remove the end_write_func argument to __swap_writepageChristoph Hellwig
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-05-24Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-05-09MM: handle THP in swap_*page_fs() - count_vm_events()NeilBrown
2022-05-09mm: handle THP in swap_*page_fs()NeilBrown
2022-05-09mm: submit multipage write for SWP_FS_OPS swap-spaceNeilBrown
2022-05-09mm: submit multipage reads for SWP_FS_OPS swap-spaceNeilBrown
2022-05-09mm: perform async writes to SWP_FS_OPS swap-space using ->swap_rwNeilBrown
2022-05-09mm: introduce ->swap_rw and use it for reads from SWP_FS_OPS swap-spaceNeilBrown
2022-05-09mm: drop swap_dirty_folioNeilBrown
2022-05-09mm: create new mm/swap.h header fileNeilBrown
2022-05-09mm: Convert swap_readpage to call read_folio instead of readpageMatthew Wilcox (Oracle)
2022-05-02block: ignore RWF_HIPRI hint for sync dioMing Lei
2022-04-15mm: fix unexpected zeroed page mapping with zram swapMinchan Kim
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-03-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-03-22mm: page_io: fix psi memory pressure error on cold swapinsJohannes Weiner
2022-03-16fs: Remove aops ->set_page_dirtyMatthew Wilcox (Oracle)
2022-03-16fs: Convert __set_page_dirty_no_writeback to noop_dirty_folioMatthew Wilcox (Oracle)
2022-03-15mm: Convert swap_set_page_dirty() to swap_dirty_folio()Matthew Wilcox (Oracle)
2022-03-15fs: Add aops->dirty_folioMatthew Wilcox (Oracle)
2022-02-02block: pass a block_device and opf to bio_allocChristoph Hellwig
2022-01-20delayacct: support swapin delay accounting for swapping without blkioYang Yang
2021-11-01Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-10-18block: add a struct io_comp_batch argument to fops->iopoll()Jens Axboe
2021-10-18block: switch polling to be bio basedChristoph Hellwig
2021-10-18block: rename REQ_HIPRI to REQ_POLLEDChristoph Hellwig
2021-10-18block: replace the spin argument to blk_iopoll with a flags argumentChristoph Hellwig
2021-09-27mm/swap: Add folio_rotate_reclaimable()Matthew Wilcox (Oracle)
2021-03-02swap: fix swapfile read/write offsetJens Axboe
2021-02-24mm/page_io: use pr_alert_ratelimited for swap read/write errorsGeorgi Djakov
2021-01-27mm: remove get_swap_bioChristoph Hellwig
2021-01-24block: store a block_device pointer in struct bioChristoph Hellwig
2020-12-02mm: memcontrol: Use helpers to read page's memcg dataRoman Gushchin
2020-10-13mm/page_io.c: remove useless out label in __swap_writepage()Miaohe Lin
2020-10-13swap: rename SWP_FS to SWAP_FS_OPS to avoid ambiguityGao Xiang
2020-10-13Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds