1. 0387df1 readahead: Convert page_cache_ra_unbounded to folios by Matthew Wilcox (Oracle) · 3 years, 10 months ago
  2. 7836d99 readahead: Convert page_cache_async_ra() to take a folio by Matthew Wilcox (Oracle) · 3 years, 7 months ago
  3. 512b7931 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 2 months ago
  4. fb25a77 mm/readahead.c: fix incorrect comments for get_init_ra_size by Lin Feng · 3 years, 2 months ago
  5. 518d550 mm: remove spurious blkdev.h includes by Christoph Hellwig · 3 years, 3 months ago
  6. 730633f mm: Protect operations adding pages to page cache with invalidate_lock by Jan Kara · 4 years ago
  7. 3ca2364 mm: Implement readahead_control pageset expansion by David Howells · 4 years, 4 months ago
  8. f615bd5 mm/readahead: Handle ractl nr_pages being modified by Matthew Wilcox (Oracle) · 3 years, 8 months ago
  9. fcd9ae4 mm/filemap: Pass the file_ra_state in the ractl by Matthew Wilcox (Oracle) · 3 years, 9 months ago
  10. 324bcf5 mm: use limited read-ahead to satisfy read by Jens Axboe · 4 years, 2 months ago
  11. b1647dc mm/readahead: pass a file_ra_state into force_page_cache_ra by David Howells · 4 years, 2 months ago
  12. fefa7c4 mm/readahead: add page_cache_sync_ra and page_cache_async_ra by Matthew Wilcox (Oracle) · 4 years, 2 months ago
  13. 7b3df3b mm/readahead: pass readahead_control to force_page_cache_ra by David Howells · 4 years, 2 months ago
  14. 6e4af69 mm/readahead: make ondemand_readahead take a readahead_control by David Howells · 4 years, 2 months ago
  15. 8238287 mm/readahead: make do_page_cache_ra take a readahead_control by Matthew Wilcox (Oracle) · 4 years, 2 months ago
  16. 73bb49d mm/readahead: make page_cache_ra_unbounded take a readahead_control by Matthew Wilcox (Oracle) · 4 years, 2 months ago
  17. 1aa83cf mm/readahead: add DEFINE_READAHEAD by Matthew Wilcox (Oracle) · 4 years, 2 months ago
  18. f2c817b mm: use memalloc_nofs_save in readahead path by Matthew Wilcox (Oracle) · 4 years, 7 months ago
  19. 2d8163e mm: document why we don't set PageReadahead by Matthew Wilcox (Oracle) · 4 years, 7 months ago
  20. 2c68423 mm: add page_cache_readahead_unbounded by Matthew Wilcox (Oracle) · 4 years, 7 months ago
  21. b0f31d7 mm: move end_index check out of readahead loop by Matthew Wilcox (Oracle) · 4 years, 7 months ago
  22. 8151b4c mm: add readahead address space operation by Matthew Wilcox (Oracle) · 4 years, 7 months ago
  23. c1f6925 mm: put readahead pages in cache earlier by Matthew Wilcox (Oracle) · 4 years, 7 months ago
  24. ef8153b mm: remove 'page_offset' from readahead loop by Matthew Wilcox (Oracle) · 4 years, 7 months ago
  25. c2c7ad7 mm: rename readahead loop variable to 'i' by Matthew Wilcox (Oracle) · 4 years, 7 months ago
  26. 08eb965 mm: rename various 'offset' parameters to 'index' by Matthew Wilcox (Oracle) · 4 years, 7 months ago
  27. a4d9653 mm: use readahead_control to pass arguments by Matthew Wilcox (Oracle) · 4 years, 7 months ago
  28. ad4ae1c mm: move readahead nr_pages check into read_pages by Matthew Wilcox (Oracle) · 4 years, 7 months ago
  29. a1ef856 mm: ignore return value of ->readpages by Matthew Wilcox (Oracle) · 4 years, 7 months ago
  30. 9a42823 mm: return void from various readahead functions by Matthew Wilcox (Oracle) · 4 years, 7 months ago
  31. 457c899 treewide: Add SPDX license identifier for missed files by Thomas Gleixner · 6 years ago
  32. a862f68 docs/core-api/mm: fix return value descriptions in mm/ by Mike Rapoport · 6 years ago
  33. 20ff1c9 mm/readahead.c: simplify get_next_ra_size() by Gao Xiang · 6 years ago
  34. 560d454 mm: Convert __do_page_cache_readahead to XArray by Matthew Wilcox · 7 years ago
  35. 0d3f929 page cache: Convert hole search to XArray by Matthew Wilcox · 7 years ago
  36. 3159f94 xarray: Replace exceptional entries by Matthew Wilcox · 7 years ago
  37. 3d8f761 vfs: implement readahead(2) using POSIX_FADV_WILLNEED by Amir Goldstein · 6 years ago
  38. dc30b96 readahead: stricter check for bdi io_pages by Markus Stockhausen · 6 years ago
  39. ca47e8c mm: skip readahead if the cgroup is congested by Josef Bacik · 6 years ago
  40. b3751e6 mm: split ->readpages calls to avoid non-contiguous pages lists by Christoph Hellwig · 7 years ago
  41. c534aa3 mm: return an unsigned int from __do_page_cache_readahead by Christoph Hellwig · 7 years ago
  42. 836978b mm: give the 'ret' variable a better name __do_page_cache_readahead by Christoph Hellwig · 7 years ago
  43. b93b016 page cache: use xa_lock by Matthew Wilcox · 7 years ago
  44. c7b95d5 mm: add ksys_readahead() helper; remove in-kernel calls to sys_readahead() by Dominik Brodowski · 7 years ago
  45. 9491ae4 mm: don't cap request size based on read-ahead setting by Jens Axboe · 8 years ago
  46. 11bd969 mm: silently skip readahead for DAX inodes by Ross Zwisler · 8 years ago
  47. 8a5c743 mm, memcg: use consistent gfp flags during readahead by Michal Hocko · 8 years ago
  48. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago
  49. d72ee91 mm: move lru_to_page to mm_inline.h by Geliang Tang · 9 years ago
  50. c8ad630 mm/readahead.c, mm/vmscan.c: use lru_to_page instead of list_to_page by Geliang Tang · 9 years ago
  51. c62d255 mm, fs: introduce mapping_gfp_constraint() by Michal Hocko · 9 years ago
  52. 600e19a mm: use only per-device readahead limit by Roman Gushchin · 9 years ago
  53. 063d99b mm, fs: obey gfp_mapping for add_to_page_cache() by Michal Hocko · 9 years ago
  54. 703c270 writeback: implement and use inode_congested() by Tejun Heo · 10 years ago
  55. de1414a fs: export inode_to_bdi and use it in favor of mapping->backing_dev_info by Christoph Hellwig · 10 years ago
  56. 3e2faa08 mm/readahead.c: remove unused file_ra_state from count_history_pages by Fabian Frederick · 10 years ago
  57. 29f175d mm/readahead.c: inline ra_submit by Fabian Frederick · 11 years ago
  58. 6d2be91 mm/readahead.c: fix readahead failure for memoryless NUMA nodes and limit readahead pages by Raghavendra K T · 11 years ago
  59. 0cd6144 mm + fs: prepare for non-page entries in page cache radix trees by Johannes Weiner · 11 years ago
  60. e7b563b mm: filemap: move radix tree hole searching here by Johannes Weiner · 11 years ago
  61. 58d5640 mm/readahead.c: fix do_readahead() for no readpage(s) by Mark Rutland · 11 years ago
  62. af248a0 readahead: fix sequential read cache miss detection by Damien Ramonda · 11 years ago
  63. 63d0f0a3 mm/readahead.c:do_readhead(): don't check for ->readpage by Andrew Morton · 11 years ago
  64. 2cad401 readahead: make context readahead more conservative by Fengguang Wu · 11 years ago
  65. d47992f mm: change invalidatepage prototype to accept length by Lukas Czerner · 12 years ago
  66. 4a0fd5b teach SYSCALL_DEFINE<n> how to deal with long long/unsigned long long by Al Viro · 12 years ago
  67. 2903ff0 switch simple cases of fget_light to fdget by Al Viro · 12 years ago
  68. 132ea24 switch readahead(2) to fget_light() by Al Viro · 12 years ago
  69. 782182e mm: move readahead syscall to mm/readahead.c by Cong Wang · 13 years ago
  70. b95f1b31 mm: Map most files to use export.h instead of module.h by Paul Gortmaker · 13 years ago
  71. 7b1de58 readahead: readahead page allocations are OK to fail by Wu Fengguang · 14 years ago
  72. 5b417b1 read-ahead: use plugging by Jens Axboe · 15 years ago
  73. 7eaceac block: remove per-queue plugging by Jens Axboe · 14 years ago
  74. bf8abe8 readahead.c: fix comment by Huang Shijie · 15 years ago
  75. 70655c0 readahead: fix NULL filp dereference by Wu Fengguang · 15 years ago
  76. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  77. 0141450 readahead: introduce FMODE_RANDOM for POSIX_FADV_RANDOM by Wu Fengguang · 15 years ago
  78. 65a80b4 readahead: add blk_run_backing_dev by Hisashi Hifumi · 15 years ago
  79. 10be0b3 readahead: introduce context readahead algorithm by Wu Fengguang · 16 years ago
  80. 045a252 readahead: move the random read case to bottom by Wu Fengguang · 16 years ago
  81. d30a110 readahead: record mmap read-around states in file_ra_state by Wu Fengguang · 16 years ago
  82. 51daa88 readahead: remove sync/async readahead call dependency by Wu Fengguang · 16 years ago
  83. 160334a readahead: increase interleaved readahead size by Wu Fengguang · 16 years ago
  84. caca7cb readahead: remove one unnecessary radix tree lookup by Wu Fengguang · 16 years ago
  85. fc31d16a readahead: apply max_sane_readahead() limit in ondemand_readahead() by Wu Fengguang · 16 years ago
  86. f7e839d readahead: move max_sane_readahead() calls into force_page_cache_readahead() by Wu Fengguang · 16 years ago
  87. 266cf65 FS-Cache: Recruit a page flags for cache management by David Howells · 16 years ago
  88. 03fb3d2 FS-Cache: Release page->private after failed readahead by David Howells · 16 years ago
  89. 2616015 Move the default_backing_dev_info out of readahead.c and into backing-dev.c by Jens Axboe · 16 years ago
  90. 4f98a2f vmscan: split LRU lists into anon & file sets by Rik van Riel · 16 years ago
  91. e1f8e87 Remove Andrew Morton's old email accounts by Francois Cami · 16 years ago
  92. 30002ed mm: readahead scan lockless by Nick Piggin · 16 years ago
  93. cf0ca9f mm: bdi: export BDI attributes in sysfs by Peter Zijlstra · 17 years ago
  94. f7850d9 mm/readahead: fix kernel-doc notation by Randy Dunlap · 17 years ago
  95. e0bf68d mm: bdi init hooks by Peter Zijlstra · 17 years ago
  96. eb2be18 mm: buffered write cleanup by Nick Piggin · 17 years ago
  97. 0012818 mm: use lockless radix-tree probe by Nick Piggin · 17 years ago
  98. 535443f readahead: remove several readahead macros by Fengguang Wu · 17 years ago
  99. 6b10c6c readahead: basic support of interleaved reads by Fengguang Wu · 17 years ago
  100. f4e6b49 readahead: combine file_ra_state.prev_index/prev_offset into prev_pos by Fengguang Wu · 17 years ago