summaryrefslogtreecommitdiff
path: root/mm/shmem.c
AgeCommit message (Expand)AuthorFilesLines
2025-08-05Merge tag 'mm-stable-2025-08-03-12-35' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-125/+154
2025-08-02mm/shmem, swap: fix major fault countingKairui Song1-7/+5
2025-08-02mm/shmem, swap: rework swap entry and index calculation for large swapinKairui Song1-34/+33
2025-08-02mm/shmem, swap: simplify swapin path and result handlingKairui Song1-26/+19
2025-08-02mm/shmem, swap: never use swap cache and readahead for SWP_SYNCHRONOUS_IOKairui Song1-13/+28
2025-08-02mm/shmem, swap: tidy up swap entry splittingKairui Song1-33/+23
2025-08-02mm/shmem, swap: tidy up THP swapin checksKairui Song1-21/+18
2025-08-02mm/shmem, swap: avoid redundant Xarray lookup during swapinKairui Song1-9/+25
2025-08-02mm: shmem: fix the shmem large folio allocation for the i915 driverBaolin Wang1-2/+2
2025-08-02mm/shmem, swap: improve cached mTHP handling and fix potential hangKairui Song1-9/+30
2025-07-31Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-40/+72
2025-07-28Merge tag 'vfs-6.17-rc1.fileattr' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+2
2025-07-28Merge tag 'vfs-6.17-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-6/+6
2025-07-28Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds1-2/+2
2025-07-24mm/shmem: writeout free swap if swap_writeout() reactivatesHugh Dickins1-1/+30
2025-07-24mm/shmem: hold shmem_swaplist spinlock (not mutex) much lessHugh Dickins1-26/+33
2025-07-16fs: change write_begin/write_end interface to take struct kiocb *Taotao Chen1-6/+6
2025-07-09mm: update core kernel code to use vm_flags_t consistentlyLorenzo Stoakes1-3/+3
2025-07-09mm: stop passing a writeback_control structure to swap_writeoutChristoph Hellwig1-9/+1
2025-07-09mm: stop passing a writeback_control structure to shmem_writeoutChristoph Hellwig1-11/+15
2025-07-04tree-wide: s/struct fileattr/struct file_kattr/gChristian Brauner1-2/+2
2025-06-19mm/shmem, swap: fix softlockup with mTHP swapinKairui Song1-1/+5
2025-06-11shmem: no dentry retention past the refcount reaching zeroAl Viro1-1/+1
2025-06-10new helper: set_default_d_op()Al Viro1-1/+1
2025-06-02Merge tag 'mm-stable-2025-06-01-14-06' of git://git.kernel.org/pub/scm/linux/...Linus 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/...Linus Torvalds1-90/+77
2025-03-24Merge tag 'vfs-6.15-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kern...Linus 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/s...Linus 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/...Linus Torvalds1-82/+249