aboutsummaryrefslogtreecommitdiffstats
path: root/mm/readahead.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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