summaryrefslogtreecommitdiffstats
path: root/mm/page_io.c
Commit message (Expand)AuthorAgeFilesLines
* use less confusing names for iov_iter direction initializersAl Viro2022-11-251-2/+2
* swap: convert swap_writepage() to use a folioMatthew Wilcox (Oracle)2022-10-031-10/+11
* mm/page_io: count submission time as thrashing delay for delayacctYang Yang2022-09-261-5/+10
* mm/swap: remove the end_write_func argument to __swap_writepageChristoph Hellwig2022-09-111-5/+4
* Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-05-261-61/+192
|\
| * 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
* | Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-05-241-1/+1
|\ \
| * | mm: Convert swap_readpage to call read_folio instead of readpageMatthew Wilcox (Oracle)2022-05-091-1/+1
| |/
* / block: ignore RWF_HIPRI hint for sync dioMing Lei2022-05-021-3/+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