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-04-23
Merge tag 'vfs-7.1-rc1.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-0
/
+4
2026-04-24
fuse: reject oversized dirents in page cache
Samuel Page
1
-0
/
+4
2026-04-15
Merge tag 'fuse-update-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse
Linus Torvalds
11
-197
/
+263
2026-04-13
Merge tag 'lsm-pr-20260410' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/lsm
Linus Torvalds
1
-1
/
+1
2026-04-13
Merge tag 'vfs-7.1-rc1.integrity' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-2
/
+3
2026-04-03
lsm: add backing_file LSM hooks
Paul Moore
1
-1
/
+1
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
3
-24
/
+15
2026-04-02
fuse: don't require /dev/fuse fd to be kept open during mount
Miklos Szeredi
2
-27
/
+34
2026-04-02
fuse: add refcount to fuse_dev
Miklos Szeredi
6
-18
/
+50
2026-04-02
fuse: create fuse_dev on /dev/fuse open instead of mount
Miklos Szeredi
5
-66
/
+57
2026-04-02
fuse: check connection state on notification
Miklos Szeredi
1
-0
/
+7
2026-04-02
fuse: fuse_dev_ioctl_clone() should wait for device file to be initialized
Miklos Szeredi
1
-11
/
+8
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
3
-1
/
+9
2026-03-20
writeback: don't block sync for filesystems with no data integrity guarantees
Joanne Koong
2
-3
/
+2
2026-03-10
iomap: pass the iomap_iter to ->submit_read
Christoph Hellwig
1
-2
/
+3
2026-03-03
fuse: fix uninit-value in fuse_dentry_revalidate()
Luis Henriques
1
-0
/
+5
2026-03-03
fuse: use offset_in_page() for page offset calculations
Joanne Koong
1
-4
/
+4
2026-03-03
fuse: use DIV_ROUND_UP() for page count calculations
Joanne Koong
2
-2
/
+2
2026-03-03
fuse: simplify logic in fuse_notify_store() and fuse_retrieve()
Joanne Koong
1
-24
/
+16
2026-03-03
fuse: validate outarg offset and size in notify store/retrieve
Joanne Koong
1
-4
/
+10
2026-03-03
fuse: Check for large folio with SPLICE_F_MOVE
Bernd Schubert
1
-0
/
+3
2026-03-03
fuse: quiet down complaints in fuse_conn_limit_write
Darrick J. Wong
1
-2
/
+2
2026-03-03
fuse: drop unnecessary argument from fuse_lookup_init()
Luis Henriques
1
-5
/
+4
2026-03-03
fuse: fix premature writetrhough request for large folio
Jingbo Xu
1
-6
/
+4
2026-02-27
fuse: refactor duplicate queue teardown operation
Yuto Ohnuki
1
-20
/
+16
2026-02-27
virtiofs: add FUSE protocol validation
Yuto Ohnuki
1
-4
/
+25
2026-02-27
fuse: mark DAX inode releases as blocking
Sergio Lopez
1
-0
/
+6
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
8
-24
/
+24
2026-02-21
Merge tag 'kmalloc_obj-treewide-v7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
Linus Torvalds
9
-45
/
+44
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
9
-45
/
+44
2026-02-19
io_uring: Add size check for sqe->cmd
Govindarajulu Varadarajan
1
-2
/
+4
2026-02-09
fs: fuse: fix max() of incompatible types
Arnd Bergmann
1
-2
/
+4
2026-02-09
Merge tag 'vfs-7.0-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
3
-14
/
+8
2026-02-09
Merge tag 'vfs-7.0-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-2
/
+2
2026-02-09
Merge tag 'vfs-7.0-rc1.leases' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
2
-1
/
+1
2026-01-26
Merge tag 'vfs-6.19-rc8.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-29
/
+37
2026-01-19
fs/writeback: skip AS_NO_DATA_INTEGRITY mappings in wait_sb_inodes()
Joanne Koong
1
-1
/
+3
2026-01-16
fuse: shrink once after all buckets have been scanned
Miklos Szeredi
1
-1
/
+1
2026-01-16
fuse: clean up fuse_dentry_tree_work()
Miklos Szeredi
1
-14
/
+14
2026-01-16
fuse: add need_resched() before unlocking bucket
Miklos Szeredi
1
-3
/
+5
2026-01-16
fuse: make sure dentry is evicted if stale
Miklos Szeredi
1
-0
/
+4
2026-01-16
fuse: fix race when disposing stale dentries
Miklos Szeredi
1
-9
/
+2
2026-01-16
fuse: use private naming for fuse hash size
Jens Axboe
1
-7
/
+7
2026-01-16
posix_acl: make posix_acl_to_xattr() alloc the buffer
Miklos Szeredi
1
-8
/
+4
2026-01-14
iomap: stash iomap read ctx in the private field of iomap_iter
Hongbo Li
1
-2
/
+2
2026-01-13
fuse: add setlease file operation
Jeff Layton
1
-0
/
+1
2026-01-12
fs: remove simple_nosetlease()
Jeff Layton
1
-1
/
+0
2026-01-12
fuse: fix conversion of fuse_reverse_inval_entry() to start_removing()
NeilBrown
1
-7
/
+16
[next]