index
:
~sima/drm
alloc-review
avoid_bo_reuse_stalls
backlight-confusion
backport-3.6
bdw-for-bwidawsk
better-gpu_cpufreq
cea-double-clocked
colder-fusion
cpu_edp-abomination
cpu_transcoder
cs-prefetch
ctx-cleanup
direct-gtt
dma_buf-cpu-access
document-abi
dp-ilk-gm45
dp-integ
dp_mode_fixup
dpms-rework
dragon-slaughter
drm-cleanups
drm-core-cleanups
drm-coverity-fixes
drm-docs
drm-fb-helper
drm-init-cleanup
drm-intel-next-queued
drm-kms-locking
drm_agp_cleanup
drm_dp-refactoring
drm_for_each
dvo-meh
edid-latency
embed-gtt-space
exynos-base
exynos-base2
fb-size-check
fbcon-fixup
fbcon-rework
fbdev-less
fdi-dither
fence-debugfs
fix-relaxed-tiling
fixes-stuff
for-QA
for-agd5f
for-airlied
for-angela
for-anholt
for-antti
for-ben
for-bernard
for-bonbons
for-bwidawsk
for-chainsaw
for-damien
for-dominik
for-dvdhrm
for-eugeniy
for-fixes
for-fritsch
for-ickle
for-imre
for-j4ni
for-jani
for-jbarnes
for-jirierab
for-manday
for-me
for-mika
for-mlankhorst
for-nashpa
for-next
for-nkalkhof
for-ohsix
for-pinchartl
for-poland
for-pzanoni
for-robclark
for-seanpaul
for-sedat-dilek
for-thomas
for-tsa
for-ville
forcewake
full-gtt
gem_stress-fallout
gm45-reset-fixes
gmbus
gmbus-irq
gpu-freq-tracing
gpu-hanger
gtt-cleanup
gtt-wrestling
guard-page-fix
hangcheck-robustify
hangman
hole_stack-trick
hpd-mess
hpd-relaunch
hw_context
hw_context-ben
i810-fixup
i810-gtt-cleanup
i855-cache-coherency-checker
i915-docs
i915-fixes
ilk-hw-context
ilk-module-unload
ilk-wa-pile
init-fixes
intel_gtt_rework
intel_gtt_rework-part2
interlaced
irq-review
irq_handler_cleanup
ivb-edp-fixpile
jbarnes-owes-me-beers
kbz-59841
kill-old-drm-crap
kill-with-fire
kms_lease
local/cracy-mch-hack
local/dev_priv-rework
local/gtt-rework
lvds-fixed
map-and-fence
meh
mmu_notifier-checks
modeset-rework
modeset-rework-base
modeset-rework-fix-load-detect
modeset-rework-pipea-fix
modeset_s-r
my-next
no-more-cookies-for-me
no-more-enc-mode_set
no-more-ums
odds-and-ends
pageflip-ts-mess
pch-irq-fun
pfit-fixes
pipelined_fencing
pll-limits-mess
ppgtt
ppgtt-fix
ppgtt-stuff
prime-fixes
prime-locking-fixes
prts
psr-stuff
pts
pwrite-pread
radeon-kick-offb
refcount-meh
reset-fail
reset-irq-fun
reset-rework
review-for-jbarnes
reworked-dp-sequence
rinbuffer-cleanup
ring-cleanups
ringbuffer-cruft
robustify-reset-transitions
rps-locking
runtime-pm-for-dpms
semaphore-fun
set_caching
shit
shmem_slowpath
simple-patch-queue
snb-workarounds
story-for-ickle
stuff
stuff-fixes
stuff-for-39
stuff-for-poland
swizzled-pread
swizzling
tile-layout
topic/fix
topic/gpu-reloc-fight
topic/hmm-annotations
unbound-splitup
vgacon-crap
danvet's drm/ playground
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
readahead.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-02
mm: use memalloc_nofs_save in readahead path
Matthew Wilcox (Oracle)
1
-0
/
+14
2020-06-02
mm: document why we don't set PageReadahead
Matthew Wilcox (Oracle)
1
-3
/
+6
2020-06-02
mm: add page_cache_readahead_unbounded
Matthew Wilcox (Oracle)
1
-21
/
+47
2020-06-02
mm: move end_index check out of readahead loop
Matthew Wilcox (Oracle)
1
-6
/
+8
2020-06-02
mm: add readahead address space operation
Matthew Wilcox (Oracle)
1
-2
/
+10
2020-06-02
mm: put readahead pages in cache earlier
Matthew Wilcox (Oracle)
1
-18
/
+28
2020-06-02
mm: remove 'page_offset' from readahead loop
Matthew Wilcox (Oracle)
1
-5
/
+3
2020-06-02
mm: rename readahead loop variable to 'i'
Matthew Wilcox (Oracle)
1
-4
/
+4
2020-06-02
mm: rename various 'offset' parameters to 'index'
Matthew Wilcox (Oracle)
1
-44
/
+42
2020-06-02
mm: use readahead_control to pass arguments
Matthew Wilcox (Oracle)
1
-14
/
+19
2020-06-02
mm: move readahead nr_pages check into read_pages
Matthew Wilcox (Oracle)
1
-5
/
+7
2020-06-02
mm: ignore return value of ->readpages
Matthew Wilcox (Oracle)
1
-6
/
+2
2020-06-02
mm: return void from various readahead functions
Matthew Wilcox (Oracle)
1
-18
/
+13
2019-05-21
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
1
-0
/
+1
2019-03-05
docs/core-api/mm: fix return value descriptions in mm/
Mike Rapoport
1
-0
/
+2
2018-12-28
mm/readahead.c: simplify get_next_ra_size()
Gao Xiang
1
-7
/
+5
2018-10-21
mm: Convert __do_page_cache_readahead to XArray
Matthew Wilcox
1
-3
/
+1
2018-10-21
page cache: Convert hole search to XArray
Matthew Wilcox
1
-2
/
+2
2018-09-29
xarray: Replace exceptional entries
Matthew Wilcox
1
-1
/
+1
2018-08-30
vfs: implement readahead(2) using POSIX_FADV_WILLNEED
Amir Goldstein
1
-28
/
+17
2018-07-27
readahead: stricter check for bdi io_pages
Markus Stockhausen
1
-2
/
+10
2018-07-09
mm: skip readahead if the cgroup is congested
Josef Bacik
1
-0
/
+7
2018-06-01
mm: split ->readpages calls to avoid non-contiguous pages lists
Christoph Hellwig
1
-3
/
+13
2018-06-01
mm: return an unsigned int from __do_page_cache_readahead
Christoph Hellwig
1
-10
/
+5
2018-06-01
mm: give the 'ret' variable a better name __do_page_cache_readahead
Christoph Hellwig
1
-5
/
+5
2018-04-11
page cache: use xa_lock
Matthew Wilcox
1
-1
/
+1
2018-04-02
mm: add ksys_readahead() helper; remove in-kernel calls to sys_readahead()
Dominik Brodowski
1
-1
/
+6
2016-12-12
mm: don't cap request size based on read-ahead setting
Jens Axboe
1
-11
/
+28
2016-08-26
mm: silently skip readahead for DAX inodes
Ross Zwisler
1
-0
/
+9
2016-07-26
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-14
mm: move lru_to_page to mm_inline.h
Geliang Tang
1
-0
/
+1
2016-01-14
mm/readahead.c, mm/vmscan.c: use lru_to_page instead of list_to_page
Geliang Tang
1
-5
/
+3
2015-11-06
mm, fs: introduce mapping_gfp_constraint()
Michal Hocko
1
-2
/
+2
2015-11-05
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-20
fs: export inode_to_bdi and use it in favor of mapping->backing_dev_info
Christoph Hellwig
1
-2
/
+2
2014-08-06
mm/readahead.c: remove unused file_ra_state from count_history_pages
Fabian Frederick
1
-2
/
+1
2014-04-07
mm/readahead.c: inline ra_submit
Fabian Frederick
1
-18
/
+3
2014-04-03
mm/readahead.c: fix readahead failure for memoryless NUMA nodes and limit rea...
Raghavendra K T
1
-2
/
+2
2014-04-03
mm + fs: prepare for non-page entries in page cache radix trees
Johannes Weiner
1
-1
/
+1
2014-04-03
mm: filemap: move radix tree hole searching here
Johannes Weiner
1
-2
/
+2
2014-01-29
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-11
readahead: make context readahead more conservative
Fengguang Wu
1
-4
/
+4
2013-05-21
mm: change invalidatepage prototype to accept length
Lukas Czerner
1
-1
/
+1
2013-03-03
teach SYSCALL_DEFINE<n> how to deal with long long/unsigned long long
Al Viro
1
-8
/
+1
2012-09-26
switch simple cases of fget_light to fdget
Al Viro
1
-8
/
+7
[next]