index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
hugetlbfs
Age
Commit message (
Expand
)
Author
2021-02-24
hugetlbfs: remove unneeded return value of hugetlb_vmtruncate()
Miaohe Lin
2021-02-24
hugetlbfs: fix some comment typos
Miaohe Lin
2021-02-24
hugetlbfs: correct some obsolete comments about inode i_mutex
Miaohe Lin
2021-02-24
hugetlbfs: make hugepage size conversion more readable
Miaohe Lin
2021-02-24
hugetlbfs: remove meaningless variable avoid_reserve
Miaohe Lin
2021-02-24
hugetlbfs: correct obsolete function name in hugetlbfs_read_iter()
Miaohe Lin
2021-02-24
hugetlbfs: use helper macro default_hstate in init_hugetlbfs_fs
Miaohe Lin
2021-02-24
hugetlbfs: remove useless BUG_ON(!inode) in hugetlbfs_setattr()
Miaohe Lin
2021-02-24
hugetlbfs: remove special hugetlbfs_set_page_dirty()
Mike Kravetz
2021-02-24
mm/hugetlb: change hugetlb_reserve_pages() to type bool
Mike Kravetz
2021-02-24
hugetlb: convert page_huge_active() HPageMigratable flag
Mike Kravetz
2021-02-24
hugetlb: use page.private for hugetlb specific page flags
Mike Kravetz
2021-02-23
Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2021-02-05
mm: hugetlbfs: fix cannot migrate the fallocated HugeTLB page
Muchun Song
2021-01-24
fs: make helpers idmap mount aware
Christian Brauner
2021-01-24
attr: handle idmapped mounts
Christian Brauner
2021-01-24
inode: make init and permission helpers idmapped mount aware
Christian Brauner
2020-08-12
hugetlbfs: prevent filesystem stacking of hugetlbfs
Mike Kravetz
2020-08-07
mm: remove unnecessary wrapper function do_mmap_pgoff()
Peter Collingbourne
2020-06-09
mmap locking API: convert mmap_sem API comments
Michel Lespinasse
2020-06-03
hugetlbfs: get unmapped area below TASK_UNMAPPED_BASE for hugetlbfs
Shijie Hu
2020-04-02
hugetlbfs: Use i_mmap_rwsem to address page fault/truncate race
Mike Kravetz
2020-04-02
hugetlbfs: use i_mmap_rwsem for more pmd sharing synchronization
Mike Kravetz
2020-02-07
hugetlbfs: switch to use of invalfc()
Al Viro
2020-02-07
fs_parse: fold fs_parameter_desc/fs_parameter_spec
Al Viro
2020-02-07
fs_parser: remove fs_parameter_description name field
Eric Sandeen
2020-01-03
mm/hugetlbfs: fix for_each_hstate() loop in init_hugetlbfs_fs()
Jan Stancek
2019-12-01
hugetlb: remove unused hstate in hugetlb_fault_mutex_hash()
Wei Yang
2019-12-01
hugetlbfs: add O_TMPFILE support
Piotr Sarna
2019-12-01
mm/hugetlbfs: fix error handling when setting up mounts
Mike Kravetz
2019-12-01
hugetlbfs: hugetlb_fault_mutex_hash() cleanup
Mike Kravetz
2019-07-19
Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2019-07-04
convenience helper get_tree_nodev()
Al Viro
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-05-14
hugetlbfs: always use address space in inode for resv_map pointer
Mike Kravetz
2019-05-14
hugetlb: use same fault hash key for shared and private mappings
Mike Kravetz
2019-05-01
hugetlb: make use of ->free_inode()
Al Viro
2019-04-05
hugetlbfs: fix memory leak for resv_map
Mike Kravetz
2019-03-12
Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
2019-03-05
mm/memfd: add an F_SEAL_FUTURE_WRITE seal to memfd
Joel Fernandes (Google)
2019-03-01
hugetlbfs: fix races and page leaks during migration
Mike Kravetz
2019-02-28
hugetlbfs: Convert to fs_context
David Howells
2019-01-08
hugetlbfs: revert "Use i_mmap_rwsem to fix page fault/truncate race"
Mike Kravetz
2018-12-28
hugetlbfs: Use i_mmap_rwsem to fix page fault/truncate race
Mike Kravetz
2018-08-22
mm: zero out the vma in vma_init()
Andrew Morton
2018-08-13
Merge branch 'work.open3' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
2018-07-26
mm: use vma_init() to initialize VMAs on stack and data segments
Kirill A. Shutemov
2018-07-12
hugetlb_file_setup(): switch to alloc_file_pseudo()
Al Viro
2018-07-12
alloc_file(): switch to passing O_... flags instead of FMODE_... mode
Al Viro
2018-04-05
hugetlbfs: fix bug in pgoff overflow checking
Mike Kravetz
[next]