1. 0c941cf filemap: remove PageHWPoison check from next_uptodate_page() by Matthew Wilcox (Oracle) · 3 years, 1 month ago
  2. 59a2cee Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 2 months ago
  3. 51b8c1f vfs: keep inodes with page cache off the inode shrinker LRU by Johannes Weiner · 3 years, 2 months ago
  4. 512b7931 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 2 months ago
  5. 8cd7c58 mm/vmscan: throttle reclaim until some writeback completes if congested by Mel Gorman · 3 years, 2 months ago
  6. e0f43fa mm: filemap: coding style cleanup for filemap_map_pmd() by Yang Shi · 3 years, 2 months ago
  7. 03c4f20 mm: introduce pmd_install() helper by Qi Zheng · 3 years, 2 months ago
  8. f8ee890 mm: move more expensive part of XA setup out of mapping check by Jens Axboe · 3 years, 2 months ago
  9. d417b49 mm/filemap.c: remove bogus VM_BUG_ON by Matthew Wilcox (Oracle) · 3 years, 2 months ago
  10. 61d0017 mm: don't read i_size of inode unless we need it by Jens Axboe · 3 years, 2 months ago
  11. 8c8387e mm: stop filemap_read() from grabbing a superfluous page by David Howells · 3 years, 2 months ago
  12. c03098d Merge tag 'gfs2-v5.15-rc5-mmap-fault' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 by Linus Torvalds · 3 years, 2 months ago
  13. 33c8846c Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 2 months ago
  14. a629459 iov_iter: Turn iov_iter_fault_in_readable into fault_in_iov_iter_readable by Andreas Gruenbacher · 3 years, 5 months ago
  15. bb523b4 gup: Turn fault_in_pages_{readable,writeable} into fault_in_{readable,writeable} by Andreas Gruenbacher · 3 years, 5 months ago
  16. 518d550 mm: remove spurious blkdev.h includes by Christoph Hellwig · 3 years, 3 months ago
  17. b27652d9 mm/filemap: Add FGP_STABLE by Matthew Wilcox (Oracle) · 4 years ago
  18. 3f0c6a0 mm/filemap: Add filemap_get_folio by Matthew Wilcox (Oracle) · 3 years, 10 months ago
  19. bca65ee mm/filemap: Convert mapping_get_entry to return a folio by Matthew Wilcox (Oracle) · 4 years ago
  20. 9dd3d06 mm/filemap: Add filemap_add_folio() by Matthew Wilcox (Oracle) · 4 years, 1 month ago
  21. bb3c579 mm/filemap: Add filemap_alloc_folio by Matthew Wilcox (Oracle) · 4 years ago
  22. 0995d7e mm/workingset: Convert workingset_refault() to take a folio by Matthew Wilcox (Oracle) · 3 years, 8 months ago
  23. 269ccca3 mm/writeback: Add __folio_end_writeback() by Matthew Wilcox (Oracle) · 4 years ago
  24. d21bba2 mm/memcg: Convert mem_cgroup_migrate() to take folios by Matthew Wilcox (Oracle) · 3 years, 8 months ago
  25. bbc6b70 mm/memcg: Convert mem_cgroup_uncharge() to take a folio by Matthew Wilcox (Oracle) · 3 years, 8 months ago
  26. 8f425e4 mm/memcg: Convert mem_cgroup_charge() to take a folio by Matthew Wilcox (Oracle) · 3 years, 6 months ago
  27. b47393f mm/filemap: Add folio private_2 functions by Matthew Wilcox (Oracle) · 3 years, 8 months ago
  28. df4d4f12 mm/filemap: Convert page wait queues to be folios by Matthew Wilcox (Oracle) · 4 years ago
  29. 6974d7c mm/filemap: Add folio_wake_bit() by Matthew Wilcox (Oracle) · 4 years ago
  30. 101c0bf mm/filemap: Add folio_wait_bit() by Matthew Wilcox (Oracle) · 3 years, 10 months ago
  31. 4268b48 mm/filemap: Add folio_end_writeback() by Matthew Wilcox (Oracle) · 3 years, 10 months ago
  32. 575ced1 mm/swap: Add folio_rotate_reclaimable() by Matthew Wilcox (Oracle) · 4 years, 1 month ago
  33. 9138e47 mm/filemap: Add __folio_lock_or_retry() by Matthew Wilcox (Oracle) · 3 years, 9 months ago
  34. 6baa8d6 mm/filemap: Add folio_wait_locked() by Matthew Wilcox (Oracle) · 3 years, 10 months ago
  35. ffdc8da mm/filemap: Add __folio_lock_async() by Matthew Wilcox (Oracle) · 4 years ago
  36. af7f29d mm/filemap: Add folio_lock_killable() by Matthew Wilcox (Oracle) · 4 years, 1 month ago
  37. 7c23c78 mm/filemap: Add folio_lock() by Matthew Wilcox (Oracle) · 3 years, 10 months ago
  38. 4e13642 mm/filemap: Add folio_unlock() by Matthew Wilcox (Oracle) · 4 years, 1 month ago
  39. 020853b mm: Add folio_try_get_rcu() by Matthew Wilcox (Oracle) · 3 years, 8 months ago
  40. 1472690 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 4 months ago
  41. 3047250 mm: remove irqsave/restore locking from contexts with irqs enabled by Johannes Weiner · 3 years, 4 months ago
  42. 87045e6 Merge tag 'for-5.15-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 3 years, 4 months ago
  43. 5a79849 fs: add a filemap_fdatawrite_wbc helper by Josef Bacik · 3 years, 6 months ago
  44. 7506ae6 mm: Add functions to lock invalidate_lock for two mappings by Jan Kara · 3 years, 7 months ago
  45. 730633f mm: Protect operations adding pages to page cache with invalidate_lock by Jan Kara · 4 years ago
  46. 9608703 mm: Fix comments mentioning i_mutex by Jan Kara · 3 years, 9 months ago
  47. d3acb15 Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 3 years, 6 months ago
  48. 04f94e3 mm: charge active memcg when no mm is set by Dan Schatzberg · 3 years, 6 months ago
  49. f0b65f3 iov_iter: replace iov_iter_copy_from_user_atomic() with iterator-advancing variant by Al Viro · 3 years, 8 months ago
  50. bc1bb41 generic_perform_write()/iomap_write_actor(): saner logics for short copy by Al Viro · 3 years, 7 months ago
  51. f0953a1 mm: fix typos in comments by Ingo Molnar · 3 years, 8 months ago
  52. 68d68ff mm/mempool: minor coding style tweaks by Zhiyuan Dai · 3 years, 8 months ago
  53. 7f0e07f dax: account DAX entries as nrpages by Matthew Wilcox (Oracle) · 3 years, 8 months ago
  54. 46be67b mm: stop accounting shadow entries by Matthew Wilcox (Oracle) · 3 years, 8 months ago
  55. 4b17f03 mm/filemap: update stale comment by Rui Sun · 3 years, 8 months ago
  56. 79e3094 mm/filemap: drop check for truncated page after I/O by Matthew Wilcox (Oracle) · 3 years, 8 months ago
  57. d31fa86 mm/filemap: use filemap_read_page in filemap_fault by Matthew Wilcox (Oracle) · 3 years, 8 months ago
  58. 7a60d6d mm: use filemap_range_needs_writeback() for O_DIRECT reads by Jens Axboe · 3 years, 8 months ago
  59. 63135aa mm: provide filemap_range_needs_writeback() helper by Jens Axboe · 3 years, 8 months ago
  60. 820c4ba Merge tag 'netfs-lib-20210426' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 3 years, 8 months ago
  61. ed98b01 mm/filemap: fix mapping_seek_hole_data on THP & 32-bit by Hugh Dickins · 3 years, 8 months ago
  62. 2d11e73 mm/filemap: fix find_lock_entries hang on 32-bit THP by Hugh Dickins · 3 years, 8 months ago
  63. fcd9ae4 mm/filemap: Pass the file_ra_state in the ractl by Matthew Wilcox (Oracle) · 3 years, 9 months ago
  64. 73e10de mm: Add set/end/wait functions for PG_private_2 by David Howells · 4 years, 11 months ago
  65. cf2039a mm: pass pvec directly to find_get_entries by Matthew Wilcox (Oracle) · 3 years, 10 months ago
  66. ca122fe4 mm: add an 'end' parameter to find_get_entries by Matthew Wilcox (Oracle) · 3 years, 10 months ago
  67. 5c211ba mm: add and use find_lock_entries by Matthew Wilcox (Oracle) · 3 years, 10 months ago
  68. 54fa39a iomap: use mapping_seek_hole_data by Matthew Wilcox (Oracle) · 3 years, 10 months ago
  69. 41139aa mm/filemap: add mapping_seek_hole_data by Matthew Wilcox (Oracle) · 3 years, 10 months ago
  70. c7bad63 mm/filemap: add helper for finding pages by Matthew Wilcox (Oracle) · 3 years, 10 months ago
  71. bc5a301 mm/filemap: rename find_get_entry to mapping_get_entry by Matthew Wilcox (Oracle) · 3 years, 10 months ago
  72. 44835d2 mm: add FGP_ENTRY by Matthew Wilcox (Oracle) · 3 years, 10 months ago
  73. c49f50d mm: make pagecache tagged lookups return only head pages by Matthew Wilcox (Oracle) · 3 years, 10 months ago
  74. 57b2847 mm: memcontrol: convert NR_SHMEM_THPS account to pages by Muchun Song · 3 years, 10 months ago
  75. bf9ecea mm: memcontrol: convert NR_FILE_THPS account to pages by Muchun Song · 3 years, 10 months ago
  76. 826ea86 mm/filemap: simplify generic_file_read_iter by Christoph Hellwig · 3 years, 10 months ago
  77. 87fa0f3 mm/filemap: rename generic_file_buffered_read to filemap_read by Christoph Hellwig · 3 years, 10 months ago
  78. aa1ec2f mm/filemap: don't relock the page after calling readpage by Matthew Wilcox (Oracle) · 3 years, 10 months ago
  79. 2642fca mm/filemap: restructure filemap_get_pages by Matthew Wilcox (Oracle) · 3 years, 10 months ago
  80. 5963fe0 mm/filemap: split filemap_readahead out of filemap_get_pages by Matthew Wilcox (Oracle) · 3 years, 10 months ago
  81. fce70da mm/filemap: add filemap_range_uptodate by Matthew Wilcox (Oracle) · 3 years, 10 months ago
  82. 87d1d7b mm/filemap: move the iocb checks into filemap_update_page by Matthew Wilcox (Oracle) · 3 years, 10 months ago
  83. 4612aee mm/filemap: convert filemap_update_page to return an errno by Matthew Wilcox (Oracle) · 3 years, 10 months ago
  84. f253e18 mm/filemap: change filemap_create_page calling conventions by Matthew Wilcox (Oracle) · 3 years, 10 months ago
  85. 6843030 mm/filemap: change filemap_read_page calling conventions by Matthew Wilcox (Oracle) · 3 years, 10 months ago
  86. 33a0f5c mm/filemap: don't call ->readpage if IOCB_WAITQ is set by Matthew Wilcox (Oracle) · 3 years, 10 months ago
  87. f32b5dd mm/filemap: inline __wait_on_page_locked_async into caller by Matthew Wilcox (Oracle) · 3 years, 10 months ago
  88. bd8a1f3 mm/filemap: support readpage splitting a page by Matthew Wilcox (Oracle) · 3 years, 10 months ago
  89. 4805462 mm/filemap: pass a sleep state to put_and_wait_on_page_locked by Matthew Wilcox (Oracle) · 3 years, 10 months ago
  90. cbd59c4 mm/filemap: use head pages in generic_file_buffered_read by Matthew Wilcox (Oracle) · 3 years, 10 months ago
  91. ff993ba mm/filemap: convert filemap_get_pages to take a pagevec by Matthew Wilcox (Oracle) · 3 years, 10 months ago
  92. 0c7c575 mm/filemap: remove dynamically allocated array from filemap_read by Matthew Wilcox (Oracle) · 3 years, 10 months ago
  93. 3a6bae4 mm/filemap: rename generic_file_buffered_read subfunctions by Matthew Wilcox (Oracle) · 3 years, 10 months ago
  94. ab2125d mm/filemap: don't revert iter on -EIOCBQUEUED by Pavel Begunkov · 3 years, 10 months ago
  95. 1f7ef65 mm/filemap: remove unused parameter and change to void type for replace_page_cache_page() by Baolin Wang · 3 years, 10 months ago
  96. 99ca0ed Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 3 years, 10 months ago
  97. de591a8 mm: filemap: Fix microblaze build failure with 'mmu_defconfig' by Will Deacon · 3 years, 11 months ago
  98. da74240 mm/filemap: add missing mem_cgroup_uncharge() to __add_to_page_cache_locked() by Waiman Long · 3 years, 11 months ago
  99. 9d3af4b mm: Pass 'address' to map to do_set_pte() and drop FAULT_FLAG_PREFAULT by Will Deacon · 4 years ago
  100. 46bdb42 mm: Allow architectures to request 'old' entries when prefaulting by Will Deacon · 4 years, 1 month ago