summaryrefslogtreecommitdiffstats
path: root/fs/fuse
AgeCommit message (Expand)AuthorLines
2025-10-10Revert "fs: make vfs_fileattr_[get|set] return -EOPNOTSUPP"Andrey Albershteyn-4/+0
2025-10-03Merge tag 'fuse-update-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-345/+519
2025-10-03Merge tag 'pull-finish_no_open' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-14/+7
2025-10-02Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-1/+1
2025-10-02Merge tag 'for-6.18/io_uring-20250929' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-4/+4
2025-09-29Merge tag 'vfs-6.18-rc1.workqueue' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-2/+2
2025-09-29Merge tag 'vfs-6.18-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+1
2025-09-25fuse: move CREATE_TRACE_POINTS to a separate fileDarrick J. Wong-2/+15
2025-09-25fuse: move the backing file idr and code into a new source fileDarrick J. Wong-183/+208
2025-09-23fuse: enable FUSE_SYNCFS for all fuseblk serversDarrick J. Wong-0/+1
2025-09-23fuse: capture the unique id of fuse commands being sentDarrick J. Wong-8/+31
2025-09-23fuse: fix livelock in synchronous file put from fuseblk workersDarrick J. Wong-1/+7
2025-09-23io_uring/cmd: drop unused res2 param from io_uring_cmd_done()Caleb Sander Mateos-4/+4
2025-09-19fs: replace use of system_wq with system_percpu_wqMarco Crivellari-2/+2
2025-09-16simplify fuse_atomic_open()Al Viro-14/+7
2025-09-15fs: rename generic_delete_inode() and generic_drop_inode()Mateusz Guzik-1/+1
2025-09-13mm: introduce memdesc_flags_tMatthew Wilcox (Oracle)-1/+1
2025-09-05fuse: virtio_fs: fix page fault for DAX page addressHaiyue Wang-1/+1
2025-09-05fuse: add prune notificationMiklos Szeredi-0/+56
2025-09-05fuse: remove redundant calls to fuse_copy_finish() in fuse_notify()Miklos Szeredi-56/+23
2025-09-05fuse: fix possibly missing fuse_copy_finish() call in fuse_notify()Miklos Szeredi-1/+1
2025-09-02fuse: remove fuse_readpages_end() null mapping checkJoanne Koong-13/+11
2025-09-02fuse: fix references to fuse.rst -> fuse/fuse.rstMiklos Szeredi-2/+2
2025-09-02fuse: allow synchronous FUSE_INITMiklos Szeredi-34/+113
2025-08-27fuse: zero initialize inode private dataMiklos Szeredi-7/+4
2025-08-27fuse: remove unused 'inode' parameter in fuse_passthrough_openChunsheng Luo-8/+3
2025-08-27fuse: Block access to folio overlimitEdward Adam Davis-1/+1
2025-08-27virtio_fs: fix the hash table using in virtio_fs_enqueue_req()Li RongQing-2/+5
2025-08-27fuse: use default writeback accountingJoanne Koong-10/+1
2025-08-27virtio_fs: Remove redundant spinlock in virtio_fs_request_complete()Li RongQing-3/+0
2025-08-27fuse: remove unneeded offset assignment when filling write pagesJoanne Koong-1/+0
2025-08-27fuse: use freezable wait in fuse_get_req()Sergey Senozhatsky-2/+3
2025-08-27fuse: add COPY_FILE_RANGE_64 that allows large copiesMiklos Szeredi-12/+35
2025-08-26fuse: fix fuseblk i_blkbits for iomap partial writesJoanne Koong-2/+21
2025-08-26fuse: reflect cached blocksize if blocksize was changedJoanne Koong-0/+12
2025-08-26fuse: prevent overflow in copy_file_range return valueMiklos Szeredi-1/+1
2025-08-26fuse: check if copy_file_range() returns larger than requested sizeMiklos Szeredi-0/+3
2025-08-26fuse: do not allow mapping a non-regular backing fileAmir Goldstein-0/+5
2025-08-11fuse: keep inode->i_blkbits constantJoanne Koong-5/+0
2025-07-31Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-16/+3
2025-07-28Merge tag 'for-6.17/block-20250728' of git://git.kernel.dk/linuxLinus Torvalds-3/+3
2025-07-28fuse: remove page alignment check for writeback lenJoanne Koong-2/+0
2025-07-28Merge tag 'vfs-6.17-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-196/+154
2025-07-28Merge tag 'vfs-6.17-rc1.fileattr' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-4/+8
2025-07-28Merge tag 'vfs-6.17-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-5/+9
2025-07-28Merge tag 'pull-simple_recursive_removal' of git://git.kernel.org/pub/scm/lin...Linus Torvalds-23/+13
2025-07-28Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds-12/+2
2025-07-17fuse: refactor writeback to use iomap_writepage_ctx inodeJoanne Koong-16/+12
2025-07-17fuse: hook into iomap for invalidating and checking partial uptodatenessJoanne Koong-0/+2
2025-07-17fuse: use iomap for folio launderingJoanne Koong-40/+12