summaryrefslogtreecommitdiff
path: root/mm/shmem.c
AgeCommit message (Expand)AuthorFilesLines
2024-10-28mm: 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-09mm: replace xa_get_order with xas_get_order where appropriateShakeel Butt1-1/+1
2024-09-09mm,tmpfs: consider end of file write in shmem_is_hugeRik van Riel1-28/+31
2024-09-09mm: shmem: extend shmem_unused_huge_shrink() to all sizesHugh Dickins1-25/+20
2024-09-09mm: shmem: fix minor off-by-one in shrinkable calculationHugh Dickins1-1/+1
2024-09-09mm: cleanup count_mthp_stat() definitionRyan Roberts1-6/+0
2024-09-03mm: remove PageSwapCacheMatthew Wilcox (Oracle)1-5/+6
2024-09-03mm: shmem: support large folio swap outBaolin Wang1-6/+22
2024-09-03mm: shmem: split large entry if the swapin folio is not largeBaolin Wang1-0/+103
2024-09-03mm: shmem: drop folio reference count using 'nr_pages' in shmem_delete_from_p...Baolin Wang1-1/+1
2024-09-03mm: shmem: support large folio allocation for shmem_replace_folio()Baolin Wang1-28/+46
2024-09-03mm: shmem: use swap_free_nr() to free shmem swap entriesBaolin Wang1-6/+10
2024-09-03mm: shmem: return number of pages beeing freed in shmem_free_swapDaniel Gomez1-9/+16
2024-09-03mm: shmem: extend shmem_partial_swap_usage() to support large folio swapBaolin Wang1-1/+1
2024-09-03mm: swap: extend swap_shmem_alloc() to support batch SWAP_MAP_SHMEM flag settingBaolin Wang1-2/+4
2024-09-01mm: shmem: move shmem_huge_global_enabled() into shmem_allowable_huge_orders()Baolin Wang1-17/+30
2024-09-01mm: shmem: rename shmem_is_huge() to shmem_huge_global_enabled()Baolin Wang1-7/+8
2024-09-01mm: shmem: simplify the suitable huge orders validation for tmpfsBaolin Wang1-24/+15
2024-08-07mm: shmem: fix incorrect aligned index when checking conflictsBaolin Wang1-3/+4
2024-08-07mm: 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-21Merge 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-12mm: shmem: rename mTHP shmem countersRyan Roberts1-4/+4
2024-07-12mm: 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-03mm/shmem: disable PMD-sized page cache if neededGavin Shan1-2/+13
2024-07-03mm: shmem: add mTHP counters for anonymous shmemBaolin Wang1-3/+15
2024-07-03mm: shmem: add mTHP size alignment in shmem_get_unmapped_areaBaolin Wang1-9/+31
2024-07-03mm: shmem: add mTHP support for anonymous shmemBaolin Wang1-30/+157
2024-07-03mm: shmem: add multi-size THP sysfs interface for anonymous shmemBaolin Wang1-0/+96
2024-07-03mm: shmem: add THP validation for PMD-mapped THP related statisticsBaolin Wang1-3/+4
2024-07-03mm/swap: reduce swap cache search spaceKairui Song1-1/+1
2024-07-03mm: shmem: use folio_alloc_mpol() in shmem_alloc_folio()Kefeng Wang1-23/+9
2024-07-02tmpfs: Convert to new uid/gid option parsing helpersEric Sandeen1-8/+4
2024-06-15mm: shmem: fix getting incorrect lruvec when replacing a shmem folioBaolin Wang1-1/+1
2024-06-03tmpfs: don't interrupt fallocate with EINTRMikulas Patocka1-3/+6
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-7/+6
2024-05-13Merge tag 'vfs-6.10.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds1-2/+1
2024-04-25mm: switch mm->get_unmapped_area() to a flagRick Edgecombe1-6/+5
2024-04-25arm64: mm: swap: support THP_SWAP on hardware with MTEBarry Song1-1/+1
2024-04-17libfs: Add simple_offset_rename() APIChuck Lever1-2/+1