index
:
litmus-rt.git
archive/unc-master-3.0
archived-2013.1
archived-private-master
archived-semi-part
demo
ecrts-pgm-final
ecrts14-pgm-final
gpusync-rtss12
gpusync/staging
linux-tip
litmus2008-patch-series
master
pgm
prop/litmus-signals
prop/robust-tie-break
staging
test
tracing-devel
v2.6.34-with-arm-patches
v2015.1
wip-2011.2-bbb
wip-2011.2-bbb-trace
wip-2012.3-gpu
wip-2012.3-gpu-preport
wip-2012.3-gpu-rtss13
wip-2012.3-gpu-sobliv-budget-w-kshark
wip-aedzl-final
wip-aedzl-revised
wip-arbit-deadline
wip-aux-tasks
wip-bbb
wip-bbb-prio-don
wip-better-break
wip-binary-heap
wip-budget
wip-color
wip-color-jlh
wip-d10-hz1000
wip-default-clustering
wip-dissipation-jerickso
wip-dissipation2-jerickso
wip-ecrts14-pgm
wip-edf-hsb
wip-edf-os
wip-edf-tie-break
wip-edzl-critique
wip-edzl-final
wip-edzl-revised
wip-events
wip-extra-debug
wip-fix-switch-jerickso
wip-fix3
wip-fmlp-dequeue
wip-ft-irq-flag
wip-gpu-cleanup
wip-gpu-interrupts
wip-gpu-rtas12
wip-gpu-rtss12
wip-gpu-rtss12-srp
wip-gpusync-merge
wip-ikglp
wip-k-fmlp
wip-kernel-coloring
wip-kernthreads
wip-klmirqd-to-aux
wip-kshark
wip-litmus-3.2
wip-litmus2011.2
wip-litmus3.0-2011.2
wip-master-2.6.33-rt
wip-mc
wip-mc-bipasa
wip-mc-jerickso
wip-mc2-cache-slack
wip-mcrit-mac
wip-merge-3.0
wip-merge-v3.0
wip-migration-affinity
wip-mmap-uncache
wip-modechange
wip-nested-locking
wip-omlp-gedf
wip-pai
wip-percore-lib
wip-performance
wip-pgm
wip-pgm-split
wip-pm-ovd
wip-prio-inh
wip-prioq-dgl
wip-refactored-gedf
wip-release-master-fix
wip-robust-tie-break
wip-rt-kshark
wip-rtas12-pgm
wip-semi-part
wip-semi-part-edfos-jerickso
wip-shared-lib
wip-shared-lib2
wip-shared-mem
wip-splitting-jerickso
wip-splitting-omlp-jerickso
wip-stage-binheap
wip-sun-port
wip-timer-trace
wip-tracepoints
The LITMUS^RT kernel.
Bjoern Brandenburg
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
readahead.c
Commit message (
Expand
)
Author
Age
*
read-ahead: use plugging
Jens Axboe
2011-03-10
*
block: remove per-queue plugging
Jens Axboe
2011-03-10
*
readahead.c: fix comment
Huang Shijie
2010-05-25
*
readahead: fix NULL filp dereference
Wu Fengguang
2010-04-07
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
*
readahead: introduce FMODE_RANDOM for POSIX_FADV_RANDOM
Wu Fengguang
2010-03-06
*
readahead: add blk_run_backing_dev
Hisashi Hifumi
2009-12-17
*
readahead: introduce context readahead algorithm
Wu Fengguang
2009-06-16
*
readahead: move the random read case to bottom
Wu Fengguang
2009-06-16
*
readahead: record mmap read-around states in file_ra_state
Wu Fengguang
2009-06-16
*
readahead: remove sync/async readahead call dependency
Wu Fengguang
2009-06-16
*
readahead: increase interleaved readahead size
Wu Fengguang
2009-06-16
*
readahead: remove one unnecessary radix tree lookup
Wu Fengguang
2009-06-16
*
readahead: apply max_sane_readahead() limit in ondemand_readahead()
Wu Fengguang
2009-06-16
*
readahead: move max_sane_readahead() calls into force_page_cache_readahead()
Wu Fengguang
2009-06-16
*
FS-Cache: Recruit a page flags for cache management
David Howells
2009-04-03
*
FS-Cache: Release page->private after failed readahead
David Howells
2009-04-03
*
Move the default_backing_dev_info out of readahead.c and into backing-dev.c
Jens Axboe
2009-03-26
*
vmscan: split LRU lists into anon & file sets
Rik van Riel
2008-10-20
*
Remove Andrew Morton's old email accounts
Francois Cami
2008-10-16
*
mm: readahead scan lockless
Nick Piggin
2008-07-26
*
mm: bdi: export BDI attributes in sysfs
Peter Zijlstra
2008-04-30
*
mm/readahead: fix kernel-doc notation
Randy Dunlap
2008-03-19
*
mm: bdi init hooks
Peter Zijlstra
2007-10-17
*
mm: buffered write cleanup
Nick Piggin
2007-10-16
*
mm: use lockless radix-tree probe
Nick Piggin
2007-10-16
*
readahead: remove several readahead macros
Fengguang Wu
2007-10-16
*
readahead: basic support of interleaved reads
Fengguang Wu
2007-10-16
*
readahead: combine file_ra_state.prev_index/prev_offset into prev_pos
Fengguang Wu
2007-10-16
*
readahead: compacting file_ra_state
Fengguang Wu
2007-10-16
*
Fix warnings with !CONFIG_BLOCK
Jens Axboe
2007-10-10
*
readahead: sanify file_ra_state names
Fengguang Wu
2007-07-19
*
readahead: split ondemand readahead interface into two functions
Rusty Russell
2007-07-19
*
mm: share PG_readahead and PG_reclaim
Fengguang Wu
2007-07-19
*
readahead: remove the old algorithm
Fengguang Wu
2007-07-19
*
readahead: on-demand readahead logic
Fengguang Wu
2007-07-19
*
readahead: data structure and routines
Fengguang Wu
2007-07-19
*
readahead: MIN_RA_PAGES/MAX_RA_PAGES macros
Fengguang Wu
2007-07-19
*
readahead: add look-ahead support to __do_page_cache_readahead()
Fengguang Wu
2007-07-19
*
readahead: code cleanup
Jan Kara
2007-05-07
*
readahead: improve heuristic detecting sequential reads
Jan Kara
2007-05-07
*
[PATCH] Drop __get_zone_counts()
Christoph Lameter
2007-02-11
*
[PATCH] io-accounting-read-accounting nfs fix
Andrew Morton
2006-12-10
*
[PATCH] struct path: convert mm
Josef Sipek
2006-12-08
*
[PATCH] read_cache_pages() cleanup
OGAWA Hirofumi
2006-12-07
*
[PATCH] Cleanup read_pages()
OGAWA Hirofumi
2006-11-03
*
Merge rsync://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
Steven Whitehouse
2006-07-03
|
\
|
*
spelling fixes
Andreas Mohr
2006-06-26
|
*
[PATCH] kernel-doc: mm/readhead fixup
Randy Dunlap
2006-06-25
|
*
[PATCH] AOP_TRUNCATED_PAGE victims in read_pages() belong in the LRU
Zach Brown
2006-06-25
[next]