summaryrefslogtreecommitdiffstats
path: root/fs/fuse
Commit message (Expand)AuthorAgeFilesLines
* fuse: Initialize beyond-EOF page contents before setting uptodateJann Horn2024-08-181-2/+4
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2024-07-191-31/+31
|\
| * virtio: rename virtio_find_vqs_info() to virtio_find_vqs()Jiri Pirko2024-07-171-1/+1
| * virtiofs: convert to use virtio_find_vqs_info()Jiri Pirko2024-07-171-13/+9
| * virtio-fs: improved request latencies when Virtio queue is fullPeter-Jan Gootzen2024-07-091-15/+19
| * virtio-fs: let -ENOMEM bubble up or burst gentlyPeter-Jan Gootzen2024-07-091-3/+3
* | Merge tag 'vfs-6.11.mount.api' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-07-151-6/+18
|\ \
| * | fuse: Convert to new uid/gid option parsing helpersEric Sandeen2024-07-031-8/+4
| * | fuse: verify {g,u}id mount options correctlyEric Sandeen2024-07-031-4/+20
| |/
* / fuse: Use in_group_or_capable() helperYouling Tang2024-06-251-2/+2
|/
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2024-05-231-1/+0
|\
| * fuse: virtio: drop owner assignmentKrzysztof Kozlowski2024-05-221-1/+0
* | virtio-fs: add multi-queue supportPeter-Jan Gootzen2024-05-101-8/+62
* | virtio-fs: limit number of request queuesPeter-Jan Gootzen2024-05-101-0/+3
* | fuse: clear FR_SENT when re-adding requests into pending listHou Tao2024-05-101-0/+1
* | fuse: set FR_PENDING atomically in fuse_resend()Hou Tao2024-05-101-1/+1
* | fuse: Add initial support for fs-verityRichard Fung2024-05-081-0/+60
* | fuse: Convert fuse_readpages_end() to use folio_end_read()Matthew Wilcox (Oracle)2024-05-081-7/+3
* | virtiofs: include a newline in sysfs tagBrian Foster2024-05-081-1/+1
* | fuse: verify zero padding in fuse_backing_mapAmir Goldstein2024-04-221-1/+1
|/
* cuse: add kernel-doc comments to cuse_process_init_reply()Yang Li2024-04-151-0/+4
* fuse: fix leaked ENOSYS error on first statx callDanny Lin2024-04-151-0/+1
* fuse: fix parallel dio write on file open in passthrough modeAmir Goldstein2024-04-151-2/+2
* fuse: fix wrong ff->iomode state changes from parallel dio writeAmir Goldstein2024-04-154-25/+51
* Merge tag 'fuse-update-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-03-1512-274/+1375
|\
| * fuse: get rid of ff->readdir.lockMiklos Szeredi2024-03-063-12/+0
| * fuse: remove unneeded lock which protecting update of congestion_thresholdKemeng Shi2024-03-061-5/+1
| * fuse: Fix missing FOLL_PIN for direct-ioLei Huang2024-03-062-5/+11
| * fuse: remove an unnecessary if statementJiachen Zhang2024-03-061-4/+0
| * fuse: Track process write operations in both direct and writethrough modesZhou Jifeng2024-03-061-2/+6
| * fuse: Use the high bit of request ID for indicating resend requestsZhao Chen2024-03-062-1/+3
| * fuse: Introduce a new notification type for resend pending requestsZhao Chen2024-03-061-0/+56
| * fuse: add support for explicit export disablingJingbo Xu2024-03-061-1/+10
| * fuse: __kuid_val/__kgid_val helpers in fuse_fill_attr_from_inode()Alexander Mikhalitsyn2024-03-061-2/+2
| * fuse: fix typo for fuse_permission commentAlexander Mikhalitsyn2024-03-061-1/+1
| * fuse: Convert fuse_writepage_locked to take a folioMatthew Wilcox (Oracle)2024-03-051-15/+15
| * fuse: Remove fuse_writepageMatthew Wilcox (Oracle)2024-03-051-29/+1
| * virtio_fs: remove duplicate check if queue is brokenLi RongQing2024-03-051-2/+2
| * fuse: use FUSE_ROOT_ID in fuse_get_root_inode()Miklos Szeredi2024-03-051-1/+1
| * fuse: don't unhash rootMiklos Szeredi2024-03-052-3/+5
| * fuse: fix root lookup with nonzero generationMiklos Szeredi2024-03-051-0/+4
| * fuse: replace remaining make_bad_inode() with fuse_make_bad()Miklos Szeredi2024-03-051-1/+1
| * virtiofs: drop __exit from virtio_fs_sysfs_exit()Stefan Hajnoczi2024-03-051-1/+1
| * fuse: implement passthrough for mmapAmir Goldstein2024-03-053-3/+27
| * fuse: implement splice read/write passthroughAmir Goldstein2024-03-053-2/+78
| * fuse: implement read/write passthroughAmir Goldstein2024-03-053-6/+84
| * fuse: implement open in passthrough modeAmir Goldstein2024-03-054-8/+155
| * fuse: prepare for opening file in passthrough modeAmir Goldstein2024-03-054-31/+78
| * fuse: implement ioctls to manage backing filesAmir Goldstein2024-03-054-0/+192
| * fuse: introduce FUSE_PASSTHROUGH capabilityAmir Goldstein2024-02-235-0/+110