1. 187df5d mm,shmem,thp: limit shmem THP allocations to requested zones by Rik van Riel · 3 years, 10 months ago
  2. 78cc8cd mm,thp,shm: limit gfp mask to no more than specified by Rik van Riel · 3 years, 10 months ago
  3. 164cc4f mm,thp,shmem: limit shmem THP alloc gfp_mask by Rik van Riel · 3 years, 10 months ago
  4. cf2039a mm: pass pvec directly to find_get_entries by Matthew Wilcox (Oracle) · 3 years, 10 months ago
  5. ca122fe4 mm: add an 'end' parameter to find_get_entries by Matthew Wilcox (Oracle) · 3 years, 10 months ago
  6. 5c211ba mm: add and use find_lock_entries by Matthew Wilcox (Oracle) · 3 years, 10 months ago
  7. 41139aa mm/filemap: add mapping_seek_hole_data by Matthew Wilcox (Oracle) · 3 years, 10 months ago
  8. 44835d2 mm: add FGP_ENTRY by Matthew Wilcox (Oracle) · 3 years, 10 months ago
  9. 96888e0 mm/shmem: use pagevec_lookup in shmem_unlock_mapping by Matthew Wilcox (Oracle) · 3 years, 10 months ago
  10. 57b2847 mm: memcontrol: convert NR_SHMEM_THPS account to pages by Muchun Song · 3 years, 10 months ago
  11. 7d6beb7 Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 3 years, 11 months ago
  12. 549c729 fs: make helpers idmap mount aware by Christian Brauner · 4 years ago
  13. 0d56a45 stat: handle idmapped mounts by Christian Brauner · 4 years ago
  14. e65ce2a acl: handle idmapped mounts by Christian Brauner · 4 years ago
  15. 2f221d6 attr: handle idmapped mounts by Christian Brauner · 4 years ago
  16. 21cb47b inode: make init and permission helpers idmapped mount aware by Christian Brauner · 4 years ago
  17. 8c63ca5 mm: Use static initialisers for immutable fields of 'struct vm_fault' by Will Deacon · 4 years ago
  18. 79d4d38 mm: shmem: convert shmem_enabled_show to use sysfs_emit_at by Joe Perches · 4 years, 1 month ago
  19. b8eddff mm: memcontrol: add file_thp, shmem_thp to memory.stat by Johannes Weiner · 4 years, 1 month ago
  20. 30e6a51 mm/shmem.c: make shmem_mapping() inline by Hui Su · 4 years, 1 month ago
  21. 01c7026 fs: add a filesystem flag for THPs by Matthew Wilcox (Oracle) · 4 years, 3 months ago
  22. 63ec197 mm/shmem: return head page from find_lock_entry by Matthew Wilcox (Oracle) · 4 years, 3 months ago
  23. 6734e20 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 4 years, 3 months ago
  24. bb3e96d tmpfs: restore functionality of nr_inodes=0 by Byron Stanoszek · 4 years, 4 months ago
  25. 8a84802 mm: Add arch hooks for saving/restoring tags by Steven Price · 4 years, 8 months ago
  26. 51b0bff mm: Allow arm64 mmap(PROT_MTE) on RAM-based files by Catalin Marinas · 5 years ago
  27. af44c12 mm/shmem.c: delete duplicated word by Randy Dunlap · 4 years, 5 months ago
  28. 3852f67 mm/swapcache: support to handle the shadow entries by Joonsoo Kim · 4 years, 5 months ago
  29. 45e5530 mm: remove unnecessary wrapper function do_mmap_pgoff() by Peter Collingbourne · 4 years, 5 months ago
  30. ea3271f tmpfs: support 64-bit inums per-sb by Chris Down · 4 years, 5 months ago
  31. e809d5f tmpfs: per-superblock i_ino support by Chris Down · 4 years, 5 months ago
  32. 3bef735 vfs/xattr: mm/shmem: kernfs: release simple xattr entry in a right way by Chengguang Xu · 4 years, 6 months ago
  33. c1e8d7c mmap locking API: convert mmap_sem comments by Michel Lespinasse · 4 years, 7 months ago
  34. e31cf2f mm: don't include asm/pgtable.h if linux/mm.h is already included by Mike Rapoport · 4 years, 7 months ago
  35. 6058eae mm: fold and remove lru_cache_add_anon() and lru_cache_add_file() by Johannes Weiner · 4 years, 7 months ago
  36. d9eb1ea mm: memcontrol: delete unused lrucare handling by Johannes Weiner · 4 years, 7 months ago
  37. 4c6355b mm: memcontrol: charge swapin pages on instantiation by Johannes Weiner · 4 years, 7 months ago
  38. 0d1c207 mm: memcontrol: switch to native NR_FILE_PAGES and NR_SHMEM counters by Johannes Weiner · 4 years, 7 months ago
  39. 3fea5a4 mm: memcontrol: convert page cache to a new mem_cgroup_charge() API by Johannes Weiner · 4 years, 7 months ago
  40. 14235ab mm: shmem: remove rare optimization when swapin races with hole punching by Johannes Weiner · 4 years, 7 months ago
  41. 3fba69a mm: memcontrol: drop @compound parameter from memcg charging API by Johannes Weiner · 4 years, 7 months ago
  42. 94b7cc0 mm: shmem: disable interrupt when acquiring info->lock in userfaultfd_copy path by Yang Shi · 4 years, 9 months ago
  43. ea0dfeb shmem: fix possible deadlocks on shmlock_user_lock by Hugh Dickins · 4 years, 9 months ago
  44. 0783ac9 mm/shmem: fix build without THP by Hugh Dickins · 4 years, 9 months ago
  45. e4a9bc5 mm: use fallthrough; by Joe Perches · 4 years, 9 months ago
  46. 71725ed mm: huge tmpfs: try to split_huge_page() when punching hole by Hugh Dickins · 4 years, 9 months ago
  47. 343c3d7 mm/shmem.c: clean code by removing unnecessary assignment by Mateusz Nosek · 4 years, 9 months ago
  48. 27d80fa2 mm/shmem.c: distribute switch variables for initialization by Kees Cook · 4 years, 9 months ago
  49. 396bcc5 mm: remove CONFIG_TRANSPARENT_HUGE_PAGECACHE by Matthew Wilcox (Oracle) · 4 years, 9 months ago
  50. 85b9f46 mm, thp: track fallbacks due to failed memcg charges separately by David Rientjes · 4 years, 9 months ago
  51. dcdf11e mm, shmem: add vmstat for hugepage fallback by David Rientjes · 4 years, 9 months ago
  52. d883600 Merge branch 'for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 4 years, 9 months ago
  53. a46a229 kernfs: Add removed_size out param for simple_xattr_set by Daniel Xu · 4 years, 10 months ago
  54. bf4498ad3 tmpfs: deny and force are not huge mount options by Hugh Dickins · 4 years, 11 months ago
  55. f35aa2b tmpfs: switch to use of invalfc() by Al Viro · 5 years ago
  56. d7167b1 fs_parse: fold fs_parameter_desc/fs_parameter_spec by Al Viro · 5 years ago
  57. 96cafb9 fs_parser: remove fs_parameter_description name field by Eric Sandeen · 5 years ago
  58. 5eede62 fold struct fs_parameter_enum into struct constant_table by Al Viro · 5 years ago
  59. 2710c957a fs_parse: get rid of ->enums by Al Viro · 5 years ago
  60. 9915899 mm/shmem.c: thp, shmem: fix conflict of above-47bit hint address and PMD alignment by Kirill A. Shutemov · 5 years ago
  61. aa71ecd mm/shmem.c: cast the type of unmap_start to u64 by Chen Jun · 5 years ago
  62. 4afab1c mm: shmem: use proper gfp flags for shmem_writepage() by Yang Shi · 5 years ago
  63. 26083eb6 mm/shmem.c: make array 'values' static const, makes object smaller by Colin Ian King · 5 years ago
  64. 05d35110 mm, memfd: fix COW issue on MAP_PRIVATE and F_SEAL_FUTURE_WRITE mappings by Nicolas Geoffray · 5 years ago
  65. 8897c1b shmem: pin the file in shmem_fault() if mmap_sem is dropped by Kirill A. Shutemov · 5 years ago
  66. 015c21b Merge branch 'work.mount3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  67. 33f37c6 shmem: fix LSM options parsing by Al Viro · 5 years ago
  68. edf445a Merge branch 'hugepage-fallbacks' (hugepatch patches from David Rientjes) by Linus Torvalds · 5 years ago
  69. 19deb76 Revert "Revert "Revert "mm, thp: consolidate THP gfp handling into alloc_hugepage_direct_gfpmask"" by David Rientjes · 5 years ago
  70. 28eb3c80 shmem: fix obsolete comment in shmem_getpage_gfp() by Miles Chen · 5 years ago
  71. 4101196 mm: page cache: store only head pages in i_pages by Matthew Wilcox (Oracle) · 5 years ago
  72. d8c6546 mm: introduce compound_nr() by Matthew Wilcox (Oracle) · 5 years ago
  73. f323562 vfs: Convert ramfs, shmem, tmpfs, devtmpfs, rootfs to use the new mount API by David Howells · 6 years ago
  74. 626c392 shmem_parse_one(): switch to use of fs_parse() by Al Viro · 5 years ago
  75. e04dc42 shmem_parse_options(): take handling a single option into a helper by Al Viro · 5 years ago
  76. f6490b7 shmem_parse_options(): don't bother with mpol in separate variable by Al Viro · 5 years ago
  77. 0b5071d shmem_parse_options(): use a separate structure to keep the results by Al Viro · 5 years ago
  78. 7e30d2a5 make shmem_fill_super() static by Al Viro · 6 years ago
  79. 92717d4 Revert "Revert "mm, thp: consolidate THP gfp handling into alloc_hugepage_direct_gfpmask"" by Andrea Arcangeli · 5 years ago
  80. 933a90b Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  81. c063066 mm: thp: fix false negative of shmem vma's THP eligibility by Yang Shi · 5 years ago
  82. e5f2249 mm/shmem.c: fix unused shmem_parse_huge() function warning by Arnd Bergmann · 5 years ago
  83. 69bf4b6 Revert "mm: page cache: store only head pages in i_pages" by Linus Torvalds · 6 years ago
  84. 037f11b mnt_init(): call shmem_init() unconditionally by Al Viro · 6 years ago
  85. 5fd4ca2 mm: page cache: store only head pages in i_pages by Matthew Wilcox · 6 years ago
  86. 168e153 Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  87. 74b1da5 shmem: make use of ->free_inode() by Al Viro · 6 years ago
  88. af53d3e mm: swapoff: shmem_unuse() stop eviction without igrab() by Hugh Dickins · 6 years ago
  89. 8703954 mm: swapoff: shmem_find_swap_entries() filter out other types by Hugh Dickins · 6 years ago
  90. ab3948f mm/memfd: add an F_SEAL_FUTURE_WRITE seal to memfd by Joel Fernandes (Google) · 6 years ago
  91. b56a2d8 mm: rid swapoff of quadratic complexity by Vineeth Remanan Pillai · 6 years ago
  92. c5bf121 mm: refactor swap-in logic out of shmem_getpage_gfp by Vineeth Remanan Pillai · 6 years ago
  93. 29b00e6 tmpfs: fix uninitialized return value in shmem_link by Darrick J. Wong · 6 years ago
  94. 1062af9 tmpfs: fix link accounting when a tmpfile is linked in by Darrick J. Wong · 6 years ago
  95. ca79b0c mm: convert totalram_pages and totalhigh_pages variables to atomic by Arun KS · 6 years ago
  96. 3d6357d mm: reference totalram_pages and managed_pages once per function by Arun KS · 6 years ago
  97. 4971f09 Merge tag 'drm-next-2018-12-14' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 6 years ago
  98. 880b9df Merge tag 'xarray-4.20-rc7' of git://git.infradead.org/users/willy/linux-dax by Linus Torvalds · 6 years ago
  99. 356ff8a Revert "mm, thp: consolidate THP gfp handling into alloc_hugepage_direct_gfpmask" by David Rientjes · 6 years ago
  100. 55f3f7e XArray: Add xa_cmpxchg_irq and xa_cmpxchg_bh by Matthew Wilcox · 6 years ago