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