index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
fs
/
fuse
Age
Commit message (
Expand
)
Author
Files
Lines
2026-01-12
fuse: fix conversion of fuse_reverse_inval_entry() to start_removing()
NeilBrown
1
-7
/
+16
2025-12-15
fs: use min() or umin() instead of min_t()
David Laight
2
-6
/
+4
2025-12-05
Merge tag 'fuse-update-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse
Linus Torvalds
7
-62
/
+315
2025-12-05
Merge tag 'pull-persistency' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-17
/
+19
2025-12-03
Merge tag 'for-6.19/io_uring-20251201' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux
Linus Torvalds
1
-3
/
+4
2025-12-01
Merge tag 'vfs-6.19-rc1.directory.locking' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-11
/
+8
2025-12-01
Merge tag 'vfs-6.19-rc1.directory.delegations' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-0
/
+1
2025-12-01
Merge tag 'vfs-6.19-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-2
/
+2
2025-12-01
Merge tag 'vfs-6.19-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
4
-137
/
+172
2025-11-26
fuse: Uninitialized variable in fuse_epoch_work()
Dan Carpenter
1
-3
/
+2
2025-11-26
fuse: fix io-uring list corruption for terminated non-committed requests
Joanne Koong
1
-0
/
+1
2025-11-18
fuse: signal that a fuse inode should exhibit local fs behaviors
Darrick J. Wong
1
-1
/
+13
2025-11-16
convert fuse_ctl
Al Viro
1
-2
/
+8
2025-11-16
new helper: simple_remove_by_name()
Al Viro
1
-6
/
+1
2025-11-16
fuse_ctl_add_conn(): fix nlink breakage in case of early failure
Al Viro
1
-9
/
+10
2025-11-14
VFS: introduce start_creating_noperm() and start_removing_noperm()
NeilBrown
1
-11
/
+8
2025-11-13
fuse: Always flush the page cache before FOPEN_DIRECT_IO write
Bernd Schubert
1
-1
/
+1
2025-11-13
fuse: Invalidate the page cache after FOPEN_DIRECT_IO write
Bernd Schubert
1
-0
/
+9
2025-11-13
fuse: rename 'namelen' to 'namesize'
Miquel Sabaté Solà
1
-6
/
+6
2025-11-13
fuse: use strscpy instead of strcpy
Miquel Sabaté Solà
1
-1
/
+1
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
4
-3
/
+31
2025-11-12
fuse: new work queue to periodically invalidate expired dentries
Luis Henriques
3
-21
/
+208
2025-11-12
fuse: Fix whitespace for fuse_uring_args_to_ring() comment
Bernd Schubert
1
-3
/
+3
2025-11-12
fuse: missing copy_finish in fuse-over-io-uring argument copies
Cheng Ding
3
-2
/
+6
2025-11-12
iomap: simplify ->read_folio_range() error handling for reads
Joanne Koong
1
-8
/
+2
2025-11-12
iomap: optimize pending async writeback accounting
Joanne Koong
1
-2
/
+2
2025-11-12
filelock: push the S_ISREG check down to ->setlease handlers
Jeff Layton
1
-0
/
+1
2025-11-11
fuse: fix readahead reclaim deadlock
Joanne Koong
1
-7
/
+19
2025-11-05
virtio-fs: fix incorrect check for fsvq->kobj
Alok Tiwari
1
-1
/
+1
2025-11-05
fuse: remove fc->blkbits workaround for partial writes
Joanne Koong
3
-21
/
+2
2025-11-05
fuse: use iomap for readahead
Joanne Koong
1
-96
/
+124
2025-11-05
fuse: use iomap for read_folio
Joanne Koong
1
-24
/
+56
2025-11-03
io_uring/uring_cmd: avoid double indirect call in task work dispatch
Caleb Sander Mateos
1
-3
/
+4
2025-10-20
Coccinelle-based conversion to use ->i_state accessors
Mateusz Guzik
1
-2
/
+2
2025-10-10
Revert "fs: make vfs_fileattr_[get|set] return -EOPNOTSUPP"
Andrey Albershteyn
1
-4
/
+0
2025-10-03
Merge tag 'fuse-update-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse
Linus Torvalds
14
-345
/
+519
2025-10-03
Merge tag 'pull-finish_no_open' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-14
/
+7
2025-10-02
Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-1
/
+1
2025-10-02
Merge tag 'for-6.18/io_uring-20250929' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux
Linus Torvalds
1
-4
/
+4
2025-09-29
Merge tag 'vfs-6.18-rc1.workqueue' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
2
-2
/
+2
2025-09-29
Merge tag 'vfs-6.18-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-1
/
+1
2025-09-25
fuse: move CREATE_TRACE_POINTS to a separate file
Darrick J. Wong
3
-2
/
+15
2025-09-25
fuse: move the backing file idr and code into a new source file
Darrick J. Wong
4
-183
/
+208
2025-09-23
fuse: enable FUSE_SYNCFS for all fuseblk servers
Darrick J. Wong
1
-0
/
+1
2025-09-23
fuse: capture the unique id of fuse commands being sent
Darrick J. Wong
4
-8
/
+31
2025-09-23
fuse: fix livelock in synchronous file put from fuseblk workers
Darrick J. Wong
1
-1
/
+7
2025-09-23
io_uring/cmd: drop unused res2 param from io_uring_cmd_done()
Caleb Sander Mateos
1
-4
/
+4
2025-09-19
fs: replace use of system_wq with system_percpu_wq
Marco Crivellari
2
-2
/
+2
2025-09-16
simplify fuse_atomic_open()
Al Viro
1
-14
/
+7
[prev]
[next]