index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
readahead.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
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/ke...
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
2022-04-01
readahead: Update comments
Matthew Wilcox (Oracle)
1
-47
/
+45
2022-04-01
mm: remove the skip_page argument to read_pages
Christoph Hellwig
1
-10
/
+8
2022-04-01
mm: remove the pages argument to read_pages
Christoph Hellwig
1
-8
/
+5
2022-04-01
fs: Remove ->readpages address space operation
Matthew Wilcox (Oracle)
1
-13
/
+2
2022-04-01
readahead: Remove read_cache_pages()
Matthew Wilcox (Oracle)
1
-76
/
+0
2022-03-22
Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
1
-1
/
+1
2022-03-22
Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
1
-8
/
+100
2022-03-22
remove inode_congested()
NeilBrown
1
-6
/
+0
2022-03-22
mm: improve cleanup when ->readpages doesn't process all pages
NeilBrown
1
-2
/
+17
2022-03-22
mm: document and polish read-ahead code
NeilBrown
1
-0
/
+99
2022-03-21
mm/readahead: Switch to page_cache_ra_order
Matthew Wilcox (Oracle)
1
-2
/
+2
2022-03-21
mm/readahead: Add large folio readahead
Matthew Wilcox (Oracle)
1
-7
/
+99
2022-03-15
fs: Turn do_invalidatepage() into folio_invalidate()
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-01-04
readahead: Convert page_cache_ra_unbounded to folios
Matthew Wilcox (Oracle)
1
-9
/
+9
2022-01-04
readahead: Convert page_cache_async_ra() to take a folio
Matthew Wilcox (Oracle)
1
-3
/
+3
2021-11-06
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-1
/
+1
2021-11-06
mm/readahead.c: fix incorrect comments for get_init_ra_size
Lin Feng
1
-1
/
+1
2021-10-18
mm: remove spurious blkdev.h includes
Christoph Hellwig
1
-1
/
+0
2021-07-13
mm: Protect operations adding pages to page cache with invalidate_lock
Jan Kara
1
-0
/
+2
2021-04-23
mm: Implement readahead_control pageset expansion
David Howells
1
-0
/
+75
2021-04-23
mm/readahead: Handle ractl nr_pages being modified
Matthew Wilcox (Oracle)
1
-2
/
+2
2021-04-23
mm/filemap: Pass the file_ra_state in the ractl
Matthew Wilcox (Oracle)
1
-11
/
+11
2020-10-17
mm: use limited read-ahead to satisfy read
Jens Axboe
1
-6
/
+14
2020-10-16
mm/readahead: pass a file_ra_state into force_page_cache_ra
David Howells
1
-3
/
+2
2020-10-16
mm/readahead: add page_cache_sync_ra and page_cache_async_ra
Matthew Wilcox (Oracle)
1
-46
/
+12
2020-10-16
mm/readahead: pass readahead_control to force_page_cache_ra
David Howells
1
-8
/
+10
2020-10-16
mm/readahead: make ondemand_readahead take a readahead_control
David Howells
1
-12
/
+17
[next]