summaryrefslogtreecommitdiff
path: root/fs/fuse
AgeCommit message (Expand)Author
3 daysMerge tag 'fuse-update-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
3 daysMerge tag 'pull-persistency' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
5 daysMerge tag 'for-6.19/io_uring-20251201' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
7 daysMerge tag 'vfs-6.19-rc1.directory.locking' of git://git.kernel.org/pub/scm/li...Linus Torvalds
7 daysMerge tag 'vfs-6.19-rc1.directory.delegations' of git://git.kernel.org/pub/sc...Linus Torvalds
7 daysMerge tag 'vfs-6.19-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
7 daysMerge tag 'vfs-6.19-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
12 daysfuse: Uninitialized variable in fuse_epoch_work()Dan Carpenter
12 daysfuse: fix io-uring list corruption for terminated non-committed requestsJoanne Koong
2025-11-18fuse: signal that a fuse inode should exhibit local fs behaviorsDarrick J. Wong
2025-11-16convert fuse_ctlAl Viro
2025-11-16new helper: simple_remove_by_name()Al Viro
2025-11-16fuse_ctl_add_conn(): fix nlink breakage in case of early failureAl Viro
2025-11-14VFS: introduce start_creating_noperm() and start_removing_noperm()NeilBrown
2025-11-13fuse: Always flush the page cache before FOPEN_DIRECT_IO writeBernd Schubert
2025-11-13fuse: Invalidate the page cache after FOPEN_DIRECT_IO writeBernd Schubert
2025-11-13fuse: rename 'namelen' to 'namesize'Miquel Sabaté Solà
2025-11-13fuse: use strscpy instead of strcpyMiquel Sabaté Solà
2025-11-12fuse: refactor fuse_conn_put() to remove negative logic.Luis Henriques
2025-11-12fuse: new work queue to invalidate dentries from old epochsLuis Henriques
2025-11-12fuse: new work queue to periodically invalidate expired dentriesLuis Henriques
2025-11-12fuse: Fix whitespace for fuse_uring_args_to_ring() commentBernd Schubert
2025-11-12fuse: missing copy_finish in fuse-over-io-uring argument copiesCheng Ding
2025-11-12iomap: simplify ->read_folio_range() error handling for readsJoanne Koong
2025-11-12iomap: optimize pending async writeback accountingJoanne Koong
2025-11-12filelock: push the S_ISREG check down to ->setlease handlersJeff Layton
2025-11-11fuse: fix readahead reclaim deadlockJoanne Koong
2025-11-05virtio-fs: fix incorrect check for fsvq->kobjAlok Tiwari
2025-11-05fuse: remove fc->blkbits workaround for partial writesJoanne Koong
2025-11-05fuse: use iomap for readaheadJoanne Koong
2025-11-05fuse: use iomap for read_folioJoanne Koong
2025-11-03io_uring/uring_cmd: avoid double indirect call in task work dispatchCaleb Sander Mateos
2025-10-20Coccinelle-based conversion to use ->i_state accessorsMateusz Guzik
2025-10-10Revert "fs: make vfs_fileattr_[get|set] return -EOPNOTSUPP"Andrey Albershteyn
2025-10-03Merge tag 'fuse-update-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-10-03Merge tag 'pull-finish_no_open' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-10-02Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-10-02Merge tag 'for-6.18/io_uring-20250929' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-09-29Merge tag 'vfs-6.18-rc1.workqueue' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-09-29Merge tag 'vfs-6.18-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-09-25fuse: move CREATE_TRACE_POINTS to a separate fileDarrick J. Wong
2025-09-25fuse: move the backing file idr and code into a new source fileDarrick J. Wong
2025-09-23fuse: enable FUSE_SYNCFS for all fuseblk serversDarrick J. Wong
2025-09-23fuse: capture the unique id of fuse commands being sentDarrick J. Wong
2025-09-23fuse: fix livelock in synchronous file put from fuseblk workersDarrick J. Wong
2025-09-23io_uring/cmd: drop unused res2 param from io_uring_cmd_done()Caleb Sander Mateos
2025-09-19fs: replace use of system_wq with system_percpu_wqMarco Crivellari
2025-09-16simplify fuse_atomic_open()Al Viro
2025-09-15fs: rename generic_delete_inode() and generic_drop_inode()Mateusz Guzik
2025-09-13mm: introduce memdesc_flags_tMatthew Wilcox (Oracle)