aboutsummaryrefslogtreecommitdiff
path: root/fs/hugetlbfs
AgeCommit message (Expand)Author
2022-05-28Merge tag 'powerpc-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-05-13mm/hugetlb: only drop uffd-wp special pte if requiredPeter Xu
2022-05-13hugetlbfs: fix hugetlbfs_statfs() lockingMina Almasry
2022-05-08fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)
2022-05-05mm: Add len and flags parameters to arch_get_mmap_end()Christophe Leroy
2022-05-05mm, hugetlbfs: Allow an arch to always use generic versions of get_unmapped_a...Christophe Leroy
2022-04-21mm, hugetlb: allow for "high" userspace addressesChristophe Leroy
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song
2022-03-16fs: Convert __set_page_dirty_no_writeback to noop_dirty_folioMatthew Wilcox (Oracle)
2022-01-15hugetlbfs: fix off-by-one error in hugetlb_vmdelete_list()Sean Christopherson
2021-11-09mm,hugetlb: remove mlock ulimit for SHM_HUGETLBzhangyiru
2021-07-23hugetlbfs: fix mount mode command line processingMike Kravetz
2021-06-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2021-06-16mm/hugetlb: expand restore_reserve_on_error functionalityMike Kravetz
2021-05-22userfaultfd: hugetlbfs: fix new flag usage in error pathMike Kravetz
2021-05-14mm/hugetlb: fix F_SEAL_FUTURE_WRITEPeter Xu
2021-05-05mm/hugetlb: remove unused variable pseudo_vma in remove_inode_hugepages()Miaohe Lin
2021-05-05mm/hugetlb: avoid calculating fault_mutex_hash in truncate_op caseMiaohe Lin
2021-05-05mm/hugetlb: use some helper functions to cleanup codeMiaohe Lin
2021-04-30Reimplement RLIMIT_MEMLOCK on top of ucountsAlexey Gladkov
2021-02-24hugetlbfs: remove unneeded return value of hugetlb_vmtruncate()Miaohe Lin
2021-02-24hugetlbfs: fix some comment typosMiaohe Lin
2021-02-24hugetlbfs: correct some obsolete comments about inode i_mutexMiaohe Lin
2021-02-24hugetlbfs: make hugepage size conversion more readableMiaohe Lin
2021-02-24hugetlbfs: remove meaningless variable avoid_reserveMiaohe Lin
2021-02-24hugetlbfs: correct obsolete function name in hugetlbfs_read_iter()Miaohe Lin
2021-02-24hugetlbfs: use helper macro default_hstate in init_hugetlbfs_fsMiaohe Lin
2021-02-24hugetlbfs: remove useless BUG_ON(!inode) in hugetlbfs_setattr()Miaohe Lin
2021-02-24hugetlbfs: remove special hugetlbfs_set_page_dirty()Mike Kravetz
2021-02-24mm/hugetlb: change hugetlb_reserve_pages() to type boolMike Kravetz
2021-02-24hugetlb: convert page_huge_active() HPageMigratable flagMike Kravetz
2021-02-24hugetlb: use page.private for hugetlb specific page flagsMike Kravetz
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-02-05mm: hugetlbfs: fix cannot migrate the fallocated HugeTLB pageMuchun Song
2021-01-24fs: make helpers idmap mount awareChristian Brauner
2021-01-24attr: handle idmapped mountsChristian Brauner
2021-01-24inode: make init and permission helpers idmapped mount awareChristian Brauner
2020-08-12hugetlbfs: prevent filesystem stacking of hugetlbfsMike Kravetz
2020-08-07mm: remove unnecessary wrapper function do_mmap_pgoff()Peter Collingbourne
2020-06-09mmap locking API: convert mmap_sem API commentsMichel Lespinasse
2020-06-03hugetlbfs: get unmapped area below TASK_UNMAPPED_BASE for hugetlbfsShijie Hu
2020-04-02hugetlbfs: Use i_mmap_rwsem to address page fault/truncate raceMike Kravetz
2020-04-02hugetlbfs: use i_mmap_rwsem for more pmd sharing synchronizationMike Kravetz
2020-02-07hugetlbfs: switch to use of invalfc()Al Viro
2020-02-07fs_parse: fold fs_parameter_desc/fs_parameter_specAl Viro
2020-02-07fs_parser: remove fs_parameter_description name fieldEric Sandeen
2020-01-03mm/hugetlbfs: fix for_each_hstate() loop in init_hugetlbfs_fs()Jan Stancek
2019-12-01hugetlb: remove unused hstate in hugetlb_fault_mutex_hash()Wei Yang