summaryrefslogtreecommitdiff
path: root/scripts/basic
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/basic')
0 files changed, 0 insertions, 0 deletions
istro/kernel/commit/mm/readahead.c?h=linux-6.6.y&id=c1f6925e10912c7e329840387730049e5e1848c8'>mm: 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