summaryrefslogtreecommitdiff
path: root/mm/shmem.c
AgeCommit message (Expand)Author
2025-03-08Merge tag 'mm-hotfixes-stable-2025-03-08-16-27' of git://git.kernel.org/pub/s...Linus Torvalds
2025-03-06fs/pipe: add simpler helpers for common casesLinus Torvalds
2025-03-05mm: shmem: remove unnecessary warning in shmem_writepage()Ricardo Cañuelo Navarro
2025-03-05mm: shmem: fix potential data corruption during shmem swapinBaolin Wang
2025-01-26Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-01-25mm: shmem: skip swapcache for swapin of synchronous swap deviceBaolin Wang
2025-01-20Merge tag 'vfs-6.14-rc1.libfs' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-01-20Merge tag 'vfs-6.14-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-01-15mm: shmem: use signed int for version handling in casefold optionKaran Sanghavi
2025-01-13mm: perform all memfd seal checks in a single placeLorenzo Stoakes
2025-01-13mm/shmem: refactor to reuse vfs_parse_monolithic_sep for option parsingGuo Weikang
2025-01-13mm: shmem: add a kernel command line to change the default huge policy for tmpfsBaolin Wang
2025-01-13mm: shmem: add large folio support for tmpfsBaolin Wang
2025-01-13mm: shmem: change shmem_huge_global_enabled() to return huge order bitmapBaolin Wang
2025-01-04Revert "libfs: Add simple_offset_empty()"Chuck Lever
2024-12-30mm: shmem: fix the update of 'shmem_falloc->nr_unswapped'Baolin Wang
2024-12-30mm: shmem: fix incorrect index alignment for within_size policyBaolin Wang
2024-12-22tmpfs: use inode_set_cached_link()Mateusz Guzik
2024-12-18mm: shmem: fix ShmemHugePages at swapoutHugh Dickins
2024-11-23Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-11-18Merge tag 'vfs-6.13.tmpfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2024-11-18Merge tag 'vfs-6.13.mgtime' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-11-16mm: revert "mm: shmem: fix data-race in shmem_getattr()"Andrew Morton
2024-11-11mm: shmem: override mTHP shmem default with a kernel parameterMaíra Canal
2024-11-11mm: shmem: control THP support through the kernel command lineMaíra Canal
2024-11-06mm: shmem: fallback to page size splice if large folio has poisoned pagesBaolin Wang
2024-11-06mm: shmem: improve the tmpfs large folio read performanceBaolin Wang
2024-11-06mm: shmem: update iocb->ki_pos directly to simplify tmpfs read logicBaolin Wang
2024-11-06mm: shmem: remove __shmem_huge_global_enabled()Kefeng Wang
2024-11-06tmpfs: don't enable large folios if not supportedKefeng Wang
2024-11-06tmpfs: Initialize sysfs during tmpfs initAndré Almeida
2024-11-06tmpfs: Fix type for sysfs' casefold attributeAndré Almeida
2024-11-05mm: shmem: fix khugepaged activation policy for shmemBaolin Wang
2024-11-05mm: refactor arch_calc_vm_flag_bits() and arm64 MTE handlingLorenzo Stoakes
2024-10-28mm: shmem: fix data-race in shmem_getattr()Jeongjun Park
2024-10-28tmpfs: Expose filesystem features via sysfsAndré Almeida
2024-10-28tmpfs: Add flag FS_CASEFOLD_FL support for tmpfs dirsAndré Almeida
2024-10-28tmpfs: Add casefold lookup supportAndré Almeida
2024-10-17mm: huge_memory: add vma_thp_disabled() and thp_disabled_by_hw()Kefeng Wang
2024-10-10Merge patch series "timekeeping/fs: multigrain timestamp redux"Christian Brauner
2024-10-10tmpfs: add support for multigrain timestampsJeff Layton
2024-09-23Merge tag 'fs_for_v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-09-21Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-09-16Merge tag 'vfs-6.12.folio' of gitolite.kernel.org:pub/scm/linux/kernel/git/vf...Linus Torvalds
2024-09-09mm: replace xa_get_order with xas_get_order where appropriateShakeel Butt
2024-09-09mm,tmpfs: consider end of file write in shmem_is_hugeRik van Riel
2024-09-09mm: shmem: extend shmem_unused_huge_shrink() to all sizesHugh Dickins
2024-09-09mm: shmem: fix minor off-by-one in shrinkable calculationHugh Dickins
2024-09-09mm: cleanup count_mthp_stat() definitionRyan Roberts
2024-09-03mm: remove PageSwapCacheMatthew Wilcox (Oracle)