summaryrefslogtreecommitdiff
path: root/mm/shmem.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-27Merge tag 'mm-stable-2026-08-26-15-22' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-5/+24
2026-08-24mm/swap: add a new swap_ops.h header to allow for pluggable swap opsChristoph Hellwig1-0/+1
2026-08-24mm/swap: introduce struct swap_io_ctxChristoph Hellwig1-4/+9
2026-08-24shmem: provide a shmem_write_folio wrapperChristoph Hellwig1-1/+6
2026-08-24mm: shmem: reject page-aligned fallocate end overflowZhiling Zou1-1/+9
2026-08-20Merge tag 'mm-stable-2026-08-18-18-39' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-12/+18
2026-08-17Merge tag 'vfs-7.3-rc1.lookup' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2026-08-06mm/shmem: downgrade final i_blocks check in shmem_evict_inode() to pr_warn()Jiacheng Yu1-1/+4
2026-08-04mm/vma: use vma_start_pgoff(), linear_page_index() in mm codeLorenzo Stoakes1-4/+5
2026-08-04mm/shmem: annotate benign data-race in shmem_getattr()Jaeyeon Lee1-1/+2
2026-07-31Remove excl arg to ->create inode_operationNeilBrown1-1/+1
2026-07-30mm/shmem: fix data-race in shmem_faultyahia ahmed1-6/+6
2026-07-28tmpfs: zero unused folio tail for long symlinksYousef Alhouseen1-0/+1
2026-07-23fs: push nr_cached_objects memcg gating into individual filesystemsUsama Arif1-0/+10
2026-06-19Merge tag 'mm-stable-2026-06-18-09-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-156/+116
2026-06-06simpe_xattr: use per-sb cacheMiklos Szeredi1-4/+9
2026-06-06simple_xattr: change interface to pass struct simple_xattrs **Miklos Szeredi1-24/+10
2026-06-06tmpfs: simplify constructing "security.foo" xattr namesMiklos Szeredi1-9/+2
2026-06-04mm: shmem: refactor thpsize_shmem_enabled_show() with helper arraysRan Xiaokai1-12/+22
2026-06-04mm: shmem: refactor thpsize_shmem_enabled_store() with sysfs_match_string()Ran Xiaokai1-46/+59
2026-06-02mm, swap: unify large folio allocationKairui Song1-68/+32
2026-06-02mm/huge_memory: move THP gfp limit helper into headerKairui Song1-27/+3
2026-05-28Revert "tmpfs: don't enable large folios if not supported"Baolin Wang1-4/+1
2026-04-19Merge tag 'mm-stable-2026-04-18-02-14' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-93/+79
2026-04-18shmem, userfaultfd: implement shmem uffd operations using vm_uffd_opsMike Rapoport (Microsoft)1-93/+51
2026-04-18shmem, userfaultfd: use a VMA callback to handle UFFDIO_CONTINUEMike Rapoport (Microsoft)1-1/+14
2026-04-18userfaultfd: introduce vm_uffd_opsMike Rapoport (Microsoft)1-0/+15
2026-04-15Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-12/+5
2026-04-05mm: introduce is_pmd_order helperNico Pache1-2/+1
2026-04-05mm: reintroduce vma_flags_test() as a singular flag testLorenzo Stoakes (Oracle)1-2/+2
2026-04-05mm: rename VMA flag helpers to be more readableLorenzo Stoakes (Oracle)1-2/+2
2026-04-05folio_batch: rename PAGEVEC_SIZE to FOLIO_BATCH_SIZETal Zussman1-2/+2
2026-04-05folio_batch: rename pagevec.h to folio_batch.hTal Zussman1-1/+1
2026-04-05mm/shmem: remove unnecessary restrain unmask of swap gfp flagsKairui Song1-7/+1
2026-02-23shmem: adapt to rhashtable-based simple_xattrs with lazy allocationChristian Brauner1-13/+31
2026-02-23xattr: add rhashtable-based simple_xattr infrastructureChristian Brauner1-1/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-1/+1
2026-02-18Merge tag 'mm-stable-2026-02-18-19-48' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-27/+34
2026-02-12mm: update shmem_[kernel]_file_*() functions to use vma_flags_tLorenzo Stoakes1-27/+34
2026-02-12Merge tag 'mm-stable-2026-02-11-19-22' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-54/+36
2026-02-09Merge tag 'vfs-7.0-rc1.leases' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+2
2026-02-06mm: add SPDX id lines to some mm source filesTim Bird1-2/+1
2026-02-02mm, shmem: prevent infinite loop on truncate raceKairui Song1-9/+14
2026-01-31mm, swap: cleanup swap entry management workflowKairui Song1-5/+5
2026-01-31mm/shmem, swap: remove SWAP_MAP_SHMEMNhat Pham1-1/+1
2026-01-31mm/shmem: never bypass the swap cache for SWP_SYNCHRONOUS_IOKairui Song1-47/+18
2026-01-31Merge branch 'mm-hotfixes-stable' into mm-stable to pick up "mm/shmem,Andrew Morton1-11/+34
2026-01-26mm/shmem, swap: fix race of truncate and swap entry splitKairui Song1-11/+34
2026-01-20mm/shmem: add mTHP swpout fallback statistics in shmem_writeout()Weilin Tong1-0/+12