summaryrefslogtreecommitdiffstats
path: root/fs/fuse
Commit message (Expand)AuthorAgeFilesLines
* fuse: fix stack use after returnMiklos Szeredi2020-02-132-3/+5
* Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-02-081-15/+10
|\
| * fuse: switch to use errorfc() et.al.Al Viro2020-02-071-6/+6
| * fs_parse: fold fs_parameter_desc/fs_parameter_specAl Viro2020-02-071-8/+4
| * fs_parser: remove fs_parameter_description name fieldEric Sandeen2020-02-071-1/+0
* | fuse: use true,false for bool variablezhengbin2020-02-064-12/+12
* | fuse: Support RENAME_WHITEOUT flagVivek Goyal2020-02-061-1/+1
* | fuse: don't overflow LLONG_MAX with end offsetMiklos Szeredi2020-02-061-0/+12
* | fix up iter on short count in fuse_direct_io()Miklos Szeredi2020-02-061-1/+4
* | fuse: fix fuse_send_readpages() in the syncronous read caseMiklos Szeredi2020-01-161-1/+3
|/
* pipe: Fix iteration end check in fuse_dev_splice_write()David Howells2019-12-061-1/+1
* Merge tag 'fuse-update-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-12-056-115/+134
|\
| * fuse: fix Kconfig indentationKrzysztof Kozlowski2019-11-271-2/+2
| * fuse: fix leak of fuse_io_privMiklos Szeredi2019-11-271-1/+3
| * virtiofs: Use completions while waiting for queue to be drainedVivek Goyal2019-11-221-10/+29
| * virtiofs: Do not send forget request "struct list_head" elementVivek Goyal2019-11-221-5/+12
| * virtiofs: Use a common function to send forgetVivek Goyal2019-11-221-87/+63
| * virtiofs: Fix old-style declarationYueHaibing2019-11-121-3/+3
| * fuse: verify nlinkMiklos Szeredi2019-11-121-1/+2
| * fuse: verify write returnMiklos Szeredi2019-11-121-0/+2
| * fuse: verify attributesMiklos Szeredi2019-11-123-7/+19
* | Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds2019-12-011-1/+1
|\ \
| * | compat_ioctl: move more drivers to compat_ptr_ioctlArnd Bergmann2019-10-231-1/+1
* | | Merge tag 'notifications-pipe-prep-20191115' of git://git.kernel.org/pub/scm/...Linus Torvalds2019-11-301-13/+18
|\ \ \ | |_|/ |/| |
| * | pipe: Allow pipes to have kernel-reserved slotsDavid Howells2019-11-151-4/+4
| * | pipe: Use head and tail pointers for the ring, not cursor and lengthDavid Howells2019-10-311-13/+18
| |/
* | fuse: redundant get_fuse_inode() calls in fuse_writepages_fill()Vasily Averin2019-10-231-3/+1
* | fuse: truncate pending writes on O_TRUNCMiklos Szeredi2019-10-231-3/+7
* | fuse: flush dirty data/metadata before non-truncate setattrMiklos Szeredi2019-10-231-0/+13
* | virtiofs: Remove set but not used variable 'fc'zhengbin2019-10-231-2/+0
* | virtiofs: Retry request submission from worker contextVivek Goyal2019-10-211-9/+52
* | virtiofs: Count pending forgets as in_flight forgetsVivek Goyal2019-10-211-24/+20
* | virtiofs: Set FR_SENT flag only after request has been sentVivek Goyal2019-10-211-13/+10
* | virtiofs: No need to check fpq->connected stateVivek Goyal2019-10-211-7/+0
* | virtiofs: Do not end request in submission contextVivek Goyal2019-10-211-4/+33
* | fuse: don't advise readdirplus for negative lookupMiklos Szeredi2019-10-211-1/+2
* | fuse: don't dereference req->args on finished requestMiklos Szeredi2019-10-211-1/+3
* | virtio-fs: don't show mount optionsMiklos Szeredi2019-10-153-0/+9
* | virtio-fs: Change module name to virtiofs.koVivek Goyal2019-10-141-1/+2
|/
* Merge tag 'virtio-fs-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/ms...Linus Torvalds2019-09-275-0/+1220
|\
| * virtio-fs: add virtiofs filesystemStefan Hajnoczi2019-09-185-0/+1220
* | fuse: Make fuse_args_to_req staticYueHaibing2019-09-241-1/+1
* | fuse: fix memleak in cuse_channel_openzhengbin2019-09-241-0/+1
* | fuse: fix beyond-end-of-page access in fuse_parse_cache()Tejun Heo2019-09-241-1/+3
* | fuse: unexport fuse_put_requestArnd Bergmann2019-09-241-1/+0
* | fuse: kmemcg account fs dataKhazhismel Kumykov2019-09-243-4/+6
* | fuse: on 64-bit store time in d_fsdata directlyKhazhismel Kumykov2019-09-241-6/+30
* | fuse: fix missing unlock_page in fuse_writepage()Vasily Averin2019-09-241-0/+1
|/
* fuse: allow skipping control interface and forced unmountVivek Goyal2019-09-122-1/+14
* fuse: dissociate DESTROY from fuseblkMiklos Szeredi2019-09-122-4/+17