summaryrefslogtreecommitdiffstats
path: root/mm/readahead.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * [PATCH] AOP_TRUNCATED_PAGE victims in read_pages() belong in the LRUZach Brown2006-06-251-8/+5
* | Merge branch 'master'Steven Whitehouse2006-03-311-9/+24
|\|
| * [PATCH] ext3_readdir: use generic readaheadAndrew Morton2006-03-231-0/+1
| * [PATCH] readahead: fix initial window size calculationSteven Pratt2006-03-221-3/+3
| * [PATCH] readahead: ->prev_page can overrun the ahead windowOleg Nesterov2006-03-221-6/+20
* | [GFS2] Export file_ra_state_initSteven Whitehouse2006-01-301-0/+1
|/
* [PATCH] add AOP_TRUNCATED_PAGE, prepend AOP_ to WRITEPAGE_ACTIVATEZach Brown2006-01-031-6/+9
* [PATCH] readahead commentaryAndrew Morton2005-11-071-9/+22
* [PATCH] readahead: reset cache_hit earlierSteven Pratt2005-09-071-0/+1
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+557