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-08-29
Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-8
/
+7
2023-08-28
Merge tag 'v6.6-vfs.tmpfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-222
/
+603
2023-08-28
Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-15
/
+15
2023-08-24
mm/swap: inline folio_set_swap_entry() and folio_swap_entry()
David Hildenbrand
1
-3
/
+3
2023-08-24
merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes
Andrew Morton
1
-2
/
+4
2023-08-24
shmem: fix smaps BUG sleeping while atomic
Hugh Dickins
1
-2
/
+4
2023-08-22
tmpfs,xattr: GFP_KERNEL_ACCOUNT for simple xattrs
Hugh Dickins
1
-1
/
+1
2023-08-21
mm/shmem.c: use helper macro K()
ZhangPeng
1
-2
/
+1
2023-08-18
mm: make PTE_MARKER_SWAPIN_ERROR more general
Axel Rasmussen
1
-2
/
+2
2023-08-18
mm: increase usage of folio_next_index() helper
Sidhartha Kumar
1
-1
/
+1
2023-08-11
tmpfs: trivial support for direct IO
Hugh Dickins
1
-2
/
+30
2023-08-11
tmpfs: add support for multigrain timestamps
Jeff Layton
1
-1
/
+1
2023-08-10
tmpfs,xattr: enable limited user extended attributes
Hugh Dickins
1
-9
/
+69
2023-08-09
tmpfs: track free_ispace instead of free_inodes
Hugh Dickins
1
-16
/
+17
2023-08-09
xattr: simple_xattr_set() return old_xattr to be freed
Hugh Dickins
1
-4
/
+6
2023-08-09
tmpfs: verify {g,u}id mount options correctly
Christian Brauner
1
-4
/
+24
2023-08-09
shmem: move spinlock into shmem_recalc_inode() to fix quota support
Hugh Dickins
1
-63
/
+44
2023-08-09
shmem: stable directory offsets
Chuck Lever
1
-7
/
+40
2023-08-09
shmem: Refactor shmem_symlink()
Chuck Lever
1
-10
/
+9
2023-08-09
shmem: fix quota lock nesting in huge hole handling
Hugh Dickins
1
-10
/
+9
2023-08-09
shmem: Add default quota limit mount options
Lukas Czerner
1
-0
/
+61
2023-08-09
shmem: quota support
Carlos Maiolino
1
-8
/
+178
2023-08-09
shmem: make shmem_get_inode() return ERR_PTR instead of NULL
Carlos Maiolino
1
-92
/
+119
2023-08-09
shmem: make shmem_inode_acct_block() return error
Lukas Czerner
1
-8
/
+10
2023-08-09
fs: pass the request_mask to generic_fillattr
Jeff Layton
1
-1
/
+1
2023-07-27
shmem: minor fixes to splice-read implementation
Hugh Dickins
1
-3
/
+6
2023-07-24
shmem: convert to ctime accessor functions
Jeff Layton
1
-10
/
+12
2023-07-10
shmem: convert to simple_rename_timestamp
Jeff Layton
1
-3
/
+1
2023-06-28
Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-2
/
+5
2023-06-19
shmem: use ramfs_kill_sb() for kill_sb method of ramfs-based tmpfs
Roberto Sassu
1
-1
/
+1
2023-06-09
mm: shmem: fix UAF bug in shmem_show_options()
Tu Jinjiang
1
-1
/
+4
2023-05-24
shmem: Implement splice-read
David Howells
1
-1
/
+133
2023-04-27
Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-50
/
+87
2023-04-27
shmem: restrict noswap option to initial user namespace
Christian Brauner
1
-0
/
+4
2023-04-18
userfaultfd: convert mfill_atomic() to use a folio
ZhangPeng
1
-8
/
+8
2023-04-05
mm: userfaultfd: combine 'mode' and 'wp_copy' arguments
Axel Rasmussen
1
-4
/
+3
2023-04-05
mm: userfaultfd: don't pass around both mm and vma
Axel Rasmussen
1
-4
/
+3
2023-04-05
mm: return an ERR_PTR from __filemap_get_folio
Christoph Hellwig
1
-2
/
+2
2023-04-05
shmem: open code the page cache lookup in shmem_get_folio_gfp
Christoph Hellwig
1
-4
/
+10
2023-04-05
shmem: shmem_get_partial_folio use filemap_get_entry
Hugh Dickins
1
-5
/
+12
2023-03-28
shmem: add support to ignore swap
Luis Chamberlain
1
-1
/
+27
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
[next]