summaryrefslogtreecommitdiffstats
path: root/mm/readahead.c
Commit message (Expand)AuthorAgeFilesLines
* readahead: Update commentsMatthew Wilcox (Oracle)2022-04-011-47/+45
* mm: remove the skip_page argument to read_pagesChristoph Hellwig2022-04-011-10/+8
* mm: remove the pages argument to read_pagesChristoph Hellwig2022-04-011-8/+5
* fs: Remove ->readpages address space operationMatthew Wilcox (Oracle)2022-04-011-13/+2
* readahead: Remove read_cache_pages()Matthew Wilcox (Oracle)2022-04-011-76/+0
* Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-221-1/+1
|\
| * fs: Turn do_invalidatepage() into folio_invalidate()Matthew Wilcox (Oracle)2022-03-151-1/+1
* | Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-221-8/+100
|\ \
| * | mm/readahead: Switch to page_cache_ra_orderMatthew Wilcox (Oracle)2022-03-211-2/+2
| * | mm/readahead: Add large folio readaheadMatthew Wilcox (Oracle)2022-03-211-7/+99
| |/
* | remove inode_congested()NeilBrown2022-03-221-6/+0
* | mm: improve cleanup when ->readpages doesn't process all pagesNeilBrown2022-03-221-2/+17
* | mm: document and polish read-ahead codeNeilBrown2022-03-221-0/+99
|/
* readahead: Convert page_cache_ra_unbounded to foliosMatthew Wilcox (Oracle)2022-01-041-9/+9
* readahead: Convert page_cache_async_ra() to take a folioMatthew Wilcox (Oracle)2022-01-041-3/+3
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-061-1/+1
|\
| * mm/readahead.c: fix incorrect comments for get_init_ra_sizeLin Feng2021-11-061-1/+1
* | mm: remove spurious blkdev.h includesChristoph Hellwig2021-10-181-1/+0
|/
* mm: Protect operations adding pages to page cache with invalidate_lockJan Kara2021-07-131-0/+2
* mm: Implement readahead_control pageset expansionDavid Howells2021-04-231-0/+75
* mm/readahead: Handle ractl nr_pages being modifiedMatthew Wilcox (Oracle)2021-04-231-2/+2
* mm/filemap: Pass the file_ra_state in the ractlMatthew Wilcox (Oracle)2021-04-231-11/+11
* mm: use limited read-ahead to satisfy readJens Axboe2020-10-171-6/+14
* mm/readahead: pass a file_ra_state into force_page_cache_raDavid Howells2020-10-161-3/+2
* mm/readahead: add page_cache_sync_ra and page_cache_async_raMatthew Wilcox (Oracle)2020-10-161-46/+12
* mm/readahead: pass readahead_control to force_page_cache_raDavid Howells2020-10-161-8/+10
* mm/readahead: make ondemand_readahead take a readahead_controlDavid Howells2020-10-161-12/+17
* mm/readahead: make do_page_cache_ra take a readahead_controlMatthew Wilcox (Oracle)2020-10-161-13/+15
* mm/readahead: make page_cache_ra_unbounded take a readahead_controlMatthew Wilcox (Oracle)2020-10-161-16/+14
* mm/readahead: add DEFINE_READAHEADMatthew Wilcox (Oracle)2020-10-161-5/+1
* mm: use memalloc_nofs_save in readahead pathMatthew Wilcox (Oracle)2020-06-021-0/+14
* mm: document why we don't set PageReadaheadMatthew Wilcox (Oracle)2020-06-021-3/+6
* mm: add page_cache_readahead_unboundedMatthew Wilcox (Oracle)2020-06-021-21/+47
* mm: move end_index check out of readahead loopMatthew Wilcox (Oracle)2020-06-021-6/+8
* mm: add readahead address space operationMatthew Wilcox (Oracle)2020-06-021-2/+10
* mm: put readahead pages in cache earlierMatthew Wilcox (Oracle)2020-06-021-18/+28
* mm: remove 'page_offset' from readahead loopMatthew Wilcox (Oracle)2020-06-021-5/+3
* mm: rename readahead loop variable to 'i'Matthew Wilcox (Oracle)2020-06-021-4/+4
* mm: rename various 'offset' parameters to 'index'Matthew Wilcox (Oracle)2020-06-021-44/+42
* mm: use readahead_control to pass argumentsMatthew Wilcox (Oracle)2020-06-021-14/+19
* mm: move readahead nr_pages check into read_pagesMatthew Wilcox (Oracle)2020-06-021-5/+7
* mm: ignore return value of ->readpagesMatthew Wilcox (Oracle)2020-06-021-6/+2
* mm: return void from various readahead functionsMatthew Wilcox (Oracle)2020-06-021-18/+13
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* docs/core-api/mm: fix return value descriptions in mm/Mike Rapoport2019-03-051-0/+2
* mm/readahead.c: simplify get_next_ra_size()Gao Xiang2018-12-281-7/+5
* mm: Convert __do_page_cache_readahead to XArrayMatthew Wilcox2018-10-211-3/+1
* page cache: Convert hole search to XArrayMatthew Wilcox2018-10-211-2/+2
* xarray: Replace exceptional entriesMatthew Wilcox2018-09-291-1/+1
* vfs: implement readahead(2) using POSIX_FADV_WILLNEEDAmir Goldstein2018-08-301-28/+17