summaryrefslogtreecommitdiffstats
path: root/fs/hugetlbfs
AgeCommit message (Expand)AuthorFilesLines
2022-11-30hugetlbfs: inode: remove unnecessary (void*) conversionsLi zeming1-1/+1
2022-11-30Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton1-7/+6
2022-11-08hugetlbfs: fix null-ptr-deref in hugetlbfs_parse_param()Hawkins Jiawei1-3/+3
2022-11-08hugetlbfs: convert hugetlb_delete_from_page_cache() to use foliosSidhartha Kumar1-6/+6
2022-11-08mm/hugetlb: add hugetlb_folio_subpool() helpersSidhartha Kumar1-4/+4
2022-11-08hugetlbfs: don't delete error page from pagecacheJames Houghton1-7/+6
2022-10-10Merge tag 'pull-tmpfile' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-25/+17
2022-10-03hugetlb: clean up code checking for fault/truncation racesMike Kravetz1-19/+12
2022-10-03hugetlb: use new vma_lock for pmd sharing synchronizationMike Kravetz1-1/+65
2022-10-03hugetlb: create hugetlb_unmap_file_folio to unmap single file folioMike Kravetz1-29/+94
2022-10-03hugetlb: create remove_inode_single_folio to remove single file folioMike Kravetz1-42/+63
2022-10-03hugetlb: rename remove_huge_page to hugetlb_delete_from_page_cacheMike Kravetz1-11/+10
2022-10-03hugetlbfs: revert use i_mmap_rwsem for more pmd sharing synchronizationMike Kravetz1-2/+0
2022-10-03hugetlbfs: revert use i_mmap_rwsem to address page fault/truncate raceMike Kravetz1-21/+9
2022-09-24vfs: open inside ->tmpfile()Miklos Szeredi1-3/+3
2022-09-24hugetlbfs: cleanup mknod and tmpfileAl Viro1-24/+16
2022-08-08Merge tag 'pull-work.iov_iter-rebased' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-30/+1
2022-08-08hugetlbfs: copy_page_to_iter() can deal with compound pagesAl Viro1-30/+1
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-8/+5
2022-08-03Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-40/+29
2022-08-02hugetlb: Convert to migrate_folioMatthew Wilcox (Oracle)1-9/+14
2022-07-29hugetlbfs: fix inaccurate comment in hugetlbfs_statfs()Miaohe Lin1-1/+1
2022-07-29hugetlbfs: cleanup some comments in inode.cMiaohe Lin1-3/+2
2022-07-29hugetlbfs: remove unneeded header fileMiaohe Lin1-1/+0
2022-07-29hugetlbfs: remove unneeded hugetlbfs_ops forward declarationMiaohe Lin1-1/+0
2022-07-29hugetlbfs: use helper macro SZ_1{K,M}Miaohe Lin1-2/+2
2022-06-29hugetlbfs: Convert remove_inode_hugepages() to use filemap_get_folios()Matthew Wilcox (Oracle)1-30/+14
2022-06-29hugetlb: Convert huge_add_to_page_cache() to use a folioMatthew Wilcox (Oracle)1-1/+1
2022-06-16hugetlbfs: zero partial pages during fallocate hole punchMike Kravetz1-15/+53
2022-05-28Merge tag 'powerpc-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-7/+16
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-8/+11
2022-05-13mm/hugetlb: only drop uffd-wp special pte if requiredPeter Xu1-6/+9
2022-05-13hugetlbfs: fix hugetlbfs_statfs() lockingMina Almasry1-2/+2
2022-05-08fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)1-1/+1
2022-05-05mm: Add len and flags parameters to arch_get_mmap_end()Christophe Leroy1-3/+3
2022-05-05mm, hugetlbfs: Allow an arch to always use generic versions of get_unmapped_a...Christophe Leroy1-4/+13
2022-04-21mm, hugetlb: allow for "high" userspace addressesChristophe Leroy1-4/+5
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-1/+1
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song1-1/+1
2022-03-16fs: Convert __set_page_dirty_no_writeback to noop_dirty_folioMatthew Wilcox (Oracle)1-1/+1
2022-01-15hugetlbfs: fix off-by-one error in hugetlb_vmdelete_list()Sean Christopherson1-3/+4
2021-11-09mm,hugetlb: remove mlock ulimit for SHM_HUGETLBzhangyiru1-15/+8
2021-07-23hugetlbfs: fix mount mode command line processingMike Kravetz1-1/+1
2021-06-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-8/+8
2021-06-16mm/hugetlb: expand restore_reserve_on_error functionalityMike Kravetz1-0/+1
2021-05-22userfaultfd: hugetlbfs: fix new flag usage in error pathMike Kravetz1-1/+1
2021-05-14mm/hugetlb: fix F_SEAL_FUTURE_WRITEPeter Xu1-0/+5
2021-05-05mm/hugetlb: remove unused variable pseudo_vma in remove_inode_hugepages()Miaohe Lin1-3/+0
2021-05-05mm/hugetlb: avoid calculating fault_mutex_hash in truncate_op caseMiaohe Lin1-2/+2
2021-05-05mm/hugetlb: use some helper functions to cleanup codeMiaohe Lin1-1/+1