- d6aba4c hugetlbfs: fix off-by-one error in hugetlb_vmdelete_list() by Sean Christopherson · 3 years ago
- 83c1fd7 mm,hugetlb: remove mlock ulimit for SHM_HUGETLB by zhangyiru · 3 years, 2 months ago
- e0f7e2b hugetlbfs: fix mount mode command line processing by Mike Kravetz · 3 years, 5 months ago
- c54b245 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 3 years, 6 months ago
- 846be08 mm/hugetlb: expand restore_reserve_on_error functionality by Mike Kravetz · 3 years, 6 months ago
- e32905e userfaultfd: hugetlbfs: fix new flag usage in error path by Mike Kravetz · 3 years, 7 months ago
- 22247ef mm/hugetlb: fix F_SEAL_FUTURE_WRITE by Peter Xu · 3 years, 8 months ago
- 15b8365 mm/hugetlb: remove unused variable pseudo_vma in remove_inode_hugepages() by Miaohe Lin · 3 years, 8 months ago
- d4241a0 mm/hugetlb: avoid calculating fault_mutex_hash in truncate_op case by Miaohe Lin · 3 years, 8 months ago
- 04adbc3 mm/hugetlb: use some helper functions to cleanup code by Miaohe Lin · 3 years, 8 months ago
- d7c9e99 Reimplement RLIMIT_MEMLOCK on top of ucounts by Alexey Gladkov · 3 years, 8 months ago
- e5d319d hugetlbfs: remove unneeded return value of hugetlb_vmtruncate() by Miaohe Lin · 3 years, 10 months ago
- 1935ebd hugetlbfs: fix some comment typos by Miaohe Lin · 3 years, 10 months ago
- 398c0da hugetlbfs: correct some obsolete comments about inode i_mutex by Miaohe Lin · 3 years, 10 months ago
- a25fddc hugetlbfs: make hugepage size conversion more readable by Miaohe Lin · 3 years, 10 months ago
- 88ce3fe hugetlbfs: remove meaningless variable avoid_reserve by Miaohe Lin · 3 years, 10 months ago
- c7e285e hugetlbfs: correct obsolete function name in hugetlbfs_read_iter() by Miaohe Lin · 3 years, 10 months ago
- 3b2275a hugetlbfs: use helper macro default_hstate in init_hugetlbfs_fs by Miaohe Lin · 3 years, 10 months ago
- d014675 hugetlbfs: remove useless BUG_ON(!inode) in hugetlbfs_setattr() by Miaohe Lin · 3 years, 10 months ago
- a4fa34cd hugetlbfs: remove special hugetlbfs_set_page_dirty() by Mike Kravetz · 3 years, 10 months ago
- 33b8f84 mm/hugetlb: change hugetlb_reserve_pages() to type bool by Mike Kravetz · 3 years, 10 months ago
- 8f251a3 hugetlb: convert page_huge_active() HPageMigratable flag by Mike Kravetz · 3 years, 10 months ago
- d6995da hugetlb: use page.private for hugetlb specific page flags by Mike Kravetz · 3 years, 10 months ago
- 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
- 585fc0d mm: hugetlbfs: fix cannot migrate the fallocated HugeTLB page by Muchun Song · 3 years, 11 months ago
- 549c729 fs: make helpers idmap mount aware by Christian Brauner · 4 years ago
- 2f221d6 attr: handle idmapped mounts by Christian Brauner · 4 years ago
- 21cb47b inode: make init and permission helpers idmapped mount aware by Christian Brauner · 4 years ago
- 1556829 hugetlbfs: prevent filesystem stacking of hugetlbfs by Mike Kravetz · 4 years, 5 months ago
- 45e5530 mm: remove unnecessary wrapper function do_mmap_pgoff() by Peter Collingbourne · 4 years, 5 months ago
- 3e4e28c mmap locking API: convert mmap_sem API comments by Michel Lespinasse · 4 years, 7 months ago
- 8859025 hugetlbfs: get unmapped area below TASK_UNMAPPED_BASE for hugetlbfs by Shijie Hu · 4 years, 7 months ago
- 87bf91d hugetlbfs: Use i_mmap_rwsem to address page fault/truncate race by Mike Kravetz · 4 years, 9 months ago
- c0d0381 hugetlbfs: use i_mmap_rwsem for more pmd sharing synchronization by Mike Kravetz · 4 years, 9 months ago
- b5db30c hugetlbfs: switch to use of invalfc() by Al Viro · 5 years ago
- d7167b1 fs_parse: fold fs_parameter_desc/fs_parameter_spec by Al Viro · 5 years ago
- 96cafb9 fs_parser: remove fs_parameter_description name field by Eric Sandeen · 5 years ago
- 15f0ec9 mm/hugetlbfs: fix for_each_hstate() loop in init_hugetlbfs_fs() by Jan Stancek · 5 years ago
- 188b04a hugetlb: remove unused hstate in hugetlb_fault_mutex_hash() by Wei Yang · 5 years ago
- 1ab5b82 hugetlbfs: add O_TMPFILE support by Piotr Sarna · 5 years ago
- 8fc312b mm/hugetlbfs: fix error handling when setting up mounts by Mike Kravetz · 5 years ago
- 5525463 hugetlbfs: hugetlb_fault_mutex_hash() cleanup by Mike Kravetz · 5 years ago
- 933a90b Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
- 2ac295d convenience helper get_tree_nodev() by Al Viro · 6 years ago
- ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
- f27a513 hugetlbfs: always use address space in inode for resv_map pointer by Mike Kravetz · 6 years ago
- 1b426ba hugetlb: use same fault hash key for shared and private mappings by Mike Kravetz · 6 years ago
- b62de32 hugetlb: make use of ->free_inode() by Al Viro · 6 years ago
- 58b6e5e hugetlbfs: fix memory leak for resv_map by Mike Kravetz · 6 years ago
- 7b47a9e Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
- ab3948f mm/memfd: add an F_SEAL_FUTURE_WRITE seal to memfd by Joel Fernandes (Google) · 6 years ago
- cb6acd0 hugetlbfs: fix races and page leaks during migration by Mike Kravetz · 6 years ago
- 3202198 hugetlbfs: Convert to fs_context by David Howells · 6 years ago
- e7c5809 hugetlbfs: revert "Use i_mmap_rwsem to fix page fault/truncate race" by Mike Kravetz · 6 years ago
- c86aa7b hugetlbfs: Use i_mmap_rwsem to fix page fault/truncate race by Mike Kravetz · 6 years ago
- a670468 mm: zero out the vma in vma_init() by Andrew Morton · 6 years ago
- a66b4cd Merge branch 'work.open3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
- 2c4541e mm: use vma_init() to initialize VMAs on stack and data segments by Kirill A. Shutemov · 6 years ago
- e68375c hugetlb_file_setup(): switch to alloc_file_pseudo() by Al Viro · 7 years ago
- c9c554f alloc_file(): switch to passing O_... flags instead of FMODE_... mode by Al Viro · 6 years ago
- 5df63c2 hugetlbfs: fix bug in pgoff overflow checking by Mike Kravetz · 7 years ago
- 63489f8 hugetlbfs: check for pgoff value overflow by Mike Kravetz · 7 years ago
- ff62a34 hugetlb: implement memfd sealing by Marc-André Lureau · 7 years ago
- da14c1e hugetlb: expose hugetlbfs_inode_info in header by Marc-André Lureau · 7 years ago
- 72639e6 fs/hugetlbfs/inode.c: change put_page/unlock_page order in hugetlbfs_fallocate() by Nadav Amit · 7 years ago
- 8667982 mm, pagevec: remove cold parameter for pagevecs by Mel Gorman · 7 years ago
- 007ab7b fs/hugetlbfs/inode.c: remove redundant -ENIVAL return from hugetlbfs_setattr() by Anshuman Khandual · 7 years ago
- ab615a5 fs/hugetlbfs/inode.c: fix hwpoison reserve accounting by Mike Kravetz · 7 years ago
- f808c13 lib/interval_tree: fast overlap detection by Davidlohr Bueso · 7 years ago
- 2916ecc mm/migrate: new migrate mode MIGRATE_SYNC_NO_COPY by Jérôme Glisse · 7 years ago
- 397162f mm: remove nr_pages argument from pagevec_lookup{,_range}() by Jan Kara · 7 years ago
- 48f2301 hugetlbfs: use pagevec_lookup_range() in remove_inode_hugepages() by Jan Kara · 7 years ago
- d72dc8a mm: make pagevec_lookup() update index by Jan Kara · 7 years ago
- 78dcf73 Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
- 78bb920 mm: hwpoison: dissolve in-use hugepage in unrecoverable memory error by Naoya Horiguchi · 7 years ago
- 4a25220 hugetlbfs: Implement show_options by David Howells · 7 years ago
- 1be7107 mm: larger stack guard gap, between vmas by Hugh Dickins · 8 years ago
- 045c7a3 hugetlbfs: fix offset overflow in hugetlbfs mmap by Mike Kravetz · 8 years ago
- 4742a35 hugetlbfs: initialize shared policy as part of inode allocation by Mike Kravetz · 8 years ago
- 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
- 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
- 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
- abb5a14 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
- 72e2936 mm: remove unnecessary condition in remove_inode_hugepages by zhong jiang · 8 years ago
- 078cd82 fs: Replace CURRENT_TIME with current_time() for inode timestamps by Deepa Dinamani · 8 years ago
- 31051c8 fs: Give dentry to inode_change_ok() instead of inode by Jan Kara · 9 years ago
- ea1754a mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage by Kirill A. Shutemov · 9 years ago
- 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago
- 5955102 wrappers for ->i_mutex access by Al Viro · 9 years ago
- 4aae8d1 mm/hugetlbfs: unmap pages if page fault raced with hole punch by Mike Kravetz · 9 years ago
- 9aacdd3 fs/hugetlbfs/inode.c: fix bugs in hugetlb_vmtruncate_list() by Mike Kravetz · 9 years ago
- 88f306b mm: fix locking order in mm_take_all_locks() by Kirill A. Shutemov · 9 years ago
- 3e89e1c hugetlb: make mm and fs code explicitly non-modular by Paul Gortmaker · 9 years ago
- 4a8c7bb mm/mempolicy.c: convert the shared_policy lock to a rwlock by Nathan Zimmer · 9 years ago
- 5d09705 kmemcg: account certain kmem allocations to memcg by Vladimir Davydov · 9 years ago
- 21fc61c don't put symlink bodies in pagecache into highmem by Al Viro · 9 years ago
- 1817889 mm/hugetlbfs: fix bugs in fallocate hole punch of areas with holes by Mike Kravetz · 9 years ago
- 70c3547 hugetlbfs: add hugetlbfs_fallocate() by Mike Kravetz · 9 years ago
- b5cec28 hugetlbfs: truncate_hugepages() takes a range of pages by Mike Kravetz · 9 years ago
- 1bfad99 hugetlbfs: hugetlb_vmtruncate_list() needs to take a range to delete by Mike Kravetz · 9 years ago