index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
readahead.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-04-30
mm: bdi: export BDI attributes in sysfs
Peter Zijlstra
1
-1
/
+7
2008-03-20
mm/readahead: fix kernel-doc notation
Randy Dunlap
1
-2
/
+3
2007-10-17
mm: bdi init hooks
Peter Zijlstra
1
-0
/
+6
2007-10-16
mm: buffered write cleanup
Nick Piggin
1
-16
/
+8
2007-10-16
mm: use lockless radix-tree probe
Nick Piggin
1
-4
/
+2
2007-10-16
readahead: remove several readahead macros
Fengguang Wu
1
-9
/
+1
2007-10-16
readahead: basic support of interleaved reads
Fengguang Wu
1
-10
/
+23
2007-10-16
readahead: combine file_ra_state.prev_index/prev_offset into prev_pos
Fengguang Wu
1
-7
/
+8
2007-10-16
readahead: compacting file_ra_state
Fengguang Wu
1
-1
/
+1
2007-10-10
Fix warnings with !CONFIG_BLOCK
Jens Axboe
1
-0
/
+1
2007-07-19
readahead: sanify file_ra_state names
Fengguang Wu
1
-43
/
+25
2007-07-19
readahead: split ondemand readahead interface into two functions
Rusty Russell
1
-38
/
+59
2007-07-19
mm: share PG_readahead and PG_reclaim
Fengguang Wu
1
-0
/
+6
2007-07-19
readahead: remove the old algorithm
Fengguang Wu
1
-348
/
+25
2007-07-19
readahead: on-demand readahead logic
Fengguang Wu
1
-0
/
+174
2007-07-19
readahead: data structure and routines
Fengguang Wu
1
-0
/
+19
2007-07-19
readahead: MIN_RA_PAGES/MAX_RA_PAGES macros
Fengguang Wu
1
-2
/
+10
2007-07-19
readahead: add look-ahead support to __do_page_cache_readahead()
Fengguang Wu
1
-6
/
+9
2007-05-07
readahead: code cleanup
Jan Kara
1
-15
/
+15
2007-05-07
readahead: improve heuristic detecting sequential reads
Jan Kara
1
-0
/
+3
2007-02-11
[PATCH] Drop __get_zone_counts()
Christoph Lameter
1
-6
/
+2
2006-12-10
[PATCH] io-accounting-read-accounting nfs fix
Andrew Morton
1
-0
/
+2
2006-12-08
[PATCH] struct path: convert mm
Josef Sipek
1
-1
/
+1
2006-12-07
[PATCH] read_cache_pages() cleanup
OGAWA Hirofumi
1
-7
/
+1
2006-11-03
[PATCH] Cleanup read_pages()
OGAWA Hirofumi
1
-0
/
+2
2006-07-03
Merge rsync://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
Steven Whitehouse
1
-12
/
+8
2006-06-26
spelling fixes
Andreas Mohr
1
-2
/
+2
2006-06-25
[PATCH] kernel-doc: mm/readhead fixup
Randy Dunlap
1
-2
/
+1
2006-06-25
[PATCH] AOP_TRUNCATED_PAGE victims in read_pages() belong in the LRU
Zach Brown
1
-8
/
+5
2006-04-01
Merge branch 'master'
Steven Whitehouse
1
-9
/
+24
2006-03-23
[PATCH] ext3_readdir: use generic readahead
Andrew Morton
1
-0
/
+1
2006-03-22
[PATCH] readahead: fix initial window size calculation
Steven Pratt
1
-3
/
+3
2006-03-22
[PATCH] readahead: ->prev_page can overrun the ahead window
Oleg Nesterov
1
-6
/
+20
2006-01-30
[GFS2] Export file_ra_state_init
Steven Whitehouse
1
-0
/
+1
2006-01-03
[PATCH] add AOP_TRUNCATED_PAGE, prepend AOP_ to WRITEPAGE_ACTIVATE
Zach Brown
1
-6
/
+9
2005-11-07
[PATCH] readahead commentary
Andrew Morton
1
-9
/
+22
2005-09-08
[PATCH] readahead: reset cache_hit earlier
Steven Pratt
1
-0
/
+1
2005-04-17
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
1
-0
/
+557