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-06-15
fuse: clean up interrupt reading
Joanne Koong
1
-19
/
+13
2026-06-15
fuse: remove stray newline in fuse_dev_do_read()
Joanne Koong
1
-1
/
+0
2026-06-15
fuse: use READ_ONCE in fuse_chan_num_background()
Li Wang
1
-1
/
+1
2026-06-15
fuse: add fuse_request_sent tracepoint
Amir Goldstein
1
-0
/
+1
2026-06-15
fuse: Add SPDX ID lines to some files
Tim Bird
1
-3
/
+1
2026-06-15
fuse: remove redundant buffer size checks for interrupt and forget requests
Joanne Koong
1
-14
/
+4
2026-06-15
fuse: simplify fuse_dev_ioctl_clone()
Miklos Szeredi
1
-18
/
+21
2026-06-15
fuse: alloc pqueue before installing fch in fuse_dev
Miklos Szeredi
1
-22
/
+60
2026-06-15
fuse: remove #include "fuse_i.h" from dev.c and dev_uring.c
Miklos Szeredi
1
-3
/
+2
2026-06-15
fuse: remove fuse_mutex protection from fuse_dev_ioctl_sync_init()
Miklos Szeredi
1
-8
/
+5
2026-06-15
fuse: set params in fuse_chan_set_initialized()
Miklos Szeredi
1
-12
/
+18
2026-06-15
fuse: create notify.c
Miklos Szeredi
1
-443
/
+15
2026-06-15
fuse: create poll.c
Miklos Szeredi
1
-31
/
+14
2026-06-15
fuse: change fud->fc to fud->chan
Miklos Szeredi
1
-49
/
+49
2026-06-15
fuse: split out filesystem part of request sending
Miklos Szeredi
1
-79
/
+24
2026-06-15
fuse: change req->fm to req->chan
Miklos Szeredi
1
-52
/
+49
2026-06-15
fuse: remove fm arg of args->end callback
Miklos Szeredi
1
-4
/
+3
2026-06-15
fuse: abort related layering cleanup
Miklos Szeredi
1
-41
/
+43
2026-06-15
fuse: remove #include "fuse_i.h" from "dev_uring_i.h"
Miklos Szeredi
1
-4
/
+4
2026-06-15
fuse: move fuse_dev_waitq to dev.c
Miklos Szeredi
1
-0
/
+3
2026-06-15
fuse: move forget related struct and helpers
Miklos Szeredi
1
-3
/
+8
2026-06-15
fuse: don't access transport layer structs directly from the fs layer
Miklos Szeredi
1
-5
/
+72
2026-06-15
fuse: move request timeout to fuse_chan
Miklos Szeredi
1
-2
/
+3
2026-06-15
fuse: split off fch->lock from fc->lock
Miklos Szeredi
1
-13
/
+16
2026-06-15
fuse: move interrupt related members to fuse_chan
Miklos Szeredi
1
-2
/
+2
2026-06-15
fuse: move io_uring related members to fuse_chan
Miklos Szeredi
1
-1
/
+1
2026-06-15
fuse: move request blocking related members to fuse_chan
Miklos Szeredi
1
-38
/
+43
2026-06-15
fuse: move background queuing related members to fuse_chan
Miklos Szeredi
1
-22
/
+25
2026-06-15
fuse: move 'devices' member from fuse_conn to fuse_chan
Miklos Szeredi
1
-5
/
+12
2026-06-15
fuse: move fuse_dev and fuse_pqueue to dev.c
Miklos Szeredi
1
-0
/
+94
2026-06-15
fuse: move fuse_iqueue to fuse_chan
Miklos Szeredi
1
-16
/
+48
2026-06-15
fuse: add struct fuse_chan
Miklos Szeredi
1
-0
/
+13
2026-06-15
fuse: move request timeout code to a new source file
Miklos Szeredi
1
-94
/
+0
2026-06-15
fuse: fix io-uring background queue dispatch on request completion
Joanne Koong
1
-17
/
+24
2026-06-15
fuse: avoid 32-bit prune notification count wrap
Samuel Moelius
1
-1
/
+1
2026-06-15
fuse: clear intr_entry in fuse_resend and fuse_remove_pending_req
Ji'an Zhou
1
-0
/
+9
2026-06-09
fuse: re-lock request before returning from fuse_ref_folio()
Joanne Koong
1
-1
/
+1
2026-06-09
fuse: re-lock request before replacing page cache folio
Joanne Koong
1
-14
/
+5
2026-04-27
fuse: don't block in fuse_get_dev() for non-sync_init case
Joanne Koong
1
-3
/
+9
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
[next]