index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
shmem.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-06-28
1
-2
/
+5
|
\
|
*
shmem: use ramfs_kill_sb() for kill_sb method of ramfs-based tmpfs
Roberto Sassu
2023-06-19
1
-1
/
+1
|
*
mm: shmem: fix UAF bug in shmem_show_options()
Tu Jinjiang
2023-06-09
1
-1
/
+4
*
|
shmem: Implement splice-read
David Howells
2023-05-24
1
-1
/
+133
|
/
*
Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-04-27
1
-50
/
+87
|
\
|
*
shmem: restrict noswap option to initial user namespace
Christian Brauner
2023-04-27
1
-0
/
+4
|
*
userfaultfd: convert mfill_atomic() to use a folio
ZhangPeng
2023-04-18
1
-8
/
+8
|
*
mm: userfaultfd: combine 'mode' and 'wp_copy' arguments
Axel Rasmussen
2023-04-05
1
-4
/
+3
|
*
mm: userfaultfd: don't pass around both mm and vma
Axel Rasmussen
2023-04-05
1
-4
/
+3
|
*
mm: return an ERR_PTR from __filemap_get_folio
Christoph Hellwig
2023-04-05
1
-2
/
+2
|
*
shmem: open code the page cache lookup in shmem_get_folio_gfp
Christoph Hellwig
2023-04-05
1
-4
/
+10
|
*
shmem: shmem_get_partial_folio use filemap_get_entry
Hugh Dickins
2023-04-05
1
-5
/
+12
|
*
shmem: add support to ignore swap
Luis Chamberlain
2023-03-28
1
-1
/
+27
|
*
shmem: skip page split if we're not reclaiming
Luis Chamberlain
2023-03-28
1
-4
/
+6
|
*
shmem: move reclaim check early on writepages()
Luis Chamberlain
2023-03-28
1
-12
/
+10
|
*
shmem: set shmem_writepage() variables early
Luis Chamberlain
2023-03-28
1
-6
/
+3
|
*
shmem: remove check for folio lock on writepage()
Luis Chamberlain
2023-03-28
1
-1
/
+0
*
|
fs: drop unused posix acl handlers
Christian Brauner
2023-03-06
1
-4
/
+0
|
/
*
Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-02-23
1
-43
/
+62
|
\
|
*
shmem: fix W=1 build warnings with CONFIG_SHMEM=n
Matthew Wilcox (Oracle)
2023-02-09
1
-1
/
+1
|
*
shmem: add shmem_read_folio() and shmem_read_folio_gfp()
Matthew Wilcox (Oracle)
2023-02-09
1
-12
/
+24
|
*
mm: replace vma->vm_flags direct modifications with modifier calls
Suren Baghdasaryan
2023-02-09
1
-1
/
+1
|
*
mm: fix khugepaged with shmem_enabled=advise
David Stevens
2023-02-02
1
-9
/
+9
|
*
shmem: convert shmem_write_end() to use a folio
Matthew Wilcox (Oracle)
2023-02-02
1
-20
/
+10
|
*
swap: avoid holding swap reference in swap_cache_get_folio
Kairui Song
2023-01-18
1
-0
/
+11
|
*
mm/memfd: add F_SEAL_EXEC
Daniel Verkamp
2023-01-18
1
-0
/
+6
*
|
Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2023-02-20
1
-30
/
+39
|
\
\
|
|
/
|
/
|
|
*
shmem: support idmapped mounts for tmpfs
Giuseppe Scrivano
2023-01-20
1
-19
/
+28
|
*
fs: port inode_init_owner() to mnt_idmap
Christian Brauner
2023-01-19
1
-1
/
+1
|
*
fs: port xattr to mnt_idmap
Christian Brauner
2023-01-19
1
-1
/
+1
|
*
fs: port ->fileattr_set() to pass mnt_idmap
Christian Brauner
2023-01-19
1
-1
/
+1
|
*
fs: port ->set_acl() to pass mnt_idmap
Christian Brauner
2023-01-19
1
-1
/
+1
|
*
fs: port ->tmpfile() to pass mnt_idmap
Christian Brauner
2023-01-19
1
-1
/
+1
|
*
fs: port ->rename() to pass mnt_idmap
Christian Brauner
2023-01-19
1
-3
/
+3
|
*
fs: port ->mknod() to pass mnt_idmap
Christian Brauner
2023-01-19
1
-4
/
+4
|
*
fs: port ->mkdir() to pass mnt_idmap
Christian Brauner
2023-01-19
1
-1
/
+1
|
*
fs: port ->symlink() to pass mnt_idmap
Christian Brauner
2023-01-19
1
-1
/
+1
|
*
fs: port ->create() to pass mnt_idmap
Christian Brauner
2023-01-19
1
-1
/
+1
|
*
fs: port ->getattr() to pass mnt_idmap
Christian Brauner
2023-01-19
1
-2
/
+2
|
*
fs: port ->setattr() to pass mnt_idmap
Christian Brauner
2023-01-19
1
-3
/
+3
*
|
mm/shmem: restore SHMEM_HUGE_DENY precedence over MADV_COLLAPSE
Zach O'Keefe
2023-01-11
1
-4
/
+2
|
/
*
Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-12-13
1
-20
/
+34
|
\
|
*
Merge branch 'mm-hotfixes-stable' into mm-stable
Andrew Morton
2022-12-09
1
-0
/
+11
|
|
\
|
*
|
mm: anonymous shared memory naming
Pasha Tatashin
2022-11-30
1
-4
/
+25
|
*
|
mm: use pte markers for swap errors
Peter Xu
2022-11-30
1
-1
/
+1
|
*
|
tmpfs: ensure O_LARGEFILE with generic_file_open()
Thomas Weißschuh
2022-11-08
1
-0
/
+1
|
*
|
mm/shmem: remove unneeded assignments in shmem_get_folio_gfp()
Lukas Bulwahn
2022-11-08
1
-2
/
+1
|
*
|
filemap: find_get_entries() now updates start offset
Vishal Moola (Oracle)
2022-11-08
1
-7
/
+4
|
*
|
filemap: find_lock_entries() now updates start offset
Vishal Moola (Oracle)
2022-11-08
1
-6
/
+2
*
|
|
Merge tag 'fs.xattr.simple.rework.rbtree.rwlock.v6.2' of git://git.kernel.org...
Linus Torvalds
2022-12-13
1
-1
/
+1
|
\
\
\
[next]