summaryrefslogtreecommitdiff
path: root/fs/hugetlbfs
AgeCommit message (Expand)Author
2022-11-30hugetlbfs: inode: remove unnecessary (void*) conversionsLi zeming
2022-11-30Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton
2022-11-08hugetlbfs: fix null-ptr-deref in hugetlbfs_parse_param()Hawkins Jiawei
2022-11-08hugetlbfs: convert hugetlb_delete_from_page_cache() to use foliosSidhartha Kumar
2022-11-08mm/hugetlb: add hugetlb_folio_subpool() helpersSidhartha Kumar
2022-11-08hugetlbfs: don't delete error page from pagecacheJames Houghton
2022-10-10Merge tag 'pull-tmpfile' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2022-10-03hugetlb: clean up code checking for fault/truncation racesMike Kravetz
2022-10-03hugetlb: use new vma_lock for pmd sharing synchronizationMike Kravetz
2022-10-03hugetlb: create hugetlb_unmap_file_folio to unmap single file folioMike Kravetz
2022-10-03hugetlb: create remove_inode_single_folio to remove single file folioMike Kravetz
2022-10-03hugetlb: rename remove_huge_page to hugetlb_delete_from_page_cacheMike Kravetz
2022-10-03hugetlbfs: revert use i_mmap_rwsem for more pmd sharing synchronizationMike Kravetz
2022-10-03hugetlbfs: revert use i_mmap_rwsem to address page fault/truncate raceMike Kravetz
2022-09-24vfs: open inside ->tmpfile()Miklos Szeredi
2022-09-24hugetlbfs: cleanup mknod and tmpfileAl Viro
2022-08-08Merge tag 'pull-work.iov_iter-rebased' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-08-08hugetlbfs: copy_page_to_iter() can deal with compound pagesAl Viro
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-08-03Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-08-02hugetlb: Convert to migrate_folioMatthew Wilcox (Oracle)
2022-07-29hugetlbfs: fix inaccurate comment in hugetlbfs_statfs()Miaohe Lin
2022-07-29hugetlbfs: cleanup some comments in inode.cMiaohe Lin
2022-07-29hugetlbfs: remove unneeded header fileMiaohe Lin
2022-07-29hugetlbfs: remove unneeded hugetlbfs_ops forward declarationMiaohe Lin
2022-07-29hugetlbfs: use helper macro SZ_1{K,M}Miaohe Lin
2022-06-29hugetlbfs: Convert remove_inode_hugepages() to use filemap_get_folios()Matthew Wilcox (Oracle)
2022-06-29hugetlb: Convert huge_add_to_page_cache() to use a folioMatthew Wilcox (Oracle)
2022-06-16hugetlbfs: zero partial pages during fallocate hole punchMike Kravetz
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