index
:
kernel/linux.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
readahead.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-05
mm/readahead: Fix readahead with large folios
Matthew Wilcox (Oracle)
1
-6
/
+9
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-23
Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
1
-1
/
+1
2022-03-23
Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
1
-8
/
+100
2022-03-23
remove inode_congested()
NeilBrown
1
-6
/
+0
2022-03-23
mm: improve cleanup when ->readpages doesn't process all pages
NeilBrown
1
-2
/
+17
2022-03-23
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-07
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
2020-10-16
mm/readahead: make do_page_cache_ra take a readahead_control
Matthew Wilcox (Oracle)
1
-13
/
+15
2020-10-16
mm/readahead: make page_cache_ra_unbounded take a readahead_control
Matthew Wilcox (Oracle)
1
-16
/
+14
2020-10-16
mm/readahead: add DEFINE_READAHEAD
Matthew Wilcox (Oracle)
1
-5
/
+1
2020-06-02
mm: use memalloc_nofs_save in readahead path
Matthew Wilcox (Oracle)
1
-0
/
+14
2020-06-02
mm: document why we don't set PageReadahead
Matthew Wilcox (Oracle)
1
-3
/
+6
2020-06-02
mm: add page_cache_readahead_unbounded
Matthew Wilcox (Oracle)
1
-21
/
+47
2020-06-02
mm: move end_index check out of readahead loop
Matthew Wilcox (Oracle)
1
-6
/
+8
2020-06-02
mm: add readahead address space operation
Matthew Wilcox (Oracle)
1
-2
/
+10
2020-06-02
mm: put readahead pages in cache earlier
Matthew Wilcox (Oracle)
1
-18
/
+28
2020-06-02
mm: remove 'page_offset' from readahead loop
Matthew Wilcox (Oracle)
1
-5
/
+3
2020-06-02
mm: rename readahead loop variable to 'i'
Matthew Wilcox (Oracle)
1
-4
/
+4
2020-06-02
mm: rename various 'offset' parameters to 'index'
Matthew Wilcox (Oracle)
1
-44
/
+42
2020-06-02
mm: use readahead_control to pass arguments
Matthew Wilcox (Oracle)
1
-14
/
+19
2020-06-02
mm: move readahead nr_pages check into read_pages
Matthew Wilcox (Oracle)
1
-5
/
+7
2020-06-02
mm: ignore return value of ->readpages
Matthew Wilcox (Oracle)
1
-6
/
+2
2020-06-02
mm: return void from various readahead functions
Matthew Wilcox (Oracle)
1
-18
/
+13
2019-05-21
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
1
-0
/
+1
2019-03-06
docs/core-api/mm: fix return value descriptions in mm/
Mike Rapoport
1
-0
/
+2
2018-12-28
mm/readahead.c: simplify get_next_ra_size()
Gao Xiang
1
-7
/
+5
2018-10-21
mm: Convert __do_page_cache_readahead to XArray
Matthew Wilcox
1
-3
/
+1
2018-10-21
page cache: Convert hole search to XArray
Matthew Wilcox
1
-2
/
+2
2018-09-30
xarray: Replace exceptional entries
Matthew Wilcox
1
-1
/
+1
[next]