1. e5d319d hugetlbfs: remove unneeded return value of hugetlb_vmtruncate() by Miaohe Lin · 3 years, 10 months ago
  2. 1935ebd hugetlbfs: fix some comment typos by Miaohe Lin · 3 years, 10 months ago
  3. 398c0da hugetlbfs: correct some obsolete comments about inode i_mutex by Miaohe Lin · 3 years, 10 months ago
  4. a25fddc hugetlbfs: make hugepage size conversion more readable by Miaohe Lin · 3 years, 10 months ago
  5. 88ce3fe hugetlbfs: remove meaningless variable avoid_reserve by Miaohe Lin · 3 years, 10 months ago
  6. c7e285e hugetlbfs: correct obsolete function name in hugetlbfs_read_iter() by Miaohe Lin · 3 years, 10 months ago
  7. 3b2275a hugetlbfs: use helper macro default_hstate in init_hugetlbfs_fs by Miaohe Lin · 3 years, 10 months ago
  8. d014675 hugetlbfs: remove useless BUG_ON(!inode) in hugetlbfs_setattr() by Miaohe Lin · 3 years, 10 months ago
  9. a4fa34cd hugetlbfs: remove special hugetlbfs_set_page_dirty() by Mike Kravetz · 3 years, 10 months ago
  10. 33b8f84 mm/hugetlb: change hugetlb_reserve_pages() to type bool by Mike Kravetz · 3 years, 10 months ago
  11. 8f251a3 hugetlb: convert page_huge_active() HPageMigratable flag by Mike Kravetz · 3 years, 10 months ago
  12. d6995da hugetlb: use page.private for hugetlb specific page flags by Mike Kravetz · 3 years, 10 months ago
  13. 7d6beb7 Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 3 years, 10 months ago
  14. 585fc0d mm: hugetlbfs: fix cannot migrate the fallocated HugeTLB page by Muchun Song · 3 years, 11 months ago
  15. 549c729 fs: make helpers idmap mount aware by Christian Brauner · 4 years ago
  16. 2f221d6 attr: handle idmapped mounts by Christian Brauner · 4 years ago
  17. 21cb47b inode: make init and permission helpers idmapped mount aware by Christian Brauner · 4 years ago
  18. 1556829 hugetlbfs: prevent filesystem stacking of hugetlbfs by Mike Kravetz · 4 years, 5 months ago
  19. 45e5530 mm: remove unnecessary wrapper function do_mmap_pgoff() by Peter Collingbourne · 4 years, 5 months ago
  20. 3e4e28c mmap locking API: convert mmap_sem API comments by Michel Lespinasse · 4 years, 7 months ago
  21. 8859025 hugetlbfs: get unmapped area below TASK_UNMAPPED_BASE for hugetlbfs by Shijie Hu · 4 years, 7 months ago
  22. 87bf91d hugetlbfs: Use i_mmap_rwsem to address page fault/truncate race by Mike Kravetz · 4 years, 9 months ago
  23. c0d0381 hugetlbfs: use i_mmap_rwsem for more pmd sharing synchronization by Mike Kravetz · 4 years, 9 months ago
  24. b5db30c hugetlbfs: switch to use of invalfc() by Al Viro · 5 years ago
  25. d7167b1 fs_parse: fold fs_parameter_desc/fs_parameter_spec by Al Viro · 5 years ago
  26. 96cafb9 fs_parser: remove fs_parameter_description name field by Eric Sandeen · 5 years ago
  27. 15f0ec9 mm/hugetlbfs: fix for_each_hstate() loop in init_hugetlbfs_fs() by Jan Stancek · 5 years ago
  28. 188b04a hugetlb: remove unused hstate in hugetlb_fault_mutex_hash() by Wei Yang · 5 years ago
  29. 1ab5b82 hugetlbfs: add O_TMPFILE support by Piotr Sarna · 5 years ago
  30. 8fc312b mm/hugetlbfs: fix error handling when setting up mounts by Mike Kravetz · 5 years ago
  31. 5525463 hugetlbfs: hugetlb_fault_mutex_hash() cleanup by Mike Kravetz · 5 years ago
  32. 933a90b Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  33. 2ac295d convenience helper get_tree_nodev() by Al Viro · 6 years ago
  34. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  35. f27a513 hugetlbfs: always use address space in inode for resv_map pointer by Mike Kravetz · 6 years ago
  36. 1b426ba hugetlb: use same fault hash key for shared and private mappings by Mike Kravetz · 6 years ago
  37. b62de32 hugetlb: make use of ->free_inode() by Al Viro · 6 years ago
  38. 58b6e5e hugetlbfs: fix memory leak for resv_map by Mike Kravetz · 6 years ago
  39. 7b47a9e Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  40. ab3948f mm/memfd: add an F_SEAL_FUTURE_WRITE seal to memfd by Joel Fernandes (Google) · 6 years ago
  41. cb6acd0 hugetlbfs: fix races and page leaks during migration by Mike Kravetz · 6 years ago
  42. 3202198 hugetlbfs: Convert to fs_context by David Howells · 6 years ago
  43. e7c5809 hugetlbfs: revert "Use i_mmap_rwsem to fix page fault/truncate race" by Mike Kravetz · 6 years ago
  44. c86aa7b hugetlbfs: Use i_mmap_rwsem to fix page fault/truncate race by Mike Kravetz · 6 years ago
  45. a670468 mm: zero out the vma in vma_init() by Andrew Morton · 6 years ago
  46. a66b4cd Merge branch 'work.open3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  47. 2c4541e mm: use vma_init() to initialize VMAs on stack and data segments by Kirill A. Shutemov · 6 years ago
  48. e68375c hugetlb_file_setup(): switch to alloc_file_pseudo() by Al Viro · 7 years ago
  49. c9c554f alloc_file(): switch to passing O_... flags instead of FMODE_... mode by Al Viro · 6 years ago
  50. 5df63c2 hugetlbfs: fix bug in pgoff overflow checking by Mike Kravetz · 7 years ago
  51. 63489f8 hugetlbfs: check for pgoff value overflow by Mike Kravetz · 7 years ago
  52. ff62a34 hugetlb: implement memfd sealing by Marc-André Lureau · 7 years ago
  53. da14c1e hugetlb: expose hugetlbfs_inode_info in header by Marc-André Lureau · 7 years ago
  54. 72639e6 fs/hugetlbfs/inode.c: change put_page/unlock_page order in hugetlbfs_fallocate() by Nadav Amit · 7 years ago
  55. 8667982 mm, pagevec: remove cold parameter for pagevecs by Mel Gorman · 7 years ago
  56. 007ab7b fs/hugetlbfs/inode.c: remove redundant -ENIVAL return from hugetlbfs_setattr() by Anshuman Khandual · 7 years ago
  57. ab615a5 fs/hugetlbfs/inode.c: fix hwpoison reserve accounting by Mike Kravetz · 7 years ago
  58. f808c13 lib/interval_tree: fast overlap detection by Davidlohr Bueso · 7 years ago
  59. 2916ecc mm/migrate: new migrate mode MIGRATE_SYNC_NO_COPY by Jérôme Glisse · 7 years ago
  60. 397162f mm: remove nr_pages argument from pagevec_lookup{,_range}() by Jan Kara · 7 years ago
  61. 48f2301 hugetlbfs: use pagevec_lookup_range() in remove_inode_hugepages() by Jan Kara · 7 years ago
  62. d72dc8a mm: make pagevec_lookup() update index by Jan Kara · 7 years ago
  63. 78dcf73 Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  64. 78bb920 mm: hwpoison: dissolve in-use hugepage in unrecoverable memory error by Naoya Horiguchi · 7 years ago
  65. 4a25220 hugetlbfs: Implement show_options by David Howells · 7 years ago
  66. 1be7107 mm: larger stack guard gap, between vmas by Hugh Dickins · 8 years ago
  67. 045c7a3 hugetlbfs: fix offset overflow in hugetlbfs mmap by Mike Kravetz · 8 years ago
  68. 4742a35 hugetlbfs: initialize shared policy as part of inode allocation by Mike Kravetz · 8 years ago
  69. 174cd4b sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  70. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  71. 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  72. abb5a14 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  73. 72e2936 mm: remove unnecessary condition in remove_inode_hugepages by zhong jiang · 8 years ago
  74. 078cd82 fs: Replace CURRENT_TIME with current_time() for inode timestamps by Deepa Dinamani · 8 years ago
  75. 31051c8 fs: Give dentry to inode_change_ok() instead of inode by Jan Kara · 9 years ago
  76. ea1754a mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage by Kirill A. Shutemov · 9 years ago
  77. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago
  78. 5955102 wrappers for ->i_mutex access by Al Viro · 9 years ago
  79. 4aae8d1 mm/hugetlbfs: unmap pages if page fault raced with hole punch by Mike Kravetz · 9 years ago
  80. 9aacdd3 fs/hugetlbfs/inode.c: fix bugs in hugetlb_vmtruncate_list() by Mike Kravetz · 9 years ago
  81. 88f306b mm: fix locking order in mm_take_all_locks() by Kirill A. Shutemov · 9 years ago
  82. 3e89e1c hugetlb: make mm and fs code explicitly non-modular by Paul Gortmaker · 9 years ago
  83. 4a8c7bb mm/mempolicy.c: convert the shared_policy lock to a rwlock by Nathan Zimmer · 9 years ago
  84. 5d09705 kmemcg: account certain kmem allocations to memcg by Vladimir Davydov · 9 years ago
  85. 21fc61c don't put symlink bodies in pagecache into highmem by Al Viro · 9 years ago
  86. 1817889 mm/hugetlbfs: fix bugs in fallocate hole punch of areas with holes by Mike Kravetz · 9 years ago
  87. 70c3547 hugetlbfs: add hugetlbfs_fallocate() by Mike Kravetz · 9 years ago
  88. b5cec28 hugetlbfs: truncate_hugepages() takes a range of pages by Mike Kravetz · 9 years ago
  89. 1bfad99 hugetlbfs: hugetlb_vmtruncate_list() needs to take a range to delete by Mike Kravetz · 9 years ago
  90. e1832f2 ipc: use private shmem or hugetlbfs inodes for shm segments. by Stephen Smalley · 9 years ago
  91. a67a31f mm/hugetlb: reduce arch dependent code about hugetlb_prefault_arch_hook by Zhang Zhen · 10 years ago
  92. 9ec3a64 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  93. eea3a00 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 10 years ago
  94. 7ca02d0a hugetlbfs: accept subpool min_size mount option and setup accordingly by Mike Kravetz · 10 years ago
  95. fa92789 Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  96. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 10 years ago
  97. b9ea251 page_writeback: clean up mess around cancel_dirty_page() by Konstantin Khlebnikov · 10 years ago
  98. 5d5d568 make new_sync_{read,write}() static by Al Viro · 10 years ago
  99. 34d0640 switch hugetlbfs to ->read_iter() by Al Viro · 10 years ago
  100. b83ae6d fs: remove mapping->backing_dev_info by Christoph Hellwig · 10 years ago