aboutsummaryrefslogtreecommitdiff
path: root/fs/fuse
AgeCommit message (Expand)AuthorFilesLines
2019-10-23fuse: redundant get_fuse_inode() calls in fuse_writepages_fill()Gravatar Vasily Averin 1-3/+1
2019-10-23fuse: truncate pending writes on O_TRUNCGravatar Miklos Szeredi 1-3/+7
2019-10-23fuse: flush dirty data/metadata before non-truncate setattrGravatar Miklos Szeredi 1-0/+13
2019-10-23virtiofs: Remove set but not used variable 'fc'Gravatar zhengbin 1-2/+0
2019-10-21virtiofs: Retry request submission from worker contextGravatar Vivek Goyal 1-9/+52
2019-10-21virtiofs: Count pending forgets as in_flight forgetsGravatar Vivek Goyal 1-24/+20
2019-10-21virtiofs: Set FR_SENT flag only after request has been sentGravatar Vivek Goyal 1-13/+10
2019-10-21virtiofs: No need to check fpq->connected stateGravatar Vivek Goyal 1-7/+0
2019-10-21virtiofs: Do not end request in submission contextGravatar Vivek Goyal 1-4/+33
2019-10-21fuse: don't advise readdirplus for negative lookupGravatar Miklos Szeredi 1-1/+2
2019-10-21fuse: don't dereference req->args on finished requestGravatar Miklos Szeredi 1-1/+3
2019-10-15virtio-fs: don't show mount optionsGravatar Miklos Szeredi 3-0/+9
2019-10-14virtio-fs: Change module name to virtiofs.koGravatar Vivek Goyal 1-1/+2
2019-09-27Merge tag 'virtio-fs-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/ms...Gravatar Linus Torvalds 5-0/+1220
2019-09-24fuse: Make fuse_args_to_req staticGravatar YueHaibing 1-1/+1
2019-09-24fuse: fix memleak in cuse_channel_openGravatar zhengbin 1-0/+1
2019-09-24fuse: fix beyond-end-of-page access in fuse_parse_cache()Gravatar Tejun Heo 1-1/+3
2019-09-24fuse: unexport fuse_put_requestGravatar Arnd Bergmann 1-1/+0
2019-09-24fuse: kmemcg account fs dataGravatar Khazhismel Kumykov 3-4/+6
2019-09-24fuse: on 64-bit store time in d_fsdata directlyGravatar Khazhismel Kumykov 1-6/+30
2019-09-24fuse: fix missing unlock_page in fuse_writepage()Gravatar Vasily Averin 1-0/+1
2019-09-18virtio-fs: add virtiofs filesystemGravatar Stefan Hajnoczi 5-0/+1220
2019-09-12fuse: allow skipping control interface and forced unmountGravatar Vivek Goyal 2-1/+14
2019-09-12fuse: dissociate DESTROY from fuseblkGravatar Miklos Szeredi 2-4/+17
2019-09-12fuse: delete dentry if timeout is zeroGravatar Miklos Szeredi 2-3/+28
2019-09-12fuse: separate fuse device allocation and installation in fuse_connGravatar Vivek Goyal 4-7/+26
2019-09-12fuse: add fuse_iqueue_ops callbacksGravatar Stefan Hajnoczi 4-22/+81
2019-09-12fuse: extract fuse_fill_super_common()Gravatar Stefan Hajnoczi 2-59/+80
2019-09-12fuse: export fuse_dequeue_forget() functionGravatar Vivek Goyal 2-6/+11
2019-09-12fuse: export fuse_get_unique()Gravatar Stefan Hajnoczi 2-1/+7
2019-09-12fuse: export fuse_send_init_request()Gravatar Vivek Goyal 2-1/+3
2019-09-12fuse: export fuse_len_args()Gravatar Stefan Hajnoczi 2-4/+10
2019-09-12fuse: export fuse_end_request()Gravatar Stefan Hajnoczi 2-9/+15
2019-09-12fuse: fix request limitGravatar Miklos Szeredi 1-2/+5
2019-09-10fuse: stop copying pages to fuse_reqGravatar Miklos Szeredi 2-21/+6
2019-09-10fuse: stop copying args to fuse_reqGravatar Miklos Szeredi 2-106/+34
2019-09-10fuse: clean up fuse_reqGravatar Miklos Szeredi 1-45/+0
2019-09-10fuse: simplify request allocationGravatar Miklos Szeredi 3-59/+13
2019-09-10fuse: unexport request opsGravatar Miklos Szeredi 2-81/+9
2019-09-10fuse: convert retrieve to simple apiGravatar Miklos Szeredi 1-30/+62
2019-09-10fuse: convert release to simple apiGravatar Miklos Szeredi 2-41/+42
2019-09-10cuse: convert init to simple apiGravatar Miklos Szeredi 1-45/+48
2019-09-10fuse: convert init to simple apiGravatar Miklos Szeredi 1-28/+37
2019-09-10fuse: convert writepages to simple apiGravatar Miklos Szeredi 3-185/+206
2019-09-10fuse: convert readdir to simple apiGravatar Miklos Szeredi 3-66/+40
2019-09-10fuse: convert readpages to simple apiGravatar Miklos Szeredi 1-67/+72
2019-09-10fuse: convert direct_io to simple apiGravatar Miklos Szeredi 1-95/+124
2019-09-10fuse: add simple background helperGravatar Miklos Szeredi 2-0/+51
2019-09-10fuse: convert sync write to simple apiGravatar Miklos Szeredi 1-44/+86
2019-09-10fuse: covert readpage to simple apiGravatar Miklos Szeredi 1-32/+48