summaryrefslogtreecommitdiff
path: root/fs/fuse
AgeCommit message (Expand)Author
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)
2025-09-05fuse: virtio_fs: fix page fault for DAX page addressHaiyue Wang
2025-09-05fuse: add prune notificationMiklos Szeredi
2025-09-05fuse: remove redundant calls to fuse_copy_finish() in fuse_notify()Miklos Szeredi
2025-09-05fuse: fix possibly missing fuse_copy_finish() call in fuse_notify()Miklos Szeredi
2025-09-02fuse: remove fuse_readpages_end() null mapping checkJoanne Koong
2025-09-02fuse: fix references to fuse.rst -> fuse/fuse.rstMiklos Szeredi
2025-09-02fuse: allow synchronous FUSE_INITMiklos Szeredi
2025-08-27fuse: zero initialize inode private dataMiklos Szeredi
2025-08-27fuse: remove unused 'inode' parameter in fuse_passthrough_openChunsheng Luo
2025-08-27fuse: Block access to folio overlimitEdward Adam Davis
2025-08-27virtio_fs: fix the hash table using in virtio_fs_enqueue_req()Li RongQing
2025-08-27fuse: use default writeback accountingJoanne Koong
2025-08-27virtio_fs: Remove redundant spinlock in virtio_fs_request_complete()Li RongQing
2025-08-27fuse: remove unneeded offset assignment when filling write pagesJoanne Koong
2025-08-27fuse: use freezable wait in fuse_get_req()Sergey Senozhatsky
2025-08-27fuse: add COPY_FILE_RANGE_64 that allows large copiesMiklos Szeredi
2025-08-26fuse: fix fuseblk i_blkbits for iomap partial writesJoanne Koong
2025-08-26fuse: reflect cached blocksize if blocksize was changedJoanne Koong
2025-08-26fuse: prevent overflow in copy_file_range return valueMiklos Szeredi
2025-08-26fuse: check if copy_file_range() returns larger than requested sizeMiklos Szeredi
2025-08-26fuse: do not allow mapping a non-regular backing fileAmir Goldstein
2025-08-11fuse: keep inode->i_blkbits constantJoanne Koong
2025-07-31Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-07-28Merge tag 'for-6.17/block-20250728' of git://git.kernel.dk/linuxLinus Torvalds
2025-07-28fuse: remove page alignment check for writeback lenJoanne Koong
2025-07-28Merge tag 'vfs-6.17-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-07-28Merge tag 'vfs-6.17-rc1.fileattr' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-07-28Merge tag 'vfs-6.17-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-07-28Merge tag 'pull-simple_recursive_removal' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2025-07-28Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2025-07-17fuse: refactor writeback to use iomap_writepage_ctx inodeJoanne Koong
2025-07-17fuse: hook into iomap for invalidating and checking partial uptodatenessJoanne Koong
2025-07-17fuse: use iomap for folio launderingJoanne Koong