summaryrefslogtreecommitdiffstats
path: root/fs/hugetlbfs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds2023-11-071-0/+2
|\
| * fs: report f_fsid from s_dev for "simple" filesystemsAmir Goldstein2023-10-281-0/+2
* | Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-11-021-61/+23
|\ \
| * | hugetlbfs: drop shared NUMA mempolicy pretenceHugh Dickins2023-10-251-40/+1
| * | mm: update memfd seal write check to include F_SEAL_WRITELorenzo Stoakes2023-10-181-1/+1
| * | mm/filemap: remove hugetlb special casing in filemap.cSidhartha Kumar2023-10-161-18/+19
| * | fs: use nth_page() in place of direct struct page manipulationZi Yan2023-10-041-2/+2
| |/
* / hugetlbfs: convert to new timestamp accessorsJeff Layton2023-10-181-5/+5
|/
* Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-08-291-6/+51
|\
| * hugetlbfs: improve read HWPOISON hugepageJiaqi Yan2023-08-181-6/+51
* | hugetlbfs: convert to ctime accessor functionsJeff Layton2023-07-241-6/+6
|/
* hugetlb: revert use of page_cache_next_miss()Mike Kravetz2023-06-231-5/+3
* fs: hugetlbfs: set vma policy only when needed for allocating folioAckerley Tng2023-06-091-4/+1
* mm: move 'mmap_min_addr' logic from callers into vm_unmapped_area()Linus Torvalds2023-04-211-1/+1
* mm: return an ERR_PTR from __filemap_get_folioChristoph Hellwig2023-04-051-1/+1
* Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-231-36/+36
|\
| * mm/hugetlb: convert hugetlb_add_to_page_cache to take in a folioSidhartha Kumar2023-02-131-1/+1
| * mm/hugetlb: convert restore_reserve_on_error to take in a folioSidhartha Kumar2023-02-131-1/+1
| * mm/hugetlb: convert hugetlb fault paths to use alloc_hugetlb_folio()Sidhartha Kumar2023-02-131-19/+21
| * mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan2023-02-091-2/+2
| * mm/hugetlb: introduce hugetlb_walk()Peter Xu2023-01-181-3/+1
| * mm/hugetlb: let vma_offset_start() to return startPeter Xu2023-01-181-12/+12
* | fs: port inode_init_owner() to mnt_idmapChristian Brauner2023-01-191-1/+1
* | fs: port ->tmpfile() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* | fs: port ->mknod() to pass mnt_idmapChristian Brauner2023-01-191-3/+3
* | fs: port ->mkdir() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* | fs: port ->symlink() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* | fs: port ->create() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* | fs: port ->setattr() to pass mnt_idmapChristian Brauner2023-01-191-3/+3
|/
* hugetlbfs: inode: remove unnecessary (void*) conversionsLi zeming2022-11-301-1/+1
* Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton2022-11-301-7/+6
|\
| * hugetlbfs: don't delete error page from pagecacheJames Houghton2022-11-081-7/+6
* | hugetlbfs: fix null-ptr-deref in hugetlbfs_parse_param()Hawkins Jiawei2022-11-081-3/+3
* | hugetlbfs: convert hugetlb_delete_from_page_cache() to use foliosSidhartha Kumar2022-11-081-6/+6
* | mm/hugetlb: add hugetlb_folio_subpool() helpersSidhartha Kumar2022-11-081-4/+4
|/
* Merge tag 'pull-tmpfile' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2022-10-101-25/+17
|\
| * vfs: open inside ->tmpfile()Miklos Szeredi2022-09-241-3/+3
| * hugetlbfs: cleanup mknod and tmpfileAl Viro2022-09-241-24/+16
* | hugetlb: clean up code checking for fault/truncation racesMike Kravetz2022-10-031-19/+12
* | hugetlb: use new vma_lock for pmd sharing synchronizationMike Kravetz2022-10-031-1/+65
* | hugetlb: create hugetlb_unmap_file_folio to unmap single file folioMike Kravetz2022-10-031-29/+94
* | hugetlb: create remove_inode_single_folio to remove single file folioMike Kravetz2022-10-031-42/+63
* | hugetlb: rename remove_huge_page to hugetlb_delete_from_page_cacheMike Kravetz2022-10-031-11/+10
* | hugetlbfs: revert use i_mmap_rwsem for more pmd sharing synchronizationMike Kravetz2022-10-031-2/+0
* | hugetlbfs: revert use i_mmap_rwsem to address page fault/truncate raceMike Kravetz2022-10-031-21/+9
|/
* Merge tag 'pull-work.iov_iter-rebased' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-08-081-30/+1
|\
| * hugetlbfs: copy_page_to_iter() can deal with compound pagesAl Viro2022-08-081-30/+1
* | Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-051-8/+5
|\ \ | |/ |/|
| * hugetlbfs: fix inaccurate comment in hugetlbfs_statfs()Miaohe Lin2022-07-291-1/+1
| * hugetlbfs: cleanup some comments in inode.cMiaohe Lin2022-07-291-3/+2