summaryrefslogtreecommitdiffstats
path: root/fs/fuse
Commit message (Expand)AuthorAgeFilesLines
* 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
* fuse: delete dentry if timeout is zeroMiklos Szeredi2019-09-122-3/+28
* fuse: separate fuse device allocation and installation in fuse_connVivek Goyal2019-09-124-7/+26
* fuse: add fuse_iqueue_ops callbacksStefan Hajnoczi2019-09-124-22/+81
* fuse: extract fuse_fill_super_common()Stefan Hajnoczi2019-09-122-59/+80
* fuse: export fuse_dequeue_forget() functionVivek Goyal2019-09-122-6/+11
* fuse: export fuse_get_unique()Stefan Hajnoczi2019-09-122-1/+7
* fuse: export fuse_send_init_request()Vivek Goyal2019-09-122-1/+3
* fuse: export fuse_len_args()Stefan Hajnoczi2019-09-122-4/+10
* fuse: export fuse_end_request()Stefan Hajnoczi2019-09-122-9/+15
* fuse: fix request limitMiklos Szeredi2019-09-121-2/+5
* fuse: stop copying pages to fuse_reqMiklos Szeredi2019-09-102-21/+6
* fuse: stop copying args to fuse_reqMiklos Szeredi2019-09-102-106/+34
* fuse: clean up fuse_reqMiklos Szeredi2019-09-101-45/+0
* fuse: simplify request allocationMiklos Szeredi2019-09-103-59/+13
* fuse: unexport request opsMiklos Szeredi2019-09-102-81/+9
* fuse: convert retrieve to simple apiMiklos Szeredi2019-09-101-30/+62
* fuse: convert release to simple apiMiklos Szeredi2019-09-102-41/+42
* cuse: convert init to simple apiMiklos Szeredi2019-09-101-45/+48
* fuse: convert init to simple apiMiklos Szeredi2019-09-101-28/+37
* fuse: convert writepages to simple apiMiklos Szeredi2019-09-103-185/+206
* fuse: convert readdir to simple apiMiklos Szeredi2019-09-103-66/+40