summaryrefslogtreecommitdiffstats
path: root/mm/shmem.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'fs_for_v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-09-231-6/+1
|\
| * quota: remove unneeded return value of register_quota_formatKemeng Shi2024-07-221-6/+1
* | Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-09-211-151/+299
|\ \
| * | mm: replace xa_get_order with xas_get_order where appropriateShakeel Butt2024-09-101-1/+1
| * | mm,tmpfs: consider end of file write in shmem_is_hugeRik van Riel2024-09-101-28/+31
| * | mm: shmem: extend shmem_unused_huge_shrink() to all sizesHugh Dickins2024-09-101-25/+20
| * | mm: shmem: fix minor off-by-one in shrinkable calculationHugh Dickins2024-09-101-1/+1
| * | mm: cleanup count_mthp_stat() definitionRyan Roberts2024-09-101-6/+0
| * | mm: remove PageSwapCacheMatthew Wilcox (Oracle)2024-09-041-5/+6
| * | mm: shmem: support large folio swap outBaolin Wang2024-09-041-6/+22
| * | mm: shmem: split large entry if the swapin folio is not largeBaolin Wang2024-09-041-0/+103
| * | mm: shmem: drop folio reference count using 'nr_pages' in shmem_delete_from_p...Baolin Wang2024-09-041-1/+1
| * | mm: shmem: support large folio allocation for shmem_replace_folio()Baolin Wang2024-09-041-28/+46
| * | mm: shmem: use swap_free_nr() to free shmem swap entriesBaolin Wang2024-09-041-6/+10
| * | mm: shmem: return number of pages beeing freed in shmem_free_swapDaniel Gomez2024-09-041-9/+16
| * | mm: shmem: extend shmem_partial_swap_usage() to support large folio swapBaolin Wang2024-09-041-1/+1
| * | mm: swap: extend swap_shmem_alloc() to support batch SWAP_MAP_SHMEM flag settingBaolin Wang2024-09-041-2/+4
| * | mm: shmem: move shmem_huge_global_enabled() into shmem_allowable_huge_orders()Baolin Wang2024-09-021-17/+30
| * | mm: shmem: rename shmem_is_huge() to shmem_huge_global_enabled()Baolin Wang2024-09-021-7/+8
| * | mm: shmem: simplify the suitable huge orders validation for tmpfsBaolin Wang2024-09-021-24/+15
* | | Merge tag 'vfs-6.12.folio' of gitolite.kernel.org:pub/scm/linux/kernel/git/vf...Linus Torvalds2024-09-161-6/+5
|\ \ \ | |/ / |/| |
| * | fs: Convert aops->write_begin to take a folioMatthew Wilcox (Oracle)2024-08-071-4/+4
| * | fs: Convert aops->write_end to take a folioMatthew Wilcox (Oracle)2024-08-071-2/+1
| |/
* | mm: shmem: fix incorrect aligned index when checking conflictsBaolin Wang2024-08-081-3/+4
* | mm: shmem: avoid allocating huge pages larger than MAX_PAGECACHE_ORDER for shmemBaolin Wang2024-08-081-6/+1
|/
* Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-07-221-61/+298
|\
| * mm: shmem: rename mTHP shmem countersRyan Roberts2024-07-131-4/+4
| * mm: thp: support "THPeligible" semantics for mTHP with anonymous shmemBang Li2024-07-131-8/+1
| * mm/shmem: fix input and output inconsistenciesBang Li2024-07-101-1/+1
| * Merge branch 'mm-hotfixes-stable' into mm-stable to pick up "mm: fixAndrew Morton2024-07-061-2/+13
| |\
| * | mm: shmem: add mTHP counters for anonymous shmemBaolin Wang2024-07-041-3/+15
| * | mm: shmem: add mTHP size alignment in shmem_get_unmapped_areaBaolin Wang2024-07-041-9/+31
| * | mm: shmem: add mTHP support for anonymous shmemBaolin Wang2024-07-041-30/+157
| * | mm: shmem: add multi-size THP sysfs interface for anonymous shmemBaolin Wang2024-07-041-0/+96
| * | mm: shmem: add THP validation for PMD-mapped THP related statisticsBaolin Wang2024-07-041-3/+4
| * | mm/swap: reduce swap cache search spaceKairui Song2024-07-041-1/+1
| * | mm: shmem: use folio_alloc_mpol() in shmem_alloc_folio()Kefeng Wang2024-07-041-23/+9
* | | Merge tag 'vfs-6.11.mount.api' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-07-151-8/+4
|\ \ \
| * | | tmpfs: Convert to new uid/gid option parsing helpersEric Sandeen2024-07-021-8/+4
* | | | Merge tag 'vfs-6.11.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2024-07-151-3/+6
|\ \ \ \ | |_|_|/ |/| | |
| * | | tmpfs: don't interrupt fallocate with EINTRMikulas Patocka2024-06-031-3/+6
| |/ /
* | / mm/shmem: disable PMD-sized page cache if neededGavin Shan2024-07-041-2/+13
| |/ |/|
* | mm: shmem: fix getting incorrect lruvec when replacing a shmem folioBaolin Wang2024-06-151-1/+1
|/
* Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-05-191-7/+6
|\
| * mm: switch mm->get_unmapped_area() to a flagRick Edgecombe2024-04-261-6/+5
| * arm64: mm: swap: support THP_SWAP on hardware with MTEBarry Song2024-04-261-1/+1
* | Merge tag 'vfs-6.10.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2024-05-131-2/+1
|\ \ | |/ |/|
| * libfs: Add simple_offset_rename() APIChuck Lever2024-04-171-2/+1
* | mm/shmem: inline shmem_is_huge() for disabled transparent hugepagesSumanth Korikkar2024-04-171-6/+0
|/
* Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-03-151-0/+18
|\