summaryrefslogtreecommitdiff
path: root/mm/shmem.c
AgeCommit message (Expand)AuthorFilesLines
2026-01-08shmem: fix recovery on rename failuresAl Viro1-5/+13
2025-12-01shmem: fix tmpfs reconfiguration (remount) when noswap is setMike Yuan1-8/+7
2025-11-24mm/shmem: fix THP allocation and fallback loopKairui Song1-3/+6
2025-04-20mm/hwpoison: introduce folio_contain_hwpoisoned_page() helperJinjiang Tu1-2/+1
2025-02-01Revert "libfs: Add simple_offset_empty()"Chuck Lever1-2/+2
2025-01-09mm: shmem: fix incorrect index alignment for within_size policyBaolin Wang1-2/+3
2025-01-09mm: shmem: fix the update of 'shmem_falloc->nr_unswapped'Baolin Wang1-1/+1
2024-12-27mm: shmem: fix ShmemHugePages at swapoutHugh Dickins1-10/+12
2024-11-17mm: revert "mm: shmem: fix data-race in shmem_getattr()"Andrew Morton1-2/+0
2024-11-06mm: refactor arch_calc_vm_flag_bits() and arm64 MTE handlingLorenzo Stoakes1-3/+0
2024-10-29mm: shmem: fix data-race in shmem_getattr()Jeongjun Park1-0/+2
2024-10-17mm: huge_memory: add vma_thp_disabled() and thp_disabled_by_hw()Kefeng Wang1-6/+1
2024-09-23Merge tag 'fs_for_v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-6/+1
2024-09-21Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-151/+299
2024-09-16Merge tag 'vfs-6.12.folio' of gitolite.kernel.org:pub/scm/linux/kernel/git/vf...Linus Torvalds1-6/+5
2024-09-10mm: replace xa_get_order with xas_get_order where appropriateShakeel Butt1-1/+1
2024-09-10mm,tmpfs: consider end of file write in shmem_is_hugeRik van Riel1-28/+31
2024-09-10mm: shmem: extend shmem_unused_huge_shrink() to all sizesHugh Dickins1-25/+20
2024-09-10mm: shmem: fix minor off-by-one in shrinkable calculationHugh Dickins1-1/+1
2024-09-10mm: cleanup count_mthp_stat() definitionRyan Roberts1-6/+0
2024-09-04mm: remove PageSwapCacheMatthew Wilcox (Oracle)1-5/+6
2024-09-04mm: shmem: support large folio swap outBaolin Wang1-6/+22
2024-09-04mm: shmem: split large entry if the swapin folio is not largeBaolin Wang1-0/+103
2024-09-04mm: shmem: drop folio reference count using 'nr_pages' in shmem_delete_from_p...Baolin Wang1-1/+1
2024-09-04mm: shmem: support large folio allocation for shmem_replace_folio()Baolin Wang1-28/+46
2024-09-04mm: shmem: use swap_free_nr() to free shmem swap entriesBaolin Wang1-6/+10
2024-09-04mm: shmem: return number of pages beeing freed in shmem_free_swapDaniel Gomez1-9/+16
2024-09-04mm: shmem: extend shmem_partial_swap_usage() to support large folio swapBaolin Wang1-1/+1
2024-09-04mm: swap: extend swap_shmem_alloc() to support batch SWAP_MAP_SHMEM flag settingBaolin Wang1-2/+4
2024-09-02mm: shmem: move shmem_huge_global_enabled() into shmem_allowable_huge_orders()Baolin Wang1-17/+30
2024-09-02mm: shmem: rename shmem_is_huge() to shmem_huge_global_enabled()Baolin Wang1-7/+8
2024-09-02mm: shmem: simplify the suitable huge orders validation for tmpfsBaolin Wang1-24/+15
2024-08-08mm: shmem: fix incorrect aligned index when checking conflictsBaolin Wang1-3/+4
2024-08-08mm: shmem: avoid allocating huge pages larger than MAX_PAGECACHE_ORDER for shmemBaolin Wang1-6/+1
2024-08-07fs: Convert aops->write_begin to take a folioMatthew Wilcox (Oracle)1-4/+4
2024-08-07fs: Convert aops->write_end to take a folioMatthew Wilcox (Oracle)1-2/+1
2024-07-22quota: remove unneeded return value of register_quota_formatKemeng Shi1-6/+1
2024-07-22Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-61/+298
2024-07-15Merge tag 'vfs-6.11.mount.api' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-8/+4
2024-07-15Merge tag 'vfs-6.11.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds1-3/+6
2024-07-13mm: shmem: rename mTHP shmem countersRyan Roberts1-4/+4
2024-07-13mm: thp: support "THPeligible" semantics for mTHP with anonymous shmemBang Li1-8/+1
2024-07-10mm/shmem: fix input and output inconsistenciesBang Li1-1/+1
2024-07-06Merge branch 'mm-hotfixes-stable' into mm-stable to pick up "mm: fixAndrew Morton1-2/+13
2024-07-04mm/shmem: disable PMD-sized page cache if neededGavin Shan1-2/+13
2024-07-04mm: shmem: add mTHP counters for anonymous shmemBaolin Wang1-3/+15
2024-07-04mm: shmem: add mTHP size alignment in shmem_get_unmapped_areaBaolin Wang1-9/+31
2024-07-04mm: shmem: add mTHP support for anonymous shmemBaolin Wang1-30/+157
2024-07-04mm: shmem: add multi-size THP sysfs interface for anonymous shmemBaolin Wang1-0/+96
2024-07-04mm: shmem: add THP validation for PMD-mapped THP related statisticsBaolin Wang1-3/+4