aboutsummaryrefslogtreecommitdiff
path: root/fs/hugetlbfs
AgeCommit message (Expand)AuthorFilesLines
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheGravatar Linus Torvalds 1-1/+1
2022-03-22fs: allocate inode by using alloc_inode_sb()Gravatar Muchun Song 1-1/+1
2022-03-16fs: Convert __set_page_dirty_no_writeback to noop_dirty_folioGravatar Matthew Wilcox (Oracle) 1-1/+1
2022-01-15hugetlbfs: fix off-by-one error in hugetlb_vmdelete_list()Gravatar Sean Christopherson 1-3/+4
2021-11-09mm,hugetlb: remove mlock ulimit for SHM_HUGETLBGravatar zhangyiru 1-15/+8
2021-07-23hugetlbfs: fix mount mode command line processingGravatar Mike Kravetz 1-1/+1
2021-06-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-8/+8
2021-06-16mm/hugetlb: expand restore_reserve_on_error functionalityGravatar Mike Kravetz 1-0/+1
2021-05-22userfaultfd: hugetlbfs: fix new flag usage in error pathGravatar Mike Kravetz 1-1/+1
2021-05-14mm/hugetlb: fix F_SEAL_FUTURE_WRITEGravatar Peter Xu 1-0/+5
2021-05-05mm/hugetlb: remove unused variable pseudo_vma in remove_inode_hugepages()Gravatar Miaohe Lin 1-3/+0
2021-05-05mm/hugetlb: avoid calculating fault_mutex_hash in truncate_op caseGravatar Miaohe Lin 1-2/+2
2021-05-05mm/hugetlb: use some helper functions to cleanup codeGravatar Miaohe Lin 1-1/+1
2021-04-30Reimplement RLIMIT_MEMLOCK on top of ucountsGravatar Alexey Gladkov 1-8/+8
2021-02-24hugetlbfs: remove unneeded return value of hugetlb_vmtruncate()Gravatar Miaohe Lin 1-5/+2
2021-02-24hugetlbfs: fix some comment typosGravatar Miaohe Lin 1-4/+4
2021-02-24hugetlbfs: correct some obsolete comments about inode i_mutexGravatar Miaohe Lin 1-2/+2
2021-02-24hugetlbfs: make hugepage size conversion more readableGravatar Miaohe Lin 1-2/+2
2021-02-24hugetlbfs: remove meaningless variable avoid_reserveGravatar Miaohe Lin 1-3/+9
2021-02-24hugetlbfs: correct obsolete function name in hugetlbfs_read_iter()Gravatar Miaohe Lin 1-1/+1
2021-02-24hugetlbfs: use helper macro default_hstate in init_hugetlbfs_fsGravatar Miaohe Lin 1-1/+1
2021-02-24hugetlbfs: remove useless BUG_ON(!inode) in hugetlbfs_setattr()Gravatar Miaohe Lin 1-2/+0
2021-02-24hugetlbfs: remove special hugetlbfs_set_page_dirty()Gravatar Mike Kravetz 1-12/+1
2021-02-24mm/hugetlb: change hugetlb_reserve_pages() to type boolGravatar Mike Kravetz 1-2/+2
2021-02-24hugetlb: convert page_huge_active() HPageMigratable flagGravatar Mike Kravetz 1-1/+1
2021-02-24hugetlb: use page.private for hugetlb specific page flagsGravatar Mike Kravetz 1-9/+3
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-14/+21
2021-02-05mm: hugetlbfs: fix cannot migrate the fallocated HugeTLB pageGravatar Muchun Song 1-1/+2
2021-01-24fs: make helpers idmap mount awareGravatar Christian Brauner 1-11/+18
2021-01-24attr: handle idmapped mountsGravatar Christian Brauner 1-2/+2
2021-01-24inode: make init and permission helpers idmapped mount awareGravatar Christian Brauner 1-1/+1
2020-08-12hugetlbfs: prevent filesystem stacking of hugetlbfsGravatar Mike Kravetz 1-0/+6
2020-08-07mm: remove unnecessary wrapper function do_mmap_pgoff()Gravatar Peter Collingbourne 1-1/+1
2020-06-09mmap locking API: convert mmap_sem API commentsGravatar Michel Lespinasse 1-1/+1
2020-06-03hugetlbfs: get unmapped area below TASK_UNMAPPED_BASE for hugetlbfsGravatar Shijie Hu 1-8/+59
2020-04-02hugetlbfs: Use i_mmap_rwsem to address page fault/truncate raceGravatar Mike Kravetz 1-8/+20
2020-04-02hugetlbfs: use i_mmap_rwsem for more pmd sharing synchronizationGravatar Mike Kravetz 1-0/+2
2020-02-07hugetlbfs: switch to use of invalfc()Gravatar Al Viro 1-1/+1
2020-02-07fs_parse: fold fs_parameter_desc/fs_parameter_specGravatar Al Viro 1-7/+3
2020-02-07fs_parser: remove fs_parameter_description name fieldGravatar Eric Sandeen 1-1/+0
2020-01-03mm/hugetlbfs: fix for_each_hstate() loop in init_hugetlbfs_fs()Gravatar Jan Stancek 1-1/+3
2019-12-01hugetlb: remove unused hstate in hugetlb_fault_mutex_hash()Gravatar Wei Yang 1-2/+2
2019-12-01hugetlbfs: add O_TMPFILE supportGravatar Piotr Sarna 1-4/+24
2019-12-01mm/hugetlbfs: fix error handling when setting up mountsGravatar Mike Kravetz 1-9/+22
2019-12-01hugetlbfs: hugetlb_fault_mutex_hash() cleanupGravatar Mike Kravetz 1-2/+2
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-1/+1
2019-07-04convenience helper get_tree_nodev()Gravatar Al Viro 1-1/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 1-0/+1
2019-05-14hugetlbfs: always use address space in inode for resv_map pointerGravatar Mike Kravetz 1-2/+9
2019-05-14hugetlb: use same fault hash key for shared and private mappingsGravatar Mike Kravetz 1-5/+2