summaryrefslogtreecommitdiffstats
path: root/fs/hugetlbfs
Commit message (Expand)AuthorAgeFilesLines
...
* | hugetlbfs: revert use i_mmap_rwsem to address page fault/truncate raceMike Kravetz2022-10-031-21/+9
|/
* Merge tag 'pull-work.iov_iter-rebased' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-08-081-30/+1
|\
| * hugetlbfs: copy_page_to_iter() can deal with compound pagesAl Viro2022-08-081-30/+1
* | Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-051-8/+5
|\ \ | |/ |/|
| * hugetlbfs: fix inaccurate comment in hugetlbfs_statfs()Miaohe Lin2022-07-291-1/+1
| * hugetlbfs: cleanup some comments in inode.cMiaohe Lin2022-07-291-3/+2
| * hugetlbfs: remove unneeded header fileMiaohe Lin2022-07-291-1/+0
| * hugetlbfs: remove unneeded hugetlbfs_ops forward declarationMiaohe Lin2022-07-291-1/+0
| * hugetlbfs: use helper macro SZ_1{K,M}Miaohe Lin2022-07-291-2/+2
* | Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-08-031-40/+29
|\ \ | |/ |/|
| * hugetlb: Convert to migrate_folioMatthew Wilcox (Oracle)2022-08-021-9/+14
| * hugetlbfs: Convert remove_inode_hugepages() to use filemap_get_folios()Matthew Wilcox (Oracle)2022-06-291-30/+14
| * hugetlb: Convert huge_add_to_page_cache() to use a folioMatthew Wilcox (Oracle)2022-06-291-1/+1
* | hugetlbfs: zero partial pages during fallocate hole punchMike Kravetz2022-06-161-15/+53
|/
* Merge tag 'powerpc-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2022-05-281-7/+16
|\
| * mm: Add len and flags parameters to arch_get_mmap_end()Christophe Leroy2022-05-051-3/+3
| * mm, hugetlbfs: Allow an arch to always use generic versions of get_unmapped_a...Christophe Leroy2022-05-051-4/+13
* | Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-05-261-8/+11
|\ \
| * | mm/hugetlb: only drop uffd-wp special pte if requiredPeter Xu2022-05-131-6/+9
| * | hugetlbfs: fix hugetlbfs_statfs() lockingMina Almasry2022-05-131-2/+2
| |/
* / fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)2022-05-081-1/+1
|/
* mm, hugetlb: allow for "high" userspace addressesChristophe Leroy2022-04-211-4/+5
* Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-221-1/+1
|\
| * fs: Convert __set_page_dirty_no_writeback to noop_dirty_folioMatthew Wilcox (Oracle)2022-03-161-1/+1
* | fs: allocate inode by using alloc_inode_sb()Muchun Song2022-03-221-1/+1
|/
* hugetlbfs: fix off-by-one error in hugetlb_vmdelete_list()Sean Christopherson2022-01-151-3/+4
* mm,hugetlb: remove mlock ulimit for SHM_HUGETLBzhangyiru2021-11-091-15/+8
* hugetlbfs: fix mount mode command line processingMike Kravetz2021-07-231-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2021-06-281-8/+8
|\
| * Reimplement RLIMIT_MEMLOCK on top of ucountsAlexey Gladkov2021-04-301-8/+8
* | mm/hugetlb: expand restore_reserve_on_error functionalityMike Kravetz2021-06-161-0/+1
* | userfaultfd: hugetlbfs: fix new flag usage in error pathMike Kravetz2021-05-221-1/+1
* | mm/hugetlb: fix F_SEAL_FUTURE_WRITEPeter Xu2021-05-141-0/+5
* | mm/hugetlb: remove unused variable pseudo_vma in remove_inode_hugepages()Miaohe Lin2021-05-051-3/+0
* | mm/hugetlb: avoid calculating fault_mutex_hash in truncate_op caseMiaohe Lin2021-05-051-2/+2
* | mm/hugetlb: use some helper functions to cleanup codeMiaohe Lin2021-05-051-1/+1
|/
* hugetlbfs: remove unneeded return value of hugetlb_vmtruncate()Miaohe Lin2021-02-241-5/+2
* hugetlbfs: fix some comment typosMiaohe Lin2021-02-241-4/+4
* hugetlbfs: correct some obsolete comments about inode i_mutexMiaohe Lin2021-02-241-2/+2
* hugetlbfs: make hugepage size conversion more readableMiaohe Lin2021-02-241-2/+2
* hugetlbfs: remove meaningless variable avoid_reserveMiaohe Lin2021-02-241-3/+9
* hugetlbfs: correct obsolete function name in hugetlbfs_read_iter()Miaohe Lin2021-02-241-1/+1
* hugetlbfs: use helper macro default_hstate in init_hugetlbfs_fsMiaohe Lin2021-02-241-1/+1
* hugetlbfs: remove useless BUG_ON(!inode) in hugetlbfs_setattr()Miaohe Lin2021-02-241-2/+0
* hugetlbfs: remove special hugetlbfs_set_page_dirty()Mike Kravetz2021-02-241-12/+1
* mm/hugetlb: change hugetlb_reserve_pages() to type boolMike Kravetz2021-02-241-2/+2
* hugetlb: convert page_huge_active() HPageMigratable flagMike Kravetz2021-02-241-1/+1
* hugetlb: use page.private for hugetlb specific page flagsMike Kravetz2021-02-241-9/+3
* Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-231-14/+21
|\
| * fs: make helpers idmap mount awareChristian Brauner2021-01-241-11/+18