summaryrefslogtreecommitdiffstats
path: root/mm/readahead.c
AgeCommit message (Expand)AuthorLines
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
2007-07-19mm: share PG_readahead and PG_reclaimFengguang Wu-0/+6
2007-07-19readahead: remove the old algorithmFengguang Wu-348/+25
2007-07-19readahead: on-demand readahead logicFengguang Wu-0/+174
2007-07-19readahead: data structure and routinesFengguang Wu-0/+19
2007-07-19readahead: MIN_RA_PAGES/MAX_RA_PAGES macrosFengguang Wu-2/+10
2007-07-19readahead: add look-ahead support to __do_page_cache_readahead()Fengguang Wu-6/+9
2007-05-07readahead: code cleanupJan Kara-15/+15
2007-05-07readahead: improve heuristic detecting sequential readsJan Kara-0/+3
2007-02-11[PATCH] Drop __get_zone_counts()Christoph Lameter-6/+2
2006-12-10[PATCH] io-accounting-read-accounting nfs fixAndrew Morton-0/+2
2006-12-08[PATCH] struct path: convert mmJosef Sipek-1/+1
2006-12-07[PATCH] read_cache_pages() cleanupOGAWA Hirofumi-7/+1
2006-11-03[PATCH] Cleanup read_pages()OGAWA Hirofumi-0/+2
2006-07-03Merge rsync://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Steven Whitehouse-12/+8
2006-06-26spelling fixesAndreas Mohr-2/+2
2006-06-25[PATCH] kernel-doc: mm/readhead fixupRandy Dunlap-2/+1
2006-06-25[PATCH] AOP_TRUNCATED_PAGE victims in read_pages() belong in the LRUZach Brown-8/+5
2006-03-31Merge branch 'master'Steven Whitehouse-9/+24
2006-03-23[PATCH] ext3_readdir: use generic readaheadAndrew Morton-0/+1
2006-03-22[PATCH] readahead: fix initial window size calculationSteven Pratt-3/+3
2006-03-22[PATCH] readahead: ->prev_page can overrun the ahead windowOleg Nesterov-6/+20
2006-01-30[GFS2] Export file_ra_state_initSteven Whitehouse-0/+1
2006-01-03[PATCH] add AOP_TRUNCATED_PAGE, prepend AOP_ to WRITEPAGE_ACTIVATEZach Brown-6/+9
2005-11-07[PATCH] readahead commentaryAndrew Morton-9/+22
2005-09-07[PATCH] readahead: reset cache_hit earlierSteven Pratt-0/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds-0/+557