summaryrefslogtreecommitdiffstats
path: root/mm/shmem.c
AgeCommit message (Expand)AuthorLines
2025-11-09mm/shmem: fix THP allocation and fallback loopKairui Song-3/+6
2025-10-02Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-100/+39
2025-09-21mm/shmem: remove unused entry_order after large swapin reworkJackie Liu-7/+4
2025-09-21mm, swap: use the swap table for the swap cache and switch APIKairui Song-4/+4
2025-09-21mm, swap: wrap swap cache replacement with a helperKairui Song-9/+2
2025-09-21mm/shmem, swap: remove redundant error handling for replacing folioKairui Song-25/+7
2025-09-21mm, swap: cleanup swap cache API and add kerneldocKairui Song-5/+5
2025-09-21mm, swap: use unified helper for swap cache look upKairui Song-1/+3
2025-09-21mm: shmem: fix the strategy for the tmpfs 'huge=' optionsBaolin Wang-42/+5
2025-09-21mm: constify shmem related test functions for improved const-correctnessMax Kellermann-3/+3
2025-09-15fs: rename generic_delete_inode() and generic_drop_inode()Mateusz Guzik-1/+1
2025-09-13mm: shmem: drop the unnecessary folio_nr_pages()Baolin Wang-1/+0
2025-09-13mm: shmem: use 'folio' for shmem_partial_swap_usage()Baolin Wang-4/+4
2025-09-13tmpfs: preserve SB_I_VERSION on remountBaokun Li-1/+4
2025-09-13mm/huge_memory: respect MADV_COLLAPSE with PR_THP_DISABLE_EXCEPT_ADVISEDDavid Hildenbrand-1/+1
2025-08-05Merge tag 'mm-stable-2025-08-03-12-35' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-125/+154
2025-08-02mm/shmem, swap: fix major fault countingKairui Song-7/+5
2025-08-02mm/shmem, swap: rework swap entry and index calculation for large swapinKairui Song-34/+33
2025-08-02mm/shmem, swap: simplify swapin path and result handlingKairui Song-26/+19
2025-08-02mm/shmem, swap: never use swap cache and readahead for SWP_SYNCHRONOUS_IOKairui Song-13/+28
2025-08-02mm/shmem, swap: tidy up swap entry splittingKairui Song-33/+23
2025-08-02mm/shmem, swap: tidy up THP swapin checksKairui Song-21/+18
2025-08-02mm/shmem, swap: avoid redundant Xarray lookup during swapinKairui Song-9/+25
2025-08-02mm: shmem: fix the shmem large folio allocation for the i915 driverBaolin Wang-2/+2
2025-08-02mm/shmem, swap: improve cached mTHP handling and fix potential hangKairui Song-9/+30
2025-07-31Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-40/+72
2025-07-28Merge tag 'vfs-6.17-rc1.fileattr' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-2/+2
2025-07-28Merge tag 'vfs-6.17-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-6/+6
2025-07-28Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds-2/+2
2025-07-24mm/shmem: writeout free swap if swap_writeout() reactivatesHugh Dickins-1/+30
2025-07-24mm/shmem: hold shmem_swaplist spinlock (not mutex) much lessHugh Dickins-26/+33
2025-07-16fs: change write_begin/write_end interface to take struct kiocb *Taotao Chen-6/+6
2025-07-09mm: update core kernel code to use vm_flags_t consistentlyLorenzo Stoakes-3/+3
2025-07-09mm: stop passing a writeback_control structure to swap_writeoutChristoph Hellwig-9/+1
2025-07-09mm: stop passing a writeback_control structure to shmem_writeoutChristoph Hellwig-11/+15
2025-07-04tree-wide: s/struct fileattr/struct file_kattr/gChristian Brauner-2/+2
2025-06-19mm/shmem, swap: fix softlockup with mTHP swapinKairui Song-1/+5
2025-06-11shmem: no dentry retention past the refcount reaching zeroAl Viro-1/+1
2025-06-10new helper: set_default_d_op()Al Viro-1/+1
2025-06-02Merge tag 'mm-stable-2025-06-01-14-06' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-10/+13
2025-05-31mm/shmem: remove unneeded xa_is_value() check in shmem_unuse_swap_entries()Kemeng Shi-2/+0
2025-05-31mm: shmem: only remove inode from swaplist when it's swapped page count is 0Kemeng Shi-2/+2
2025-05-31mm/shmem: fix potential dead loop in shmem_unuse()Kemeng Shi-3/+6
2025-05-31mm: shmem: add missing shmem_unacct_size() in __shmem_file_setup()Kemeng Shi-3/+3
2025-05-31mm: shmem: avoid unpaired folio_unlock() in shmem_swapin_folio()Kemeng Shi-0/+2
2025-04-07mm: Remove swap_writepage() and shmem_writepage()Matthew Wilcox (Oracle)-18/+5
2025-04-07shmem: Add shmem_writeout()Matthew Wilcox (Oracle)-6/+14
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-90/+77
2025-03-24Merge tag 'vfs-6.15-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-4/+4
2025-03-21mm/hwpoison: introduce folio_contain_hwpoisoned_page() helperJinjiang Tu-2/+1