summaryrefslogtreecommitdiffstats
path: root/mm/readahead.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* switch readahead(2) to fget_light()Al Viro2012-09-261-2/+3
* mm: move readahead syscall to mm/readahead.cCong Wang2012-05-291-0/+40
* mm: Map most files to use export.h instead of module.hPaul Gortmaker2011-10-311-1/+1
* readahead: readahead page allocations are OK to failWu Fengguang2011-05-251-1/+1
* read-ahead: use pluggingJens Axboe2011-03-101-0/+6
* block: remove per-queue pluggingJens Axboe2011-03-101-12/+0
* readahead.c: fix commentHuang Shijie2010-05-251-1/+1
* readahead: fix NULL filp dereferenceWu Fengguang2010-04-071-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* readahead: introduce FMODE_RANDOM for POSIX_FADV_RANDOMWu Fengguang2010-03-061-0/+6
* readahead: add blk_run_backing_devHisashi Hifumi2009-12-171-0/+12
* readahead: introduce context readahead algorithmWu Fengguang2009-06-161-0/+60
* readahead: move the random read case to bottomWu Fengguang2009-06-161-21/+25
* readahead: record mmap read-around states in file_ra_stateWu Fengguang2009-06-161-21/+2
* readahead: remove sync/async readahead call dependencyWu Fengguang2009-06-161-0/+10
* readahead: increase interleaved readahead sizeWu Fengguang2009-06-161-0/+1
* readahead: remove one unnecessary radix tree lookupWu Fengguang2009-06-161-1/+1
* readahead: apply max_sane_readahead() limit in ondemand_readahead()Wu Fengguang2009-06-161-1/+1
* readahead: move max_sane_readahead() calls into force_page_cache_readahead()Wu Fengguang2009-06-161-0/+1
* FS-Cache: Recruit a page flags for cache managementDavid Howells2009-04-031-4/+5
* FS-Cache: Release page->private after failed readaheadDavid Howells2009-04-031-2/+37
* Move the default_backing_dev_info out of readahead.c and into backing-dev.cJens Axboe2009-03-261-25/+0