summaryrefslogtreecommitdiffstats
path: root/mm/page_io.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-25use less confusing names for iov_iter direction initializersAl Viro1-2/+2
2022-10-03swap: convert swap_writepage() to use a folioMatthew Wilcox (Oracle)1-10/+11
2022-09-26mm/page_io: count submission time as thrashing delay for delayacctYang Yang1-5/+10
2022-09-11mm/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-24Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-1/+1
2022-05-09MM: handle THP in swap_*page_fs() - count_vm_events()NeilBrown1-2/+4
2022-05-09mm: handle THP in swap_*page_fs()NeilBrown1-10/+13
2022-05-09mm: submit multipage write for SWP_FS_OPS swap-spaceNeilBrown1-22/+56
2022-05-09mm: submit multipage reads for SWP_FS_OPS swap-spaceNeilBrown1-35/+69
2022-05-09mm: perform async writes to SWP_FS_OPS swap-space using ->swap_rwNeilBrown1-40/+58
2022-05-09mm: introduce ->swap_rw and use it for reads from SWP_FS_OPS swap-spaceNeilBrown1-6/+62
2022-05-09mm: drop swap_dirty_folioNeilBrown1-17/+0
2022-05-09mm: 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-15mm: fix unexpected zeroed page mapping with zram swapMinchan Kim1-54/+0
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-6/+9
2022-03-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+5
2022-03-22mm: 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-02swap: fix swapfile read/write offsetJens Axboe1-5/+0
2021-02-24mm/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-24block: store a block_device pointer in struct bioChristoph Hellwig1-1/+1
2020-12-02mm: memcontrol: Use helpers to read page's memcg dataRoman Gushchin1-2/+4
2020-10-13mm/page_io.c: remove useless out label in __swap_writepage()Miaohe Lin1-5/+3
2020-10-13swap: 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-14mm/page_io: mark various intentional data racesQian Cai1-4/+4
2020-08-14mm: replace hpage_nr_pages with thp_nr_pagesMatthew Wilcox (Oracle)1-1/+1
2020-08-14mm: 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