summaryrefslogtreecommitdiff
path: root/mm/shmem.c
AgeCommit message (Expand)AuthorFilesLines
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-1/+1
2026-02-19Merge tag 'mm-stable-2026-02-18-19-48' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-27/+34
2026-02-13mm: update shmem_[kernel]_file_*() functions to use vma_flags_tLorenzo Stoakes1-27/+34
2026-02-12Merge tag 'mm-stable-2026-02-11-19-22' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-54/+36
2026-02-09Merge tag 'vfs-7.0-rc1.leases' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+2
2026-02-07mm: add SPDX id lines to some mm source filesTim Bird1-2/+1
2026-02-03mm, shmem: prevent infinite loop on truncate raceKairui Song1-9/+14
2026-02-01mm, swap: cleanup swap entry management workflowKairui Song1-5/+5
2026-02-01mm/shmem, swap: remove SWAP_MAP_SHMEMNhat Pham1-1/+1
2026-02-01mm/shmem: never bypass the swap cache for SWP_SYNCHRONOUS_IOKairui Song1-47/+18
2026-02-01Merge branch 'mm-hotfixes-stable' into mm-stable to pick up "mm/shmem,Andrew Morton1-11/+34
2026-01-27mm/shmem, swap: fix race of truncate and swap entry splitKairui Song1-11/+34
2026-01-21mm/shmem: add mTHP swpout fallback statistics in shmem_writeout()Weilin Tong1-0/+12
2026-01-12tmpfs: add setlease file operationJeff Layton1-0/+2
2025-12-16Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-18/+14
2025-12-16shmem: fix recovery on rename failuresAl Viro1-5/+13
2025-12-14shmem_whiteout(): fix regression from tree-in-dcache seriesAl Viro1-13/+1
2025-12-13Merge tag 'mm-nonmm-stable-2025-12-11-11-47' of git://git.kernel.org/pub/scm/...Linus Torvalds1-2/+9
2025-12-11mm: shmem: avoid build warning for CONFIG_SHMEM=nArnd Bergmann1-2/+9
2025-12-07Merge tag 'mm-nonmm-stable-2025-12-06-11-14' of git://git.kernel.org/pub/scm/...Linus Torvalds1-18/+31
2025-12-06Merge tag 'pull-persistency' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-30/+8
2025-12-06Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-40/+83
2025-12-01Merge tag 'vfs-6.19-rc1.folio' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-4/+4
2025-11-28mm: shmem: export some functions to internal.hPratyush Yadav1-5/+5
2025-11-28mm: shmem: allow freezing inode mappingPratyush Yadav1-0/+11
2025-11-28mm: shmem: use SHMEM_F_* flags instead of VM_* flagsPratyush Yadav1-13/+15
2025-11-25fs: Add uoff_tMatthew Wilcox (Oracle)1-3/+3
2025-11-25memcg: remove __lruvec_stat_mod_folioShakeel Butt1-3/+3
2025-11-25mm: shmem: allow fallback to smaller large orders for tmpfs mmap() accessBaolin Wang1-14/+3
2025-11-25mm: introduce leaf entry type and use to simplify leaf entry logicLorenzo Stoakes1-3/+4
2025-11-17Merge tag 'vfs-6.18-rc7.fixes' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds1-8/+7
2025-11-17mm: shmem/tmpfs hugepage defaults config choiceDmitry Ilvokhin1-2/+31
2025-11-17mm, swap: cleanup swap entry allocation parameterKairui Song1-1/+1
2025-11-17mm: add shmem_zero_setup_desc()Lorenzo Stoakes1-8/+33
2025-11-17mm/shmem: update shmem to use mmap_prepareLorenzo Stoakes1-4/+5
2025-11-17mm: consistently use current->mm in mm_get_unmapped_area()Ryan Roberts1-5/+3
2025-11-16convert ramfs and tmpfsAl Viro1-30/+8
2025-11-12shmem: fix tmpfs reconfiguration (remount) when noswap is setMike Yuan1-8/+7
2025-11-10mm/shmem: fix THP allocation and fallback loopKairui Song1-3/+6
2025-10-31mm: Use folio_next_pos()Matthew Wilcox (Oracle)1-1/+1
2025-10-03Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-100/+39
2025-09-22mm/shmem: remove unused entry_order after large swapin reworkJackie Liu1-7/+4
2025-09-22mm, swap: use the swap table for the swap cache and switch APIKairui Song1-4/+4
2025-09-22mm, swap: wrap swap cache replacement with a helperKairui Song1-9/+2
2025-09-22mm/shmem, swap: remove redundant error handling for replacing folioKairui Song1-25/+7
2025-09-22mm, swap: cleanup swap cache API and add kerneldocKairui Song1-5/+5
2025-09-22mm, swap: use unified helper for swap cache look upKairui Song1-1/+3
2025-09-22mm: shmem: fix the strategy for the tmpfs 'huge=' optionsBaolin Wang1-42/+5
2025-09-22mm: constify shmem related test functions for improved const-correctnessMax Kellermann1-3/+3