summaryrefslogtreecommitdiffstats
path: root/mm/readahead.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* readahead: stricter check for bdi io_pagesMarkus Stockhausen2018-07-271-2/+10
* mm: skip readahead if the cgroup is congestedJosef Bacik2018-07-091-0/+7
* mm: split ->readpages calls to avoid non-contiguous pages listsChristoph Hellwig2018-06-011-3/+13
* mm: return an unsigned int from __do_page_cache_readaheadChristoph Hellwig2018-06-011-10/+5
* mm: give the 'ret' variable a better name __do_page_cache_readaheadChristoph Hellwig2018-06-011-5/+5
* page cache: use xa_lockMatthew Wilcox2018-04-111-1/+1
* mm: add ksys_readahead() helper; remove in-kernel calls to sys_readahead()Dominik Brodowski2018-04-021-1/+6
* mm: don't cap request size based on read-ahead settingJens Axboe2016-12-121-11/+28
* mm: silently skip readahead for DAX inodesRoss Zwisler2016-08-261-0/+9
* mm, memcg: use consistent gfp flags during readaheadMichal Hocko2016-07-261-7/+6
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-10/+10
* mm: move lru_to_page to mm_inline.hGeliang Tang2016-01-141-0/+1
* mm/readahead.c, mm/vmscan.c: use lru_to_page instead of list_to_pageGeliang Tang2016-01-141-5/+3
* mm, fs: introduce mapping_gfp_constraint()Michal Hocko2015-11-061-2/+2
* mm: use only per-device readahead limitRoman Gushchin2015-11-051-12/+2
* mm, fs: obey gfp_mapping for add_to_page_cache()Michal Hocko2015-10-161-4/+4
* writeback: implement and use inode_congested()Tejun Heo2015-06-021-1/+1
* fs: export inode_to_bdi and use it in favor of mapping->backing_dev_infoChristoph Hellwig2015-01-201-2/+2
* mm/readahead.c: remove unused file_ra_state from count_history_pagesFabian Frederick2014-08-061-2/+1
* mm/readahead.c: inline ra_submitFabian Frederick2014-04-071-18/+3
* mm/readahead.c: fix readahead failure for memoryless NUMA nodes and limit rea...Raghavendra K T2014-04-031-2/+2
* mm + fs: prepare for non-page entries in page cache radix treesJohannes Weiner2014-04-031-1/+1
* mm: filemap: move radix tree hole searching hereJohannes Weiner2014-04-031-2/+2
* mm/readahead.c: fix do_readahead() for no readpage(s)Mark Rutland2014-01-291-10/+5
* readahead: fix sequential read cache miss detectionDamien Ramonda2013-11-131-1/+5
* mm/readahead.c:do_readhead(): don't check for ->readpageAndrew Morton2013-11-131-1/+1
* readahead: make context readahead more conservativeFengguang Wu2013-09-111-4/+4
* mm: change invalidatepage prototype to accept lengthLukas Czerner2013-05-211-1/+1
* teach SYSCALL_DEFINE<n> how to deal with long long/unsigned long longAl Viro2013-03-031-8/+1
* switch simple cases of fget_light to fdgetAl Viro2012-09-261-8/+7