index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
shmem.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-04-28
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-19
1
-8
/
+8
|
*
mm: userfaultfd: combine 'mode' and 'wp_copy' arguments
Axel Rasmussen
2023-04-06
1
-4
/
+3
|
*
mm: userfaultfd: don't pass around both mm and vma
Axel Rasmussen
2023-04-06
1
-4
/
+3
|
*
mm: return an ERR_PTR from __filemap_get_folio
Christoph Hellwig
2023-04-06
1
-2
/
+2
|
*
shmem: open code the page cache lookup in shmem_get_folio_gfp
Christoph Hellwig
2023-04-06
1
-4
/
+10
|
*
shmem: shmem_get_partial_folio use filemap_get_entry
Hugh Dickins
2023-04-06
1
-5
/
+12
|
*
shmem: add support to ignore swap
Luis Chamberlain
2023-03-29
1
-1
/
+27
|
*
shmem: skip page split if we're not reclaiming
Luis Chamberlain
2023-03-29
1
-4
/
+6
|
*
shmem: move reclaim check early on writepages()
Luis Chamberlain
2023-03-29
1
-12
/
+10
|
*
shmem: set shmem_writepage() variables early
Luis Chamberlain
2023-03-29
1
-6
/
+3
|
*
shmem: remove check for folio lock on writepage()
Luis Chamberlain
2023-03-29
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-24
1
-43
/
+62
|
\
|
*
shmem: fix W=1 build warnings with CONFIG_SHMEM=n
Matthew Wilcox (Oracle)
2023-02-10
1
-1
/
+1
|
*
shmem: add shmem_read_folio() and shmem_read_folio_gfp()
Matthew Wilcox (Oracle)
2023-02-10
1
-12
/
+24
|
*
mm: replace vma->vm_flags direct modifications with modifier calls
Suren Baghdasaryan
2023-02-10
1
-1
/
+1
|
*
mm: fix khugepaged with shmem_enabled=advise
David Stevens
2023-02-03
1
-9
/
+9
|
*
shmem: convert shmem_write_end() to use a folio
Matthew Wilcox (Oracle)
2023-02-03
1
-20
/
+10
|
*
swap: avoid holding swap reference in swap_cache_get_folio
Kairui Song
2023-01-19
1
-0
/
+11
|
*
mm/memfd: add F_SEAL_EXEC
Daniel Verkamp
2023-01-19
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-12
1
-4
/
+2
|
/
*
Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-12-14
1
-20
/
+34
|
\
|
*
Merge branch 'mm-hotfixes-stable' into mm-stable
Andrew Morton
2022-12-10
1
-0
/
+11
|
|
\
|
*
|
mm: anonymous shared memory naming
Pasha Tatashin
2022-12-01
1
-4
/
+25
|
*
|
mm: use pte markers for swap errors
Peter Xu
2022-12-01
1
-1
/
+1
|
*
|
tmpfs: ensure O_LARGEFILE with generic_file_open()
Thomas Weißschuh
2022-11-09
1
-0
/
+1
|
*
|
mm/shmem: remove unneeded assignments in shmem_get_folio_gfp()
Lukas Bulwahn
2022-11-09
1
-2
/
+1
|
*
|
filemap: find_get_entries() now updates start offset
Vishal Moola (Oracle)
2022-11-09
1
-7
/
+4
|
*
|
filemap: find_lock_entries() now updates start offset
Vishal Moola (Oracle)
2022-11-09
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-13
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-10
1
-0
/
+11
|
|
/
|
/
|
[next]