summaryrefslogtreecommitdiff
path: root/fs/fuse
AgeCommit message (Expand)Author
4 daysMerge tag 'fuse-update-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
6 daysMerge tag 'lsm-pr-20260410' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
6 daysMerge tag 'vfs-7.1-rc1.integrity' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-04-03lsm: add backing_file LSM hooksPaul Moore
2026-04-02fuse: support FSCONFIG_SET_FD for "fd" optionMiklos Szeredi
2026-04-02fuse: clean up device cloningMiklos Szeredi
2026-04-02fuse: don't require /dev/fuse fd to be kept open during mountMiklos Szeredi
2026-04-02fuse: add refcount to fuse_devMiklos Szeredi
2026-04-02fuse: create fuse_dev on /dev/fuse open instead of mountMiklos Szeredi
2026-04-02fuse: check connection state on notificationMiklos Szeredi
2026-04-02fuse: fuse_dev_ioctl_clone() should wait for device file to be initializedMiklos Szeredi
2026-04-01fuse: fix inode initialization raceHorst Birthelmer
2026-03-24fuse: abort on fatal signal during sync initMiklos Szeredi
2026-03-20writeback: don't block sync for filesystems with no data integrity guaranteesJoanne Koong
2026-03-10iomap: pass the iomap_iter to ->submit_readChristoph Hellwig
2026-03-03fuse: fix uninit-value in fuse_dentry_revalidate()Luis Henriques
2026-03-03fuse: use offset_in_page() for page offset calculationsJoanne Koong
2026-03-03fuse: use DIV_ROUND_UP() for page count calculationsJoanne Koong
2026-03-03fuse: simplify logic in fuse_notify_store() and fuse_retrieve()Joanne Koong
2026-03-03fuse: validate outarg offset and size in notify store/retrieveJoanne Koong
2026-03-03fuse: Check for large folio with SPLICE_F_MOVEBernd Schubert
2026-03-03fuse: quiet down complaints in fuse_conn_limit_writeDarrick J. Wong
2026-03-03fuse: drop unnecessary argument from fuse_lookup_init()Luis Henriques
2026-03-03fuse: fix premature writetrhough request for large folioJingbo Xu
2026-02-27fuse: refactor duplicate queue teardown operationYuto Ohnuki
2026-02-27virtiofs: add FUSE protocol validationYuto Ohnuki
2026-02-27fuse: mark DAX inode releases as blockingSergio Lopez
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21Merge tag 'kmalloc_obj-treewide-v7.0-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-19io_uring: Add size check for sqe->cmdGovindarajulu Varadarajan
2026-02-09fs: fuse: fix max() of incompatible typesArnd Bergmann
2026-02-09Merge tag 'vfs-7.0-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-02-09Merge tag 'vfs-7.0-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-02-09Merge tag 'vfs-7.0-rc1.leases' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-01-26Merge tag 'vfs-6.19-rc8.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-01-19fs/writeback: skip AS_NO_DATA_INTEGRITY mappings in wait_sb_inodes()Joanne Koong
2026-01-16fuse: shrink once after all buckets have been scannedMiklos Szeredi
2026-01-16fuse: clean up fuse_dentry_tree_work()Miklos Szeredi
2026-01-16fuse: add need_resched() before unlocking bucketMiklos Szeredi
2026-01-16fuse: make sure dentry is evicted if staleMiklos Szeredi
2026-01-16fuse: fix race when disposing stale dentriesMiklos Szeredi
2026-01-16fuse: use private naming for fuse hash sizeJens Axboe
2026-01-16posix_acl: make posix_acl_to_xattr() alloc the bufferMiklos Szeredi
2026-01-14iomap: stash iomap read ctx in the private field of iomap_iterHongbo Li
2026-01-13fuse: add setlease file operationJeff Layton
2026-01-12fs: remove simple_nosetlease()Jeff Layton
2026-01-12fuse: fix conversion of fuse_reverse_inval_entry() to start_removing()NeilBrown
2025-12-15fs: use min() or umin() instead of min_t()David Laight
2025-12-05Merge tag 'fuse-update-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds