summaryrefslogtreecommitdiff
path: root/fs/hugetlbfs
AgeCommit message (Expand)Author
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-08-18hugetlbfs: improve read HWPOISON hugepageJiaqi Yan
2023-07-24hugetlbfs: convert to ctime accessor functionsJeff Layton
2023-06-23hugetlb: revert use of page_cache_next_miss()Mike Kravetz
2023-06-09fs: hugetlbfs: set vma policy only when needed for allocating folioAckerley Tng
2023-04-21mm: move 'mmap_min_addr' logic from callers into vm_unmapped_area()Linus Torvalds
2023-04-05mm: return an ERR_PTR from __filemap_get_folioChristoph Hellwig
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-02-13mm/hugetlb: convert hugetlb_add_to_page_cache to take in a folioSidhartha Kumar
2023-02-13mm/hugetlb: convert restore_reserve_on_error to take in a folioSidhartha Kumar
2023-02-13mm/hugetlb: convert hugetlb fault paths to use alloc_hugetlb_folio()Sidhartha Kumar
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan
2023-01-19fs: port inode_init_owner() to mnt_idmapChristian Brauner
2023-01-19fs: port ->tmpfile() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->mknod() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->mkdir() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->symlink() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->create() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner
2023-01-18mm/hugetlb: introduce hugetlb_walk()Peter Xu
2023-01-18mm/hugetlb: let vma_offset_start() to return startPeter Xu
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