summaryrefslogtreecommitdiff
path: root/mm/shmem.c
AgeCommit message (Expand)Author
3 daysmm: move drivers/char/mem.c to mm/char-mem.cLorenzo Stoakes (ARM)
3 daysmm/shmem: split large folios only on -E2BIGXueyuan Chen
3 daysmm, swap: distinguish a malformed swap entry from a dying deviceBreno Leitao
3 daysmm: shmem: make unused huge shrinker memcg awareQi Zheng
3 daysmm: shmem: move unused huge shrinklist queuing past the truncation checkQi Zheng
3 daystmpfs: fix unicode_map leaks in casefold option handlingKazuki Hanai
13 daysMerge tag 'mm-stable-2026-08-26-15-22' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2026-08-24mm/swap: add a new swap_ops.h header to allow for pluggable swap opsChristoph Hellwig
2026-08-24mm/swap: introduce struct swap_io_ctxChristoph Hellwig
2026-08-24shmem: provide a shmem_write_folio wrapperChristoph Hellwig
2026-08-24mm: shmem: reject page-aligned fallocate end overflowZhiling Zou
2026-08-20Merge tag 'mm-stable-2026-08-18-18-39' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2026-08-17Merge tag 'vfs-7.3-rc1.lookup' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-08-06mm/shmem: downgrade final i_blocks check in shmem_evict_inode() to pr_warn()Jiacheng Yu
2026-08-04mm/vma: use vma_start_pgoff(), linear_page_index() in mm codeLorenzo Stoakes
2026-08-04mm/shmem: annotate benign data-race in shmem_getattr()Jaeyeon Lee
2026-07-31Remove excl arg to ->create inode_operationNeilBrown
2026-07-30mm/shmem: fix data-race in shmem_faultyahia ahmed
2026-07-28tmpfs: zero unused folio tail for long symlinksYousef Alhouseen
2026-07-23fs: push nr_cached_objects memcg gating into individual filesystemsUsama Arif
2026-06-19Merge tag 'mm-stable-2026-06-18-09-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2026-06-06simpe_xattr: use per-sb cacheMiklos Szeredi
2026-06-06simple_xattr: change interface to pass struct simple_xattrs **Miklos Szeredi
2026-06-06tmpfs: simplify constructing "security.foo" xattr namesMiklos Szeredi
2026-06-04mm: shmem: refactor thpsize_shmem_enabled_show() with helper arraysRan Xiaokai
2026-06-04mm: shmem: refactor thpsize_shmem_enabled_store() with sysfs_match_string()Ran Xiaokai
2026-06-02mm, swap: unify large folio allocationKairui Song
2026-06-02mm/huge_memory: move THP gfp limit helper into headerKairui Song
2026-05-28Revert "tmpfs: don't enable large folios if not supported"Baolin Wang
2026-04-19Merge tag 'mm-stable-2026-04-18-02-14' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2026-04-18shmem, userfaultfd: implement shmem uffd operations using vm_uffd_opsMike Rapoport (Microsoft)
2026-04-18shmem, userfaultfd: use a VMA callback to handle UFFDIO_CONTINUEMike Rapoport (Microsoft)
2026-04-18userfaultfd: introduce vm_uffd_opsMike Rapoport (Microsoft)
2026-04-15Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2026-04-05mm: introduce is_pmd_order helperNico Pache
2026-04-05mm: reintroduce vma_flags_test() as a singular flag testLorenzo Stoakes (Oracle)
2026-04-05mm: rename VMA flag helpers to be more readableLorenzo Stoakes (Oracle)
2026-04-05folio_batch: rename PAGEVEC_SIZE to FOLIO_BATCH_SIZETal Zussman
2026-04-05folio_batch: rename pagevec.h to folio_batch.hTal Zussman
2026-04-05mm/shmem: remove unnecessary restrain unmask of swap gfp flagsKairui Song
2026-02-23shmem: adapt to rhashtable-based simple_xattrs with lazy allocationChristian Brauner
2026-02-23xattr: add rhashtable-based simple_xattr infrastructureChristian Brauner
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-18Merge tag 'mm-stable-2026-02-18-19-48' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2026-02-12mm: update shmem_[kernel]_file_*() functions to use vma_flags_tLorenzo Stoakes
2026-02-12Merge tag 'mm-stable-2026-02-11-19-22' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2026-02-09Merge tag 'vfs-7.0-rc1.leases' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-02-06mm: add SPDX id lines to some mm source filesTim Bird
2026-02-02mm, shmem: prevent infinite loop on truncate raceKairui Song