aboutsummaryrefslogtreecommitdiff
path: root/mm/readahead.c
AgeCommit message (Expand)Author
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
2014-04-03mm: filemap: move radix tree hole searching hereJohannes Weiner
2014-01-29mm/readahead.c: fix do_readahead() for no readpage(s)Mark Rutland
2013-11-13readahead: fix sequential read cache miss detectionDamien Ramonda
2013-11-13mm/readahead.c:do_readhead(): don't check for ->readpageAndrew Morton
2013-09-11readahead: make context readahead more conservativeFengguang Wu
2013-05-21mm: change invalidatepage prototype to accept lengthLukas Czerner
2013-03-03teach SYSCALL_DEFINE<n> how to deal with long long/unsigned long longAl Viro
2012-09-26switch simple cases of fget_light to fdgetAl Viro
2012-09-26switch readahead(2) to fget_light()Al Viro
2012-05-29mm: move readahead syscall to mm/readahead.cCong Wang
2011-10-31mm: Map most files to use export.h instead of module.hPaul Gortmaker
2011-05-25readahead: readahead page allocations are OK to failWu Fengguang
2011-03-10read-ahead: use pluggingJens Axboe
2011-03-10block: remove per-queue pluggingJens Axboe
2010-05-25readahead.c: fix commentHuang Shijie
2010-04-07readahead: fix NULL filp dereferenceWu Fengguang
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-06readahead: introduce FMODE_RANDOM for POSIX_FADV_RANDOMWu Fengguang
2009-12-17readahead: add blk_run_backing_devHisashi Hifumi
2009-06-16readahead: introduce context readahead algorithmWu Fengguang
2009-06-16readahead: move the random read case to bottomWu Fengguang
2009-06-16readahead: record mmap read-around states in file_ra_stateWu Fengguang
2009-06-16readahead: remove sync/async readahead call dependencyWu Fengguang
2009-06-16readahead: increase interleaved readahead sizeWu Fengguang