aboutsummaryrefslogtreecommitdiffstats
path: root/fs/hugetlbfs/inode.c
AgeCommit message (Expand)AuthorFilesLines
7 daysMerge tag 'pull-persistency' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus 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/...Linus Torvalds1-26/+23
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-24/+12
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/...Linus Torvalds1-10/+6
2025-07-28Merge tag 'vfs-6.17-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus 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/...Linus 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/...Linus Torvalds1-84/+10
2024-11-18Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus 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/...Linus Torvalds1-11/+9
2024-07-17hugetlbfs: ensure generic_hugetlb_get_unmapped_area() returns higher address ...Donet 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
2024-07-03mm: memory: convert clear_huge_page() to folio_zero_user()Kefeng Wang1-1/+1
2024-07-03mm: remove MIGRATE_SYNC_NO_COPY modeKefeng Wang1-4/+1
2024-07-02hugetlbfs: Convert to new uid/gid option parsing helpersEric Sandeen1-8/+4
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-7/+4
2024-04-25treewide: use initializer for struct vm_unmapped_area_infoRick Edgecombe1-5/+2
2024-04-25mm: 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-07fs,hugetlb: fix NULL pointer dereference in hugetlbs_fill_superOscar Salvador1-2/+4
2024-02-07mm: hugetlb pages should not be reserved by shmat() if SHM_NORESERVEPrakash Sangappa1-1/+12
2024-01-25fs/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-10fs: 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-02Merge 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-25hugetlbfs: drop shared NUMA mempolicy pretenceHugh Dickins1-40/+1
2023-10-18mm: 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-16mm/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-29Merge 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-23hugetlb: revert use of page_cache_next_miss()Mike Kravetz1-5/+3
2023-06-09fs: hugetlbfs: set vma policy only when needed for allocating folioAckerley Tng1-4/+1
2023-04-21mm: move 'mmap_min_addr' logic from callers into vm_unmapped_area()Linus Torvalds1-1/+1
2023-04-05mm: return an ERR_PTR from __filemap_get_folioChristoph Hellwig1-1/+1
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-36/+36
2023-02-13mm/hugetlb: convert hugetlb_add_to_page_cache to take in a folioSidhartha Kumar1-1/+1
2023-02-13mm/hugetlb: convert restore_reserve_on_error to take in a folioSidhartha Kumar1-1/+1
2023-02-13mm/hugetlb: convert hugetlb fault paths to use alloc_hugetlb_folio()Sidhartha Kumar1-19/+21
2023-02-09mm: 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-18mm/hugetlb: introduce hugetlb_walk()Peter Xu1-3/+1
2023-01-18mm/hugetlb: let vma_offset_start() to return startPeter Xu1-12/+12
2022-11-30hugetlbfs: inode: remove unnecessary (void*) conversionsLi zeming1-1/+1
2022-11-30Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton1-7/+6
2022-11-08hugetlbfs: fix null-ptr-deref in hugetlbfs_parse_param()Hawkins Jiawei1-3/+3
2022-11-08hugetlbfs: convert hugetlb_delete_from_page_cache() to use foliosSidhartha Kumar1-6/+6
2022-11-08mm/hugetlb: add hugetlb_folio_subpool() helpersSidhartha Kumar1-4/+4
2022-11-08hugetlbfs: don't delete error page from pagecacheJames Houghton1-7/+6
2022-10-10Merge tag 'pull-tmpfile' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-25/+17
2022-10-03hugetlb: clean up code checking for fault/truncation racesMike Kravetz1-19/+12
2022-10-03hugetlb: use new vma_lock for pmd sharing synchronizationMike Kravetz1-1/+65
2022-10-03hugetlb: create hugetlb_unmap_file_folio to unmap single file folioMike Kravetz1-29/+94
2022-10-03hugetlb: create remove_inode_single_folio to remove single file folioMike Kravetz1-42/+63
2022-10-03hugetlb: rename remove_huge_page to hugetlb_delete_from_page_cacheMike Kravetz1-11/+10
2022-10-03hugetlbfs: revert use i_mmap_rwsem for more pmd sharing synchronizationMike Kravetz1-2/+0
2022-10-03hugetlbfs: revert use i_mmap_rwsem to address page fault/truncate raceMike Kravetz1-21/+9
2022-09-24vfs: open inside ->tmpfile()Miklos Szeredi1-3/+3
2022-09-24hugetlbfs: cleanup mknod and tmpfileAl Viro1-24/+16
2022-08-08Merge tag 'pull-work.iov_iter-rebased' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-30/+1
2022-08-08hugetlbfs: copy_page_to_iter() can deal with compound pagesAl Viro1-30/+1
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-8/+5
2022-08-03Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-40/+29
2022-08-02hugetlb: Convert to migrate_folioMatthew Wilcox (Oracle)1-9/+14
2022-07-29hugetlbfs: fix inaccurate comment in hugetlbfs_statfs()Miaohe Lin1-1/+1
2022-07-29hugetlbfs: cleanup some comments in inode.cMiaohe Lin1-3/+2
2022-07-29hugetlbfs: remove unneeded header fileMiaohe Lin1-1/+0
2022-07-29hugetlbfs: remove unneeded hugetlbfs_ops forward declarationMiaohe Lin1-1/+0
2022-07-29hugetlbfs: use helper macro SZ_1{K,M}Miaohe Lin1-2/+2
2022-06-29hugetlbfs: Convert remove_inode_hugepages() to use filemap_get_folios()Matthew Wilcox (Oracle)1-30/+14
2022-06-29hugetlb: Convert huge_add_to_page_cache() to use a folioMatthew Wilcox (Oracle)1-1/+1
2022-06-16hugetlbfs: zero partial pages during fallocate hole punchMike Kravetz1-15/+53
2022-05-28Merge tag 'powerpc-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-7/+16
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-8/+11
2022-05-13mm/hugetlb: only drop uffd-wp special pte if requiredPeter Xu1-6/+9
2022-05-13hugetlbfs: fix hugetlbfs_statfs() lockingMina Almasry1-2/+2
2022-05-08fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)1-1/+1
2022-05-05mm: Add len and flags parameters to arch_get_mmap_end()Christophe Leroy1-3/+3
2022-05-05mm, hugetlbfs: Allow an arch to always use generic versions of get_unmapped_a...Christophe Leroy1-4/+13
2022-04-21mm, hugetlb: allow for "high" userspace addressesChristophe Leroy1-4/+5
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-1/+1
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song1-1/+1
2022-03-16fs: Convert __set_page_dirty_no_writeback to noop_dirty_folioMatthew Wilcox (Oracle)1-1/+1
2022-01-15hugetlbfs: fix off-by-one error in hugetlb_vmdelete_list()Sean Christopherson1-3/+4
2021-11-09mm,hugetlb: remove mlock ulimit for SHM_HUGETLBzhangyiru1-15/+8
2021-07-23hugetlbfs: fix mount mode command line processingMike Kravetz1-1/+1
2021-06-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-8/+8
2021-06-16mm/hugetlb: expand restore_reserve_on_error functionalityMike Kravetz1-0/+1
2021-05-22userfaultfd: hugetlbfs: fix new flag usage in error pathMike Kravetz1-1/+1
2021-05-14mm/hugetlb: fix F_SEAL_FUTURE_WRITEPeter Xu1-0/+5
2021-05-05mm/hugetlb: remove unused variable pseudo_vma in remove_inode_hugepages()Miaohe Lin1-3/+0
2021-05-05mm/hugetlb: avoid calculating fault_mutex_hash in truncate_op caseMiaohe Lin1-2/+2
2021-05-05mm/hugetlb: use some helper functions to cleanup codeMiaohe Lin1-1/+1
2021-04-30Reimplement RLIMIT_MEMLOCK on top of ucountsAlexey Gladkov1-8/+8
2021-02-24hugetlbfs: remove unneeded return value of hugetlb_vmtruncate()Miaohe Lin1-5/+2
2021-02-24hugetlbfs: fix some comment typosMiaohe Lin1-4/+4
2021-02-24hugetlbfs: correct some obsolete comments about inode i_mutexMiaohe Lin1-2/+2
2021-02-24hugetlbfs: make hugepage size conversion more readableMiaohe Lin1-2/+2
2021-02-24hugetlbfs: remove meaningless variable avoid_reserveMiaohe Lin1-3/+9
2021-02-24hugetlbfs: correct obsolete function name in hugetlbfs_read_iter()Miaohe Lin1-1/+1
2021-02-24hugetlbfs: use helper macro default_hstate in init_hugetlbfs_fsMiaohe Lin1-1/+1
2021-02-24hugetlbfs: remove useless BUG_ON(!inode) in hugetlbfs_setattr()Miaohe Lin1-2/+0
2021-02-24hugetlbfs: remove special hugetlbfs_set_page_dirty()Mike Kravetz1-12/+1
2021-02-24mm/hugetlb: change hugetlb_reserve_pages() to type boolMike Kravetz1-2/+2
2021-02-24hugetlb: convert page_huge_active() HPageMigratable flagMike Kravetz1-1/+1
2021-02-24hugetlb: use page.private for hugetlb specific page flagsMike Kravetz1-9/+3
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-14/+21
2021-02-05mm: hugetlbfs: fix cannot migrate the fallocated HugeTLB pageMuchun Song1-1/+2
2021-01-24fs: make helpers idmap mount awareChristian Brauner1-11/+18
2021-01-24attr: handle idmapped mountsChristian Brauner1-2/+2
2021-01-24inode: make init and permission helpers idmapped mount awareChristian Brauner1-1/+1
2020-08-12hugetlbfs: prevent filesystem stacking of hugetlbfsMike Kravetz1-0/+6
2020-08-07mm: remove unnecessary wrapper function do_mmap_pgoff()Peter Collingbourne1-1/+1
2020-06-09mmap locking API: convert mmap_sem API commentsMichel Lespinasse1-1/+1
2020-06-03hugetlbfs: get unmapped area below TASK_UNMAPPED_BASE for hugetlbfsShijie Hu1-8/+59
2020-04-02hugetlbfs: Use i_mmap_rwsem to address page fault/truncate raceMike Kravetz1-8/+20
2020-04-02hugetlbfs: use i_mmap_rwsem for more pmd sharing synchronizationMike Kravetz1-0/+2
2020-02-07hugetlbfs: switch to use of invalfc()Al Viro1-1/+1
2020-02-07fs_parse: fold fs_parameter_desc/fs_parameter_specAl Viro1-7/+3
2020-02-07fs_parser: remove fs_parameter_description name fieldEric Sandeen1-1/+0
2020-01-03mm/hugetlbfs: fix for_each_hstate() loop in init_hugetlbfs_fs()Jan Stancek1-1/+3
2019-12-01hugetlb: remove unused hstate in hugetlb_fault_mutex_hash()Wei Yang1-2/+2
2019-12-01hugetlbfs: add O_TMPFILE supportPiotr Sarna1-4/+24
2019-12-01mm/hugetlbfs: fix error handling when setting up mountsMike Kravetz1-9/+22
2019-12-01hugetlbfs: hugetlb_fault_mutex_hash() cleanupMike Kravetz1-2/+2
2019-07-04convenience helper get_tree_nodev()Al Viro1-1/+1
2019-05-14hugetlbfs: always use address space in inode for resv_map pointerMike Kravetz1-2/+9
2019-05-14hugetlb: use same fault hash key for shared and private mappingsMike Kravetz1-5/+2
2019-05-01hugetlb: make use of ->free_inode()Al Viro1-3/+2
2019-04-05hugetlbfs: fix memory leak for resv_mapMike Kravetz1-6/+14
2019-03-12Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-158/+200
2019-03-05mm/memfd: add an F_SEAL_FUTURE_WRITE seal to memfdJoel Fernandes (Google)1-1/+1
2019-03-01hugetlbfs: fix races and page leaks during migrationMike Kravetz1-0/+12
2019-02-28hugetlbfs: Convert to fs_contextDavid Howells1-158/+200
2019-01-08hugetlbfs: revert "Use i_mmap_rwsem to fix page fault/truncate race"Mike Kravetz1-28/+33
2018-12-28hugetlbfs: Use i_mmap_rwsem to fix page fault/truncate raceMike Kravetz1-33/+28
2018-08-22mm: zero out the vma in vma_init()Andrew Morton1-2/+0
2018-08-13Merge branch 'work.open3' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-38/+16
2018-07-26mm: use vma_init() to initialize VMAs on stack and data segmentsKirill A. Shutemov1-0/+2
2018-07-12hugetlb_file_setup(): switch to alloc_file_pseudo()Al Viro1-37/+16
2018-07-12alloc_file(): switch to passing O_... flags instead of FMODE_... modeAl Viro1-2/+1
2018-04-05hugetlbfs: fix bug in pgoff overflow checkingMike Kravetz1-3/+7
2018-03-22hugetlbfs: check for pgoff value overflowMike Kravetz1-3/+14
2018-01-31hugetlb: implement memfd sealingMarc-André Lureau1-2/+27
2018-01-31hugetlb: expose hugetlbfs_inode_info in headerMarc-André Lureau1-10/+0
2017-11-29fs/hugetlbfs/inode.c: change put_page/unlock_page order in hugetlbfs_fallocate()Nadav Amit1-2/+2
2017-11-15mm, pagevec: remove cold parameter for pagevecsMel Gorman1-1/+1
2017-11-15fs/hugetlbfs/inode.c: remove redundant -ENIVAL return from hugetlbfs_setattr()Anshuman Khandual1-1/+0
2017-11-03fs/hugetlbfs/inode.c: fix hwpoison reserve accountingMike Kravetz1-1/+4
2017-09-08lib/interval_tree: fast overlap detectionDavidlohr Bueso1-3/+3
2017-09-08mm/migrate: new migrate mode MIGRATE_SYNC_NO_COPYJérôme Glisse1-1/+4
2017-09-06mm: remove nr_pages argument from pagevec_lookup{,_range}()Jan Kara1-2/+1
2017-09-06hugetlbfs: use pagevec_lookup_range() in remove_inode_hugepages()Jan Kara1-16/+2
2017-09-06mm: make pagevec_lookup() update indexJan Kara1-9/+8
2017-07-15Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-14/+56
2017-07-10mm: hwpoison: dissolve in-use hugepage in unrecoverable memory errorNaoya Horiguchi1-0/+11
2017-07-06hugetlbfs: Implement show_optionsDavid Howells1-14/+56
2017-06-19mm: larger stack guard gap, between vmasHugh Dickins1-1/+1