index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
readahead.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm: don't cap request size based on read-ahead setting
Jens Axboe
2016-12-12
1
-11
/
+28
*
mm: silently skip readahead for DAX inodes
Ross Zwisler
2016-08-26
1
-0
/
+9
*
mm, memcg: use consistent gfp flags during readahead
Michal Hocko
2016-07-26
1
-7
/
+6
*
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
Kirill A. Shutemov
2016-04-04
1
-10
/
+10
*
mm: move lru_to_page to mm_inline.h
Geliang Tang
2016-01-14
1
-0
/
+1
*
mm/readahead.c, mm/vmscan.c: use lru_to_page instead of list_to_page
Geliang Tang
2016-01-14
1
-5
/
+3
*
mm, fs: introduce mapping_gfp_constraint()
Michal Hocko
2015-11-06
1
-2
/
+2
*
mm: use only per-device readahead limit
Roman Gushchin
2015-11-05
1
-12
/
+2
*
mm, fs: obey gfp_mapping for add_to_page_cache()
Michal Hocko
2015-10-16
1
-4
/
+4
*
writeback: implement and use inode_congested()
Tejun Heo
2015-06-02
1
-1
/
+1
*
fs: export inode_to_bdi and use it in favor of mapping->backing_dev_info
Christoph Hellwig
2015-01-20
1
-2
/
+2
*
mm/readahead.c: remove unused file_ra_state from count_history_pages
Fabian Frederick
2014-08-06
1
-2
/
+1
*
mm/readahead.c: inline ra_submit
Fabian Frederick
2014-04-07
1
-18
/
+3
*
mm/readahead.c: fix readahead failure for memoryless NUMA nodes and limit rea...
Raghavendra K T
2014-04-03
1
-2
/
+2
*
mm + fs: prepare for non-page entries in page cache radix trees
Johannes Weiner
2014-04-03
1
-1
/
+1
*
mm: filemap: move radix tree hole searching here
Johannes Weiner
2014-04-03
1
-2
/
+2
*
mm/readahead.c: fix do_readahead() for no readpage(s)
Mark Rutland
2014-01-29
1
-10
/
+5
*
readahead: fix sequential read cache miss detection
Damien Ramonda
2013-11-13
1
-1
/
+5
*
mm/readahead.c:do_readhead(): don't check for ->readpage
Andrew Morton
2013-11-13
1
-1
/
+1
*
readahead: make context readahead more conservative
Fengguang Wu
2013-09-11
1
-4
/
+4
*
mm: change invalidatepage prototype to accept length
Lukas Czerner
2013-05-21
1
-1
/
+1
*
teach SYSCALL_DEFINE<n> how to deal with long long/unsigned long long
Al Viro
2013-03-03
1
-8
/
+1
*
switch simple cases of fget_light to fdget
Al Viro
2012-09-26
1
-8
/
+7
*
switch readahead(2) to fget_light()
Al Viro
2012-09-26
1
-2
/
+3
*
mm: move readahead syscall to mm/readahead.c
Cong Wang
2012-05-29
1
-0
/
+40
*
mm: Map most files to use export.h instead of module.h
Paul Gortmaker
2011-10-31
1
-1
/
+1
*
readahead: readahead page allocations are OK to fail
Wu Fengguang
2011-05-25
1
-1
/
+1
*
read-ahead: use plugging
Jens Axboe
2011-03-10
1
-0
/
+6
*
block: remove per-queue plugging
Jens Axboe
2011-03-10
1
-12
/
+0
*
readahead.c: fix comment
Huang Shijie
2010-05-25
1
-1
/
+1
*
readahead: fix NULL filp dereference
Wu Fengguang
2010-04-07
1
-1
/
+1
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
*
readahead: introduce FMODE_RANDOM for POSIX_FADV_RANDOM
Wu Fengguang
2010-03-06
1
-0
/
+6
*
readahead: add blk_run_backing_dev
Hisashi Hifumi
2009-12-17
1
-0
/
+12
*
readahead: introduce context readahead algorithm
Wu Fengguang
2009-06-16
1
-0
/
+60
*
readahead: move the random read case to bottom
Wu Fengguang
2009-06-16
1
-21
/
+25
*
readahead: record mmap read-around states in file_ra_state
Wu Fengguang
2009-06-16
1
-21
/
+2
*
readahead: remove sync/async readahead call dependency
Wu Fengguang
2009-06-16
1
-0
/
+10
*
readahead: increase interleaved readahead size
Wu Fengguang
2009-06-16
1
-0
/
+1
*
readahead: remove one unnecessary radix tree lookup
Wu Fengguang
2009-06-16
1
-1
/
+1
*
readahead: apply max_sane_readahead() limit in ondemand_readahead()
Wu Fengguang
2009-06-16
1
-1
/
+1
*
readahead: move max_sane_readahead() calls into force_page_cache_readahead()
Wu Fengguang
2009-06-16
1
-0
/
+1
*
FS-Cache: Recruit a page flags for cache management
David Howells
2009-04-03
1
-4
/
+5
*
FS-Cache: Release page->private after failed readahead
David Howells
2009-04-03
1
-2
/
+37
*
Move the default_backing_dev_info out of readahead.c and into backing-dev.c
Jens Axboe
2009-03-26
1
-25
/
+0
*
vmscan: split LRU lists into anon & file sets
Rik van Riel
2008-10-20
1
-1
/
+1
*
Remove Andrew Morton's old email accounts
Francois Cami
2008-10-16
1
-1
/
+1
*
mm: readahead scan lockless
Nick Piggin
2008-07-26
1
-3
/
+3
*
mm: bdi: export BDI attributes in sysfs
Peter Zijlstra
2008-04-30
1
-1
/
+7
*
mm/readahead: fix kernel-doc notation
Randy Dunlap
2008-03-19
1
-2
/
+3
[next]