aboutsummaryrefslogtreecommitdiffstats
path: root/mm/page_io.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-29zswap: memcontrol: implement zswap writeback disablingNhat Pham1-0/+5
2023-12-29mm: convert swap_readpage() to swap_read_folio()Matthew Wilcox (Oracle)1-9/+9
2023-12-29mm: convert swap_page_sector() to swap_folio_sector()Matthew Wilcox (Oracle)1-4/+4
2023-12-29mm: pass a folio to swap_readpage_bdev_async()Matthew Wilcox (Oracle)1-4/+4
2023-12-29mm: pass a folio to swap_readpage_bdev_sync()Matthew Wilcox (Oracle)1-4/+4
2023-12-29mm: pass a folio to swap_readpage_fs()Matthew Wilcox (Oracle)1-7/+6
2023-12-29mm: pass a folio to swap_writepage_bdev_async()Matthew Wilcox (Oracle)1-5/+4
2023-12-29mm: pass a folio to swap_writepage_bdev_sync()Matthew Wilcox (Oracle)1-5/+4
2023-12-29mm: pass a folio to swap_writepage_fs()Matthew Wilcox (Oracle)1-9/+9
2023-12-29mm: pass a folio to __swap_writepage()Matthew Wilcox (Oracle)1-7/+7
2023-10-04mm: memcg: add THP swap out info for anonymous reclaimXin Hao1-4/+4
2023-08-21zswap: make zswap_load() take a folioMatthew Wilcox (Oracle)1-1/+1
2023-08-21swap: remove some calls to compound_head() in swap_readpage()Matthew Wilcox (Oracle)1-6/+7
2023-08-21zswap: make zswap_store() take a folioMatthew Wilcox (Oracle)1-1/+1
2023-08-21mm: kill frontswapJohannes Weiner1-3/+3
2023-08-18mm/page_io: convert bio_associate_blkg_from_page() to take in a folioZhangPeng1-5/+5
2023-08-18mm/page_io: convert count_swpout_vm_event() to take in a folioZhangPeng1-6/+6
2023-08-18mm/page_io: use a folio in swap_writepage_bdev_async()ZhangPeng1-2/+3
2023-08-18mm/page_io: use a folio in swap_writepage_bdev_sync()ZhangPeng1-2/+3
2023-08-18mm/page_io: use a folio in sio_read_complete()ZhangPeng1-5/+5
2023-08-18mm/page_io: use a folio in __end_swap_bio_read()ZhangPeng1-3/+3
2023-08-18mm/page_io: use a folio in __end_swap_bio_write()ZhangPeng1-4/+4
2023-08-18mm/page_io: remove unneeded SetPageError()ZhangPeng1-3/+0
2023-08-18mm/page_io: remove unneeded ClearPageUptodate()ZhangPeng1-2/+0
2023-05-31swap: use __bio_add_page to add page to bioJohannes Thumshirn1-4/+4
2023-02-23Merge 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-02block: remove ->rw_pageChristoph Hellwig1-21/+32
2023-02-02mm: factor out a swap_writepage_bdev helperChristoph Hellwig1-14/+19
2023-02-02mm: remove the __swap_writepage return valueChristoph Hellwig1-14/+9
2023-02-02mm: use an on-stack bio for synchronous swapinChristoph Hellwig1-31/+38
2023-02-02mm: factor out a swap_readpage_bdev helperChristoph Hellwig1-33/+35
2023-02-02mm: remove the swap_readpage return valueChristoph Hellwig1-11/+5
2023-01-18page_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-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
2019-11-15mm/page_io.c: do not free shared swap slotsVinayak Menon1-3/+3
2019-07-12mm, swap: use rbtree for swap_extentAaron Lu1-1/+1
2019-07-05swap_readpage(): avoid blk_wake_io_task() if !synchronousOleg Nesterov1-5/+8
2019-06-29mm, swap: fix THP swap outHuang Ying1-5/+2
2019-01-04mm/page_io.c: fix polled swap page inJens Axboe1-1/+3
2019-01-02block: don't use un-ordered __set_current_state(TASK_UNINTERRUPTIBLE)Linus Torvalds1-2/+1
2018-12-07blkcg: associate a blkg for pages being evicted by swapDennis Zhou1-1/+1
2018-11-26block: make blk_poll() take a parameter on whether to spin or notJens Axboe1-1/+1
2018-11-19block: avoid ordered task state change for polled IOJens Axboe1-1/+2
2018-11-16block: add polled wakeup task helperJens Axboe1-1/+1
2018-11-02Merge tag 'for-linus-20181102' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2018-11-01Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds1-1/+1
2018-11-01blkcg: revert blkcg cleanups seriesDennis Zhou1-1/+1
2018-10-26mm: split SWP_FILE into SWP_ACTIVATED and SWP_FSOmar Sandoval1-3/+3
2018-10-24iov_iter: Separate type from direction and use accessor functionsDavid Howells1-1/+1
2018-09-21blkcg: associate a blkg for pages being evicted by swapDennis Zhou (Facebook)1-1/+1
2018-07-09swap,blkcg: issue swap io with the appropriate contextTejun Heo1-0/+1
2018-07-09blk: introduce REQ_SWAPJosef Bacik1-1/+1
2018-01-06block: convert to bio_first_bvec_all & bio_first_page_allMing Lei1-2/+2
2017-11-15mm, swap: skip swapcache for swapin of synchronous deviceMinchan Kim1-3/+3
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2017-11-03block: add a poll_fn callback to struct request_queueChristoph Hellwig1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-8/+9
2017-09-06mm: test code to write THP to swap device as a wholeHuang Ying1-5/+16
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig1-8/+9
2017-08-02mm/page_io.c: fix oops during block io poll in swapin pathTetsuo Handa1-0/+7
2017-07-10swap: add block io poll in swapin pathShaohua Li1-2/+21
2017-06-09block: switch bios to blk_status_tChristoph Hellwig1-2/+2
2016-11-02writeback: add wbc_to_write_flags()Jens Axboe1-4/+1
2016-10-07mm/page_io.c: replace some BUG_ON()s with VM_BUG_ON_PAGE()Andrew Morton1-3/+4
2016-09-19mm: fix the page_swap_info() BUG_ON checkSantosh Shilimkar1-0/+3
2016-08-07mm: make __swap_writepage() use bio_set_op_attrs()Jens Axboe1-2/+3
2016-07-28mm: add cond_resched() to generic_swapfile_activate()Mikulas Patocka1-0/+2
2016-06-07block, fs, mm, drivers: use bio set/get op accessorsMike Christie1-2/+2
2016-06-07block/fs/drivers: remove rw argument from submit_bioMike Christie1-4/+6
2016-05-17Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2016-05-01direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig1-1/+1
2016-04-28mm: call swap_slot_free_notify() with page lock heldMinchan Kim1-1/+5
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-1/+1
2016-03-22zram: revive swap_slot_free_notifyMinchan Kim1-43/+50
2016-03-17mm: convert printk(KERN_<LEVEL> to pr_<level>Joe Perches1-11/+11
2015-08-13fs: use helper bio_add_page() instead of open coding on bi_io_vecKent Overstreet1-5/+3
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig1-7/+5
2015-05-19suspend: simplify block I/O handlingChristoph Hellwig1-1/+1
2015-04-11direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval1-3/+1
2015-03-25fs: move struct kiocb to fs.hChristoph Hellwig1-1/+1
2015-03-12fs: remove ki_nbytesChristoph Hellwig1-1/+0
2015-01-29new helper: iov_iter_bvec()Al Viro1-7/+2
2014-06-14fix __swap_writepage() compile failure on old gcc versionsAl Viro1-1/+1
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-7/+14
2014-06-04swap: use bdev_read_page() / bdev_write_page()Matthew Wilcox1-1/+20
2014-05-06bio_vec-backed iov_iterAl Viro1-7/+12
2014-05-06start adding the tag to iov_iterAl Viro1-1/+1
2014-05-06pass iov_iter to ->direct_IO()Al Viro1-2/+4
2014-01-30Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-5/+5
2014-01-23mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGESasha Levin1-2/+2
2013-11-23block: Abstract out bvec iteratorKent Overstreet1-5/+5
2013-07-30aio: Kill aio_rw_vect_retry()Kent Overstreet1-1/+0
2013-07-03mm: remove compressed copy from zram in-memoryMinchan Kim1-2/+48
2013-05-08Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+0
2013-05-07aio: don't include aio.h in sched.hKent Overstreet1-0/+1
2013-04-29mm: swap: mark swap pages writeback before queueing for direct IOMel Gorman1-0/+15
2013-04-29swap: redirty page if page write fails on swap fileJerome Marchand1-0/+2
2013-04-29mm: allow for outstanding swap writeback accountingSeth Jennings1-4/+5
2013-04-29mm: break up swap_writepage() for frontswap backendsSeth Jennings1-3/+11
2013-03-23block: Remove bi_idx referencesKent Overstreet1-1/+0
2012-07-31mm: add support for direct_IO to highmem pagesMel Gorman1-1/+2
2012-07-31mm: swap: implement generic handler for swap_activateMel Gorman1-0/+92
2012-07-31mm: add support for a filesystem to activate swap files and use direct_IO for...Mel Gorman1-0/+52
2012-05-15frontswap: s/put_page/store/g s/get_page/loadKonrad Rzeszutek Wilk1-2/+2
2012-05-15mm: frontswap: core swap subsystem hooks and headersDan Magenheimer1-0/+12
2011-03-10block: kill off REQ_UNPLUGJens Axboe1-1/+1
2010-08-07block: unify flags for struct bio and struct requestChristoph Hellwig1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2009-12-15swap: rework map_swap_page() againLee Schermerhorn1-3/+1
2009-12-15swap_info: private to swapfile.cHugh Dickins1-12/+7
2009-06-16mm: remove file argument from swap_readpage()Minchan Kim1-1/+1
2009-02-18block: fix bad definition of BIO_RW_SYNCJens Axboe1-1/+1
2009-01-06mm: try_to_free_swap replaces remove_exclusive_swap_pageHugh Dickins1-1/+1
2009-01-06mm: replace some BUG_ONs by VM_BUG_ONsHugh Dickins1-2/+2
2008-02-05mm: fix PageUptodate data raceNick Piggin1-1/+1
2007-10-10Drop 'size' argument from bio_endio and bi_end_ioNeilBrown1-10/+2
2006-12-07[PATCH] swsusp: use block device offsets to identify swap locationsRafael J. Wysocki1-45/+0
2006-09-26[PATCH] swsusp: read speedupAndrew Morton1-1/+1
2006-09-26[PATCH] swsusp: write speedupAndrew Morton1-6/+19
2006-09-26[PATCH] mm: swap write failure fixupPeter Zijlstra1-1/+20
2006-06-30[PATCH] Light weight event countersChristoph Lameter1-2/+2
2005-10-29[PATCH] mm: split page table lockHugh Dickins1-2/+4
2005-10-08[PATCH] gfp flags annotations - part 1Al Viro1-1/+1
2005-06-25[PATCH] swsusp: kill config_pm_diskPavel Machek1-1/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+160