summaryrefslogtreecommitdiff
path: root/fs/fuse
AgeCommit message (Expand)AuthorFilesLines
3 daysConvert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds8-24/+24
4 daysMerge tag 'kmalloc_obj-treewide-v7.0-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds9-45/+44
4 daystreewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook9-45/+44
6 daysio_uring: Add size check for sqe->cmdGovindarajulu Varadarajan1-2/+4
2026-02-10fs: fuse: fix max() of incompatible typesArnd Bergmann1-2/+4
2026-02-10Merge tag 'vfs-7.0-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-14/+8
2026-02-10Merge tag 'vfs-7.0-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+2
2026-02-09Merge tag 'vfs-7.0-rc1.leases' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-1/+1
2026-01-26Merge tag 'vfs-6.19-rc8.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-29/+37
2026-01-19fs/writeback: skip AS_NO_DATA_INTEGRITY mappings in wait_sb_inodes()Joanne Koong1-1/+3
2026-01-16fuse: shrink once after all buckets have been scannedMiklos Szeredi1-1/+1
2026-01-16fuse: clean up fuse_dentry_tree_work()Miklos Szeredi1-14/+14
2026-01-16fuse: add need_resched() before unlocking bucketMiklos Szeredi1-3/+5
2026-01-16fuse: make sure dentry is evicted if staleMiklos Szeredi1-0/+4
2026-01-16fuse: fix race when disposing stale dentriesMiklos Szeredi1-9/+2
2026-01-16fuse: use private naming for fuse hash sizeJens Axboe1-7/+7
2026-01-16posix_acl: make posix_acl_to_xattr() alloc the bufferMiklos Szeredi1-8/+4
2026-01-14iomap: stash iomap read ctx in the private field of iomap_iterHongbo Li1-2/+2
2026-01-13fuse: add setlease file operationJeff Layton1-0/+1
2026-01-12fs: remove simple_nosetlease()Jeff Layton1-1/+0
2026-01-12fuse: fix conversion of fuse_reverse_inval_entry() to start_removing()NeilBrown1-7/+16
2025-12-15fs: use min() or umin() instead of min_t()David Laight2-6/+4
2025-12-06Merge tag 'fuse-update-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds7-63/+316
2025-12-06Merge tag 'pull-persistency' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-18/+20
2025-12-04Merge tag 'for-6.19/io_uring-20251201' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+4
2025-12-02Merge tag 'vfs-6.19-rc1.directory.locking' of git://git.kernel.org/pub/scm/li...Linus Torvalds1-11/+8
2025-12-02Merge tag 'vfs-6.19-rc1.directory.delegations' of git://git.kernel.org/pub/sc...Linus Torvalds1-0/+1
2025-12-01Merge tag 'vfs-6.19-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+2
2025-12-01Merge tag 'vfs-6.19-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-137/+172
2025-11-26fuse: Uninitialized variable in fuse_epoch_work()Dan Carpenter1-3/+2
2025-11-26fuse: fix io-uring list corruption for terminated non-committed requestsJoanne Koong1-0/+1
2025-11-18fuse: signal that a fuse inode should exhibit local fs behaviorsDarrick J. Wong1-1/+13
2025-11-16convert fuse_ctlAl Viro1-3/+9
2025-11-16new helper: simple_remove_by_name()Al Viro1-6/+1
2025-11-16fuse_ctl_add_conn(): fix nlink breakage in case of early failureAl Viro1-9/+10
2025-11-14VFS: introduce start_creating_noperm() and start_removing_noperm()NeilBrown1-11/+8
2025-11-13fuse: Always flush the page cache before FOPEN_DIRECT_IO writeBernd Schubert1-1/+1
2025-11-13fuse: Invalidate the page cache after FOPEN_DIRECT_IO writeBernd Schubert1-0/+9
2025-11-13fuse: rename 'namelen' to 'namesize'Miquel Sabaté Solà1-6/+6
2025-11-13fuse: use strscpy instead of strcpyMiquel Sabaté Solà1-1/+1
2025-11-12fuse: refactor fuse_conn_put() to remove negative logic.Luis Henriques1-20/+21
2025-11-12fuse: new work queue to invalidate dentries from old epochsLuis Henriques4-3/+31
2025-11-12fuse: new work queue to periodically invalidate expired dentriesLuis Henriques3-21/+208
2025-11-12fuse: Fix whitespace for fuse_uring_args_to_ring() commentBernd Schubert1-3/+3
2025-11-12fuse: missing copy_finish in fuse-over-io-uring argument copiesCheng Ding3-2/+6
2025-11-12iomap: simplify ->read_folio_range() error handling for readsJoanne Koong1-8/+2
2025-11-12iomap: optimize pending async writeback accountingJoanne Koong1-2/+2
2025-11-12filelock: push the S_ISREG check down to ->setlease handlersJeff Layton1-0/+1
2025-11-11fuse: fix readahead reclaim deadlockJoanne Koong1-7/+19
2025-11-05virtio-fs: fix incorrect check for fsvq->kobjAlok Tiwari1-1/+1