1. f0539c7 hugetlb: use same fault hash key for shared and private mappings by Mike Kravetz · 5 years ago
  2. d57e4ae hugetlbfs: fix memory leak for resv_map by Mike Kravetz · 5 years ago
  3. b010e03 hugetlbfs: fix races and page leaks during migration by Mike Kravetz · 5 years ago
  4. 0c82bca hugetlbfs: fix bug in pgoff overflow checking by Mike Kravetz · 6 years ago
  5. 447effd hugetlbfs: check for pgoff value overflow by Mike Kravetz · 6 years ago
  6. 3d101f3 hugetlbfs: fix offset overflow in hugetlbfs mmap by Mike Kravetz · 7 years ago
  7. dd96407 hugetlbfs: initialize shared policy as part of inode allocation by Mike Kravetz · 7 years ago
  8. cfc0eb40 mm: larger stack guard gap, between vmas by Hugh Dickins · 7 years ago
  9. 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  10. abb5a14 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  11. 72e2936 mm: remove unnecessary condition in remove_inode_hugepages by zhong jiang · 8 years ago
  12. 078cd82 fs: Replace CURRENT_TIME with current_time() for inode timestamps by Deepa Dinamani · 8 years ago
  13. 31051c8 fs: Give dentry to inode_change_ok() instead of inode by Jan Kara · 8 years ago
  14. ea1754a mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage by Kirill A. Shutemov · 8 years ago
  15. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 8 years ago
  16. 5955102 wrappers for ->i_mutex access by Al Viro · 8 years ago
  17. 4aae8d1 mm/hugetlbfs: unmap pages if page fault raced with hole punch by Mike Kravetz · 8 years ago
  18. 9aacdd3 fs/hugetlbfs/inode.c: fix bugs in hugetlb_vmtruncate_list() by Mike Kravetz · 8 years ago
  19. 88f306b mm: fix locking order in mm_take_all_locks() by Kirill A. Shutemov · 8 years ago
  20. 3e89e1c hugetlb: make mm and fs code explicitly non-modular by Paul Gortmaker · 8 years ago
  21. 4a8c7bb mm/mempolicy.c: convert the shared_policy lock to a rwlock by Nathan Zimmer · 8 years ago
  22. 5d09705 kmemcg: account certain kmem allocations to memcg by Vladimir Davydov · 8 years ago
  23. 21fc61c don't put symlink bodies in pagecache into highmem by Al Viro · 8 years ago
  24. 1817889 mm/hugetlbfs: fix bugs in fallocate hole punch of areas with holes by Mike Kravetz · 8 years ago
  25. 70c3547 hugetlbfs: add hugetlbfs_fallocate() by Mike Kravetz · 9 years ago
  26. b5cec28 hugetlbfs: truncate_hugepages() takes a range of pages by Mike Kravetz · 9 years ago
  27. 1bfad99 hugetlbfs: hugetlb_vmtruncate_list() needs to take a range to delete by Mike Kravetz · 9 years ago
  28. e1832f2 ipc: use private shmem or hugetlbfs inodes for shm segments. by Stephen Smalley · 9 years ago
  29. a67a31f mm/hugetlb: reduce arch dependent code about hugetlb_prefault_arch_hook by Zhang Zhen · 9 years ago
  30. 9ec3a64 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  31. eea3a00 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  32. 7ca02d0 hugetlbfs: accept subpool min_size mount option and setup accordingly by Mike Kravetz · 9 years ago
  33. fa92789 Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  34. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 9 years ago
  35. b9ea251 page_writeback: clean up mess around cancel_dirty_page() by Konstantin Khlebnikov · 9 years ago
  36. 5d5d568 make new_sync_{read,write}() static by Al Viro · 9 years ago
  37. 34d0640 switch hugetlbfs to ->read_iter() by Al Viro · 9 years ago
  38. b83ae6d fs: remove mapping->backing_dev_info by Christoph Hellwig · 9 years ago
  39. a7a2c68 fs: deduplicate noop_backing_dev_info by Christoph Hellwig · 9 years ago
  40. c8c06ef mm: convert i_mmap_mutex to rwsem by Davidlohr Bueso · 9 years ago
  41. 83cde9e mm: use new helper functions around the i_mmap_mutex by Davidlohr Bueso · 9 years ago
  42. 6e6870d fs/hugetlbfs/inode.c: remove null test before kfree by Fabian Frederick · 10 years ago
  43. be1d2cf fs/hugetlbfs/inode.c: use static const for dentry_operations by Fabian Frederick · 10 years ago
  44. 422b244 fs/hugetlbfs/inode.c: add static to hugetlbfs_i_mmap_mutex_key by Fabian Frederick · 10 years ago
  45. 9b857d2 fs/hugetlbfs/inode.c: complete conversion to pr_foo() by Andrew Morton · 10 years ago
  46. 457c1b2 hugetlb: ensure hugepage access is denied if hugepages are not supported by Nishanth Aravamudan · 10 years ago
  47. 9119a41 mm, hugetlb: unify region structure handling by Joonsoo Kim · 10 years ago
  48. 118b230 cope with potentially long ->d_dname() output for shmem/hugetlb by Al Viro · 11 years ago
  49. b610ded hugetlb: fix lockdep splat caused by pmd sharing by Michal Hocko · 11 years ago
  50. af73e4d hugetlbfs: fix mmap failure in unaligned size request by Naoya Horiguchi · 11 years ago
  51. a2fce91 hugetlbfs: stop setting VM_DONTDUMP in initializing vma(VM_HUGETLB) by Naoya Horiguchi · 11 years ago
  52. 7f78e03 fs: Limit sys_mount to only request filesystem modules. by Eric W. Biederman · 11 years ago
  53. 0df4d6e hugetlb_file_setup(): use d_alloc_pseudo() by Al Viro · 11 years ago
  54. 39b6525 fs: Preserve error code in get_empty_filp(), part 2 by Anatol Pomozov · 12 years ago
  55. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  56. a2013a1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 11 years ago
  57. 78bd520 mm: adjust address_space_operations.migratepage() return code by Rafael Aquini · 11 years ago
  58. 0865935 mm: use vm_unmapped_area() in hugetlbfs by Michel Lespinasse · 11 years ago
  59. 42d7395 mm: support more pagesizes for MAP_HUGETLB/SHM_HUGETLB by Andi Kleen · 11 years ago
  60. 6d49e35 propagate name change to comments in kernel source by Nadia Yvette Chambers · 11 years ago
  61. 6b2dbba mm: replace vma prio_tree with an interval tree by Michel Lespinasse · 12 years ago
  62. 314e51b mm: kill vma flag VM_RESERVED and mm->reserved_vm counter by Konstantin Khlebnikov · 12 years ago
  63. aab174f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  64. 8c0a853 fs: push rcu_barrier() from deactivate_locked_super() to filesystems by Kirill A. Shutemov · 12 years ago
  65. a0eb3a0 userns: Convert hugetlbfs to use kuid/kgid where appropriate by Eric W. Biederman · 12 years ago
  66. 24669e5 hugetlb: use mmu_gather instead of a temporary linked list for accumulating pages by Aneesh Kumar K.V · 12 years ago
  67. ebfc3b4 don't pass nameidata to ->create() by Al Viro · 12 years ago
  68. 90324cc Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux by Linus Torvalds · 12 years ago
  69. dbd5768 vfs: Rename end_writeback() to clear_inode() by Jan Kara · 12 years ago
  70. 65ed760 hugetlbfs: lockdep annotate root inode properly by Aneesh Kumar K.V · 12 years ago
  71. 7563ec4 hugetlbfs: remove unregister_filesystem() when initializing module by Hillf Danton · 12 years ago
  72. 9521127 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  73. d1d5e05 hugetlbfs: return error code when initializing module by Hillf Danton · 12 years ago
  74. 40716e2 hugetlbfs: fix alignment of huge page requests by Steven Truelove · 12 years ago
  75. 21a3c27 mm, hugetlb: add thread name and pid to SHM_HUGETLB mlock rlimit warning by David Rientjes · 12 years ago
  76. 9048162 hugepages: fix use after free bug in "quota" handling by David Gibson · 12 years ago
  77. a1d776e hugetlb: cleanup hugetlb.h by David Gibson · 12 years ago
  78. a05b085 hugetlbfs: avoid taking i_mutex from hugetlbfs_read() by Aneesh Kumar K.V · 12 years ago
  79. 4bfc130 hugetlbfs: fix hugetlb_get_unmapped_area() by Xiao Guangrong · 12 years ago
  80. 48fde70 switch open-coded instances of d_make_root() to new helper by Al Viro · 12 years ago
  81. a6bc32b mm: compaction: introduce sync-light migration for use by compaction by Mel Gorman · 12 years ago
  82. b969c4a mm: compaction: determine if dirty pages can be migrated without blocking within ->migratepage by Mel Gorman · 12 years ago
  83. 18df225 hugetlbfs: propagate umode_t by Al Viro · 13 years ago
  84. 7d54fa6 hugetlbfs: switch to inode_init_owner() by Al Viro · 13 years ago
  85. 1a67aaf switch ->mknod() to umode_t by Al Viro · 13 years ago
  86. 4acdaf2 switch ->create() to umode_t by Al Viro · 13 years ago
  87. 18bb1db switch vfs_mkdir() and ->mkdir() to umode_t by Al Viro · 13 years ago
  88. 6b520e0 vfs: fix the stupidity with i_dentry in inode destructors by Al Viro · 12 years ago
  89. 6d6b77f filesystems: add missing nlink wrappers by Miklos Szeredi · 13 years ago
  90. e096d0c lockdep: Add helper function for dir vs file i_mutex annotation by Josh Boyer · 13 years ago
  91. 45b583b Merge 'akpm' patch series by Linus Torvalds · 13 years ago
  92. 2b37c35 fs/hugetlbfs/inode.c: fix pgoff alignment checking on 32-bit by Becky Bruce · 13 years ago
  93. 423e0ab VFS : mount lock scalability for internal mounts by Tim Chen · 13 years ago
  94. ca16d14 mm: don't access vm_flags as 'int' by KOSAKI Motohiro · 13 years ago
  95. 3d48ae4 mm: Convert i_mmap_lock to a mutex by Peter Zijlstra · 13 years ago
  96. bd65cb8 mm: hugetlbfs: change remove_from_page_cache by Minchan Kim · 13 years ago
  97. fa0d7e3d fs: icache RCU free inodes by Nick Piggin · 13 years ago
  98. 52ca0e8 hugetlbfs: lessen the impact of a deprecation warning by Dave Jones · 13 years ago
  99. 3c26ff6 convert get_sb_nodev() users by Al Viro · 14 years ago
  100. 426e1f5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago