summaryrefslogtreecommitdiff
path: root/mm/shmem.c
AgeCommit message (Expand)Author
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)
2024-09-03mm: shmem: support large folio swap outBaolin Wang
2024-09-03mm: shmem: split large entry if the swapin folio is not largeBaolin Wang
2024-09-03mm: shmem: drop folio reference count using 'nr_pages' in shmem_delete_from_p...Baolin Wang
2024-09-03mm: shmem: support large folio allocation for shmem_replace_folio()Baolin Wang
2024-09-03mm: shmem: use swap_free_nr() to free shmem swap entriesBaolin Wang
2024-09-03mm: shmem: return number of pages beeing freed in shmem_free_swapDaniel Gomez
2024-09-03mm: shmem: extend shmem_partial_swap_usage() to support large folio swapBaolin Wang
2024-09-03mm: swap: extend swap_shmem_alloc() to support batch SWAP_MAP_SHMEM flag settingBaolin Wang
2024-09-01mm: shmem: move shmem_huge_global_enabled() into shmem_allowable_huge_orders()Baolin Wang
2024-09-01mm: shmem: rename shmem_is_huge() to shmem_huge_global_enabled()Baolin Wang
2024-09-01mm: shmem: simplify the suitable huge orders validation for tmpfsBaolin Wang
2024-08-07mm: shmem: fix incorrect aligned index when checking conflictsBaolin Wang
2024-08-07mm: shmem: avoid allocating huge pages larger than MAX_PAGECACHE_ORDER for shmemBaolin Wang
2024-08-07fs: Convert aops->write_begin to take a folioMatthew Wilcox (Oracle)
2024-08-07fs: Convert aops->write_end to take a folioMatthew Wilcox (Oracle)
2024-07-22quota: remove unneeded return value of register_quota_formatKemeng Shi
2024-07-21Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-07-15Merge tag 'vfs-6.11.mount.api' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-07-15Merge tag 'vfs-6.11.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2024-07-12mm: shmem: rename mTHP shmem countersRyan Roberts
2024-07-12mm: thp: support "THPeligible" semantics for mTHP with anonymous shmemBang Li
2024-07-10mm/shmem: fix input and output inconsistenciesBang Li
2024-07-06Merge branch 'mm-hotfixes-stable' into mm-stable to pick up "mm: fixAndrew Morton
2024-07-03mm/shmem: disable PMD-sized page cache if neededGavin Shan
2024-07-03mm: shmem: add mTHP counters for anonymous shmemBaolin Wang
2024-07-03mm: shmem: add mTHP size alignment in shmem_get_unmapped_areaBaolin Wang
2024-07-03mm: shmem: add mTHP support for anonymous shmemBaolin Wang
2024-07-03mm: shmem: add multi-size THP sysfs interface for anonymous shmemBaolin Wang
2024-07-03mm: shmem: add THP validation for PMD-mapped THP related statisticsBaolin Wang
2024-07-03mm/swap: reduce swap cache search spaceKairui Song
2024-07-03mm: shmem: use folio_alloc_mpol() in shmem_alloc_folio()Kefeng Wang
2024-07-02tmpfs: Convert to new uid/gid option parsing helpersEric Sandeen
2024-06-15mm: shmem: fix getting incorrect lruvec when replacing a shmem folioBaolin Wang
2024-06-03tmpfs: don't interrupt fallocate with EINTRMikulas Patocka
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-05-13Merge tag 'vfs-6.10.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2024-04-25mm: switch mm->get_unmapped_area() to a flagRick Edgecombe
2024-04-25arm64: mm: swap: support THP_SWAP on hardware with MTEBarry Song
2024-04-17libfs: Add simple_offset_rename() APIChuck Lever
2024-04-16mm/shmem: inline shmem_is_huge() for disabled transparent hugepagesSumanth Korikkar
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds