aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fuse (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-16fuse: fix fuse_send_readpages() in the syncronous read caseMiklos Szeredi1-1/+3
2019-12-06pipe: Fix iteration end check in fuse_dev_splice_write()David Howells1-1/+1
2019-12-05Merge tag 'fuse-update-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds6-115/+134
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playgroundLinus Torvalds1-1/+1
2019-11-30Merge tag 'notifications-pipe-prep-20191115' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds1-13/+18
2019-11-27fuse: fix Kconfig indentationKrzysztof Kozlowski1-2/+2
2019-11-27fuse: fix leak of fuse_io_privMiklos Szeredi1-1/+3
2019-11-22virtiofs: Use completions while waiting for queue to be drainedVivek Goyal1-10/+29
2019-11-22virtiofs: Do not send forget request "struct list_head" elementVivek Goyal1-5/+12
2019-11-22virtiofs: Use a common function to send forgetVivek Goyal1-87/+63
2019-11-15pipe: Allow pipes to have kernel-reserved slotsDavid Howells1-4/+4
2019-11-12virtiofs: Fix old-style declarationYueHaibing1-3/+3
2019-11-12fuse: verify nlinkMiklos Szeredi1-1/+2
2019-11-12fuse: verify write returnMiklos Szeredi1-0/+2
2019-11-12fuse: verify attributesMiklos Szeredi3-7/+19
2019-10-31pipe: Use head and tail pointers for the ring, not cursor and lengthDavid Howells1-13/+18
2019-10-23compat_ioctl: move more drivers to compat_ptr_ioctlArnd Bergmann1-1/+1
2019-10-23fuse: redundant get_fuse_inode() calls in fuse_writepages_fill()Vasily Averin1-3/+1
2019-10-23fuse: truncate pending writes on O_TRUNCMiklos Szeredi1-3/+7
2019-10-23fuse: flush dirty data/metadata before non-truncate setattrMiklos Szeredi1-0/+13
2019-10-23virtiofs: Remove set but not used variable 'fc'zhengbin1-2/+0
2019-10-21virtiofs: Retry request submission from worker contextVivek Goyal1-9/+52
2019-10-21virtiofs: Count pending forgets as in_flight forgetsVivek Goyal1-24/+20
2019-10-21virtiofs: Set FR_SENT flag only after request has been sentVivek Goyal1-13/+10
2019-10-21virtiofs: No need to check fpq->connected stateVivek Goyal1-7/+0
2019-10-21virtiofs: Do not end request in submission contextVivek Goyal1-4/+33
2019-10-21fuse: don't advise readdirplus for negative lookupMiklos Szeredi1-1/+2
2019-10-21fuse: don't dereference req->args on finished requestMiklos Szeredi1-1/+3
2019-10-15virtio-fs: don't show mount optionsMiklos Szeredi3-0/+9
2019-10-14virtio-fs: Change module name to virtiofs.koVivek Goyal1-1/+2
2019-09-27Merge tag 'virtio-fs-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds5-0/+1220
2019-09-24fuse: Make fuse_args_to_req staticYueHaibing1-1/+1
2019-09-24fuse: fix memleak in cuse_channel_openzhengbin1-0/+1
2019-09-24fuse: fix beyond-end-of-page access in fuse_parse_cache()Tejun Heo1-1/+3
2019-09-24fuse: unexport fuse_put_requestArnd Bergmann1-1/+0
2019-09-24fuse: kmemcg account fs dataKhazhismel Kumykov3-4/+6
2019-09-24fuse: on 64-bit store time in d_fsdata directlyKhazhismel Kumykov1-6/+30
2019-09-24fuse: fix missing unlock_page in fuse_writepage()Vasily Averin1-0/+1
2019-09-18virtio-fs: add virtiofs filesystemStefan Hajnoczi5-0/+1220
2019-09-12fuse: allow skipping control interface and forced unmountVivek Goyal2-1/+14
2019-09-12fuse: dissociate DESTROY from fuseblkMiklos Szeredi2-4/+17
2019-09-12fuse: delete dentry if timeout is zeroMiklos Szeredi2-3/+28
2019-09-12fuse: separate fuse device allocation and installation in fuse_connVivek Goyal4-7/+26
2019-09-12fuse: add fuse_iqueue_ops callbacksStefan Hajnoczi4-22/+81
2019-09-12fuse: extract fuse_fill_super_common()Stefan Hajnoczi2-59/+80
2019-09-12fuse: export fuse_dequeue_forget() functionVivek Goyal2-6/+11
2019-09-12fuse: export fuse_get_unique()Stefan Hajnoczi2-1/+7
2019-09-12fuse: export fuse_send_init_request()Vivek Goyal2-1/+3
2019-09-12fuse: export fuse_len_args()Stefan Hajnoczi2-4/+10
2019-09-12fuse: export fuse_end_request()Stefan Hajnoczi2-9/+15