index
:
pub/scm/linux/kernel/git/ash/linux.git
master
perf, intel_pt, etc
Alexander Shishkin
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
shmem.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-27
Merge tag 'mm-stable-2026-08-26-15-22' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-5
/
+24
2026-08-24
mm/swap: add a new swap_ops.h header to allow for pluggable swap ops
Christoph Hellwig
1
-0
/
+1
2026-08-24
mm/swap: introduce struct swap_io_ctx
Christoph Hellwig
1
-4
/
+9
2026-08-24
shmem: provide a shmem_write_folio wrapper
Christoph Hellwig
1
-1
/
+6
2026-08-24
mm: shmem: reject page-aligned fallocate end overflow
Zhiling Zou
1
-1
/
+9
2026-08-20
Merge tag 'mm-stable-2026-08-18-18-39' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-12
/
+18
2026-08-17
Merge tag 'vfs-7.3-rc1.lookup' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+1
2026-08-06
mm/shmem: downgrade final i_blocks check in shmem_evict_inode() to pr_warn()
Jiacheng Yu
1
-1
/
+4
2026-08-04
mm/vma: use vma_start_pgoff(), linear_page_index() in mm code
Lorenzo Stoakes
1
-4
/
+5
2026-08-04
mm/shmem: annotate benign data-race in shmem_getattr()
Jaeyeon Lee
1
-1
/
+2
2026-07-31
Remove excl arg to ->create inode_operation
NeilBrown
1
-1
/
+1
2026-07-30
mm/shmem: fix data-race in shmem_fault
yahia ahmed
1
-6
/
+6
2026-07-28
tmpfs: zero unused folio tail for long symlinks
Yousef Alhouseen
1
-0
/
+1
2026-07-23
fs: push nr_cached_objects memcg gating into individual filesystems
Usama Arif
1
-0
/
+10
2026-06-19
Merge tag 'mm-stable-2026-06-18-09-26' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-156
/
+116
2026-06-06
simpe_xattr: use per-sb cache
Miklos Szeredi
1
-4
/
+9
2026-06-06
simple_xattr: change interface to pass struct simple_xattrs **
Miklos Szeredi
1
-24
/
+10
2026-06-06
tmpfs: simplify constructing "security.foo" xattr names
Miklos Szeredi
1
-9
/
+2
2026-06-04
mm: shmem: refactor thpsize_shmem_enabled_show() with helper arrays
Ran Xiaokai
1
-12
/
+22
2026-06-04
mm: shmem: refactor thpsize_shmem_enabled_store() with sysfs_match_string()
Ran Xiaokai
1
-46
/
+59
2026-06-02
mm, swap: unify large folio allocation
Kairui Song
1
-68
/
+32
2026-06-02
mm/huge_memory: move THP gfp limit helper into header
Kairui Song
1
-27
/
+3
2026-05-28
Revert "tmpfs: don't enable large folios if not supported"
Baolin Wang
1
-4
/
+1
2026-04-19
Merge tag 'mm-stable-2026-04-18-02-14' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-93
/
+79
2026-04-18
shmem, userfaultfd: implement shmem uffd operations using vm_uffd_ops
Mike Rapoport (Microsoft)
1
-93
/
+51
2026-04-18
shmem, userfaultfd: use a VMA callback to handle UFFDIO_CONTINUE
Mike Rapoport (Microsoft)
1
-1
/
+14
2026-04-18
userfaultfd: introduce vm_uffd_ops
Mike Rapoport (Microsoft)
1
-0
/
+15
2026-04-15
Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-12
/
+5
2026-04-05
mm: introduce is_pmd_order helper
Nico Pache
1
-2
/
+1
2026-04-05
mm: reintroduce vma_flags_test() as a singular flag test
Lorenzo Stoakes (Oracle)
1
-2
/
+2
2026-04-05
mm: rename VMA flag helpers to be more readable
Lorenzo Stoakes (Oracle)
1
-2
/
+2
2026-04-05
folio_batch: rename PAGEVEC_SIZE to FOLIO_BATCH_SIZE
Tal Zussman
1
-2
/
+2
2026-04-05
folio_batch: rename pagevec.h to folio_batch.h
Tal Zussman
1
-1
/
+1
2026-04-05
mm/shmem: remove unnecessary restrain unmask of swap gfp flags
Kairui Song
1
-7
/
+1
2026-02-23
shmem: adapt to rhashtable-based simple_xattrs with lazy allocation
Christian Brauner
1
-13
/
+31
2026-02-23
xattr: add rhashtable-based simple_xattr infrastructure
Christian Brauner
1
-1
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-1
/
+1
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-1
/
+1
2026-02-18
Merge tag 'mm-stable-2026-02-18-19-48' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-27
/
+34
2026-02-12
mm: update shmem_[kernel]_file_*() functions to use vma_flags_t
Lorenzo Stoakes
1
-27
/
+34
2026-02-12
Merge tag 'mm-stable-2026-02-11-19-22' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-54
/
+36
2026-02-09
Merge tag 'vfs-7.0-rc1.leases' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+2
2026-02-06
mm: add SPDX id lines to some mm source files
Tim Bird
1
-2
/
+1
2026-02-02
mm, shmem: prevent infinite loop on truncate race
Kairui Song
1
-9
/
+14
2026-01-31
mm, swap: cleanup swap entry management workflow
Kairui Song
1
-5
/
+5
2026-01-31
mm/shmem, swap: remove SWAP_MAP_SHMEM
Nhat Pham
1
-1
/
+1
2026-01-31
mm/shmem: never bypass the swap cache for SWP_SYNCHRONOUS_IO
Kairui Song
1
-47
/
+18
2026-01-31
Merge branch 'mm-hotfixes-stable' into mm-stable to pick up "mm/shmem,
Andrew Morton
1
-11
/
+34
2026-01-26
mm/shmem, swap: fix race of truncate and swap entry split
Kairui Song
1
-11
/
+34
2026-01-20
mm/shmem: add mTHP swpout fallback statistics in shmem_writeout()
Weilin Tong
1
-0
/
+12
[next]