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
/
inode.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
-19
/
+25
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
-20
/
+21
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
2025-09-15
fs: rename generic_delete_inode() and generic_drop_inode()
Mateusz Guzik
1
-1
/
+1
2025-09-05
fuse: add prune notification
Miklos Szeredi
1
-0
/
+11
2025-09-02
fuse: allow synchronous FUSE_INIT
Miklos Szeredi
1
-10
/
+41
2025-08-27
fuse: zero initialize inode private data
Miklos Szeredi
1
-7
/
+4
2025-08-27
fuse: use default writeback accounting
Joanne Koong
1
-2
/
+0
2025-08-26
fuse: fix fuseblk i_blkbits for iomap partial writes
Joanne Koong
1
-1
/
+12
[next]