summaryrefslogtreecommitdiffstats
path: root/fs/fuse
AgeCommit message (Expand)AuthorLines
2020-02-13fuse: fix stack use after returnMiklos Szeredi-3/+5
2020-02-08Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-15/+10
2020-02-07fuse: switch to use errorfc() et.al.Al Viro-6/+6
2020-02-07fs_parse: fold fs_parameter_desc/fs_parameter_specAl Viro-8/+4
2020-02-07fs_parser: remove fs_parameter_description name fieldEric Sandeen-1/+0
2020-02-06fuse: use true,false for bool variablezhengbin-12/+12
2020-02-06fuse: Support RENAME_WHITEOUT flagVivek Goyal-1/+1
2020-02-06fuse: don't overflow LLONG_MAX with end offsetMiklos Szeredi-0/+12
2020-02-06fix up iter on short count in fuse_direct_io()Miklos Szeredi-1/+4
2020-01-16fuse: fix fuse_send_readpages() in the syncronous read caseMiklos Szeredi-1/+3
2019-12-06pipe: Fix iteration end check in fuse_dev_splice_write()David Howells-1/+1
2019-12-05Merge tag 'fuse-update-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-115/+134
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds-1/+1
2019-11-30Merge tag 'notifications-pipe-prep-20191115' of git://git.kernel.org/pub/scm/...Linus Torvalds-13/+18
2019-11-27fuse: fix Kconfig indentationKrzysztof Kozlowski-2/+2
2019-11-27fuse: fix leak of fuse_io_privMiklos Szeredi-1/+3
2019-11-22virtiofs: Use completions while waiting for queue to be drainedVivek Goyal-10/+29
2019-11-22virtiofs: Do not send forget request "struct list_head" elementVivek Goyal-5/+12
2019-11-22virtiofs: Use a common function to send forgetVivek Goyal-87/+63
2019-11-15pipe: Allow pipes to have kernel-reserved slotsDavid Howells-4/+4
2019-11-12virtiofs: Fix old-style declarationYueHaibing-3/+3
2019-11-12fuse: verify nlinkMiklos Szeredi-1/+2
2019-11-12fuse: verify write returnMiklos Szeredi-0/+2
2019-11-12fuse: verify attributesMiklos Szeredi-7/+19
2019-10-31pipe: Use head and tail pointers for the ring, not cursor and lengthDavid Howells-13/+18
2019-10-23compat_ioctl: move more drivers to compat_ptr_ioctlArnd Bergmann-1/+1
2019-10-23fuse: redundant get_fuse_inode() calls in fuse_writepages_fill()Vasily Averin-3/+1
2019-10-23fuse: truncate pending writes on O_TRUNCMiklos Szeredi-3/+7
2019-10-23fuse: flush dirty data/metadata before non-truncate setattrMiklos Szeredi-0/+13
2019-10-23virtiofs: Remove set but not used variable 'fc'zhengbin-2/+0
2019-10-21virtiofs: Retry request submission from worker contextVivek Goyal-9/+52
2019-10-21virtiofs: Count pending forgets as in_flight forgetsVivek Goyal-24/+20
2019-10-21virtiofs: Set FR_SENT flag only after request has been sentVivek Goyal-13/+10
2019-10-21virtiofs: No need to check fpq->connected stateVivek Goyal-7/+0
2019-10-21virtiofs: Do not end request in submission contextVivek Goyal-4/+33
2019-10-21fuse: don't advise readdirplus for negative lookupMiklos Szeredi-1/+2
2019-10-21fuse: don't dereference req->args on finished requestMiklos Szeredi-1/+3
2019-10-15virtio-fs: don't show mount optionsMiklos Szeredi-0/+9
2019-10-14virtio-fs: Change module name to virtiofs.koVivek Goyal-1/+2
2019-09-27Merge tag 'virtio-fs-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/ms...Linus Torvalds-0/+1220
2019-09-24fuse: Make fuse_args_to_req staticYueHaibing-1/+1
2019-09-24fuse: fix memleak in cuse_channel_openzhengbin-0/+1
2019-09-24fuse: fix beyond-end-of-page access in fuse_parse_cache()Tejun Heo-1/+3
2019-09-24fuse: unexport fuse_put_requestArnd Bergmann-1/+0
2019-09-24fuse: kmemcg account fs dataKhazhismel Kumykov-4/+6
2019-09-24fuse: on 64-bit store time in d_fsdata directlyKhazhismel Kumykov-6/+30
2019-09-24fuse: fix missing unlock_page in fuse_writepage()Vasily Averin-0/+1
2019-09-18virtio-fs: add virtiofs filesystemStefan Hajnoczi-0/+1220
2019-09-12fuse: allow skipping control interface and forced unmountVivek Goyal-1/+14
2019-09-12fuse: dissociate DESTROY from fuseblkMiklos Szeredi-4/+17