aboutsummaryrefslogtreecommitdiffstats
path: root/mm/readahead.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-04mm: support order-1 folios in the page cacheMatthew Wilcox (Oracle)1-3/+0
2024-02-22readahead: use ilog2 instead of a while loop in page_cache_ra_order()Pankaj Raghav1-4/+2
2024-01-25readahead: avoid multiple marked readahead pagesJan Kara1-2/+2
2023-12-12mm/readahead: do not allow order-1 folioRyan Roberts1-8/+6
2023-10-19vfs: fix readahead(2) on block devicesReuben Hawkins1-1/+2
2023-07-24filemap: Allow __filemap_get_folio to allocate large foliosMatthew Wilcox (Oracle)1-13/+0
2023-06-23mm: remove unnecessary pagevec includesMatthew Wilcox (Oracle)1-1/+0
2023-02-02readahead: convert readahead_expand() to use a folioMatthew Wilcox (Oracle)1-17/+22
2022-09-20mm: add PSI accounting around ->read_folio and ->readahead callsChristoph Hellwig1-4/+18
2022-06-23filemap: Fix serialization adding transparent huge pages to page cacheAlistair Popple1-0/+2
2022-06-09filemap: Don't release a locked folioMatthew Wilcox (Oracle)1-0/+2
2022-05-31Merge tag 'riscv-for-linus-5.19-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+7
2022-05-24Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-19/+18
2022-05-23Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+1
2022-05-09mm,fs: Remove aops->readpageMatthew Wilcox (Oracle)1-8/+4
2022-05-09fs: Introduce aops->read_folioMatthew Wilcox (Oracle)1-5/+9
2022-05-08readahead: Use a folio in read_pages()Matthew Wilcox (Oracle)1-13/+12
2022-05-05mm/readahead: Fix readahead with large foliosMatthew Wilcox (Oracle)1-6/+9
2022-05-02blk-cgroup: remove unneeded includes from <linux/blk-cgroup.h>Christoph Hellwig1-0/+1
2022-04-26riscv: compat: syscall: Add compat_sys_call_table implementationGuo Ren1-0/+7
2022-04-01readahead: Update commentsMatthew Wilcox (Oracle)1-47/+45
2022-04-01mm: remove the skip_page argument to read_pagesChristoph Hellwig1-10/+8
2022-04-01mm: remove the pages argument to read_pagesChristoph Hellwig1-8/+5
2022-04-01fs: Remove ->readpages address space operationMatthew Wilcox (Oracle)1-13/+2
2022-04-01readahead: Remove read_cache_pages()Matthew Wilcox (Oracle)1-76/+0
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-1/+1
2022-03-22Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-8/+100
2022-03-22remove inode_congested()NeilBrown1-6/+0
2022-03-22mm: improve cleanup when ->readpages doesn't process all pagesNeilBrown1-2/+17
2022-03-22mm: document and polish read-ahead codeNeilBrown1-0/+99
2022-03-21mm/readahead: Switch to page_cache_ra_orderMatthew Wilcox (Oracle)1-2/+2
2022-03-21mm/readahead: Add large folio readaheadMatthew Wilcox (Oracle)1-7/+99
2022-03-15fs: Turn do_invalidatepage() into folio_invalidate()Matthew Wilcox (Oracle)1-1/+1
2022-01-04readahead: Convert page_cache_ra_unbounded to foliosMatthew Wilcox (Oracle)1-9/+9
2022-01-04readahead: Convert page_cache_async_ra() to take a folioMatthew Wilcox (Oracle)1-3/+3
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2021-11-06mm/readahead.c: fix incorrect comments for get_init_ra_sizeLin Feng1-1/+1
2021-10-18mm: remove spurious blkdev.h includesChristoph Hellwig1-1/+0
2021-07-13mm: Protect operations adding pages to page cache with invalidate_lockJan Kara1-0/+2
2021-04-23mm: Implement readahead_control pageset expansionDavid Howells1-0/+75
2021-04-23mm/readahead: Handle ractl nr_pages being modifiedMatthew Wilcox (Oracle)1-2/+2
2021-04-23mm/filemap: Pass the file_ra_state in the ractlMatthew Wilcox (Oracle)1-11/+11
2020-10-17mm: use limited read-ahead to satisfy readJens Axboe1-6/+14
2020-10-16mm/readahead: pass a file_ra_state into force_page_cache_raDavid Howells1-3/+2
2020-10-16mm/readahead: add page_cache_sync_ra and page_cache_async_raMatthew Wilcox (Oracle)1-46/+12
2020-10-16mm/readahead: pass readahead_control to force_page_cache_raDavid Howells1-8/+10
2020-10-16mm/readahead: make ondemand_readahead take a readahead_controlDavid Howells1-12/+17
2020-10-16mm/readahead: make do_page_cache_ra take a readahead_controlMatthew Wilcox (Oracle)1-13/+15
2020-10-16mm/readahead: make page_cache_ra_unbounded take a readahead_controlMatthew Wilcox (Oracle)1-16/+14
2020-10-16mm/readahead: add DEFINE_READAHEADMatthew Wilcox (Oracle)1-5/+1
2020-06-02mm: use memalloc_nofs_save in readahead pathMatthew Wilcox (Oracle)1-0/+14
2020-06-02mm: document why we don't set PageReadaheadMatthew Wilcox (Oracle)1-3/+6
2020-06-02mm: add page_cache_readahead_unboundedMatthew Wilcox (Oracle)1-21/+47
2020-06-02mm: move end_index check out of readahead loopMatthew Wilcox (Oracle)1-6/+8
2020-06-02mm: add readahead address space operationMatthew Wilcox (Oracle)1-2/+10
2020-06-02mm: put readahead pages in cache earlierMatthew Wilcox (Oracle)1-18/+28
2020-06-02mm: remove 'page_offset' from readahead loopMatthew Wilcox (Oracle)1-5/+3
2020-06-02mm: rename readahead loop variable to 'i'Matthew Wilcox (Oracle)1-4/+4
2020-06-02mm: rename various 'offset' parameters to 'index'Matthew Wilcox (Oracle)1-44/+42
2020-06-02mm: use readahead_control to pass argumentsMatthew Wilcox (Oracle)1-14/+19
2020-06-02mm: move readahead nr_pages check into read_pagesMatthew Wilcox (Oracle)1-5/+7
2020-06-02mm: ignore return value of ->readpagesMatthew Wilcox (Oracle)1-6/+2
2020-06-02mm: return void from various readahead functionsMatthew Wilcox (Oracle)1-18/+13
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2019-03-05docs/core-api/mm: fix return value descriptions in mm/Mike Rapoport1-0/+2
2018-12-28mm/readahead.c: simplify get_next_ra_size()Gao Xiang1-7/+5
2018-10-21mm: Convert __do_page_cache_readahead to XArrayMatthew Wilcox1-3/+1
2018-10-21page cache: Convert hole search to XArrayMatthew Wilcox1-2/+2
2018-09-29xarray: Replace exceptional entriesMatthew Wilcox1-1/+1
2018-08-30vfs: implement readahead(2) using POSIX_FADV_WILLNEEDAmir Goldstein1-28/+17
2018-07-27readahead: stricter check for bdi io_pagesMarkus Stockhausen1-2/+10
2018-07-09mm: skip readahead if the cgroup is congestedJosef Bacik1-0/+7
2018-06-01mm: split ->readpages calls to avoid non-contiguous pages listsChristoph Hellwig1-3/+13
2018-06-01mm: return an unsigned int from __do_page_cache_readaheadChristoph Hellwig1-10/+5
2018-06-01mm: give the 'ret' variable a better name __do_page_cache_readaheadChristoph Hellwig1-5/+5
2018-04-11page cache: use xa_lockMatthew Wilcox1-1/+1
2018-04-02mm: add ksys_readahead() helper; remove in-kernel calls to sys_readahead()Dominik Brodowski1-1/+6
2016-12-12mm: don't cap request size based on read-ahead settingJens Axboe1-11/+28
2016-08-26mm: silently skip readahead for DAX inodesRoss Zwisler1-0/+9
2016-07-26mm, memcg: use consistent gfp flags during readaheadMichal Hocko1-7/+6
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-10/+10
2016-01-14mm: move lru_to_page to mm_inline.hGeliang Tang1-0/+1
2016-01-14mm/readahead.c, mm/vmscan.c: use lru_to_page instead of list_to_pageGeliang Tang1-5/+3
2015-11-06mm, fs: introduce mapping_gfp_constraint()Michal Hocko1-2/+2
2015-11-05mm: use only per-device readahead limitRoman Gushchin1-12/+2
2015-10-16mm, fs: obey gfp_mapping for add_to_page_cache()Michal Hocko1-4/+4
2015-06-02writeback: implement and use inode_congested()Tejun Heo1-1/+1
2015-01-20fs: export inode_to_bdi and use it in favor of mapping->backing_dev_infoChristoph Hellwig1-2/+2
2014-08-06mm/readahead.c: remove unused file_ra_state from count_history_pagesFabian Frederick1-2/+1
2014-04-07mm/readahead.c: inline ra_submitFabian Frederick1-18/+3
2014-04-03mm/readahead.c: fix readahead failure for memoryless NUMA nodes and limit rea...Raghavendra K T1-2/+2
2014-04-03mm + fs: prepare for non-page entries in page cache radix treesJohannes Weiner1-1/+1
2014-04-03mm: filemap: move radix tree hole searching hereJohannes Weiner1-2/+2
2014-01-29mm/readahead.c: fix do_readahead() for no readpage(s)Mark Rutland1-10/+5
2013-11-13readahead: fix sequential read cache miss detectionDamien Ramonda1-1/+5
2013-11-13mm/readahead.c:do_readhead(): don't check for ->readpageAndrew Morton1-1/+1
2013-09-11readahead: make context readahead more conservativeFengguang Wu1-4/+4
2013-05-21mm: change invalidatepage prototype to accept lengthLukas Czerner1-1/+1
2013-03-03teach SYSCALL_DEFINE<n> how to deal with long long/unsigned long longAl Viro1-8/+1
2012-09-26switch simple cases of fget_light to fdgetAl Viro1-8/+7
2012-09-26switch readahead(2) to fget_light()Al Viro1-2/+3
2012-05-29mm: move readahead syscall to mm/readahead.cCong Wang1-0/+40
2011-10-31mm: Map most files to use export.h instead of module.hPaul Gortmaker1-1/+1
2011-05-25readahead: readahead page allocations are OK to failWu Fengguang1-1/+1
2011-03-10read-ahead: use pluggingJens Axboe1-0/+6
2011-03-10block: remove per-queue pluggingJens Axboe1-12/+0
2010-05-25readahead.c: fix commentHuang Shijie1-1/+1
2010-04-07readahead: fix NULL filp dereferenceWu Fengguang1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-06readahead: introduce FMODE_RANDOM for POSIX_FADV_RANDOMWu Fengguang1-0/+6
2009-12-17readahead: add blk_run_backing_devHisashi Hifumi1-0/+12
2009-06-16readahead: introduce context readahead algorithmWu Fengguang1-0/+60
2009-06-16readahead: move the random read case to bottomWu Fengguang1-21/+25
2009-06-16readahead: record mmap read-around states in file_ra_stateWu Fengguang1-21/+2
2009-06-16readahead: remove sync/async readahead call dependencyWu Fengguang1-0/+10
2009-06-16readahead: increase interleaved readahead sizeWu Fengguang1-0/+1
2009-06-16readahead: remove one unnecessary radix tree lookupWu Fengguang1-1/+1
2009-06-16readahead: apply max_sane_readahead() limit in ondemand_readahead()Wu Fengguang1-1/+1
2009-06-16readahead: move max_sane_readahead() calls into force_page_cache_readahead()Wu Fengguang1-0/+1
2009-04-03FS-Cache: Recruit a page flags for cache managementDavid Howells1-4/+5
2009-04-03FS-Cache: Release page->private after failed readaheadDavid Howells1-2/+37
2009-03-26Move the default_backing_dev_info out of readahead.c and into backing-dev.cJens Axboe1-25/+0
2008-10-20vmscan: split LRU lists into anon & file setsRik van Riel1-1/+1
2008-10-16Remove Andrew Morton's old email accountsFrancois Cami1-1/+1
2008-07-26mm: readahead scan locklessNick Piggin1-3/+3
2008-04-30mm: bdi: export BDI attributes in sysfsPeter Zijlstra1-1/+7
2008-03-19mm/readahead: fix kernel-doc notationRandy Dunlap1-2/+3
2007-10-17mm: bdi init hooksPeter Zijlstra1-0/+6
2007-10-16mm: buffered write cleanupNick Piggin1-16/+8
2007-10-16mm: use lockless radix-tree probeNick Piggin1-4/+2
2007-10-16readahead: remove several readahead macrosFengguang Wu1-9/+1
2007-10-16readahead: basic support of interleaved readsFengguang Wu1-10/+23
2007-10-16readahead: combine file_ra_state.prev_index/prev_offset into prev_posFengguang Wu1-7/+8
2007-10-16readahead: compacting file_ra_stateFengguang Wu1-1/+1
2007-10-10Fix warnings with !CONFIG_BLOCKJens Axboe1-0/+1
2007-07-19readahead: sanify file_ra_state namesFengguang Wu1-43/+25
2007-07-19readahead: split ondemand readahead interface into two functionsRusty Russell1-38/+59
2007-07-19mm: share PG_readahead and PG_reclaimFengguang Wu1-0/+6
2007-07-19readahead: remove the old algorithmFengguang Wu1-348/+25
2007-07-19readahead: on-demand readahead logicFengguang Wu1-0/+174
2007-07-19readahead: data structure and routinesFengguang Wu1-0/+19
2007-07-19readahead: MIN_RA_PAGES/MAX_RA_PAGES macrosFengguang Wu1-2/+10
2007-07-19readahead: add look-ahead support to __do_page_cache_readahead()Fengguang Wu1-6/+9
2007-05-07readahead: code cleanupJan Kara1-15/+15
2007-05-07readahead: improve heuristic detecting sequential readsJan Kara1-0/+3
2007-02-11[PATCH] Drop __get_zone_counts()Christoph Lameter1-6/+2
2006-12-10[PATCH] io-accounting-read-accounting nfs fixAndrew Morton1-0/+2
2006-12-08[PATCH] struct path: convert mmJosef Sipek1-1/+1
2006-12-07[PATCH] read_cache_pages() cleanupOGAWA Hirofumi1-7/+1
2006-11-03[PATCH] Cleanup read_pages()OGAWA Hirofumi1-0/+2
2006-07-03Merge rsync://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Steven Whitehouse1-12/+8
2006-06-26spelling fixesAndreas Mohr1-2/+2
2006-06-25[PATCH] kernel-doc: mm/readhead fixupRandy Dunlap1-2/+1
2006-06-25[PATCH] AOP_TRUNCATED_PAGE victims in read_pages() belong in the LRUZach Brown1-8/+5
2006-03-31Merge branch 'master'Steven Whitehouse1-9/+24
2006-03-23[PATCH] ext3_readdir: use generic readaheadAndrew Morton1-0/+1
2006-03-22[PATCH] readahead: fix initial window size calculationSteven Pratt1-3/+3
2006-03-22[PATCH] readahead: ->prev_page can overrun the ahead windowOleg Nesterov1-6/+20
2006-01-30[GFS2] Export file_ra_state_initSteven Whitehouse1-0/+1
2006-01-03[PATCH] add AOP_TRUNCATED_PAGE, prepend AOP_ to WRITEPAGE_ACTIVATEZach Brown1-6/+9
2005-11-07[PATCH] readahead commentaryAndrew Morton1-9/+22
2005-09-07[PATCH] readahead: reset cache_hit earlierSteven Pratt1-0/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+557