| Age | Commit message (Expand) | Author |
| 2025-10-02 | Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
| 2025-09-21 | mm/shmem: remove unused entry_order after large swapin rework | Jackie Liu |
| 2025-09-21 | mm, swap: use the swap table for the swap cache and switch API | Kairui Song |
| 2025-09-21 | mm, swap: wrap swap cache replacement with a helper | Kairui Song |
| 2025-09-21 | mm/shmem, swap: remove redundant error handling for replacing folio | Kairui Song |
| 2025-09-21 | mm, swap: cleanup swap cache API and add kerneldoc | Kairui Song |
| 2025-09-21 | mm, swap: use unified helper for swap cache look up | Kairui Song |
| 2025-09-21 | mm: shmem: fix the strategy for the tmpfs 'huge=' options | Baolin Wang |
| 2025-09-21 | mm: constify shmem related test functions for improved const-correctness | Max Kellermann |
| 2025-09-15 | fs: rename generic_delete_inode() and generic_drop_inode() | Mateusz Guzik |
| 2025-09-13 | mm: shmem: drop the unnecessary folio_nr_pages() | Baolin Wang |
| 2025-09-13 | mm: shmem: use 'folio' for shmem_partial_swap_usage() | Baolin Wang |
| 2025-09-13 | tmpfs: preserve SB_I_VERSION on remount | Baokun Li |
| 2025-09-13 | mm/huge_memory: respect MADV_COLLAPSE with PR_THP_DISABLE_EXCEPT_ADVISED | David Hildenbrand |
| 2025-08-05 | Merge tag 'mm-stable-2025-08-03-12-35' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
| 2025-08-02 | mm/shmem, swap: fix major fault counting | Kairui Song |
| 2025-08-02 | mm/shmem, swap: rework swap entry and index calculation for large swapin | Kairui Song |
| 2025-08-02 | mm/shmem, swap: simplify swapin path and result handling | Kairui Song |
| 2025-08-02 | mm/shmem, swap: never use swap cache and readahead for SWP_SYNCHRONOUS_IO | Kairui Song |
| 2025-08-02 | mm/shmem, swap: tidy up swap entry splitting | Kairui Song |
| 2025-08-02 | mm/shmem, swap: tidy up THP swapin checks | Kairui Song |
| 2025-08-02 | mm/shmem, swap: avoid redundant Xarray lookup during swapin | Kairui Song |
| 2025-08-02 | mm: shmem: fix the shmem large folio allocation for the i915 driver | Baolin Wang |
| 2025-08-02 | mm/shmem, swap: improve cached mTHP handling and fix potential hang | Kairui Song |
| 2025-07-31 | Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
| 2025-07-28 | Merge tag 'vfs-6.17-rc1.fileattr' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
| 2025-07-28 | Merge tag 'vfs-6.17-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
| 2025-07-28 | Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro... | Linus Torvalds |
| 2025-07-24 | mm/shmem: writeout free swap if swap_writeout() reactivates | Hugh Dickins |
| 2025-07-24 | mm/shmem: hold shmem_swaplist spinlock (not mutex) much less | Hugh Dickins |
| 2025-07-16 | fs: change write_begin/write_end interface to take struct kiocb * | Taotao Chen |
| 2025-07-09 | mm: update core kernel code to use vm_flags_t consistently | Lorenzo Stoakes |
| 2025-07-09 | mm: stop passing a writeback_control structure to swap_writeout | Christoph Hellwig |
| 2025-07-09 | mm: stop passing a writeback_control structure to shmem_writeout | Christoph Hellwig |
| 2025-07-04 | tree-wide: s/struct fileattr/struct file_kattr/g | Christian Brauner |
| 2025-06-19 | mm/shmem, swap: fix softlockup with mTHP swapin | Kairui Song |
| 2025-06-11 | shmem: no dentry retention past the refcount reaching zero | Al Viro |
| 2025-06-10 | new helper: set_default_d_op() | Al Viro |
| 2025-06-02 | Merge tag 'mm-stable-2025-06-01-14-06' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
| 2025-05-31 | mm/shmem: remove unneeded xa_is_value() check in shmem_unuse_swap_entries() | Kemeng Shi |
| 2025-05-31 | mm: shmem: only remove inode from swaplist when it's swapped page count is 0 | Kemeng Shi |
| 2025-05-31 | mm/shmem: fix potential dead loop in shmem_unuse() | Kemeng Shi |
| 2025-05-31 | mm: shmem: add missing shmem_unacct_size() in __shmem_file_setup() | Kemeng Shi |
| 2025-05-31 | mm: shmem: avoid unpaired folio_unlock() in shmem_swapin_folio() | Kemeng Shi |
| 2025-04-07 | mm: Remove swap_writepage() and shmem_writepage() | Matthew Wilcox (Oracle) |
| 2025-04-07 | shmem: Add shmem_writeout() | Matthew Wilcox (Oracle) |
| 2025-04-01 | Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
| 2025-03-24 | Merge tag 'vfs-6.15-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
| 2025-03-21 | mm/hwpoison: introduce folio_contain_hwpoisoned_page() helper | Jinjiang Tu |
| 2025-03-17 | mm/shmem: fix functions documentation | Enrico Bravi |