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
2016-12-13
mm: don't cap request size based on read-ahead setting
Jens Axboe
1
-11
/
+28
2016-08-27
mm: silently skip readahead for DAX inodes
Ross Zwisler
1
-0
/
+9
2016-07-27
mm, memcg: use consistent gfp flags during readahead
Michal Hocko
1
-7
/
+6
2016-04-04
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
Kirill A. Shutemov
1
-10
/
+10
2016-01-15
mm: move lru_to_page to mm_inline.h
Geliang Tang
1
-0
/
+1
2016-01-15
mm/readahead.c, mm/vmscan.c: use lru_to_page instead of list_to_page
Geliang Tang
1
-5
/
+3
2015-11-07
mm, fs: introduce mapping_gfp_constraint()
Michal Hocko
1
-2
/
+2
2015-11-06
mm: use only per-device readahead limit
Roman Gushchin
1
-12
/
+2
2015-10-16
mm, fs: obey gfp_mapping for add_to_page_cache()
Michal Hocko
1
-4
/
+4
2015-06-02
writeback: implement and use inode_congested()
Tejun Heo
1
-1
/
+1
2015-01-21
fs: export inode_to_bdi and use it in favor of mapping->backing_dev_info
Christoph Hellwig
1
-2
/
+2
2014-08-07
mm/readahead.c: remove unused file_ra_state from count_history_pages
Fabian Frederick
1
-2
/
+1
2014-04-08
mm/readahead.c: inline ra_submit
Fabian Frederick
1
-18
/
+3
2014-04-04
mm/readahead.c: fix readahead failure for memoryless NUMA nodes and limit rea...
Raghavendra K T
1
-2
/
+2
2014-04-04
mm + fs: prepare for non-page entries in page cache radix trees
Johannes Weiner
1
-1
/
+1
2014-04-04
mm: filemap: move radix tree hole searching here
Johannes Weiner
1
-2
/
+2
2014-01-30
mm/readahead.c: fix do_readahead() for no readpage(s)
Mark Rutland
1
-10
/
+5
2013-11-13
readahead: fix sequential read cache miss detection
Damien Ramonda
1
-1
/
+5
2013-11-13
mm/readahead.c:do_readhead(): don't check for ->readpage
Andrew Morton
1
-1
/
+1
2013-09-12
readahead: make context readahead more conservative
Fengguang Wu
1
-4
/
+4
2013-05-22
mm: change invalidatepage prototype to accept length
Lukas Czerner
1
-1
/
+1
2013-03-04
teach SYSCALL_DEFINE<n> how to deal with long long/unsigned long long
Al Viro
1
-8
/
+1
2012-09-27
switch simple cases of fget_light to fdget
Al Viro
1
-8
/
+7
2012-09-27
switch readahead(2) to fget_light()
Al Viro
1
-2
/
+3
2012-05-30
mm: move readahead syscall to mm/readahead.c
Cong Wang
1
-0
/
+40
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-18
readahead: add blk_run_backing_dev
Hisashi Hifumi
1
-0
/
+12
2009-06-17
readahead: introduce context readahead algorithm
Wu Fengguang
1
-0
/
+60
2009-06-17
readahead: move the random read case to bottom
Wu Fengguang
1
-21
/
+25
2009-06-17
readahead: record mmap read-around states in file_ra_state
Wu Fengguang
1
-21
/
+2
2009-06-17
readahead: remove sync/async readahead call dependency
Wu Fengguang
1
-0
/
+10
2009-06-17
readahead: increase interleaved readahead size
Wu Fengguang
1
-0
/
+1
2009-06-17
readahead: remove one unnecessary radix tree lookup
Wu Fengguang
1
-1
/
+1
2009-06-17
readahead: apply max_sane_readahead() limit in ondemand_readahead()
Wu Fengguang
1
-1
/
+1
2009-06-17
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-20
mm/readahead: fix kernel-doc notation
Randy Dunlap
1
-2
/
+3
[next]