index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
fuse
Age
Commit message (
Expand
)
Author
Lines
2025-05-29
fuse: don't allow signals to interrupt getdents copying
Miklos Szeredi
-2
/
+2
2025-05-29
fuse: support large folios for writeback
Joanne Koong
-4
/
+8
2025-05-29
fuse: support large folios for readahead
Joanne Koong
-9
/
+29
2025-05-29
fuse: support large folios for queued writes
Joanne Koong
-4
/
+7
2025-05-29
fuse: support large folios for stores
Joanne Koong
-7
/
+12
2025-05-29
fuse: support large folios for symlinks
Joanne Koong
-4
/
+4
2025-05-29
fuse: support large folios for folio reads
Joanne Koong
-1
/
+1
2025-05-29
fuse: support large folios for writethrough writes
Joanne Koong
-5
/
+10
2025-05-29
fuse: refactor fuse_fill_write_pages()
Joanne Koong
-12
/
+10
2025-05-29
fuse: support large folios for retrieves
Joanne Koong
-10
/
+15
2025-05-29
fuse: support copying large folios
Joanne Koong
-50
/
+49
2025-05-26
Merge tag 'vfs-6.16-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-3
/
+3
2025-05-15
fs: Pass a folio to page_put_link()
Matthew Wilcox (Oracle)
-1
/
+1
2025-05-15
fuse: don't allow signals to interrupt getdents copying
Miklos Szeredi
-2
/
+2
2025-05-15
fs: fuse: add dev id to /dev/fuse fdinfo
Chen Linxuan
-0
/
+15
2025-05-12
fuse: drop usage of folio_index
Kairui Song
-2
/
+2
2025-05-12
fuse: fix race between concurrent setattrs from multiple nodes
Guang Yuan Wu
-0
/
+11
2025-05-05
saner calling conventions for ->d_automount()
Al Viro
-3
/
+0
2025-04-15
fuse: remove tmp folio for writebacks and internal rb tree
Joanne Koong
-339
/
+28
2025-04-15
fuse: optimize over-io-uring request expiration check
Joanne Koong
-7
/
+22
2025-04-15
fuse: use boolean bit-fields in struct fuse_copy_state
Joanne Koong
-16
/
+16
2025-04-15
fuse: Convert 'write' to a bit-field in struct fuse_copy_state
Joanne Koong
-1
/
+1
2025-04-15
fuse: add more control over cache invalidation behaviour
Luis Henriques
-5
/
+45
2025-04-15
fuse: Move prefaulting out of hot write path
Dave Hansen
-4
/
+10
2025-04-14
fuse: change 'unsigned' to 'unsigned int'
Jiale Yang
-7
/
+7
2025-04-07
virtiofs: add filesystem context source name check
Xiangsheng Hou
-0
/
+3
2025-04-02
Merge tag 'fuse-update-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-38
/
+322
2025-04-01
Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-32
/
+7
2025-03-31
fuse: remove unneeded atomic set in uring creation
Joanne Koong
-1
/
+0
2025-03-31
fuse: fix uring race condition for null dereference of fc
Joanne Koong
-2
/
+2
2025-03-31
fuse: Increase FUSE_NAME_MAX to PATH_MAX
Bernd Schubert
-5
/
+20
2025-03-31
fuse: Allocate only namelen buf memory in fuse_notify_
Bernd Schubert
-12
/
+14
2025-03-31
fuse: add default_request_timeout and max_request_timeout sysctls
Joanne Koong
-5
/
+65
2025-03-31
fuse: add kernel-enforced timeout option for requests
Joanne Koong
-1
/
+170
2025-03-31
fuse: optmize missing FUSE_LINK support
Miklos Szeredi
-1
/
+11
2025-03-31
fuse: Return EPERM rather than ENOSYS from link()
Matt Johnston
-0
/
+2
2025-03-31
fuse: removed unused function fuse_uring_create() from header
Luis Henriques
-6
/
+0
2025-03-31
fuse: {io-uring} Fix a possible req cancellation race
Bernd Schubert
-13
/
+46
2025-03-24
Merge tag 'vfs-6.15-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
-18
/
+32
2025-03-19
fuse: fix possible deadlock if rings are never initialized
Luis Henriques
-1
/
+1
2025-03-19
fuse: fix uring race condition for null dereference of fc
Joanne Koong
-2
/
+2
2025-03-17
fs/dax: properly refcount fs dax pages
Alistair Popple
-2
/
+1
2025-03-17
fs/dax: create a common implementation to break DAX layouts
Alistair Popple
-24
/
+3
2025-03-17
fs/dax: refactor wait for dax idle page
Alistair Popple
-3
/
+1
2025-03-17
fuse: fix dax truncate/punch_hole fault path
Alistair Popple
-4
/
+3
2025-03-06
fs/pipe: add simpler helpers for common cases
Linus Torvalds
-1
/
+1
2025-03-06
fs/pipe: fix pipe buffer index use in FUSE
Linus Torvalds
-7
/
+6
2025-03-05
fuse: return correct dentry for ->mkdir
NeilBrown
-17
/
+31
2025-02-27
Change inode_operations.mkdir to return struct dentry *
NeilBrown
-3
/
+3
2025-02-20
fuse: don't truncate cached, mutated symlink
Miklos Szeredi
-1
/
+1
[prev]
[next]