index
:
platform/kernel/linux-exynos
accepted/tizen_3.0.2015.q2_common
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
kdbus-integration
klewandowski/sandbox/kdbus-perf
master
old/tizen_20160405
old/tizen_20160810
old/tizen_20161215
old/tizen_20190328
sandbox/adrians/kdbus-perf
sandbox/ahajda/dev/exynos-drm-local-path
sandbox/akazmin/hwasan_build
sandbox/klewandowski/kdbus-legacy-for-4.14-wip
sandbox/lluba/eas/20171211_0913/v4.14_tizen
sandbox/lluba/eas/20180817/v4.18-rc6
sandbox/lluba/thermal/v4.19/schedpower
sandbox/m.szyprowski/dev/tizen-ipipe
sandbox/m.szyprowski/dev/tizen-next-bluetooth
sandbox/m.szyprowski/tizen-next-ipipe
sandbox/mszyprowski/v4.14-odroid-kvm
sandbox/nmerinov/llvm
tizen
tizen_3.0
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
upstream/linux-4.1.y
upstream/linux-4.14.y
upstream/mainline
Domain: System / Kernel; Licenses: GPL-2.0;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
readahead.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-10-31
mm: Map most files to use export.h instead of module.h
Paul Gortmaker
1
-1
/
+1
2011-05-25
readahead: readahead page allocations are OK to fail
Wu Fengguang
1
-1
/
+1
2011-03-10
read-ahead: use plugging
Jens Axboe
1
-0
/
+6
2011-03-10
block: remove per-queue plugging
Jens Axboe
1
-12
/
+0
2010-05-25
readahead.c: fix comment
Huang Shijie
1
-1
/
+1
2010-04-07
readahead: fix NULL filp dereference
Wu Fengguang
1
-1
/
+1
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-03-06
readahead: introduce FMODE_RANDOM for POSIX_FADV_RANDOM
Wu Fengguang
1
-0
/
+6
2009-12-17
readahead: add blk_run_backing_dev
Hisashi Hifumi
1
-0
/
+12
2009-06-16
readahead: introduce context readahead algorithm
Wu Fengguang
1
-0
/
+60
2009-06-16
readahead: move the random read case to bottom
Wu Fengguang
1
-21
/
+25
2009-06-16
readahead: record mmap read-around states in file_ra_state
Wu Fengguang
1
-21
/
+2
2009-06-16
readahead: remove sync/async readahead call dependency
Wu Fengguang
1
-0
/
+10
2009-06-16
readahead: increase interleaved readahead size
Wu Fengguang
1
-0
/
+1
2009-06-16
readahead: remove one unnecessary radix tree lookup
Wu Fengguang
1
-1
/
+1
2009-06-16
readahead: apply max_sane_readahead() limit in ondemand_readahead()
Wu Fengguang
1
-1
/
+1
2009-06-16
readahead: move max_sane_readahead() calls into force_page_cache_readahead()
Wu Fengguang
1
-0
/
+1
2009-04-03
FS-Cache: Recruit a page flags for cache management
David Howells
1
-4
/
+5
2009-04-03
FS-Cache: Release page->private after failed readahead
David Howells
1
-2
/
+37
2009-03-26
Move the default_backing_dev_info out of readahead.c and into backing-dev.c
Jens Axboe
1
-25
/
+0
2008-10-20
vmscan: split LRU lists into anon & file sets
Rik van Riel
1
-1
/
+1
2008-10-16
Remove Andrew Morton's old email accounts
Francois Cami
1
-1
/
+1
2008-07-26
mm: readahead scan lockless
Nick Piggin
1
-3
/
+3
2008-04-30
mm: bdi: export BDI attributes in sysfs
Peter Zijlstra
1
-1
/
+7
2008-03-19
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
[next]