summaryrefslogtreecommitdiffstats
path: root/fs/fuse
Commit message (Expand)AuthorAgeFilesLines
* 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
| * fuse: factor out helper for FUSE_DEV_IOC_CLONEAmir Goldstein2024-02-231-26/+33
| * fuse: allow parallel dio writes with FUSE_DIRECT_IO_ALLOW_MMAPAmir Goldstein2024-02-233-30/+64
| * fuse: introduce inode io modesAmir Goldstein2024-02-234-2/+189
| * fuse: prepare for failing open responseAmir Goldstein2024-02-233-9/+16
| * fuse: break up fuse_open_common()Amir Goldstein2024-02-233-13/+26
| * fuse: allocate ff->release_args only if release is neededAmir Goldstein2024-02-233-32/+41
| * fuse: factor out helper fuse_truncate_update_attr()Amir Goldstein2024-02-231-17/+21
| * fuse: add fuse_dio_lock/unlock helper functionsBernd Schubert2024-02-231-27/+34
| * fuse: create helper function if DIO write needs exclusive lockBernd Schubert2024-02-231-18/+45
| * fuse: fix VM_MAYSHARE and direct_io_allow_mmapBernd Schubert2024-02-231-2/+6
| * virtiofs: emit uevents on filesystem eventsStefan Hajnoczi2024-02-231-1/+16
| * virtiofs: export filesystem tags through sysfsStefan Hajnoczi2024-02-231-22/+90
| * virtiofs: forbid newlines in tagsStefan Hajnoczi2024-02-231-0/+10
* | Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-03-141-4/+11
|\ \
| * | virtio: treat alloc_dax() -EOPNOTSUPP failure as non-fatalMathieu Desnoyers2024-02-221-4/+11
| |/
* | Merge tag 'vfs-6.9.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds2024-03-111-7/+7
|\ \
| * | fuse: adapt to breakup of struct file_lockJeff Layton2024-02-051-8/+7
| * | filelock: split common fields into struct file_lock_coreJeff Layton2024-02-051-0/+1
| |/
* / fuse: fix UAF in rcu pathwalksAl Viro2024-02-253-6/+13
|/
* Merge tag 'vfs-6.8.rw' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds2024-01-081-2/+3
|\