aboutsummaryrefslogtreecommitdiffstats
path: root/mm/readahead.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* vmscan: split LRU lists into anon & file setsRik van Riel2008-10-201-1/+1
* Remove Andrew Morton's old email accountsFrancois Cami2008-10-161-1/+1
* mm: readahead scan locklessNick Piggin2008-07-261-3/+3
* mm: bdi: export BDI attributes in sysfsPeter Zijlstra2008-04-301-1/+7
* mm/readahead: fix kernel-doc notationRandy Dunlap2008-03-191-2/+3
* mm: bdi init hooksPeter Zijlstra2007-10-171-0/+6
* mm: buffered write cleanupNick Piggin2007-10-161-16/+8
* mm: use lockless radix-tree probeNick Piggin2007-10-161-4/+2
* readahead: remove several readahead macrosFengguang Wu2007-10-161-9/+1
* readahead: basic support of interleaved readsFengguang Wu2007-10-161-10/+23
* readahead: combine file_ra_state.prev_index/prev_offset into prev_posFengguang Wu2007-10-161-7/+8
* readahead: compacting file_ra_stateFengguang Wu2007-10-161-1/+1
* Fix warnings with !CONFIG_BLOCKJens Axboe2007-10-101-0/+1
* readahead: sanify file_ra_state namesFengguang Wu2007-07-191-43/+25
* readahead: split ondemand readahead interface into two functionsRusty Russell2007-07-191-38/+59
* mm: share PG_readahead and PG_reclaimFengguang Wu2007-07-191-0/+6
* readahead: remove the old algorithmFengguang Wu2007-07-191-348/+25
* readahead: on-demand readahead logicFengguang Wu2007-07-191-0/+174
* readahead: data structure and routinesFengguang Wu2007-07-191-0/+19
* readahead: MIN_RA_PAGES/MAX_RA_PAGES macrosFengguang Wu2007-07-191-2/+10
* readahead: add look-ahead support to __do_page_cache_readahead()Fengguang Wu2007-07-191-6/+9
* readahead: code cleanupJan Kara2007-05-071-15/+15
* readahead: improve heuristic detecting sequential readsJan Kara2007-05-071-0/+3
* [PATCH] Drop __get_zone_counts()Christoph Lameter2007-02-111-6/+2
* [PATCH] io-accounting-read-accounting nfs fixAndrew Morton2006-12-101-0/+2
* [PATCH] struct path: convert mmJosef Sipek2006-12-081-1/+1
* [PATCH] read_cache_pages() cleanupOGAWA Hirofumi2006-12-071-7/+1
* [PATCH] Cleanup read_pages()OGAWA Hirofumi2006-11-031-0/+2
* Merge rsync://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Steven Whitehouse2006-07-031-12/+8
|\
| * spelling fixesAndreas Mohr2006-06-261-2/+2
| * [PATCH] kernel-doc: mm/readhead fixupRandy Dunlap2006-06-251-2/+1