aboutsummaryrefslogtreecommitdiff
path: root/include/linux/shmem_fs.h
AgeCommit message (Expand)AuthorFilesLines
2026-04-19Merge tag 'mm-stable-2026-04-18-02-14' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-14/+0
2026-04-18shmem, userfaultfd: implement shmem uffd operations using vm_uffd_opsMike Rapoport (Microsoft)1-14/+0
2026-02-23shmem: adapt to rhashtable-based simple_xattrs with lazy allocationChristian Brauner1-1/+1
2026-02-12mm: update shmem_[kernel]_file_*() functions to use vma_flags_tLorenzo Stoakes1-5/+3
2025-12-06Merge tag 'mm-nonmm-stable-2025-12-06-11-14' of git://git.kernel.org/pub/scm/...Linus Torvalds1-0/+23
2025-12-05Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+7
2025-11-27mm: shmem: allow freezing inode mappingPratyush Yadav1-0/+17
2025-11-27mm: shmem: use SHMEM_F_* flags instead of VM_* flagsPratyush Yadav1-0/+6
2025-11-25fs: Add uoff_tMatthew Wilcox (Oracle)1-1/+1
2025-11-24mm/huge_memory.c: introduce folio_split_unmappedBalbir Singh1-1/+5
2025-11-16mm: add shmem_zero_setup_desc()Lorenzo Stoakes1-1/+2
2025-09-21mm: constify shmem related test functions for improved const-correctnessMax Kellermann1-2/+2
2025-07-09mm: stop passing a writeback_control structure to shmem_writeoutChristoph Hellwig1-1/+4
2025-04-07shmem: Add shmem_writeout()Matthew Wilcox (Oracle)1-3/+4
2024-11-23Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+6
2024-11-05mm: shmem: fix khugepaged activation policy for shmemBaolin Wang1-0/+6
2024-10-28tmpfs: Add flag FS_CASEFOLD_FL support for tmpfs dirsAndré Almeida1-3/+3
2024-09-09mm,tmpfs: consider end of file write in shmem_is_hugeRik van Riel1-4/+4
2024-09-01mm: shmem: move shmem_huge_global_enabled() into shmem_allowable_huge_orders()Baolin Wang1-10/+2
2024-09-01mm: shmem: rename shmem_is_huge() to shmem_huge_global_enabled()Baolin Wang1-4/+5
2024-07-12mm: thp: support "THPeligible" semantics for mTHP with anonymous shmemBang Li1-0/+9
2024-04-16mm/shmem: inline shmem_is_huge() for disabled transparent hugepagesSumanth Korikkar1-0/+9
2024-03-13Merge tag 'fs_for_v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2024-02-21shmem: move shmem_mapping out of lineChristoph Hellwig1-5/+1
2024-02-08quota: Properly annotate i_dquot arrays with __rcuJan Kara1-1/+1
2023-10-18shmem: shrink shmem_inode_info: dir_offsets in a unionHugh Dickins1-6/+10
2023-08-09tmpfs: track free_ispace instead of free_inodesHugh Dickins1-1/+1
2023-08-09shmem: stable directory offsetsChuck Lever1-0/+1
2023-08-09shmem: Add default quota limit mount optionsLukas Czerner1-0/+8
2023-08-09shmem: quota supportCarlos Maiolino1-0/+8
2023-08-09shmem: prepare shmem quota infrastructureCarlos Maiolino1-0/+12
2023-04-18userfaultfd: convert mfill_atomic() to use a folioZhangPeng1-2/+2
2023-04-18smaps: fix defined but not used smaps_shmem_walk_opsSteven Price1-0/+7
2023-04-05mm: userfaultfd: combine 'mode' and 'wp_copy' argumentsAxel Rasmussen1-2/+3
2023-04-05mm: userfaultfd: don't pass around both mm and vmaAxel Rasmussen1-2/+2
2023-03-28shmem: add support to ignore swapLuis Chamberlain1-0/+1
2023-02-09shmem: add shmem_read_folio() and shmem_read_folio_gfp()Matthew Wilcox (Oracle)1-0/+8
2023-02-02mm: fix khugepaged with shmem_enabled=adviseDavid Stevens1-8/+2
2022-10-03mm/shmem: add flag to enforce shmem THP in hugepage_vma_check()Zach O'Keefe1-4/+6
2022-10-03shmem: remove shmem_getpage()Matthew Wilcox (Oracle)1-3/+1
2022-10-03shmem: add shmem_get_folio()Matthew Wilcox (Oracle)1-0/+2
2022-08-20mm/shmem: fix chattr fsflags support in tmpfsHugh Dickins1-9/+4
2022-07-29mm/shmem: support FS_IOC_[SG]ETFLAGS in tmpfsTheodore Ts'o1-0/+11
2022-05-13mm/shmem: take care of UFFDIO_COPY_MODE_WPPeter Xu1-2/+2
2022-04-28mm: shmem: make shmem_init return voidMiaohe Lin1-1/+1
2022-03-22tmpfs: support for file creation timeXavier Roche1-0/+1
2022-01-22mm: simplify try_to_unuseChristoph Hellwig1-2/+1
2021-09-03huge tmpfs: shmem_is_huge(vma, inode, index)Hugh Dickins1-3/+6
2021-09-03huge tmpfs: SGP_NOALLOC to stop collapse_file() on raceHugh Dickins1-0/+1
2021-09-03huge tmpfs: fix split_huge_page() after FALLOC_FL_KEEP_SIZEHugh Dickins1-0/+13