aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mm/shmem.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-06-19mm/shmem, swap: fix softlockup with mTHP swapinKairui Song1-1/+5
2025-06-02Merge tag 'mm-stable-2025-06-01-14-06' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-10/+13
2025-05-31mm/shmem: remove unneeded xa_is_value() check in shmem_unuse_swap_entries()Kemeng Shi1-2/+0
2025-05-31mm: shmem: only remove inode from swaplist when it's swapped page count is 0Kemeng Shi1-2/+2
2025-05-31mm/shmem: fix potential dead loop in shmem_unuse()Kemeng Shi1-3/+6
2025-05-31mm: shmem: add missing shmem_unacct_size() in __shmem_file_setup()Kemeng Shi1-3/+3
2025-05-31mm: shmem: avoid unpaired folio_unlock() in shmem_swapin_folio()Kemeng Shi1-0/+2
2025-04-07mm: Remove swap_writepage() and shmem_writepage()Matthew Wilcox (Oracle)1-18/+5
2025-04-07shmem: Add shmem_writeout()Matthew Wilcox (Oracle)1-6/+14
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-90/+77
2025-03-24Merge tag 'vfs-6.15-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-4/+4
2025-03-21mm/hwpoison: introduce folio_contain_hwpoisoned_page() helperJinjiang Tu1-2/+1
2025-03-17mm/shmem: fix functions documentationEnrico Bravi1-3/+3
2025-03-17mm/shmem: use xas_try_split() in shmem_split_large_entry()Zi Yan1-31/+28
2025-03-17mm: shmem: factor out the within_size logic into a new helperBaolin Wang1-26/+27
2025-03-17mm: shmem: change the return value of shmem_find_swap_entries()Baolin Wang1-6/+6
2025-03-17mm: shmem: remove duplicate error validationBaolin Wang1-3/+3
2025-03-17mm: shmem: remove 'fadvise()' commentsBaolin Wang1-2/+2
2025-03-17mm: shmem: drop the unused macroBaolin Wang1-1/+0
2025-03-16mm, swap: simplify folio swap allocationKairui Song1-15/+6
2025-03-16mm: memcontrol: move memsw charge callbacks to v1Johannes Weiner1-1/+1
2025-03-08Merge tag 'mm-hotfixes-stable-2025-03-08-16-27' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-5/+28
2025-03-06fs/pipe: add simpler helpers for common casesLinus Torvalds1-3/+3
2025-03-05mm: shmem: remove unnecessary warning in shmem_writepage()Ricardo Cañuelo Navarro1-1/+1
2025-03-05mm: shmem: fix potential data corruption during shmem swapinBaolin Wang1-4/+27
2025-02-27Change inode_operations.mkdir to return struct dentry *NeilBrown1-4/+4
2025-01-26Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-82/+249
2025-01-25mm: shmem: skip swapcache for swapin of synchronous swap deviceBaolin Wang1-5/+105
2025-01-20Merge tag 'vfs-6.14-rc1.libfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-2/+2
2025-01-20Merge tag 'vfs-6.14-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-2/+4
2025-01-15mm: shmem: use signed int for version handling in casefold optionKaran Sanghavi1-1/+1
2025-01-13mm: perform all memfd seal checks in a single placeLorenzo Stoakes1-6/+0
2025-01-13mm/shmem: refactor to reuse vfs_parse_monolithic_sep for option parsingGuo Weikang1-38/+27
2025-01-13mm: shmem: add a kernel command line to change the default huge policy for tmpfsBaolin Wang1-1/+22
2025-01-13mm: shmem: add large folio support for tmpfsBaolin Wang1-18/+81
2025-01-13mm: shmem: change shmem_huge_global_enabled() to return huge order bitmapBaolin Wang1-20/+20
2025-01-04Revert "libfs: Add simple_offset_empty()"Chuck Lever1-2/+2
2024-12-30mm: shmem: fix the update of 'shmem_falloc->nr_unswapped'Baolin Wang1-1/+1
2024-12-30mm: shmem: fix incorrect index alignment for within_size policyBaolin Wang1-2/+3
2024-12-22tmpfs: use inode_set_cached_link()Mateusz Guzik1-2/+4
2024-12-18mm: shmem: fix ShmemHugePages at swapoutHugh Dickins1-10/+12
2024-11-23Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-89/+256
2024-11-18Merge tag 'vfs-6.13.tmpfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-10/+255
2024-11-18Merge tag 'vfs-6.13.mgtime' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-1/+1
2024-11-16mm: revert "mm: shmem: fix data-race in shmem_getattr()"Andrew Morton1-2/+0
2024-11-11mm: shmem: override mTHP shmem default with a kernel parameterMaíra Canal1-1/+104
2024-11-11mm: shmem: control THP support through the kernel command lineMaíra Canal1-23/+49
2024-11-06mm: shmem: fallback to page size splice if large folio has poisoned pagesBaolin Wang1-8/+30
2024-11-06mm: shmem: improve the tmpfs large folio read performanceBaolin Wang1-10/+24
2024-11-06mm: shmem: update iocb->ki_pos directly to simplify tmpfs read logicBaolin Wang1-24/+11