summaryrefslogtreecommitdiffstats
path: root/mm/readahead.c
AgeCommit message (Expand)Author
2020-10-17mm: use limited read-ahead to satisfy readJens Axboe
2020-10-16mm/readahead: pass a file_ra_state into force_page_cache_raDavid Howells
2020-10-16mm/readahead: add page_cache_sync_ra and page_cache_async_raMatthew Wilcox (Oracle)
2020-10-16mm/readahead: pass readahead_control to force_page_cache_raDavid Howells
2020-10-16mm/readahead: make ondemand_readahead take a readahead_controlDavid Howells
2020-10-16mm/readahead: make do_page_cache_ra take a readahead_controlMatthew Wilcox (Oracle)
2020-10-16mm/readahead: make page_cache_ra_unbounded take a readahead_controlMatthew Wilcox (Oracle)
2020-10-16mm/readahead: add DEFINE_READAHEADMatthew Wilcox (Oracle)
2020-06-02mm: use memalloc_nofs_save in readahead pathMatthew Wilcox (Oracle)
2020-06-02mm: document why we don't set PageReadaheadMatthew Wilcox (Oracle)
2020-06-02mm: add page_cache_readahead_unboundedMatthew Wilcox (Oracle)
2020-06-02mm: move end_index check out of readahead loopMatthew Wilcox (Oracle)
2020-06-02mm: add readahead address space operationMatthew Wilcox (Oracle)
2020-06-02mm: put readahead pages in cache earlierMatthew Wilcox (Oracle)
2020-06-02mm: remove 'page_offset' from readahead loopMatthew Wilcox (Oracle)
2020-06-02mm: rename readahead loop variable to 'i'Matthew Wilcox (Oracle)
2020-06-02mm: rename various 'offset' parameters to 'index'Matthew Wilcox (Oracle)
2020-06-02mm: use readahead_control to pass argumentsMatthew Wilcox (Oracle)
2020-06-02mm: move readahead nr_pages check into read_pagesMatthew Wilcox (Oracle)
2020-06-02mm: ignore return value of ->readpagesMatthew Wilcox (Oracle)
2020-06-02mm: return void from various readahead functionsMatthew Wilcox (Oracle)
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-03-05docs/core-api/mm: fix return value descriptions in mm/Mike Rapoport
2018-12-28mm/readahead.c: simplify get_next_ra_size()Gao Xiang
2018-10-21mm: Convert __do_page_cache_readahead to XArrayMatthew Wilcox
2018-10-21page cache: Convert hole search to XArrayMatthew Wilcox
2018-09-29xarray: Replace exceptional entriesMatthew Wilcox
2018-08-30vfs: implement readahead(2) using POSIX_FADV_WILLNEEDAmir Goldstein
2018-07-27readahead: stricter check for bdi io_pagesMarkus Stockhausen
2018-07-09mm: skip readahead if the cgroup is congestedJosef Bacik
2018-06-01mm: split ->readpages calls to avoid non-contiguous pages listsChristoph Hellwig
2018-06-01mm: return an unsigned int from __do_page_cache_readaheadChristoph Hellwig
2018-06-01mm: give the 'ret' variable a better name __do_page_cache_readaheadChristoph Hellwig
2018-04-11page cache: use xa_lockMatthew Wilcox
2018-04-02mm: add ksys_readahead() helper; remove in-kernel calls to sys_readahead()Dominik Brodowski
2016-12-12mm: don't cap request size based on read-ahead settingJens Axboe
2016-08-26mm: silently skip readahead for DAX inodesRoss Zwisler
2016-07-26mm, memcg: use consistent gfp flags during readaheadMichal Hocko
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-01-14mm: move lru_to_page to mm_inline.hGeliang Tang
2016-01-14mm/readahead.c, mm/vmscan.c: use lru_to_page instead of list_to_pageGeliang Tang
2015-11-06mm, fs: introduce mapping_gfp_constraint()Michal Hocko
2015-11-05mm: use only per-device readahead limitRoman Gushchin
2015-10-16mm, fs: obey gfp_mapping for add_to_page_cache()Michal Hocko
2015-06-02writeback: implement and use inode_congested()Tejun Heo
2015-01-20fs: export inode_to_bdi and use it in favor of mapping->backing_dev_infoChristoph Hellwig
2014-08-06mm/readahead.c: remove unused file_ra_state from count_history_pagesFabian Frederick
2014-04-07mm/readahead.c: inline ra_submitFabian Frederick
2014-04-03mm/readahead.c: fix readahead failure for memoryless NUMA nodes and limit rea...Raghavendra K T
2014-04-03mm + fs: prepare for non-page entries in page cache radix treesJohannes Weiner