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
Age
Commit message (
Expand
)
Author
Files
Lines
2026-06-15
fuse: add fuse_request_sent tracepoint
Amir Goldstein
3
-0
/
+24
2026-06-15
fuse: Add SPDX ID lines to some files
Tim Bird
9
-27
/
+9
2026-06-15
fuse: use QSTR() instead of QSTR_INIT() in fuse_get_dentry
Thorsten Blum
1
-2
/
+1
2026-06-15
fuse: convert page array allocation to kcalloc()
William Theesfeld
1
-1
/
+1
2026-06-15
fuse: use current creds for backing files
GuoHan Zhao
2
-2
/
+2
2026-06-15
fuse: expand MAINTAINERS with subsystem info, update mailing list
Miklos Szeredi
1
-3
/
+23
2026-06-15
fuse: remove redundant buffer size checks for interrupt and forget requests
Joanne Koong
1
-14
/
+4
2026-06-15
fuse: drop redundant check in fuse_sync_bucket_alloc()
Li Wang
1
-5
/
+3
2026-06-15
fuse: reduce attributes invalidated on directory change
Konrad Sztyber
2
-1
/
+4
2026-06-15
fuse: drop redundant err assignment in fuse_create_open()
Li Wang
1
-1
/
+0
2026-06-15
fuse: fuse_i.h: clean up kernel-doc comments
Randy Dunlap
1
-183
/
+272
2026-06-15
fuse: fuse_dev_i.h: clean up kernel-doc warnings
Randy Dunlap
1
-43
/
+50
2026-06-15
fuse-uring: drop kernel-doc notation for a comment
Randy Dunlap
1
-1
/
+1
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
3
-24
/
+67
2026-06-15
fuse: remove #include "fuse_i.h" from dev.c and dev_uring.c
Miklos Szeredi
7
-33
/
+42
2026-06-15
fuse: change ring->fc to ring->chan
Miklos Szeredi
2
-31
/
+29
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
5
-17
/
+44
2026-06-15
fuse: create notify.c
Miklos Szeredi
4
-446
/
+27
2026-06-15
fuse: create poll.c
Miklos Szeredi
5
-150
/
+158
2026-06-15
fuse: change fud->fc to fud->chan
Miklos Szeredi
7
-95
/
+95
2026-06-15
fuse: split out filesystem part of request sending
Miklos Szeredi
5
-80
/
+129
2026-06-15
fuse: change req->fm to req->chan
Miklos Szeredi
4
-65
/
+61
2026-06-15
fuse: remove fm arg of args->end callback
Miklos Szeredi
5
-25
/
+23
2026-06-15
fuse: split off fuse_args and related definitions into a separate header
Miklos Szeredi
2
-52
/
+66
2026-06-15
fuse: abort related layering cleanup
Miklos Szeredi
9
-62
/
+61
2026-06-15
fuse: remove #include "fuse_i.h" from "req_timeout.c"
Miklos Szeredi
3
-3
/
+3
2026-06-15
fuse: remove #include "fuse_i.h" from "dev_uring_i.h"
Miklos Szeredi
3
-14
/
+17
2026-06-15
fuse: move fuse_dev_waitq to dev.c
Miklos Szeredi
3
-6
/
+5
2026-06-15
fuse: move forget related struct and helpers
Miklos Szeredi
6
-29
/
+29
2026-06-15
fuse: don't access transport layer structs directly from the fs layer
Miklos Szeredi
8
-55
/
+124
2026-06-15
fuse: move struct fuse_req and related to fuse_dev_i.h
Miklos Szeredi
2
-92
/
+90
2026-06-15
fuse: move request timeout to fuse_chan
Miklos Szeredi
8
-56
/
+55
2026-06-15
fuse: add back pointer from fuse_chan to fuse_conn
Miklos Szeredi
2
-0
/
+4
2026-06-15
fuse: split off fch->lock from fc->lock
Miklos Szeredi
5
-29
/
+44
2026-06-15
fuse: move interrupt related members to fuse_chan
Miklos Szeredi
3
-5
/
+5
2026-06-15
fuse: move io_uring related members to fuse_chan
Miklos Szeredi
6
-26
/
+26
2026-06-15
fuse: move request blocking related members to fuse_chan
Miklos Szeredi
8
-81
/
+81
2026-06-15
fuse: move background queuing related members to fuse_chan
Miklos Szeredi
10
-72
/
+73
2026-06-15
fuse: move 'devices' member from fuse_conn to fuse_chan
Miklos Szeredi
5
-12
/
+17
2026-06-15
fuse: move fuse_dev and fuse_pqueue to dev.c
Miklos Szeredi
5
-140
/
+144
2026-06-15
fuse: move fuse_iqueue to fuse_chan
Miklos Szeredi
10
-137
/
+146
2026-06-15
fuse: add struct fuse_chan
Miklos Szeredi
7
-5
/
+50
2026-06-15
fuse: move request timeout code to a new source file
Miklos Szeredi
8
-145
/
+173
2026-06-15
fuse: fix io-uring background queue dispatch on request completion
Joanne Koong
3
-17
/
+26
2026-06-15
fuse: fix device node leak in cuse_process_init_reply()
Alberto Ruiz
1
-1
/
+3
2026-06-15
fuse: do not use start_removing_noperm()
Miklos Szeredi
1
-8
/
+11
2026-06-15
Revert "fuse: fix conversion of fuse_reverse_inval_entry() to start_removing()"
Miklos Szeredi
1
-16
/
+7
2026-06-15
fuse: avoid 32-bit prune notification count wrap
Samuel Moelius
2
-1
/
+435
[prev]
[next]