summaryrefslogtreecommitdiff
path: root/fs/hugetlbfs
AgeCommit message (Expand)AuthorFilesLines
14 daysMerge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-7/+4
2024-04-26treewide: use initializer for struct vm_unmapped_area_infoRick Edgecombe1-5/+2
2024-04-26mm: switch mm->get_unmapped_area() to a flagRick Edgecombe1-2/+2
2024-04-09fs: Add FOP_HUGE_PAGESMatthew Wilcox (Oracle)1-2/+3
2024-03-11Merge tag 'vfs-6.9.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds1-9/+14
2024-03-04hugetlbfs: support idmapped mountsGiuseppe Scrivano1-9/+14
2024-02-08fs,hugetlb: fix NULL pointer dereference in hugetlbs_fill_superOscar Salvador1-2/+4
2024-02-08mm: hugetlb pages should not be reserved by shmat() if SHM_NORESERVEPrakash Sangappa1-1/+12
2024-01-26fs/hugetlbfs/inode.c: mm/memory-failure.c: fix hugetlbfs hwpoison handlingSidhartha Kumar1-1/+1
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+3
2023-12-11fs: convert error_remove_page to error_remove_folioMatthew Wilcox (Oracle)1-3/+3
2023-11-21fs: Rename mapping private membersMatthew Wilcox (Oracle)1-2/+2
2023-11-07Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds1-0/+2
2023-11-03Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-61/+23
2023-10-28fs: report f_fsid from s_dev for "simple" filesystemsAmir Goldstein1-0/+2
2023-10-26hugetlbfs: drop shared NUMA mempolicy pretenceHugh Dickins1-40/+1
2023-10-19mm: update memfd seal write check to include F_SEAL_WRITELorenzo Stoakes1-1/+1
2023-10-18hugetlbfs: convert to new timestamp accessorsJeff Layton1-5/+5
2023-10-17mm/filemap: remove hugetlb special casing in filemap.cSidhartha Kumar1-18/+19
2023-10-04fs: use nth_page() in place of direct struct page manipulationZi Yan1-2/+2
2023-08-30Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-6/+51
2023-08-18hugetlbfs: improve read HWPOISON hugepageJiaqi Yan1-6/+51
2023-07-24hugetlbfs: convert to ctime accessor functionsJeff Layton1-6/+6
2023-06-24hugetlb: revert use of page_cache_next_miss()Mike Kravetz1-5/+3
2023-06-10fs: hugetlbfs: set vma policy only when needed for allocating folioAckerley Tng1-4/+1
2023-04-22mm: move 'mmap_min_addr' logic from callers into vm_unmapped_area()Linus Torvalds1-1/+1
2023-04-06mm: return an ERR_PTR from __filemap_get_folioChristoph Hellwig1-1/+1
2023-02-24Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-36/+36
2023-02-14mm/hugetlb: convert hugetlb_add_to_page_cache to take in a folioSidhartha Kumar1-1/+1
2023-02-14mm/hugetlb: convert restore_reserve_on_error to take in a folioSidhartha Kumar1-1/+1
2023-02-14mm/hugetlb: convert hugetlb fault paths to use alloc_hugetlb_folio()Sidhartha Kumar1-19/+21
2023-02-10mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan1-2/+2
2023-01-19fs: port inode_init_owner() to mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->tmpfile() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->mknod() to pass mnt_idmapChristian Brauner1-3/+3
2023-01-19fs: port ->mkdir() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->symlink() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->create() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner1-3/+3
2023-01-19mm/hugetlb: introduce hugetlb_walk()Peter Xu1-3/+1
2023-01-19mm/hugetlb: let vma_offset_start() to return startPeter Xu1-12/+12
2022-12-01hugetlbfs: inode: remove unnecessary (void*) conversionsLi zeming1-1/+1
2022-12-01Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton1-7/+6
2022-11-09hugetlbfs: fix null-ptr-deref in hugetlbfs_parse_param()Hawkins Jiawei1-3/+3
2022-11-09hugetlbfs: convert hugetlb_delete_from_page_cache() to use foliosSidhartha Kumar1-6/+6
2022-11-09mm/hugetlb: add hugetlb_folio_subpool() helpersSidhartha Kumar1-4/+4
2022-11-09hugetlbfs: don't delete error page from pagecacheJames Houghton1-7/+6
2022-10-11Merge tag 'pull-tmpfile' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-25/+17
2022-10-04hugetlb: clean up code checking for fault/truncation racesMike Kravetz1-19/+12
2022-10-04hugetlb: use new vma_lock for pmd sharing synchronizationMike Kravetz1-1/+65