index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
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 tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2024-09-23
1
-5
/
+5
|
\
|
*
introduce fd_file(), convert all accessors to it.
Al Viro
2024-08-12
1
-5
/
+5
*
|
readahead: allocate folios with mapping_min_order in readahead
Pankaj Raghav
2024-08-23
1
-18
/
+61
*
|
fs: Allow fine-grained control of folio sizes
Matthew Wilcox (Oracle)
2024-08-23
1
-2
/
+2
|
/
*
Merge branch 'mm-hotfixes-stable' into mm-stable to pick up "mm: fix
Andrew Morton
2024-07-06
1
-4
/
+4
|
\
|
*
mm/readahead: limit page cache size in page_cache_ra_order()
Gavin Shan
2024-07-03
1
-4
/
+4
*
|
readahead: simplify gotos in page_cache_sync_ra()
Jan Kara
2024-07-03
1
-17
/
+9
*
|
readahead: fold try_context_readahead() into its single caller
Jan Kara
2024-07-03
1
-62
/
+22
*
|
readahead: disentangle async and sync readahead
Jan Kara
2024-07-03
1
-85
/
+77
*
|
readahead: drop dead code in ondemand_readahead()
Jan Kara
2024-07-03
1
-19
/
+2
*
|
readahead: drop dead code in page_cache_ra_order()
Jan Kara
2024-07-03
1
-5
/
+0
*
|
readahead: drop pointless index from force_page_cache_ra()
Jan Kara
2024-07-03
1
-4
/
+1
*
|
readahead: properly shorten readahead when falling back to do_page_cache_ra()
Jan Kara
2024-07-03
1
-2
/
+3
*
|
readahead: make sure sync readahead reads needed page
Jan Kara
2024-07-03
1
-1
/
+1
|
/
*
Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2024-05-19
1
-2
/
+6
|
\
|
*
mm/readahead: break read-ahead loop if filemap_add_folio return -ENOMEM
Liu Shixin
2024-04-25
1
-2
/
+6
*
|
mm: use memalloc_nofs_save() in page_cache_ra_order()
Kefeng Wang
2024-05-05
1
-0
/
+4
|
/
*
mm: support order-1 folios in the page cache
Matthew Wilcox (Oracle)
2024-03-04
1
-3
/
+0
*
readahead: use ilog2 instead of a while loop in page_cache_ra_order()
Pankaj Raghav
2024-02-22
1
-4
/
+2
*
readahead: avoid multiple marked readahead pages
Jan Kara
2024-01-25
1
-2
/
+2
*
mm/readahead: do not allow order-1 folio
Ryan Roberts
2023-12-12
1
-8
/
+6
*
vfs: fix readahead(2) on block devices
Reuben Hawkins
2023-10-19
1
-1
/
+2
*
filemap: Allow __filemap_get_folio to allocate large folios
Matthew Wilcox (Oracle)
2023-07-24
1
-13
/
+0
*
mm: remove unnecessary pagevec includes
Matthew Wilcox (Oracle)
2023-06-23
1
-1
/
+0
*
readahead: convert readahead_expand() to use a folio
Matthew Wilcox (Oracle)
2023-02-02
1
-17
/
+22
*
mm: add PSI accounting around ->read_folio and ->readahead calls
Christoph Hellwig
2022-09-20
1
-4
/
+18
*
filemap: Fix serialization adding transparent huge pages to page cache
Alistair Popple
2022-06-23
1
-0
/
+2
*
filemap: Don't release a locked folio
Matthew Wilcox (Oracle)
2022-06-09
1
-0
/
+2
*
Merge tag 'riscv-for-linus-5.19-mw0' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2022-05-31
1
-0
/
+7
|
\
|
*
riscv: compat: syscall: Add compat_sys_call_table implementation
Guo Ren
2022-04-26
1
-0
/
+7
*
|
Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
2022-05-24
1
-19
/
+18
|
\
\
|
*
|
mm,fs: Remove aops->readpage
Matthew Wilcox (Oracle)
2022-05-09
1
-8
/
+4
|
*
|
fs: Introduce aops->read_folio
Matthew Wilcox (Oracle)
2022-05-09
1
-5
/
+9
|
*
|
readahead: Use a folio in read_pages()
Matthew Wilcox (Oracle)
2022-05-08
1
-13
/
+12
*
|
|
Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-block
Linus Torvalds
2022-05-23
1
-0
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
blk-cgroup: remove unneeded includes from <linux/blk-cgroup.h>
Christoph Hellwig
2022-05-02
1
-0
/
+1
|
|
/
*
/
mm/readahead: Fix readahead with large folios
Matthew Wilcox (Oracle)
2022-05-05
1
-6
/
+9
|
/
*
readahead: Update comments
Matthew Wilcox (Oracle)
2022-04-01
1
-47
/
+45
*
mm: remove the skip_page argument to read_pages
Christoph Hellwig
2022-04-01
1
-10
/
+8
*
mm: remove the pages argument to read_pages
Christoph Hellwig
2022-04-01
1
-8
/
+5
*
fs: Remove ->readpages address space operation
Matthew Wilcox (Oracle)
2022-04-01
1
-13
/
+2
*
readahead: Remove read_cache_pages()
Matthew Wilcox (Oracle)
2022-04-01
1
-76
/
+0
*
Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
2022-03-22
1
-1
/
+1
|
\
|
*
fs: Turn do_invalidatepage() into folio_invalidate()
Matthew Wilcox (Oracle)
2022-03-15
1
-1
/
+1
*
|
Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
2022-03-22
1
-8
/
+100
|
\
\
|
*
|
mm/readahead: Switch to page_cache_ra_order
Matthew Wilcox (Oracle)
2022-03-21
1
-2
/
+2
|
*
|
mm/readahead: Add large folio readahead
Matthew Wilcox (Oracle)
2022-03-21
1
-7
/
+99
|
|
/
*
|
remove inode_congested()
NeilBrown
2022-03-22
1
-6
/
+0
*
|
mm: improve cleanup when ->readpages doesn't process all pages
NeilBrown
2022-03-22
1
-2
/
+17
*
|
mm: document and polish read-ahead code
NeilBrown
2022-03-22
1
-0
/
+99
|
/
[next]