summaryrefslogtreecommitdiff
path: root/fs/fuse
AgeCommit message (Expand)Author
2024-09-03Merge tag 'fuse-fixes-6.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-08-29fuse: use correct name fuse_conn_list in docstringAurelien Aptel
2024-08-29fuse: add simple request tracepointsJosef Bacik
2024-08-29fuse: refactor out shared logic in fuse_writepages_fill() and fuse_writepage_...Joanne Koong
2024-08-29fuse: move fuse file initialization to wpa allocation timeJoanne Koong
2024-08-29fuse: convert fuse_writepages_fill() to use a folio for its tmp pageJoanne Koong
2024-08-29fuse: move initialization of fuse_file to fuse_writepages() instead of in cal...Joanne Koong
2024-08-29fuse: refactor finished writeback stats updates into helper functionJoanne Koong
2024-08-29fuse: drop unused fuse_mount arg in fuse_writepage_finish()Joanne Koong
2024-08-29fuse: add fast path for fuse_range_is_writebackyangyun
2024-08-29fuse: cleanup request queuing towards virtiofsMiklos Szeredi
2024-08-29fuse: disable the combination of passthrough and writeback cacheBernd Schubert
2024-08-28fuse: update stats for pages in dropped aux writeback listJoanne Koong
2024-08-28fuse: clear PG_uptodate when using a stolen pageMiklos Szeredi
2024-08-28fuse: fix memory leak in fuse_create_openyangyun
2024-08-28fuse: check aborted connection before adding requests to pending list for res...Joanne Koong
2024-08-28fuse: use unsigned type for getxattr/listxattr size truncationJann Horn
2024-08-18fuse: Initialize beyond-EOF page contents before setting uptodateJann Horn
2024-08-12introduce fd_file(), convert all accessors to it.Al Viro
2024-08-07fs: Convert aops->write_begin to take a folioMatthew Wilcox (Oracle)
2024-08-07fs: Convert aops->write_end to take a folioMatthew Wilcox (Oracle)
2024-08-07fuse: Convert fuse_write_begin() to use a folioMatthew Wilcox (Oracle)
2024-08-07fuse: Convert fuse_write_end() to use a folioMatthew Wilcox (Oracle)
2024-07-19Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2024-07-17virtio: rename virtio_find_vqs_info() to virtio_find_vqs()Jiri Pirko
2024-07-17virtiofs: convert to use virtio_find_vqs_info()Jiri Pirko
2024-07-15Merge tag 'vfs-6.11.mount.api' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-07-09virtio-fs: improved request latencies when Virtio queue is fullPeter-Jan Gootzen
2024-07-09virtio-fs: let -ENOMEM bubble up or burst gentlyPeter-Jan Gootzen
2024-07-03fuse: Convert to new uid/gid option parsing helpersEric Sandeen
2024-07-03fuse: verify {g,u}id mount options correctlyEric Sandeen
2024-06-25fuse: Use in_group_or_capable() helperYouling Tang
2024-05-23Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2024-05-22fuse: virtio: drop owner assignmentKrzysztof Kozlowski
2024-05-10virtio-fs: add multi-queue supportPeter-Jan Gootzen
2024-05-10virtio-fs: limit number of request queuesPeter-Jan Gootzen
2024-05-10fuse: clear FR_SENT when re-adding requests into pending listHou Tao
2024-05-10fuse: set FR_PENDING atomically in fuse_resend()Hou Tao
2024-05-08fuse: Add initial support for fs-verityRichard Fung
2024-05-08fuse: Convert fuse_readpages_end() to use folio_end_read()Matthew Wilcox (Oracle)
2024-05-08virtiofs: include a newline in sysfs tagBrian Foster
2024-04-22fuse: verify zero padding in fuse_backing_mapAmir Goldstein
2024-04-15cuse: add kernel-doc comments to cuse_process_init_reply()Yang Li
2024-04-15fuse: fix leaked ENOSYS error on first statx callDanny Lin
2024-04-15fuse: fix parallel dio write on file open in passthrough modeAmir Goldstein
2024-04-15fuse: fix wrong ff->iomode state changes from parallel dio writeAmir Goldstein
2024-03-15Merge tag 'fuse-update-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-03-11Merge tag 'vfs-6.9.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds
2024-03-06fuse: get rid of ff->readdir.lockMiklos Szeredi