index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
shmem.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-03-28
shmem: skip page split if we're not reclaiming
Luis Chamberlain
1
-4
/
+6
2023-03-28
shmem: move reclaim check early on writepages()
Luis Chamberlain
1
-12
/
+10
2023-03-28
shmem: set shmem_writepage() variables early
Luis Chamberlain
1
-6
/
+3
2023-03-28
shmem: remove check for folio lock on writepage()
Luis Chamberlain
1
-1
/
+0
2023-03-06
fs: drop unused posix acl handlers
Christian Brauner
1
-4
/
+0
2023-02-23
Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-43
/
+62
2023-02-20
Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-30
/
+39
2023-02-09
shmem: fix W=1 build warnings with CONFIG_SHMEM=n
Matthew Wilcox (Oracle)
1
-1
/
+1
2023-02-09
shmem: add shmem_read_folio() and shmem_read_folio_gfp()
Matthew Wilcox (Oracle)
1
-12
/
+24
2023-02-09
mm: replace vma->vm_flags direct modifications with modifier calls
Suren Baghdasaryan
1
-1
/
+1
2023-02-02
mm: fix khugepaged with shmem_enabled=advise
David Stevens
1
-9
/
+9
2023-02-02
shmem: convert shmem_write_end() to use a folio
Matthew Wilcox (Oracle)
1
-20
/
+10
2023-01-20
shmem: support idmapped mounts for tmpfs
Giuseppe Scrivano
1
-19
/
+28
2023-01-19
fs: port inode_init_owner() to mnt_idmap
Christian Brauner
1
-1
/
+1
2023-01-19
fs: port xattr to mnt_idmap
Christian Brauner
1
-1
/
+1
2023-01-19
fs: port ->fileattr_set() to pass mnt_idmap
Christian Brauner
1
-1
/
+1
2023-01-19
fs: port ->set_acl() to pass mnt_idmap
Christian Brauner
1
-1
/
+1
2023-01-19
fs: port ->tmpfile() to pass mnt_idmap
Christian Brauner
1
-1
/
+1
2023-01-19
fs: port ->rename() to pass mnt_idmap
Christian Brauner
1
-3
/
+3
2023-01-19
fs: port ->mknod() to pass mnt_idmap
Christian Brauner
1
-4
/
+4
2023-01-19
fs: port ->mkdir() to pass mnt_idmap
Christian Brauner
1
-1
/
+1
2023-01-19
fs: port ->symlink() to pass mnt_idmap
Christian Brauner
1
-1
/
+1
2023-01-19
fs: port ->create() to pass mnt_idmap
Christian Brauner
1
-1
/
+1
2023-01-19
fs: port ->getattr() to pass mnt_idmap
Christian Brauner
1
-2
/
+2
2023-01-19
fs: port ->setattr() to pass mnt_idmap
Christian Brauner
1
-3
/
+3
2023-01-18
swap: avoid holding swap reference in swap_cache_get_folio
Kairui Song
1
-0
/
+11
2023-01-18
mm/memfd: add F_SEAL_EXEC
Daniel Verkamp
1
-0
/
+6
2023-01-11
mm/shmem: restore SHMEM_HUGE_DENY precedence over MADV_COLLAPSE
Zach O'Keefe
1
-4
/
+2
2022-12-13
Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-20
/
+34
2022-12-13
Merge tag 'fs.xattr.simple.rework.rbtree.rwlock.v6.2' of git://git.kernel.org...
Linus Torvalds
1
-1
/
+1
2022-12-12
Merge tag 'fs.acl.rework.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+1
2022-12-09
Merge branch 'mm-hotfixes-stable' into mm-stable
Andrew Morton
1
-0
/
+11
2022-12-09
tmpfs: fix data loss from failed fallocate
Hugh Dickins
1
-0
/
+11
2022-11-30
mm: anonymous shared memory naming
Pasha Tatashin
1
-4
/
+25
2022-11-30
mm: use pte markers for swap errors
Peter Xu
1
-1
/
+1
2022-11-12
xattr: use rbtree for simple_xattrs
Christian Brauner
1
-1
/
+1
2022-11-08
tmpfs: ensure O_LARGEFILE with generic_file_open()
Thomas Weißschuh
1
-0
/
+1
2022-11-08
mm/shmem: remove unneeded assignments in shmem_get_folio_gfp()
Lukas Bulwahn
1
-2
/
+1
2022-11-08
filemap: find_get_entries() now updates start offset
Vishal Moola (Oracle)
1
-7
/
+4
2022-11-08
filemap: find_lock_entries() now updates start offset
Vishal Moola (Oracle)
1
-6
/
+2
2022-10-28
mm/shmem: ensure proper fallback if page faults
Ira Weiny
1
-0
/
+17
2022-10-19
fs: pass dentry to set acl method
Christian Brauner
1
-1
/
+1
2022-10-11
treewide: use get_random_u32() when possible
Jason A. Donenfeld
1
-1
/
+1
2022-10-10
Merge tag 'pull-tmpfile' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-3
/
+3
2022-10-03
mm/shmem: add flag to enforce shmem THP in hugepage_vma_check()
Zach O'Keefe
1
-8
/
+10
2022-10-03
tmpfs: add support for an i_version counter
Jeff Layton
1
-3
/
+28
2022-10-03
shmem: remove shmem_getpage()
Matthew Wilcox (Oracle)
1
-14
/
+1
2022-10-03
khugepaged: call shmem_get_folio()
Matthew Wilcox (Oracle)
1
-2
/
+2
2022-10-03
shmem: convert shmem_get_link() to use a folio
Matthew Wilcox (Oracle)
1
-16
/
+17
2022-10-03
shmem: convert shmem_symlink() to use a folio
Matthew Wilcox (Oracle)
1
-7
/
+7
[prev]
[next]