aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/hugetlbfs
AgeCommit message (Expand)AuthorFilesLines
2026-04-15Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-14/+8
2026-04-05mm: reintroduce vma_desc_test() as a singular flag testLorenzo Stoakes (Oracle)1-1/+1
2026-04-05mm: rename VMA flag helpers to be more readableLorenzo Stoakes (Oracle)1-1/+1
2026-04-05folio_batch: rename pagevec.h to folio_batch.hTal Zussman1-1/+1
2026-03-26hugetlbfs: Stop using i_private_dataJan Kara1-8/+3
2026-03-24fs: hugetlb: simplify remove_inode_hugepages() return typeJiaqi Yan1-12/+6
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-2/+2
2026-02-12mm: update hugetlbfs to use VMA flags on mmap_prepareLorenzo Stoakes1-7/+7
2025-12-05Merge tag 'pull-persistency' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-7/+5
2025-11-16mm/hugetlbfs: update hugetlbfs to use mmap_prepareLorenzo Stoakes1-13/+33
2025-11-16mm: consistently use current->mm in mm_get_unmapped_area()Ryan Roberts1-2/+1
2025-11-16convert hugetlbfsAl Viro1-7/+5
2025-10-21hugetlbfs: move lock assertions after early returns in huge_pmd_unshare()Deepanshu Kartikey1-9/+0
2025-10-02Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-25/+22
2025-09-28hugetlbfs: skip VMAs without shareable locks in hugetlb_vmdelete_listDeepanshu Kartikey1-0/+9
2025-09-25mm/hugetlb: fix folio is still mapped when deletedJinjiang Tu1-4/+6
2025-09-21fs: hugetlbfs: cleanup folio in adjust_range_hwpoison()David Hildenbrand1-23/+11
2025-09-21fs: hugetlbfs: remove nth_page() usage within folio in adjust_range_hwpoison()David Hildenbrand1-1/+1
2025-09-13treewide: remove MIGRATEPAGE_SUCCESSDavid Hildenbrand1-2/+2
2025-07-31Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-10/+6
2025-07-28Merge tag 'vfs-6.17-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-4/+5
2025-07-28Merge tag 'pull-mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2025-07-16fs: change write_begin/write_end interface to take struct kiocb *Taotao Chen1-4/+5
2025-07-13mm/hugetlb: remove prepare_hugepage_range()Peter Xu1-6/+2
2025-07-09mm/hugetlb: make hugetlb_reserve_pages() return nr of entries updatedVivek Kasireddy1-4/+4
2025-06-29sanitize handling of long-term internal mountsAl Viro1-1/+1
2025-06-11ramfs, hugetlbfs, mqueue: set DCACHE_DONTCACHEAl Viro1-0/+1
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-13/+15
2025-03-17hugetlb: convert adjust_range_hwpoison() to take a folioMatthew Wilcox (Oracle)1-7/+9
2025-03-17hugetlb: convert hugetlb_vma_maps_page() to hugetlb_vma_maps_pfn()Matthew Wilcox (Oracle)1-6/+6
2025-02-27Change inode_operations.mkdir to return struct dentry *NeilBrown1-3/+3
2025-01-25mm/hugetlb: rename avoid_reserve to cow_from_ownerPeter Xu1-1/+1
2025-01-13mm: perform all memfd seal checks in a single placeLorenzo Stoakes1-5/+0
2024-12-18mm: use aligned address in clear_gigantic_page()Kefeng Wang1-1/+1
2024-12-02arm64: mte: set VM_MTE_ALLOWED for hugetlbfs at correct placeYang Shi1-1/+1
2024-11-23Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-84/+10
2024-11-18Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-1/+1
2024-11-06mm: consolidate common checks in hugetlb_get_unmapped_areaOscar Salvador1-2/+6
2024-11-06mm: drop hugetlb_get_unmapped_area{_*} functionsOscar Salvador1-91/+5
2024-11-06mm: make hugetlb mappings go through mm_get_unmapped_area_vmflagsOscar Salvador1-8/+16
2024-10-16hugetlb: arm64: add mte supportYang Shi1-1/+1
2024-10-02Merge patch series "Introduce tracepoint for hugetlbfs"Christian Brauner1-2/+15
2024-09-17hugetlbfs: use tracepoints in hugetlbfs functions.Hongbo Li1-2/+15
2024-08-07fs: Convert aops->write_begin to take a folioMatthew Wilcox (Oracle)1-1/+1
2024-08-07fs: Convert aops->write_end to take a folioMatthew Wilcox (Oracle)1-1/+1
2024-07-21Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-11/+9
2024-07-17hugetlbfs: ensure generic_hugetlb_get_unmapped_area() returns higher address than mmap_min_addrDonet Tom1-5/+6
2024-07-12mm: provide mm_struct and address to huge_ptep_get()Christophe Leroy1-1/+1
2024-07-06fs: hugetlbfs: support poisoned recover from hugetlbfs_migrate_folio()Kefeng Wang1-1/+1