index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
fuse
Age
Commit message (
Expand
)
Author
Lines
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-24
/
+24
2026-02-21
Merge tag 'kmalloc_obj-treewide-v7.0-rc1' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
-45
/
+44
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-45
/
+44
2026-02-19
io_uring: Add size check for sqe->cmd
Govindarajulu Varadarajan
-2
/
+4
2026-02-09
fs: fuse: fix max() of incompatible types
Arnd Bergmann
-2
/
+4
2026-02-09
Merge tag 'vfs-7.0-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-14
/
+8
2026-02-09
Merge tag 'vfs-7.0-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-2
/
+2
2026-02-09
Merge tag 'vfs-7.0-rc1.leases' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-1
/
+1
2026-01-26
Merge tag 'vfs-6.19-rc8.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-29
/
+37
2026-01-19
fs/writeback: skip AS_NO_DATA_INTEGRITY mappings in wait_sb_inodes()
Joanne Koong
-1
/
+3
2026-01-16
fuse: shrink once after all buckets have been scanned
Miklos Szeredi
-1
/
+1
2026-01-16
fuse: clean up fuse_dentry_tree_work()
Miklos Szeredi
-14
/
+14
2026-01-16
fuse: add need_resched() before unlocking bucket
Miklos Szeredi
-3
/
+5
2026-01-16
fuse: make sure dentry is evicted if stale
Miklos Szeredi
-0
/
+4
2026-01-16
fuse: fix race when disposing stale dentries
Miklos Szeredi
-9
/
+2
2026-01-16
fuse: use private naming for fuse hash size
Jens Axboe
-7
/
+7
2026-01-16
posix_acl: make posix_acl_to_xattr() alloc the buffer
Miklos Szeredi
-8
/
+4
2026-01-14
iomap: stash iomap read ctx in the private field of iomap_iter
Hongbo Li
-2
/
+2
2026-01-13
fuse: add setlease file operation
Jeff Layton
-0
/
+1
2026-01-12
fs: remove simple_nosetlease()
Jeff Layton
-1
/
+0
2026-01-12
fuse: fix conversion of fuse_reverse_inval_entry() to start_removing()
NeilBrown
-7
/
+16
2025-12-15
fs: use min() or umin() instead of min_t()
David Laight
-6
/
+4
2025-12-05
Merge tag 'fuse-update-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-63
/
+316
2025-12-05
Merge tag 'pull-persistency' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-18
/
+20
2025-12-03
Merge tag 'for-6.19/io_uring-20251201' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-3
/
+4
2025-12-01
Merge tag 'vfs-6.19-rc1.directory.locking' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
-11
/
+8
2025-12-01
Merge tag 'vfs-6.19-rc1.directory.delegations' of git://git.kernel.org/pub/sc...
Linus Torvalds
-0
/
+1
2025-12-01
Merge tag 'vfs-6.19-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-2
/
+2
2025-12-01
Merge tag 'vfs-6.19-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-137
/
+172
2025-11-26
fuse: Uninitialized variable in fuse_epoch_work()
Dan Carpenter
-3
/
+2
2025-11-26
fuse: fix io-uring list corruption for terminated non-committed requests
Joanne Koong
-0
/
+1
2025-11-18
fuse: signal that a fuse inode should exhibit local fs behaviors
Darrick J. Wong
-1
/
+13
2025-11-16
convert fuse_ctl
Al Viro
-3
/
+9
2025-11-16
new helper: simple_remove_by_name()
Al Viro
-6
/
+1
2025-11-16
fuse_ctl_add_conn(): fix nlink breakage in case of early failure
Al Viro
-9
/
+10
2025-11-14
VFS: introduce start_creating_noperm() and start_removing_noperm()
NeilBrown
-11
/
+8
2025-11-13
fuse: Always flush the page cache before FOPEN_DIRECT_IO write
Bernd Schubert
-1
/
+1
2025-11-13
fuse: Invalidate the page cache after FOPEN_DIRECT_IO write
Bernd Schubert
-0
/
+9
2025-11-13
fuse: rename 'namelen' to 'namesize'
Miquel Sabaté Solà
-6
/
+6
2025-11-13
fuse: use strscpy instead of strcpy
Miquel Sabaté Solà
-1
/
+1
2025-11-12
fuse: refactor fuse_conn_put() to remove negative logic.
Luis Henriques
-20
/
+21
2025-11-12
fuse: new work queue to invalidate dentries from old epochs
Luis Henriques
-3
/
+31
2025-11-12
fuse: new work queue to periodically invalidate expired dentries
Luis Henriques
-21
/
+208
2025-11-12
fuse: Fix whitespace for fuse_uring_args_to_ring() comment
Bernd Schubert
-3
/
+3
2025-11-12
fuse: missing copy_finish in fuse-over-io-uring argument copies
Cheng Ding
-2
/
+6
2025-11-12
iomap: simplify ->read_folio_range() error handling for reads
Joanne Koong
-8
/
+2
2025-11-12
iomap: optimize pending async writeback accounting
Joanne Koong
-2
/
+2
2025-11-12
filelock: push the S_ISREG check down to ->setlease handlers
Jeff Layton
-0
/
+1
2025-11-11
fuse: fix readahead reclaim deadlock
Joanne Koong
-7
/
+19
2025-11-05
virtio-fs: fix incorrect check for fsvq->kobj
Alok Tiwari
-1
/
+1
[next]