| Commit message (Expand) | Author | Age | Files | Lines |
* | hugetlbfs: fix off-by-one error in hugetlb_vmdelete_list() | Sean Christopherson | 2022-01-15 | 1 | -3/+4 |
* | mm,hugetlb: remove mlock ulimit for SHM_HUGETLB | zhangyiru | 2021-11-09 | 1 | -15/+8 |
* | hugetlbfs: fix mount mode command line processing | Mike Kravetz | 2021-07-24 | 1 | -1/+1 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 2021-06-29 | 1 | -8/+8 |
|\ |
|
| * | Reimplement RLIMIT_MEMLOCK on top of ucounts | Alexey Gladkov | 2021-04-30 | 1 | -8/+8 |
* | | mm/hugetlb: expand restore_reserve_on_error functionality | Mike Kravetz | 2021-06-16 | 1 | -0/+1 |
* | | userfaultfd: hugetlbfs: fix new flag usage in error path | Mike Kravetz | 2021-05-23 | 1 | -1/+1 |
* | | mm/hugetlb: fix F_SEAL_FUTURE_WRITE | Peter Xu | 2021-05-15 | 1 | -0/+5 |
* | | mm/hugetlb: remove unused variable pseudo_vma in remove_inode_hugepages() | Miaohe Lin | 2021-05-05 | 1 | -3/+0 |
* | | mm/hugetlb: avoid calculating fault_mutex_hash in truncate_op case | Miaohe Lin | 2021-05-05 | 1 | -2/+2 |
* | | mm/hugetlb: use some helper functions to cleanup code | Miaohe Lin | 2021-05-05 | 1 | -1/+1 |
|/ |
|
* | hugetlbfs: remove unneeded return value of hugetlb_vmtruncate() | Miaohe Lin | 2021-02-24 | 1 | -5/+2 |
* | hugetlbfs: fix some comment typos | Miaohe Lin | 2021-02-24 | 1 | -4/+4 |
* | hugetlbfs: correct some obsolete comments about inode i_mutex | Miaohe Lin | 2021-02-24 | 1 | -2/+2 |
* | hugetlbfs: make hugepage size conversion more readable | Miaohe Lin | 2021-02-24 | 1 | -2/+2 |
* | hugetlbfs: remove meaningless variable avoid_reserve | Miaohe Lin | 2021-02-24 | 1 | -3/+9 |
* | hugetlbfs: correct obsolete function name in hugetlbfs_read_iter() | Miaohe Lin | 2021-02-24 | 1 | -1/+1 |
* | hugetlbfs: use helper macro default_hstate in init_hugetlbfs_fs | Miaohe Lin | 2021-02-24 | 1 | -1/+1 |
* | hugetlbfs: remove useless BUG_ON(!inode) in hugetlbfs_setattr() | Miaohe Lin | 2021-02-24 | 1 | -2/+0 |
* | hugetlbfs: remove special hugetlbfs_set_page_dirty() | Mike Kravetz | 2021-02-24 | 1 | -12/+1 |
* | mm/hugetlb: change hugetlb_reserve_pages() to type bool | Mike Kravetz | 2021-02-24 | 1 | -2/+2 |
* | hugetlb: convert page_huge_active() HPageMigratable flag | Mike Kravetz | 2021-02-24 | 1 | -1/+1 |
* | hugetlb: use page.private for hugetlb specific page flags | Mike Kravetz | 2021-02-24 | 1 | -9/+3 |
* | Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2021-02-23 | 1 | -14/+21 |
|\ |
|
| * | fs: make helpers idmap mount aware | Christian Brauner | 2021-01-24 | 1 | -11/+18 |
| * | attr: handle idmapped mounts | Christian Brauner | 2021-01-24 | 1 | -2/+2 |
| * | inode: make init and permission helpers idmapped mount aware | Christian Brauner | 2021-01-24 | 1 | -1/+1 |
* | | mm: hugetlbfs: fix cannot migrate the fallocated HugeTLB page | Muchun Song | 2021-02-05 | 1 | -1/+2 |
|/ |
|
* | hugetlbfs: prevent filesystem stacking of hugetlbfs | Mike Kravetz | 2020-08-12 | 1 | -0/+6 |
* | mm: remove unnecessary wrapper function do_mmap_pgoff() | Peter Collingbourne | 2020-08-07 | 1 | -1/+1 |
* | mmap locking API: convert mmap_sem API comments | Michel Lespinasse | 2020-06-09 | 1 | -1/+1 |
* | hugetlbfs: get unmapped area below TASK_UNMAPPED_BASE for hugetlbfs | Shijie Hu | 2020-06-04 | 1 | -8/+59 |
* | hugetlbfs: Use i_mmap_rwsem to address page fault/truncate race | Mike Kravetz | 2020-04-02 | 1 | -8/+20 |
* | hugetlbfs: use i_mmap_rwsem for more pmd sharing synchronization | Mike Kravetz | 2020-04-02 | 1 | -0/+2 |
* | hugetlbfs: switch to use of invalfc() | Al Viro | 2020-02-07 | 1 | -1/+1 |
* | fs_parse: fold fs_parameter_desc/fs_parameter_spec | Al Viro | 2020-02-07 | 1 | -7/+3 |
* | fs_parser: remove fs_parameter_description name field | Eric Sandeen | 2020-02-07 | 1 | -1/+0 |
* | mm/hugetlbfs: fix for_each_hstate() loop in init_hugetlbfs_fs() | Jan Stancek | 2020-01-03 | 1 | -1/+3 |
* | hugetlb: remove unused hstate in hugetlb_fault_mutex_hash() | Wei Yang | 2019-12-01 | 1 | -2/+2 |
* | hugetlbfs: add O_TMPFILE support | Piotr Sarna | 2019-12-01 | 1 | -4/+24 |
* | mm/hugetlbfs: fix error handling when setting up mounts | Mike Kravetz | 2019-12-01 | 1 | -9/+22 |
* | hugetlbfs: hugetlb_fault_mutex_hash() cleanup | Mike Kravetz | 2019-12-01 | 1 | -2/+2 |
* | Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 2019-07-19 | 1 | -1/+1 |
|\ |
|
| * | convenience helper get_tree_nodev() | Al Viro | 2019-07-05 | 1 | -1/+1 |
* | | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2019-05-21 | 1 | -0/+1 |
|/ |
|
* | hugetlbfs: always use address space in inode for resv_map pointer | Mike Kravetz | 2019-05-14 | 1 | -2/+9 |
* | hugetlb: use same fault hash key for shared and private mappings | Mike Kravetz | 2019-05-14 | 1 | -5/+2 |
* | hugetlb: make use of ->free_inode() | Al Viro | 2019-05-02 | 1 | -3/+2 |
* | hugetlbfs: fix memory leak for resv_map | Mike Kravetz | 2019-04-06 | 1 | -6/+14 |
* | Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 2019-03-12 | 1 | -158/+200 |
|\ |
|