index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
fuse
/
dev.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-04-02
fuse: clean up device cloning
Miklos Szeredi
1
-20
/
+15
2026-04-02
fuse: add refcount to fuse_dev
Miklos Szeredi
1
-2
/
+7
2026-04-02
fuse: create fuse_dev on /dev/fuse open instead of mount
Miklos Szeredi
1
-29
/
+18
2026-04-02
fuse: check connection state on notification
Miklos Szeredi
1
-0
/
+7
2026-04-02
fuse: fuse_dev_ioctl_clone() should wait for device file to be initialized
Miklos Szeredi
1
-11
/
+8
2026-03-24
fuse: abort on fatal signal during sync init
Miklos Szeredi
1
-1
/
+7
2026-03-03
fuse: use DIV_ROUND_UP() for page count calculations
Joanne Koong
1
-1
/
+1
2026-03-03
fuse: simplify logic in fuse_notify_store() and fuse_retrieve()
Joanne Koong
1
-24
/
+16
2026-03-03
fuse: validate outarg offset and size in notify store/retrieve
Joanne Koong
1
-4
/
+10
2026-03-03
fuse: Check for large folio with SPLICE_F_MOVE
Bernd Schubert
1
-0
/
+3
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-2
/
+2
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-3
/
+2
2025-12-15
fs: use min() or umin() instead of min_t()
David Laight
1
-1
/
+1
2025-11-12
fuse: new work queue to invalidate dentries from old epochs
Luis Henriques
1
-3
/
+4
2025-11-12
fuse: missing copy_finish in fuse-over-io-uring argument copies
Cheng Ding
1
-1
/
+1
2025-10-03
Merge tag 'fuse-update-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-83
/
+144
2025-10-02
Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+1
2025-09-29
Merge tag 'vfs-6.18-rc1.workqueue' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+1
2025-09-25
fuse: move CREATE_TRACE_POINTS to a separate file
Darrick J. Wong
1
-1
/
+0
2025-09-23
fuse: capture the unique id of fuse commands being sent
Darrick J. Wong
1
-4
/
+23
2025-09-19
fs: replace use of system_wq with system_percpu_wq
Marco Crivellari
1
-1
/
+1
2025-09-13
mm: introduce memdesc_flags_t
Matthew Wilcox (Oracle)
1
-1
/
+1
2025-09-05
fuse: add prune notification
Miklos Szeredi
1
-0
/
+39
2025-09-05
fuse: remove redundant calls to fuse_copy_finish() in fuse_notify()
Miklos Szeredi
1
-56
/
+23
2025-09-05
fuse: fix possibly missing fuse_copy_finish() call in fuse_notify()
Miklos Szeredi
1
-1
/
+1
2025-09-02
fuse: fix references to fuse.rst -> fuse/fuse.rst
Miklos Szeredi
1
-1
/
+1
2025-09-02
fuse: allow synchronous FUSE_INIT
Miklos Szeredi
1
-18
/
+53
2025-08-27
fuse: Block access to folio overlimit
Edward Adam Davis
1
-1
/
+1
2025-08-27
virtio_fs: fix the hash table using in virtio_fs_enqueue_req()
Li RongQing
1
-0
/
+1
2025-08-27
fuse: use freezable wait in fuse_get_req()
Sergey Senozhatsky
1
-2
/
+3
2025-05-29
fuse: support large folios for stores
Joanne Koong
1
-7
/
+12
2025-05-29
fuse: support large folios for retrieves
Joanne Koong
1
-10
/
+15
2025-05-29
fuse: support copying large folios
Joanne Koong
1
-49
/
+48
2025-05-15
fs: fuse: add dev id to /dev/fuse fdinfo
Chen Linxuan
1
-0
/
+15
2025-04-15
fuse: optimize over-io-uring request expiration check
Joanne Koong
1
-1
/
+1
2025-04-15
fuse: use boolean bit-fields in struct fuse_copy_state
Joanne Koong
1
-8
/
+8
2025-04-15
fuse: add more control over cache invalidation behaviour
Luis Henriques
1
-0
/
+16
2025-04-02
Merge tag 'fuse-update-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-23
/
+139
2025-03-31
fuse: Increase FUSE_NAME_MAX to PATH_MAX
Bernd Schubert
1
-2
/
+2
2025-03-31
fuse: Allocate only namelen buf memory in fuse_notify_
Bernd Schubert
1
-12
/
+14
2025-03-31
fuse: add default_request_timeout and max_request_timeout sysctls
Joanne Koong
1
-3
/
+0
2025-03-31
fuse: add kernel-enforced timeout option for requests
Joanne Koong
1
-0
/
+101
2025-03-31
fuse: {io-uring} Fix a possible req cancellation race
Bernd Schubert
1
-9
/
+25
2025-03-19
fuse: fix possible deadlock if rings are never initialized
Luis Henriques
1
-1
/
+1
2025-03-06
fs/pipe: add simpler helpers for common cases
Linus Torvalds
1
-1
/
+1
2025-03-06
fs/pipe: fix pipe buffer index use in FUSE
Linus Torvalds
1
-7
/
+6
2025-02-14
fuse: revert back to __readahead_folio() for readahead
Joanne Koong
1
-0
/
+6
2025-01-27
fuse: enable fuse-over-io-uring
Bernd Schubert
1
-0
/
+3
2025-01-27
fuse: block request allocation until io-uring init is complete
Bernd Schubert
1
-1
/
+2
2025-01-27
fuse: Allow to queue bg requests through io-uring
Bernd Schubert
1
-1
/
+25
[next]