index
:
pub/scm/linux/kernel/git/vegard/linux.git
master
Mainline and stable with git notes
Vegard Nossum
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
readahead.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-04
block: split out a new blk_plug.h header
Christoph Hellwig
1
-1
/
+1
2026-06-21
Revert "mm: limit filemap_fault readahead to VMA boundaries"
Lorenzo Stoakes
1
-5
/
+1
2026-06-02
mm/readahead: no PG_readahead on EOF
Frederick Mayle
1
-3
/
+12
2026-06-02
mm/readahead: simplify page_cache_ra_unbounded loop counter reset
Frederick Mayle
1
-2
/
+2
2026-06-02
mm/readahead: add kerneldoc for read_pages
Frederick Mayle
1
-0
/
+11
2026-05-28
mm: limit filemap_fault readahead to VMA boundaries
Frederick Mayle
1
-1
/
+5
2026-02-12
Merge tag 'mm-stable-2026-02-11-19-22' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+1
2026-02-06
mm/readahead: fix typo in comment
Wilson Zeng
1
-1
/
+1
2026-02-02
readahead: push invalidate_lock out of page_cache_ra_unbounded
Christoph Hellwig
1
-6
/
+9
2025-10-20
mm/filemap: Add NUMA mempolicy support to filemap_alloc_folio()
Matthew Wilcox
1
-1
/
+1
2025-09-21
readahead: add trace points
Jan Kara
1
-0
/
+8
2025-07-19
readahead: use folio_nr_pages() instead of shift operation
Chi Zhiling
1
-1
/
+1
2025-07-09
mm/readahead: store folio order in struct file_ra_state
Ryan Roberts
1
-8
/
+13
2025-07-09
mm/readahead: terminate async readahead on natural boundary
Ryan Roberts
1
-3
/
+7
2025-07-09
mm/readahead: honour new_order in page_cache_ra_order()
Ryan Roberts
1
-9
/
+2
2025-04-21
fs: add S_ANON_INODE
Christian Brauner
1
-4
/
+16
2025-03-13
Revert "fanotify: disable readahead if we have pre-content watches"
Amir Goldstein
1
-14
/
+0
2025-01-26
Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-20
/
+29
2025-01-25
mm/readahead: add readahead_control->dropbehind member
Jens Axboe
1
-1
/
+7
2025-01-25
mm/readahead: add folio allocation helper
Jens Axboe
1
-5
/
+11
2025-01-23
Merge tag 'fsnotify_hsm_for_v6.14-rc1' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-0
/
+14
2025-01-13
readahead: properly shorten readahead when falling back to do_page_cache_ra()
Jan Kara
1
-3
/
+10
2025-01-13
readahead: don't shorten readahead window in read_pages()
Jan Kara
1
-12
/
+2
2024-12-30
mm/readahead: fix large folio support in async readahead
Yafang Shao
1
-1
/
+5
2024-12-10
fanotify: disable readahead if we have pre-content watches
Josef Bacik
1
-0
/
+14
2024-12-05
Revert "readahead: properly shorten readahead when falling back to do_page_ca...
Jan Kara
1
-3
/
+2
2024-11-23
Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-5
/
+10
2024-11-06
mm: don't set readahead flag on a folio when lookahead_size > nr_to_read
Pankaj Raghav
1
-5
/
+10
2024-11-03
fdget(), trivial conversions
Al Viro
1
-12
/
+5
2024-09-23
Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-5
/
+5
2024-08-23
readahead: allocate folios with mapping_min_order in readahead
Pankaj Raghav
1
-18
/
+61
2024-08-23
fs: Allow fine-grained control of folio sizes
Matthew Wilcox (Oracle)
1
-2
/
+2
2024-08-12
introduce fd_file(), convert all accessors to it.
Al Viro
1
-5
/
+5
2024-07-06
Merge branch 'mm-hotfixes-stable' into mm-stable to pick up "mm: fix
Andrew Morton
1
-4
/
+4
2024-07-03
mm/readahead: limit page cache size in page_cache_ra_order()
Gavin Shan
1
-4
/
+4
2024-07-03
readahead: simplify gotos in page_cache_sync_ra()
Jan Kara
1
-17
/
+9
2024-07-03
readahead: fold try_context_readahead() into its single caller
Jan Kara
1
-62
/
+22
2024-07-03
readahead: disentangle async and sync readahead
Jan Kara
1
-85
/
+77
2024-07-03
readahead: drop dead code in ondemand_readahead()
Jan Kara
1
-19
/
+2
2024-07-03
readahead: drop dead code in page_cache_ra_order()
Jan Kara
1
-5
/
+0
2024-07-03
readahead: drop pointless index from force_page_cache_ra()
Jan Kara
1
-4
/
+1
2024-07-03
readahead: properly shorten readahead when falling back to do_page_cache_ra()
Jan Kara
1
-2
/
+3
2024-07-03
readahead: make sure sync readahead reads needed page
Jan Kara
1
-1
/
+1
2024-05-19
Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-2
/
+6
2024-05-05
mm: use memalloc_nofs_save() in page_cache_ra_order()
Kefeng Wang
1
-0
/
+4
2024-04-25
mm/readahead: break read-ahead loop if filemap_add_folio return -ENOMEM
Liu Shixin
1
-2
/
+6
2024-03-04
mm: support order-1 folios in the page cache
Matthew Wilcox (Oracle)
1
-3
/
+0
2024-02-22
readahead: use ilog2 instead of a while loop in page_cache_ra_order()
Pankaj Raghav
1
-4
/
+2
2024-01-25
readahead: avoid multiple marked readahead pages
Jan Kara
1
-2
/
+2
2023-12-12
mm/readahead: do not allow order-1 folio
Ryan Roberts
1
-8
/
+6
[next]