summaryrefslogtreecommitdiffstats
path: root/fs/hugetlbfs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-07-211-11/+9
|\
| * hugetlbfs: ensure generic_hugetlb_get_unmapped_area() returns higher address ...Donet Tom2024-07-171-5/+6
| * mm: provide mm_struct and address to huge_ptep_get()Christophe Leroy2024-07-121-1/+1
| * fs: hugetlbfs: support poisoned recover from hugetlbfs_migrate_folio()Kefeng Wang2024-07-061-1/+1
| * mm: memory: convert clear_huge_page() to folio_zero_user()Kefeng Wang2024-07-031-1/+1
| * mm: remove MIGRATE_SYNC_NO_COPY modeKefeng Wang2024-07-031-4/+1
* | hugetlbfs: Convert to new uid/gid option parsing helpersEric Sandeen2024-07-021-8/+4
|/
* Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-05-191-7/+4
|\
| * treewide: use initializer for struct vm_unmapped_area_infoRick Edgecombe2024-04-251-5/+2
| * mm: switch mm->get_unmapped_area() to a flagRick Edgecombe2024-04-251-2/+2
* | fs: Add FOP_HUGE_PAGESMatthew Wilcox (Oracle)2024-04-091-2/+3
|/
* Merge tag 'vfs-6.9.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds2024-03-111-9/+14
|\
| * hugetlbfs: support idmapped mountsGiuseppe Scrivano2024-03-041-9/+14
* | fs,hugetlb: fix NULL pointer dereference in hugetlbs_fill_superOscar Salvador2024-02-071-2/+4
* | mm: hugetlb pages should not be reserved by shmat() if SHM_NORESERVEPrakash Sangappa2024-02-071-1/+12
* | fs/hugetlbfs/inode.c: mm/memory-failure.c: fix hugetlbfs hwpoison handlingSidhartha Kumar2024-01-251-1/+1
|/
* Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-01-091-3/+3
|\
| * fs: convert error_remove_page to error_remove_folioMatthew Wilcox (Oracle)2023-12-101-3/+3
* | fs: Rename mapping private membersMatthew Wilcox (Oracle)2023-11-211-2/+2
|/
* 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
|\