1. 0a4ee51 mm: remove cleancache by Christoph Hellwig · 3 years ago
  2. f56caed Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years ago
  3. 43b9312 mm/truncate.c: remove unneeded variable by chiminghao · 3 years ago
  4. b9a8a41 truncate,shmem: Handle truncates that split large folios by Matthew Wilcox (Oracle) · 4 years, 7 months ago
  5. f6357c3 truncate: Convert invalidate_inode_pages2_range to folios by Matthew Wilcox (Oracle) · 3 years, 7 months ago
  6. 1613fac mm: Remove pagevec_remove_exceptionals() by Matthew Wilcox (Oracle) · 3 years, 1 month ago
  7. 51dcbda mm: Convert find_lock_entries() to use a folio_batch by Matthew Wilcox (Oracle) · 3 years, 1 month ago
  8. 0e499ed filemap: Return only folios from find_get_entries() by Matthew Wilcox (Oracle) · 4 years, 4 months ago
  9. 78f4266 truncate: Add invalidate_complete_folio2() by Matthew Wilcox (Oracle) · 3 years, 5 months ago
  10. fae9bc4 truncate: Convert invalidate_inode_pages2_range() to use a folio by Matthew Wilcox (Oracle) · 3 years, 1 month ago
  11. ccbbf76 truncate: Skip known-truncated indices by Matthew Wilcox (Oracle) · 3 years, 1 month ago
  12. 1e84a3d truncate,shmem: Add truncate_inode_folio() by Matthew Wilcox (Oracle) · 3 years, 1 month ago
  13. 3506659 mm: Add unmap_mapping_folio() by Matthew Wilcox (Oracle) · 3 years, 1 month ago
  14. efe99bb truncate: Add truncate_cleanup_folio() by Matthew Wilcox (Oracle) · 3 years, 1 month ago
  15. 51b8c1f vfs: keep inodes with page cache off the inode shrinker LRU by Johannes Weiner · 3 years, 2 months ago
  16. 1472690 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 4 months ago
  17. 7ae12c8 fs: inode: count invalidated shadow pages in pginodesteal by Johannes Weiner · 3 years, 4 months ago
  18. 3047250 mm: remove irqsave/restore locking from contexts with irqs enabled by Johannes Weiner · 3 years, 4 months ago
  19. 730633f mm: Protect operations adding pages to page cache with invalidate_lock by Jan Kara · 4 years ago
  20. 9608703 mm: Fix comments mentioning i_mutex by Jan Kara · 3 years, 9 months ago
  21. 22061a1 mm/thp: unmap_mapping_page() to fix THP truncate_cleanup_page() by Hugh Dickins · 3 years, 6 months ago
  22. 46be67b mm: stop accounting shadow entries by Matthew Wilcox (Oracle) · 3 years, 8 months ago
  23. 7716506 mm: introduce and use mapping_empty() by Matthew Wilcox (Oracle) · 3 years, 8 months ago
  24. a656a20 mm: remove pagevec_lookup_entries by Matthew Wilcox (Oracle) · 3 years, 10 months ago
  25. 38cefeb mm: remove nr_entries parameter from pagevec_lookup_entries by Matthew Wilcox (Oracle) · 3 years, 10 months ago
  26. 31d270f mm: add an 'end' parameter to pagevec_lookup_entries by Matthew Wilcox (Oracle) · 3 years, 10 months ago
  27. 5c211ba mm: add and use find_lock_entries by Matthew Wilcox (Oracle) · 3 years, 10 months ago
  28. a00cda3 mm: fix kernel-doc markups by Mauro Carvalho Chehab · 4 years ago
  29. 649c6df mm/truncate: add parameter explanation for invalidate_mapping_pagevec by Alex Shi · 4 years ago
  30. a77eedb mm/truncate.c: make __invalidate_mapping_pages() static by Jason Yan · 4 years, 2 months ago
  31. fc3a5ac mm/truncate: fix truncation for pages of arbitrary size by Matthew Wilcox (Oracle) · 4 years, 2 months ago
  32. eb1d7a6 mm, fadvise: improve the expensive remote LRU cache draining after FADV_DONTNEED by Yafang Shao · 4 years, 2 months ago
  33. ef18a1c mm/thp: allow dropping THP from page cache by Kirill A. Shutemov · 5 years ago
  34. 457c899 treewide: Add SPDX license identifier for missed files by Thomas Gleixner · 6 years ago
  35. a862f68 docs/core-api/mm: fix return value descriptions in mm/ by Mike Rapoport · 6 years ago
  36. 6ff38bd mm: cleancache: fix corruption on missed inode invalidation by Pavel Tikhomirov · 6 years ago
  37. 69b6c13 mm: Convert truncate to XArray by Matthew Wilcox · 7 years ago
  38. 3159f94 xarray: Replace exceptional entries by Matthew Wilcox · 7 years ago
  39. b93b016 page cache: use xa_lock by Matthew Wilcox · 7 years ago
  40. 977fbdc mm: add unmap_mapping_pages() by Matthew Wilcox · 7 years ago
  41. 8667982 mm, pagevec: remove cold parameter for pagevecs by Mel Gorman · 7 years ago
  42. f218759 mm, truncate: remove all exceptional entries from pagevec under one lock by Mel Gorman · 7 years ago
  43. c7df8ad mm, truncate: do not check mapping for every page being truncated by Mel Gorman · 7 years ago
  44. aa65c29 mm: batch radix tree operations when truncating pages by Jan Kara · 7 years ago
  45. 9f4e41f mm: refactor truncate_complete_page() by Jan Kara · 7 years ago
  46. 76b6f9b mm/truncate.c: fix THP handling in invalidate_mapping_pages() by Jan Kara · 7 years ago
  47. cd65637 mm: fix data corruption due to stale mmap reads by Jan Kara · 8 years ago
  48. 4636e70 dax: prevent invalidation of mapped DAX entries by Ross Zwisler · 8 years ago
  49. 34ccb69 mm/truncate: avoid pointless cleancache_invalidate_inode() calls. by Andrey Ryabinin · 8 years ago
  50. 32691f0 mm/truncate: bail out early from invalidate_inode_pages2_range() if mapping is empty by Andrey Ryabinin · 8 years ago
  51. 9340747 fs: add i_blocksize() by Fabian Frederick · 8 years ago
  52. 3a4f8a0 mm: remove shmem_mapping() shmem_zero_setup() duplicates by Hugh Dickins · 8 years ago
  53. c6dcf52 mm: Invalidate DAX radix tree entries only if appropriate by Jan Kara · 8 years ago
  54. 14b4687 mm: workingset: move shadow entry tracking to radix tree exceptional tracking by Johannes Weiner · 8 years ago
  55. 6d75f36 lib: radix-tree: check accounting of existing slot replacement users by Johannes Weiner · 8 years ago
  56. 5cbc198 mm: fix false-positive WARN_ON() in truncate/invalidate for hugetlb by Kirill A. Shutemov · 8 years ago
  57. fc127da truncate: handle file thp by Kirill A. Shutemov · 8 years ago
  58. ac401cc dax: New fault locking by Jan Kara · 9 years ago
  59. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago
  60. fdf1cdb mm: remove unnecessary uses of lock_page_memcg() by Johannes Weiner · 9 years ago
  61. 62cccb8 mm: simplify lock_page_memcg() by Johannes Weiner · 9 years ago
  62. 81f8c3a mm: memcontrol: generalize locking for the page->mem_cgroup binding by Johannes Weiner · 9 years ago
  63. f9fe48b dax: support dirty DAX entries in radix tree by Ross Zwisler · 9 years ago
  64. c4843a7 memcg: add per cgroup dirty page accounting by Greg Thelen · 10 years ago
  65. 11f81be page_writeback: revive cancel_dirty_page() in a restricted form by Tejun Heo · 10 years ago
  66. cc5993b mm: rename deactivate_page to deactivate_file_page by Minchan Kim · 10 years ago
  67. b9ea251 page_writeback: clean up mess around cancel_dirty_page() by Konstantin Khlebnikov · 10 years ago
  68. de1414a fs: export inode_to_bdi and use it in favor of mapping->backing_dev_info by Christoph Hellwig · 10 years ago
  69. 77783d0 mm: Fix comment before truncate_setsize() by Jan Kara · 10 years ago
  70. f55fefd mm: Remove false WARN_ON from pagecache_isize_extended() by Jan Kara · 10 years ago
  71. 90a8020 vfs: fix data corruption when blocksize < pagesize for mmaped data by Jan Kara · 10 years ago
  72. 0a31bc9 mm: memcontrol: rewrite uncharge API by Johannes Weiner · 10 years ago
  73. 792ceae mm/fs: fix pessimization in hole-punching pagecache by Hugh Dickins · 10 years ago
  74. 139b6a6 mm: filemap: update find_get_pages_tag() to deal with shadow entries by Johannes Weiner · 11 years ago
  75. 449dd69 mm: keep page cache radix tree nodes in check by Johannes Weiner · 11 years ago
  76. 91b0abe mm + fs: store shadow entries in page cache by Johannes Weiner · 11 years ago
  77. 0cd6144 mm + fs: prepare for non-page entries in page cache radix trees by Johannes Weiner · 11 years ago
  78. 7caef26 truncate: drop 'oldsize' truncate_pagecache() parameter by Kirill A. Shutemov · 11 years ago
  79. 5a72039 mm: teach truncate_inode_pages_range() to handle non page aligned ranges by Lukas Czerner · 12 years ago
  80. d47992f mm: change invalidatepage prototype to accept length by Lukas Czerner · 12 years ago
  81. 7898575 mm: drop vmtruncate by Marco Stornelli · 12 years ago
  82. e6c509f mm: use clear_page_mlock() in page_remove_rmap() by Hugh Dickins · 12 years ago
  83. ec4d9f6 mm: fix invalidate_complete_page2() lock ordering by Hugh Dickins · 12 years ago
  84. 17cf28a mm/fs: remove truncate_range by Hugh Dickins · 13 years ago
  85. 623e3db mm for fs: add truncate_pagecache_range() by Hugh Dickins · 13 years ago
  86. aab008d Merge tag 'stable/for-linus-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/mm by Linus Torvalds · 13 years ago
  87. 73c1e20 mm: fix comment typo of truncate_inode_pages_range by Liu Bo · 13 years ago
  88. 3167760 mm: cleancache: s/flush/invalidate/ by Dan Magenheimer · 13 years ago
  89. b95f1b31 mm: Map most files to use export.h instead of module.h by Paul Gortmaker · 13 years ago
  90. 31475dd mm: a few small updates for radix-swap by Hugh Dickins · 13 years ago
  91. d082357 mm: pincer in truncate_inode_pages_range by Hugh Dickins · 13 years ago
  92. b85e0ef mm: consistent truncate and invalidate loops by Hugh Dickins · 13 years ago
  93. 8a549be mm: tidy vmtruncate_range and related functions by Hugh Dickins · 13 years ago
  94. bd5fe6c fs: kill i_alloc_sem by Christoph Hellwig · 14 years ago
  95. 0814257 mm: fix assertion mapping->nrpages == 0 in end_writeback() by Jan Kara · 14 years ago
  96. 94c1e62 tmpfs: take control of its truncate_range by Hugh Dickins · 14 years ago
  97. 5b8ba10 mm: move vmtruncate_range to truncate.c by Hugh Dickins · 14 years ago
  98. c515e1f mm/fs: add hooks to support cleancache by Dan Magenheimer · 14 years ago
  99. 3156018 mm: deactivate invalidated pages by Minchan Kim · 14 years ago
  100. e64a782 mm: change __remove_from_page_cache() by Minchan Kim · 14 years ago