index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
mm
/
readahead.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
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/kernel/git/akpm/mm
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/kernel/git/jack/linux-fs
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_cache_ra()"
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/kernel/git/akpm/mm
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/kernel/git/viro/vfs
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/kernel/git/akpm/mm
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
2023-10-19
vfs: fix readahead(2) on block devices
Reuben Hawkins
1
-1
/
+2
2023-07-24
filemap: Allow __filemap_get_folio to allocate large folios
Matthew Wilcox (Oracle)
1
-13
/
+0
2023-06-23
mm: remove unnecessary pagevec includes
Matthew Wilcox (Oracle)
1
-1
/
+0
2023-02-02
readahead: convert readahead_expand() to use a folio
Matthew Wilcox (Oracle)
1
-17
/
+22
2022-09-20
mm: add PSI accounting around ->read_folio and ->readahead calls
Christoph Hellwig
1
-4
/
+18
2022-06-23
filemap: Fix serialization adding transparent huge pages to page cache
Alistair Popple
1
-0
/
+2
2022-06-09
filemap: Don't release a locked folio
Matthew Wilcox (Oracle)
1
-0
/
+2
2022-05-31
Merge tag 'riscv-for-linus-5.19-mw0' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux
Linus Torvalds
1
-0
/
+7
2022-05-24
Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
1
-19
/
+18
2022-05-23
Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-0
/
+1
2022-05-09
mm,fs: Remove aops->readpage
Matthew Wilcox (Oracle)
1
-8
/
+4
2022-05-09
fs: Introduce aops->read_folio
Matthew Wilcox (Oracle)
1
-5
/
+9
2022-05-08
readahead: Use a folio in read_pages()
Matthew Wilcox (Oracle)
1
-13
/
+12
2022-05-05
mm/readahead: Fix readahead with large folios
Matthew Wilcox (Oracle)
1
-6
/
+9
2022-05-02
blk-cgroup: remove unneeded includes from <linux/blk-cgroup.h>
Christoph Hellwig
1
-0
/
+1
2022-04-26
riscv: compat: syscall: Add compat_sys_call_table implementation
Guo Ren
1
-0
/
+7
[next]