index
:
pub/scm/linux/kernel/git/djiang/linux.git
master
Dave Jiang fork of linux.git
Dave Jiang
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
fuse
/
inode.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-24
fuse: Fix the condition to enable over-io-uring
Bernd Schubert
1
-4
/
+0
2026-08-18
fuse: check for NULL root inode in fuse_fill_super_submount
Baokun Li
1
-0
/
+2
2026-08-18
fuse: reject a duplicate fd= mount option
Baokun Li
1
-0
/
+3
2026-08-17
fuse: add io-uring buffer pools
Joanne Koong
1
-1
/
+1
2026-08-17
fuse: decouple fuse_ring creation from ent registration
Joanne Koong
1
-1
/
+3
2026-07-17
fuse: allow larger read requests by setting bdi->io_pages
Jim Harris
1
-0
/
+1
2026-06-15
fuse: Add SPDX ID lines to some files
Tim Bird
1
-3
/
+1
2026-06-15
fuse: use QSTR() instead of QSTR_INIT() in fuse_get_dentry
Thorsten Blum
1
-2
/
+1
2026-06-15
fuse: drop redundant check in fuse_sync_bucket_alloc()
Li Wang
1
-5
/
+3
2026-06-15
fuse: remove #include "fuse_i.h" from dev.c and dev_uring.c
Miklos Szeredi
1
-0
/
+5
2026-06-15
fuse: set params in fuse_chan_set_initialized()
Miklos Szeredi
1
-2
/
+8
2026-06-15
fuse: change fud->fc to fud->chan
Miklos Szeredi
1
-2
/
+2
2026-06-15
fuse: remove fm arg of args->end callback
Miklos Szeredi
1
-4
/
+6
2026-06-15
fuse: abort related layering cleanup
Miklos Szeredi
1
-3
/
+3
2026-06-15
fuse: move fuse_dev_waitq to dev.c
Miklos Szeredi
1
-4
/
+2
2026-06-15
fuse: move forget related struct and helpers
Miklos Szeredi
1
-8
/
+3
2026-06-15
fuse: don't access transport layer structs directly from the fs layer
Miklos Szeredi
1
-22
/
+14
2026-06-15
fuse: move request timeout to fuse_chan
Miklos Szeredi
1
-4
/
+3
2026-06-15
fuse: add back pointer from fuse_chan to fuse_conn
Miklos Szeredi
1
-0
/
+1
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
-6
/
+1
2026-06-15
fuse: move background queuing related members to fuse_chan
Miklos Szeredi
1
-11
/
+5
2026-06-15
fuse: move 'devices' member from fuse_conn to fuse_chan
Miklos Szeredi
1
-2
/
+0
2026-06-15
fuse: move fuse_dev and fuse_pqueue to dev.c
Miklos Szeredi
1
-94
/
+0
2026-06-15
fuse: move fuse_iqueue to fuse_chan
Miklos Szeredi
1
-23
/
+4
2026-06-15
fuse: add struct fuse_chan
Miklos Szeredi
1
-2
/
+8
2026-06-15
fuse: move request timeout code to a new source file
Miklos Szeredi
1
-31
/
+2
2026-04-15
Merge tag 'fuse-update-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-55
/
+81
2026-04-02
fuse: support FSCONFIG_SET_FD for "fd" option
Miklos Szeredi
1
-7
/
+11
2026-04-02
fuse: clean up device cloning
Miklos Szeredi
1
-1
/
+0
2026-04-02
fuse: don't require /dev/fuse fd to be kept open during mount
Miklos Szeredi
1
-24
/
+33
2026-04-02
fuse: add refcount to fuse_dev
Miklos Szeredi
1
-6
/
+29
2026-04-02
fuse: create fuse_dev on /dev/fuse open instead of mount
Miklos Szeredi
1
-24
/
+11
2026-04-01
fuse: fix inode initialization race
Horst Birthelmer
1
-2
/
+5
2026-03-24
fuse: abort on fatal signal during sync init
Miklos Szeredi
1
-0
/
+1
2026-03-20
writeback: don't block sync for filesystems with no data integrity guarantees
Joanne Koong
1
-0
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-6
/
+6
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-10
/
+10
2025-12-05
Merge tag 'fuse-update-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-18
/
+24
2025-12-01
Merge tag 'vfs-6.19-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-2
/
+2
2025-11-12
fuse: refactor fuse_conn_put() to remove negative logic.
Luis Henriques
1
-19
/
+20
2025-11-12
fuse: new work queue to invalidate dentries from old epochs
Luis Henriques
1
-0
/
+2
2025-11-12
fuse: new work queue to periodically invalidate expired dentries
Luis Henriques
1
-0
/
+3
2025-11-05
fuse: remove fc->blkbits workaround for partial writes
Joanne Koong
1
-12
/
+1
2025-10-20
Coccinelle-based conversion to use ->i_state accessors
Mateusz Guzik
1
-2
/
+2
2025-10-03
Merge tag 'fuse-update-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-19
/
+57
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-29
Merge tag 'vfs-6.18-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2025-09-23
fuse: enable FUSE_SYNCFS for all fuseblk servers
Darrick J. Wong
1
-0
/
+1
2025-09-19
fs: replace use of system_wq with system_percpu_wq
Marco Crivellari
1
-1
/
+1
[next]