aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fuse (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-12-01Merge tag 'vfs-6.19-rc1.directory.locking' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-11/+8
2025-12-01Merge tag 'vfs-6.19-rc1.directory.delegations' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-0/+1
2025-12-01Merge tag 'vfs-6.19-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-2/+2
2025-12-01Merge tag 'vfs-6.19-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds4-137/+172
2025-11-14VFS: introduce start_creating_noperm() and start_removing_noperm()NeilBrown1-11/+8
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-05virtio-fs: fix incorrect check for fsvq->kobjAlok Tiwari1-1/+1
2025-11-05fuse: remove fc->blkbits workaround for partial writesJoanne Koong3-21/+2
2025-11-05fuse: use iomap for readaheadJoanne Koong1-96/+124
2025-11-05fuse: use iomap for read_folioJoanne Koong1-24/+56
2025-10-20Coccinelle-based conversion to use ->i_state accessorsMateusz Guzik1-2/+2
2025-10-10Revert "fs: make vfs_fileattr_[get|set] return -EOPNOTSUPP"Andrey Albershteyn1-4/+0
2025-10-03Merge tag 'fuse-update-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds14-345/+519
2025-10-03Merge tag 'pull-finish_no_open' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-14/+7
2025-10-02Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-1/+1
2025-10-02Merge tag 'for-6.18/io_uring-20250929' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linuxLinus Torvalds1-4/+4
2025-09-29Merge tag 'vfs-6.18-rc1.workqueue' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds2-2/+2
2025-09-29Merge tag 'vfs-6.18-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-1/+1
2025-09-25fuse: move CREATE_TRACE_POINTS to a separate fileDarrick J. Wong3-2/+15
2025-09-25fuse: move the backing file idr and code into a new source fileDarrick J. Wong4-183/+208
2025-09-23fuse: enable FUSE_SYNCFS for all fuseblk serversDarrick J. Wong1-0/+1
2025-09-23fuse: capture the unique id of fuse commands being sentDarrick J. Wong4-8/+31
2025-09-23fuse: fix livelock in synchronous file put from fuseblk workersDarrick J. Wong1-1/+7
2025-09-23io_uring/cmd: drop unused res2 param from io_uring_cmd_done()Caleb Sander Mateos1-4/+4
2025-09-19fs: replace use of system_wq with system_percpu_wqMarco Crivellari2-2/+2
2025-09-16simplify fuse_atomic_open()Al Viro1-14/+7
2025-09-15fs: rename generic_delete_inode() and generic_drop_inode()Mateusz Guzik1-1/+1
2025-09-13mm: introduce memdesc_flags_tMatthew Wilcox (Oracle)1-1/+1
2025-09-05fuse: virtio_fs: fix page fault for DAX page addressHaiyue Wang1-1/+1
2025-09-05fuse: add prune notificationMiklos Szeredi3-0/+56
2025-09-05fuse: remove redundant calls to fuse_copy_finish() in fuse_notify()Miklos Szeredi1-56/+23
2025-09-05fuse: fix possibly missing fuse_copy_finish() call in fuse_notify()Miklos Szeredi1-1/+1
2025-09-02fuse: remove fuse_readpages_end() null mapping checkJoanne Koong1-13/+11
2025-09-02fuse: fix references to fuse.rst -> fuse/fuse.rstMiklos Szeredi2-2/+2
2025-09-02fuse: allow synchronous FUSE_INITMiklos Szeredi6-34/+113
2025-08-27fuse: zero initialize inode private dataMiklos Szeredi1-7/+4
2025-08-27fuse: remove unused 'inode' parameter in fuse_passthrough_openChunsheng Luo3-8/+3
2025-08-27fuse: Block access to folio overlimitEdward Adam Davis1-1/+1
2025-08-27virtio_fs: fix the hash table using in virtio_fs_enqueue_req()Li RongQing2-2/+5
2025-08-27fuse: use default writeback accountingJoanne Koong2-10/+1
2025-08-27virtio_fs: Remove redundant spinlock in virtio_fs_request_complete()Li RongQing1-3/+0
2025-08-27fuse: remove unneeded offset assignment when filling write pagesJoanne Koong1-1/+0
2025-08-27fuse: use freezable wait in fuse_get_req()Sergey Senozhatsky1-2/+3
2025-08-27fuse: add COPY_FILE_RANGE_64 that allows large copiesMiklos Szeredi2-12/+35
2025-08-26fuse: fix fuseblk i_blkbits for iomap partial writesJoanne Koong3-2/+21
2025-08-26fuse: reflect cached blocksize if blocksize was changedJoanne Koong3-0/+12
2025-08-26fuse: prevent overflow in copy_file_range return valueMiklos Szeredi1-1/+1
2025-08-26fuse: check if copy_file_range() returns larger than requested sizeMiklos Szeredi1-0/+3