index
:
pub/scm/linux/kernel/git/bod/linux.git
master
Fiery the angels fell deep thunder rolled around their shores burning with the fires of Orc
Bryan O'Donoghue
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
fuse
Age
Commit message (
Expand
)
Author
Files
Lines
6 days
treewide: refresh kmalloc_obj() conversions
Kees Cook
2
-3
/
+2
2026-08-25
Merge tag 'fuse-update-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
13
-165
/
+734
2026-08-24
fuse: zero the partial EOF page when extending a file
Jimmy Zuber
2
-0
/
+12
2026-08-24
fuse: Fix the condition to enable over-io-uring
Bernd Schubert
2
-17
/
+18
2026-08-24
fuse: invalidate the correct range after O_APPEND direct write
Baokun Li
1
-2
/
+3
2026-08-18
fuse: wake one waiter per freed slot when raising max_background
Baokun Li
1
-1
/
+2
2026-08-18
fuse: use min_not_zero() in fuse_init_server_timeout()
Sang-Heon Jeon
1
-9
/
+3
2026-08-18
fuse: copy request headers via a stack buffer for io-uring
Xiang Mei
1
-4
/
+8
2026-08-18
fuse: give wakeup hints to the scheduler for synchronous requests
Xuewen Yan
2
-6
/
+19
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-18
cuse: wait for pending RCU callbacks on module exit
Baokun Li
1
-0
/
+5
2026-08-18
fuse: fix invalidate lock leak on open O_TRUNC DAX failure
Baokun Li
1
-2
/
+2
2026-08-18
fuse: fix invalidate lock leak on setattr writeback failure
Baokun Li
1
-5
/
+4
2026-08-17
Merge tag 'vfs-7.3-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+8
2026-08-17
Merge tag 'vfs-7.3-rc1.lookup' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+1
2026-08-17
Merge tag 'vfs-7.3-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
4
-24
/
+13
2026-08-17
fuse: wait for FR_FINISHED on abort_on_kill to prevent use-after-free
Rochan Avlur
1
-1
/
+2
2026-08-17
fuse: make dentry_tree_work static
Ben Dooks
1
-1
/
+1
2026-08-17
fuse: add zero-copy over io-uring
Joanne Koong
6
-16
/
+202
2026-08-17
fuse: support registered buffer pools in io-uring
Joanne Koong
2
-21
/
+99
2026-08-17
fuse: add io-uring buffer pools
Joanne Koong
3
-29
/
+249
2026-08-17
fuse: add FUSE_IO_URING_CMD_ADD_QUEUE
Joanne Koong
1
-7
/
+38
2026-08-17
fuse: decouple fuse_ring creation from ent registration
Joanne Koong
5
-23
/
+22
2026-07-31
fuse: convert iomap ops to ->iomap_next()
Joanne Koong
3
-5
/
+8
2026-07-31
fuse: use iomap helper to mark folio uptodate
Joanne Koong
2
-2
/
+4
2026-07-31
fuse: don't clear folio uptodate on writethrough errors
Joanne Koong
1
-17
/
+1
2026-07-31
Remove excl arg to ->create inode_operation
NeilBrown
1
-1
/
+1
2026-07-17
fuse: allow larger read requests by setting bdi->io_pages
Jim Harris
1
-0
/
+1
2026-07-17
fuse: publish io-uring queues with release semantics
Joanne Koong
1
-9
/
+11
2026-07-17
fuse: use release/acquire for fch->initialized
Joanne Koong
3
-10
/
+11
2026-07-17
fuse: fix missing barrier when checking io-uring readiness
Joanne Koong
1
-4
/
+7
2026-07-09
fuse: fix race between interrupt and resend
Miklos Szeredi
1
-13
/
+14
2026-07-08
fuse: use iomap helper to mark folio uptodate
Joanne Koong
2
-2
/
+4
2026-07-08
fuse: don't clear folio uptodate on writethrough errors
Joanne Koong
1
-17
/
+1
2026-07-06
fuse: move "epoch" from dentry.d_time to fuse_dentry.epoch
Miklos Szeredi
3
-8
/
+19
2026-07-01
fuse: call fuse_send_readpages explicitly from fuse_readahead
Joanne Koong
1
-11
/
+3
2026-07-01
vfs: pass S_IFDIR mode to vfs_prepare_mode()
Jori Koolstra
1
-0
/
+8
2026-06-18
Merge tag 'fuse-update-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
26
-2141
/
+2760
2026-06-15
fuse-uring: clear ent->fuse_req in commit_fetch error path
Zhenghang Xiao
1
-3
/
+1
2026-06-15
fuse-uring: use named constants for io-uring iovec indices
Joanne Koong
1
-11
/
+13
2026-06-15
fuse-uring: refactor setting up copy state for payload copying
Joanne Koong
1
-14
/
+24
2026-06-15
fuse-uring: use enum types for header copying
Joanne Koong
1
-13
/
+53
2026-06-15
fuse-uring: refactor io-uring header copying from ring
Joanne Koong
1
-5
/
+17
2026-06-15
fuse-uring: refactor io-uring header copying to ring
Joanne Koong
1
-18
/
+21
2026-06-15
fuse-uring: separate next request fetching from sending logic
Joanne Koong
1
-52
/
+29
2026-06-15
fuse: invalidate readdir cache on epoch bump
Jun Wu
3
-4
/
+12
2026-06-15
virtio-fs: avoid double-free on failed queue setup
Yung-Tse Cheng
1
-0
/
+2
2026-06-15
fuse: invalidate page cache after DIO and async DIO writes
Cheng Ding
2
-11
/
+47
2026-06-15
fuse: set ff->flock only on success
Zhang Tianci
1
-1
/
+2
[next]