index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
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-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
|
\
\
\
|
*
|
|
xattr: use rbtree for simple_xattrs
Christian Brauner
2022-11-12
1
-1
/
+1
*
|
|
|
Merge tag 'fs.acl.rework.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2022-12-12
1
-1
/
+1
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
fs: pass dentry to set acl method
Christian Brauner
2022-10-19
1
-1
/
+1
|
|
/
/
*
|
/
tmpfs: fix data loss from failed fallocate
Hugh Dickins
2022-12-09
1
-0
/
+11
|
|
/
|
/
|
*
|
mm/shmem: ensure proper fallback if page faults
Ira Weiny
2022-10-28
1
-0
/
+17
|
/
*
treewide: use get_random_u32() when possible
Jason A. Donenfeld
2022-10-11
1
-1
/
+1
*
Merge tag 'pull-tmpfile' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2022-10-10
1
-3
/
+3
|
\
|
*
vfs: open inside ->tmpfile()
Miklos Szeredi
2022-09-24
1
-3
/
+3
*
|
mm/shmem: add flag to enforce shmem THP in hugepage_vma_check()
Zach O'Keefe
2022-10-03
1
-8
/
+10
*
|
tmpfs: add support for an i_version counter
Jeff Layton
2022-10-03
1
-3
/
+28
*
|
shmem: remove shmem_getpage()
Matthew Wilcox (Oracle)
2022-10-03
1
-14
/
+1
*
|
khugepaged: call shmem_get_folio()
Matthew Wilcox (Oracle)
2022-10-03
1
-2
/
+2
*
|
shmem: convert shmem_get_link() to use a folio
Matthew Wilcox (Oracle)
2022-10-03
1
-16
/
+17
*
|
shmem: convert shmem_symlink() to use a folio
Matthew Wilcox (Oracle)
2022-10-03
1
-7
/
+7
*
|
shmem: convert shmem_fallocate() to use a folio
Matthew Wilcox (Oracle)
2022-10-03
1
-19
/
+17
*
|
shmem: convert shmem_file_read_iter() to use shmem_get_folio()
Matthew Wilcox (Oracle)
2022-10-03
1
-9
/
+11
*
|
shmem: convert shmem_write_begin() to use shmem_get_folio()
Matthew Wilcox (Oracle)
2022-10-03
1
-3
/
+5
*
|
shmem: convert shmem_get_partial_folio() to use shmem_get_folio()
Matthew Wilcox (Oracle)
2022-10-03
1
-5
/
+4
[next]