summaryrefslogtreecommitdiff
path: root/fs/hugetlbfs
Commit message (Expand)AuthorAgeFilesLines
* 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
| * hugetlbfs: remove unneeded header fileMiaohe Lin2022-07-291-1/+0
| * hugetlbfs: remove unneeded hugetlbfs_ops forward declarationMiaohe Lin2022-07-291-1/+0
| * hugetlbfs: use helper macro SZ_1{K,M}Miaohe Lin2022-07-291-2/+2
* | Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-08-031-40/+29
|\ \ | |/ |/|
| * hugetlb: Convert to migrate_folioMatthew Wilcox (Oracle)2022-08-021-9/+14
| * hugetlbfs: Convert remove_inode_hugepages() to use filemap_get_folios()Matthew Wilcox (Oracle)2022-06-291-30/+14
| * hugetlb: Convert huge_add_to_page_cache() to use a folioMatthew Wilcox (Oracle)2022-06-291-1/+1
* | hugetlbfs: zero partial pages during fallocate hole punchMike Kravetz2022-06-161-15/+53
|/
* Merge tag 'powerpc-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2022-05-281-7/+16
|\
| * mm: Add len and flags parameters to arch_get_mmap_end()Christophe Leroy2022-05-051-3/+3
| * mm, hugetlbfs: Allow an arch to always use generic versions of get_unmapped_a...Christophe Leroy2022-05-051-4/+13
* | Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-05-261-8/+11
|\ \
| * | mm/hugetlb: only drop uffd-wp special pte if requiredPeter Xu2022-05-131-6/+9