summaryrefslogtreecommitdiff
path: root/mm/shmem.c
AgeCommit message (Expand)Author
2 daysMerge tag 'vfs-6.17-rc1.fileattr' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2 daysMerge tag 'vfs-6.17-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2 daysMerge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2025-07-16fs: change write_begin/write_end interface to take struct kiocb *Taotao Chen
2025-07-04tree-wide: s/struct fileattr/struct file_kattr/gChristian Brauner
2025-06-19mm/shmem, swap: fix softlockup with mTHP swapinKairui Song
2025-06-11shmem: no dentry retention past the refcount reaching zeroAl Viro
2025-06-10new helper: set_default_d_op()Al Viro
2025-06-02Merge tag 'mm-stable-2025-06-01-14-06' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-05-31mm/shmem: remove unneeded xa_is_value() check in shmem_unuse_swap_entries()Kemeng Shi
2025-05-31mm: shmem: only remove inode from swaplist when it's swapped page count is 0Kemeng Shi
2025-05-31mm/shmem: fix potential dead loop in shmem_unuse()Kemeng Shi
2025-05-31mm: shmem: add missing shmem_unacct_size() in __shmem_file_setup()Kemeng Shi
2025-05-31mm: shmem: avoid unpaired folio_unlock() in shmem_swapin_folio()Kemeng Shi
2025-04-07mm: Remove swap_writepage() and shmem_writepage()Matthew Wilcox (Oracle)
2025-04-07shmem: Add shmem_writeout()Matthew Wilcox (Oracle)
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-03-24Merge tag 'vfs-6.15-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-03-21mm/hwpoison: introduce folio_contain_hwpoisoned_page() helperJinjiang Tu
2025-03-17mm/shmem: fix functions documentationEnrico Bravi
2025-03-17mm/shmem: use xas_try_split() in shmem_split_large_entry()Zi Yan
2025-03-17mm: shmem: factor out the within_size logic into a new helperBaolin Wang
2025-03-17mm: shmem: change the return value of shmem_find_swap_entries()Baolin Wang
2025-03-17mm: shmem: remove duplicate error validationBaolin Wang
2025-03-17mm: shmem: remove 'fadvise()' commentsBaolin Wang
2025-03-17mm: shmem: drop the unused macroBaolin Wang
2025-03-16mm, swap: simplify folio swap allocationKairui Song
2025-03-16mm: memcontrol: move memsw charge callbacks to v1Johannes Weiner
2025-03-08Merge tag 'mm-hotfixes-stable-2025-03-08-16-27' of git://git.kernel.org/pub/s...Linus Torvalds
2025-03-06fs/pipe: add simpler helpers for common casesLinus Torvalds
2025-03-05mm: shmem: remove unnecessary warning in shmem_writepage()Ricardo CaƱuelo Navarro
2025-03-05mm: shmem: fix potential data corruption during shmem swapinBaolin Wang
2025-02-27Change inode_operations.mkdir to return struct dentry *NeilBrown
2025-01-26Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-01-25mm: shmem: skip swapcache for swapin of synchronous swap deviceBaolin Wang
2025-01-20Merge tag 'vfs-6.14-rc1.libfs' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-01-20Merge tag 'vfs-6.14-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-01-15mm: shmem: use signed int for version handling in casefold optionKaran Sanghavi
2025-01-13mm: perform all memfd seal checks in a single placeLorenzo Stoakes
2025-01-13mm/shmem: refactor to reuse vfs_parse_monolithic_sep for option parsingGuo Weikang
2025-01-13mm: shmem: add a kernel command line to change the default huge policy for tmpfsBaolin Wang
2025-01-13mm: shmem: add large folio support for tmpfsBaolin Wang
2025-01-13mm: shmem: change shmem_huge_global_enabled() to return huge order bitmapBaolin Wang
2025-01-04Revert "libfs: Add simple_offset_empty()"Chuck Lever
2024-12-30mm: shmem: fix the update of 'shmem_falloc->nr_unswapped'Baolin Wang
2024-12-30mm: shmem: fix incorrect index alignment for within_size policyBaolin Wang
2024-12-22tmpfs: use inode_set_cached_link()Mateusz Guzik
2024-12-18mm: shmem: fix ShmemHugePages at swapoutHugh Dickins
2024-11-23Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-11-18Merge tag 'vfs-6.13.tmpfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds