aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fuse/fuse_i.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-03-04fuse: fix live lock in fuse_iget()Amir Goldstein1-0/+1
2021-01-24fs: make helpers idmap mount awareChristian Brauner1-2/+2
2020-12-10fuse: fix bad inodeMiklos Szeredi1-0/+12
2020-11-11fuse: introduce the notion of FUSE_HANDLE_KILLPRIV_V2Vivek Goyal1-0/+8
2020-11-11fuse: simplify get_fuse_conn*()Miklos Szeredi1-6/+2
2020-11-11fuse: get rid of fuse_mount refcountMiklos Szeredi1-8/+0
2020-11-11virtiofs: simplify sb setupMiklos Szeredi1-5/+0
2020-10-09fuse: implement crossmountsMax Reitz1-0/+3
2020-09-18fuse: Allow fuse_fill_super_common() for submountsMax Reitz1-0/+8
2020-09-18fuse: split fuse_mount off of fuse_connMax Reitz1-32/+96
2020-09-18fuse: drop fuse_conn parameter where possibleMax Reitz1-1/+1
2020-09-18fuse: store fuse_conn in fuse_reqMax Reitz1-0/+3
2020-09-10virtiofs: add logic to free up a memory rangeVivek Goyal1-0/+1
2020-09-10virtiofs: serialize truncate/punch_hole and dax fault pathVivek Goyal1-0/+8
2020-09-10virtiofs: implement dax read/write operationsVivek Goyal1-0/+15
2020-09-10virtiofs: implement FUSE_INIT map_alignment fieldStefan Hajnoczi1-0/+1
2020-09-10virtiofs: add a mount option to enable daxVivek Goyal1-0/+14
2020-09-10virtiofs: get rid of no_mount_optionsVivek Goyal1-4/+4
2020-05-19fuse: optimize writepages searchMaxim Patlasov1-1/+1
2020-04-20virtiofs: schedule blocking async replies in separate workerVivek Goyal1-0/+1
2020-02-13fuse: fix stack use after returnMiklos Szeredi1-0/+2
2019-11-12fuse: verify attributesMiklos Szeredi1-0/+2
2019-10-15virtio-fs: don't show mount optionsMiklos Szeredi1-0/+4
2019-09-18virtio-fs: add virtiofs filesystemStefan Hajnoczi1-0/+9
2019-09-12fuse: allow skipping control interface and forced unmountVivek Goyal1-0/+8
2019-09-12fuse: dissociate DESTROY from fuseblkMiklos Szeredi1-0/+9
2019-09-12fuse: delete dentry if timeout is zeroMiklos Szeredi1-0/+3
2019-09-12fuse: separate fuse device allocation and installation in fuse_connVivek Goyal1-1/+3
2019-09-12fuse: add fuse_iqueue_ops callbacksStefan Hajnoczi1-1/+41
2019-09-12fuse: extract fuse_fill_super_common()Stefan Hajnoczi1-0/+27
2019-09-12fuse: export fuse_dequeue_forget() functionVivek Goyal1-0/+4
2019-09-12fuse: export fuse_get_unique()Stefan Hajnoczi1-0/+5
2019-09-12fuse: export fuse_send_init_request()Vivek Goyal1-0/+1
2019-09-12fuse: export fuse_len_args()Stefan Hajnoczi1-0/+5
2019-09-12fuse: export fuse_end_request()Stefan Hajnoczi1-0/+5
2019-09-10fuse: stop copying pages to fuse_reqMiklos Szeredi1-9/+0
2019-09-10fuse: stop copying args to fuse_reqMiklos Szeredi1-52/+8
2019-09-10fuse: clean up fuse_reqMiklos Szeredi1-45/+0
2019-09-10fuse: simplify request allocationMiklos Szeredi1-7/+0
2019-09-10fuse: unexport request opsMiklos Szeredi1-39/+0
2019-09-10fuse: convert release to simple apiMiklos Szeredi1-5/+3
2019-09-10fuse: convert writepages to simple apiMiklos Szeredi1-3/+0
2019-09-10fuse: convert readdir to simple apiMiklos Szeredi1-3/+20
2019-09-10fuse: add simple background helperMiklos Szeredi1-0/+6
2019-09-10fuse: move page allocMiklos Szeredi1-0/+2
2019-09-10fuse: add pages to fuse_argsMiklos Szeredi1-0/+12
2019-09-10fuse: convert destroy to simple apiMiklos Szeredi1-3/+3
2019-09-10fuse: add nocreds to fuse_argsMiklos Szeredi1-0/+1
2019-09-10fuse: convert fuse_force_forget() to simple apiMiklos Szeredi1-3/+0
2019-09-10fuse: add noreply to fuse_argsMiklos Szeredi1-0/+1