index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
readahead.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-11-06
1
-1
/
+1
|
\
|
*
mm/readahead.c: fix incorrect comments for get_init_ra_size
Lin Feng
2021-11-06
1
-1
/
+1
*
|
mm: remove spurious blkdev.h includes
Christoph Hellwig
2021-10-18
1
-1
/
+0
|
/
*
mm: Protect operations adding pages to page cache with invalidate_lock
Jan Kara
2021-07-13
1
-0
/
+2
*
mm: Implement readahead_control pageset expansion
David Howells
2021-04-23
1
-0
/
+75
*
mm/readahead: Handle ractl nr_pages being modified
Matthew Wilcox (Oracle)
2021-04-23
1
-2
/
+2
*
mm/filemap: Pass the file_ra_state in the ractl
Matthew Wilcox (Oracle)
2021-04-23
1
-11
/
+11
*
mm: use limited read-ahead to satisfy read
Jens Axboe
2020-10-17
1
-6
/
+14
*
mm/readahead: pass a file_ra_state into force_page_cache_ra
David Howells
2020-10-16
1
-3
/
+2
*
mm/readahead: add page_cache_sync_ra and page_cache_async_ra
Matthew Wilcox (Oracle)
2020-10-16
1
-46
/
+12
*
mm/readahead: pass readahead_control to force_page_cache_ra
David Howells
2020-10-16
1
-8
/
+10
*
mm/readahead: make ondemand_readahead take a readahead_control
David Howells
2020-10-16
1
-12
/
+17
*
mm/readahead: make do_page_cache_ra take a readahead_control
Matthew Wilcox (Oracle)
2020-10-16
1
-13
/
+15
*
mm/readahead: make page_cache_ra_unbounded take a readahead_control
Matthew Wilcox (Oracle)
2020-10-16
1
-16
/
+14
*
mm/readahead: add DEFINE_READAHEAD
Matthew Wilcox (Oracle)
2020-10-16
1
-5
/
+1
*
mm: use memalloc_nofs_save in readahead path
Matthew Wilcox (Oracle)
2020-06-02
1
-0
/
+14
*
mm: document why we don't set PageReadahead
Matthew Wilcox (Oracle)
2020-06-02
1
-3
/
+6
*
mm: add page_cache_readahead_unbounded
Matthew Wilcox (Oracle)
2020-06-02
1
-21
/
+47
*
mm: move end_index check out of readahead loop
Matthew Wilcox (Oracle)
2020-06-02
1
-6
/
+8
*
mm: add readahead address space operation
Matthew Wilcox (Oracle)
2020-06-02
1
-2
/
+10
*
mm: put readahead pages in cache earlier
Matthew Wilcox (Oracle)
2020-06-02
1
-18
/
+28
*
mm: remove 'page_offset' from readahead loop
Matthew Wilcox (Oracle)
2020-06-02
1
-5
/
+3
*
mm: rename readahead loop variable to 'i'
Matthew Wilcox (Oracle)
2020-06-02
1
-4
/
+4
*
mm: rename various 'offset' parameters to 'index'
Matthew Wilcox (Oracle)
2020-06-02
1
-44
/
+42
*
mm: use readahead_control to pass arguments
Matthew Wilcox (Oracle)
2020-06-02
1
-14
/
+19
*
mm: move readahead nr_pages check into read_pages
Matthew Wilcox (Oracle)
2020-06-02
1
-5
/
+7
*
mm: ignore return value of ->readpages
Matthew Wilcox (Oracle)
2020-06-02
1
-6
/
+2
*
mm: return void from various readahead functions
Matthew Wilcox (Oracle)
2020-06-02
1
-18
/
+13
*
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
2019-05-21
1
-0
/
+1
*
docs/core-api/mm: fix return value descriptions in mm/
Mike Rapoport
2019-03-05
1
-0
/
+2
*
mm/readahead.c: simplify get_next_ra_size()
Gao Xiang
2018-12-28
1
-7
/
+5
*
mm: Convert __do_page_cache_readahead to XArray
Matthew Wilcox
2018-10-21
1
-3
/
+1
*
page cache: Convert hole search to XArray
Matthew Wilcox
2018-10-21
1
-2
/
+2
*
xarray: Replace exceptional entries
Matthew Wilcox
2018-09-29
1
-1
/
+1
*
vfs: implement readahead(2) using POSIX_FADV_WILLNEED
Amir Goldstein
2018-08-30
1
-28
/
+17
*
readahead: stricter check for bdi io_pages
Markus Stockhausen
2018-07-27
1
-2
/
+10
*
mm: skip readahead if the cgroup is congested
Josef Bacik
2018-07-09
1
-0
/
+7
*
mm: split ->readpages calls to avoid non-contiguous pages lists
Christoph Hellwig
2018-06-01
1
-3
/
+13
*
mm: return an unsigned int from __do_page_cache_readahead
Christoph Hellwig
2018-06-01
1
-10
/
+5
*
mm: give the 'ret' variable a better name __do_page_cache_readahead
Christoph Hellwig
2018-06-01
1
-5
/
+5
*
page cache: use xa_lock
Matthew Wilcox
2018-04-11
1
-1
/
+1
*
mm: add ksys_readahead() helper; remove in-kernel calls to sys_readahead()
Dominik Brodowski
2018-04-02
1
-1
/
+6
*
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
[next]