aboutsummaryrefslogtreecommitdiffstats
path: root/mm/readahead.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-07-19readahead: sanify file_ra_state namesFengguang Wu1-43/+25
2007-07-19readahead: split ondemand readahead interface into two functionsRusty Russell1-38/+59
2007-07-19mm: share PG_readahead and PG_reclaimFengguang Wu1-0/+6
2007-07-19readahead: remove the old algorithmFengguang Wu1-348/+25
2007-07-19readahead: on-demand readahead logicFengguang Wu1-0/+174
2007-07-19readahead: data structure and routinesFengguang Wu1-0/+19
2007-07-19readahead: MIN_RA_PAGES/MAX_RA_PAGES macrosFengguang Wu1-2/+10
2007-07-19readahead: add look-ahead support to __do_page_cache_readahead()Fengguang Wu1-6/+9
2007-05-07readahead: code cleanupJan Kara1-15/+15
2007-05-07readahead: improve heuristic detecting sequential readsJan Kara1-0/+3
2007-02-11[PATCH] Drop __get_zone_counts()Christoph Lameter1-6/+2
2006-12-10[PATCH] io-accounting-read-accounting nfs fixAndrew Morton1-0/+2
2006-12-08[PATCH] struct path: convert mmJosef Sipek1-1/+1
2006-12-07[PATCH] read_cache_pages() cleanupOGAWA Hirofumi1-7/+1
2006-11-03[PATCH] Cleanup read_pages()OGAWA Hirofumi1-0/+2
2006-07-03Merge rsync://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Steven Whitehouse1-12/+8
2006-06-26spelling fixesAndreas Mohr1-2/+2
2006-06-25[PATCH] kernel-doc: mm/readhead fixupRandy Dunlap1-2/+1
2006-06-25[PATCH] AOP_TRUNCATED_PAGE victims in read_pages() belong in the LRUZach Brown1-8/+5
2006-03-31Merge branch 'master'Steven Whitehouse1-9/+24
2006-03-23[PATCH] ext3_readdir: use generic readaheadAndrew Morton1-0/+1
2006-03-22[PATCH] readahead: fix initial window size calculationSteven Pratt1-3/+3
2006-03-22[PATCH] readahead: ->prev_page can overrun the ahead windowOleg Nesterov1-6/+20
2006-01-30[GFS2] Export file_ra_state_initSteven Whitehouse1-0/+1
2006-01-03[PATCH] add AOP_TRUNCATED_PAGE, prepend AOP_ to WRITEPAGE_ACTIVATEZach Brown1-6/+9
2005-11-07[PATCH] readahead commentaryAndrew Morton1-9/+22
2005-09-07[PATCH] readahead: reset cache_hit earlierSteven Pratt1-0/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+557