summaryrefslogtreecommitdiffstats
path: root/mm/readahead.c
AgeCommit message (Expand)AuthorLines
2015-01-20fs: export inode_to_bdi and use it in favor of mapping->backing_dev_infoChristoph Hellwig-2/+2
2014-08-06mm/readahead.c: remove unused file_ra_state from count_history_pagesFabian Frederick-2/+1
2014-04-07mm/readahead.c: inline ra_submitFabian Frederick-18/+3
2014-04-03mm/readahead.c: fix readahead failure for memoryless NUMA nodes and limit rea...Raghavendra K T-2/+2
2014-04-03mm + fs: prepare for non-page entries in page cache radix treesJohannes Weiner-1/+1
2014-04-03mm: filemap: move radix tree hole searching hereJohannes Weiner-2/+2
2014-01-29mm/readahead.c: fix do_readahead() for no readpage(s)Mark Rutland-10/+5
2013-11-13readahead: fix sequential read cache miss detectionDamien Ramonda-1/+5
2013-11-13mm/readahead.c:do_readhead(): don't check for ->readpageAndrew Morton-1/+1
2013-09-11readahead: make context readahead more conservativeFengguang Wu-4/+4
2013-05-21mm: change invalidatepage prototype to accept lengthLukas Czerner-1/+1
2013-03-03teach SYSCALL_DEFINE<n> how to deal with long long/unsigned long longAl Viro-8/+1
2012-09-26switch simple cases of fget_light to fdgetAl Viro-8/+7
2012-09-26switch readahead(2) to fget_light()Al Viro-2/+3
2012-05-29mm: move readahead syscall to mm/readahead.cCong Wang-0/+40
2011-10-31mm: Map most files to use export.h instead of module.hPaul Gortmaker-1/+1
2011-05-25readahead: readahead page allocations are OK to failWu Fengguang-1/+1
2011-03-10read-ahead: use pluggingJens Axboe-0/+6
2011-03-10block: remove per-queue pluggingJens Axboe-12/+0
2010-05-25readahead.c: fix commentHuang Shijie-1/+1
2010-04-07readahead: fix NULL filp dereferenceWu Fengguang-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2010-03-06readahead: introduce FMODE_RANDOM for POSIX_FADV_RANDOMWu Fengguang-0/+6
2009-12-17readahead: add blk_run_backing_devHisashi Hifumi-0/+12
2009-06-16readahead: introduce context readahead algorithmWu Fengguang-0/+60
2009-06-16readahead: move the random read case to bottomWu Fengguang-21/+25
2009-06-16readahead: record mmap read-around states in file_ra_stateWu Fengguang-21/+2
2009-06-16readahead: remove sync/async readahead call dependencyWu Fengguang-0/+10
2009-06-16readahead: increase interleaved readahead sizeWu Fengguang-0/+1
2009-06-16readahead: remove one unnecessary radix tree lookupWu Fengguang-1/+1
2009-06-16readahead: apply max_sane_readahead() limit in ondemand_readahead()Wu Fengguang-1/+1
2009-06-16readahead: move max_sane_readahead() calls into force_page_cache_readahead()Wu Fengguang-0/+1
2009-04-03FS-Cache: Recruit a page flags for cache managementDavid Howells-4/+5
2009-04-03FS-Cache: Release page->private after failed readaheadDavid Howells-2/+37
2009-03-26Move the default_backing_dev_info out of readahead.c and into backing-dev.cJens Axboe-25/+0
2008-10-20vmscan: split LRU lists into anon & file setsRik van Riel-1/+1
2008-10-16Remove Andrew Morton's old email accountsFrancois Cami-1/+1
2008-07-26mm: readahead scan locklessNick Piggin-3/+3
2008-04-30mm: bdi: export BDI attributes in sysfsPeter Zijlstra-1/+7
2008-03-19mm/readahead: fix kernel-doc notationRandy Dunlap-2/+3
2007-10-17mm: bdi init hooksPeter Zijlstra-0/+6
2007-10-16mm: buffered write cleanupNick Piggin-16/+8
2007-10-16mm: use lockless radix-tree probeNick Piggin-4/+2
2007-10-16readahead: remove several readahead macrosFengguang Wu-9/+1
2007-10-16readahead: basic support of interleaved readsFengguang Wu-10/+23
2007-10-16readahead: combine file_ra_state.prev_index/prev_offset into prev_posFengguang Wu-7/+8
2007-10-16readahead: compacting file_ra_stateFengguang Wu-1/+1
2007-10-10Fix warnings with !CONFIG_BLOCKJens Axboe-0/+1
2007-07-19readahead: sanify file_ra_state namesFengguang Wu-43/+25
2007-07-19readahead: split ondemand readahead interface into two functionsRusty Russell-38/+59