summaryrefslogtreecommitdiff
path: root/mm/shmem.c
AgeCommit message (Expand)Author
2026-04-15Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2026-04-05mm: introduce is_pmd_order helperNico Pache
2026-04-05mm: reintroduce vma_flags_test() as a singular flag testLorenzo Stoakes (Oracle)
2026-04-05mm: rename VMA flag helpers to be more readableLorenzo Stoakes (Oracle)
2026-04-05folio_batch: rename PAGEVEC_SIZE to FOLIO_BATCH_SIZETal Zussman
2026-04-05folio_batch: rename pagevec.h to folio_batch.hTal Zussman
2026-04-05mm/shmem: remove unnecessary restrain unmask of swap gfp flagsKairui Song
2026-02-23shmem: adapt to rhashtable-based simple_xattrs with lazy allocationChristian Brauner
2026-02-23xattr: add rhashtable-based simple_xattr infrastructureChristian Brauner
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-18Merge tag 'mm-stable-2026-02-18-19-48' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2026-02-12mm: update shmem_[kernel]_file_*() functions to use vma_flags_tLorenzo Stoakes
2026-02-12Merge tag 'mm-stable-2026-02-11-19-22' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2026-02-09Merge tag 'vfs-7.0-rc1.leases' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-02-06mm: add SPDX id lines to some mm source filesTim Bird
2026-02-02mm, shmem: prevent infinite loop on truncate raceKairui Song
2026-01-31mm, swap: cleanup swap entry management workflowKairui Song
2026-01-31mm/shmem, swap: remove SWAP_MAP_SHMEMNhat Pham
2026-01-31mm/shmem: never bypass the swap cache for SWP_SYNCHRONOUS_IOKairui Song
2026-01-31Merge branch 'mm-hotfixes-stable' into mm-stable to pick up "mm/shmem,Andrew Morton
2026-01-26mm/shmem, swap: fix race of truncate and swap entry splitKairui Song
2026-01-20mm/shmem: add mTHP swpout fallback statistics in shmem_writeout()Weilin Tong
2026-01-12tmpfs: add setlease file operationJeff Layton
2025-12-16Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2025-12-16shmem: fix recovery on rename failuresAl Viro
2025-12-13shmem_whiteout(): fix regression from tree-in-dcache seriesAl Viro
2025-12-13Merge tag 'mm-nonmm-stable-2025-12-11-11-47' of git://git.kernel.org/pub/scm/...Linus Torvalds
2025-12-10mm: shmem: avoid build warning for CONFIG_SHMEM=nArnd Bergmann
2025-12-06Merge tag 'mm-nonmm-stable-2025-12-06-11-14' of git://git.kernel.org/pub/scm/...Linus Torvalds
2025-12-05Merge tag 'pull-persistency' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-12-05Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-12-01Merge tag 'vfs-6.19-rc1.folio' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-11-27mm: shmem: export some functions to internal.hPratyush Yadav
2025-11-27mm: shmem: allow freezing inode mappingPratyush Yadav
2025-11-27mm: shmem: use SHMEM_F_* flags instead of VM_* flagsPratyush Yadav
2025-11-25fs: Add uoff_tMatthew Wilcox (Oracle)
2025-11-24memcg: remove __lruvec_stat_mod_folioShakeel Butt
2025-11-24mm: shmem: allow fallback to smaller large orders for tmpfs mmap() accessBaolin Wang
2025-11-24mm: introduce leaf entry type and use to simplify leaf entry logicLorenzo Stoakes
2025-11-17Merge tag 'vfs-6.18-rc7.fixes' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds
2025-11-16mm: shmem/tmpfs hugepage defaults config choiceDmitry Ilvokhin
2025-11-16mm, swap: cleanup swap entry allocation parameterKairui Song
2025-11-16mm: add shmem_zero_setup_desc()Lorenzo Stoakes
2025-11-16mm/shmem: update shmem to use mmap_prepareLorenzo Stoakes
2025-11-16mm: consistently use current->mm in mm_get_unmapped_area()Ryan Roberts
2025-11-16convert ramfs and tmpfsAl Viro
2025-11-12shmem: fix tmpfs reconfiguration (remount) when noswap is setMike Yuan
2025-11-09mm/shmem: fix THP allocation and fallback loopKairui Song
2025-10-31mm: Use folio_next_pos()Matthew Wilcox (Oracle)