aboutsummaryrefslogtreecommitdiff
path: root/fs/fuse/fuse_i.h
AgeCommit message (Expand)AuthorFilesLines
2021-06-22fuse: fix illegal access to inode with reused nodeidGravatar Amir Goldstein 1-0/+7
2021-06-22fuse: Make fuse_fill_super_submount() staticGravatar Greg Kurz 1-9/+0
2021-06-22fuse: add dedicated filesystem context ops for submountsGravatar Greg Kurz 1-0/+5
2021-06-22virtiofs: propagate sync() to file serverGravatar Greg Kurz 1-0/+3
2021-04-30Merge tag 'fuse-update-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-3/+10
2021-04-14virtiofs: split requests that exceed virtqueue sizeGravatar Connor Kuehl 1-0/+3
2021-04-14fuse: extend FUSE_SETXATTR requestGravatar Vivek Goyal 1-1/+4
2021-04-14fuse: fix a typoGravatar Bhaskar Chowdhury 1-1/+1
2021-04-14fuse: fix typo for fuse_conn.max_pages commentGravatar Connor Kuehl 1-1/+1
2021-04-14fuse: fix write deadlockGravatar Vivek Goyal 1-0/+1
2021-04-12fuse: convert to fileattrGravatar Miklos Szeredi 1-0/+3
2021-04-12fuse: add internal open/release helpersGravatar Miklos Szeredi 1-0/+7
2021-04-12fuse: unsigned open flagsGravatar Miklos Szeredi 1-1/+2
2021-04-12fuse: move ioctl to separate source fileGravatar Miklos Szeredi 1-0/+27
2021-03-04fuse: fix live lock in fuse_iget()Gravatar Amir Goldstein 1-0/+1
2021-01-24fs: make helpers idmap mount awareGravatar Christian Brauner 1-2/+2
2020-12-10fuse: fix bad inodeGravatar Miklos Szeredi 1-0/+12
2020-11-11fuse: introduce the notion of FUSE_HANDLE_KILLPRIV_V2Gravatar Vivek Goyal 1-0/+8
2020-11-11fuse: simplify get_fuse_conn*()Gravatar Miklos Szeredi 1-6/+2
2020-11-11fuse: get rid of fuse_mount refcountGravatar Miklos Szeredi 1-8/+0
2020-11-11virtiofs: simplify sb setupGravatar Miklos Szeredi 1-5/+0
2020-10-09fuse: implement crossmountsGravatar Max Reitz 1-0/+3
2020-09-18fuse: Allow fuse_fill_super_common() for submountsGravatar Max Reitz 1-0/+8
2020-09-18fuse: split fuse_mount off of fuse_connGravatar Max Reitz 1-32/+96
2020-09-18fuse: drop fuse_conn parameter where possibleGravatar Max Reitz 1-1/+1
2020-09-18fuse: store fuse_conn in fuse_reqGravatar Max Reitz 1-0/+3
2020-09-10virtiofs: add logic to free up a memory rangeGravatar Vivek Goyal 1-0/+1
2020-09-10virtiofs: serialize truncate/punch_hole and dax fault pathGravatar Vivek Goyal 1-0/+8
2020-09-10virtiofs: implement dax read/write operationsGravatar Vivek Goyal 1-0/+15
2020-09-10virtiofs: implement FUSE_INIT map_alignment fieldGravatar Stefan Hajnoczi 1-0/+1
2020-09-10virtiofs: add a mount option to enable daxGravatar Vivek Goyal 1-0/+14
2020-09-10virtiofs: get rid of no_mount_optionsGravatar Vivek Goyal 1-4/+4
2020-05-19fuse: optimize writepages searchGravatar Maxim Patlasov 1-1/+1
2020-04-20virtiofs: schedule blocking async replies in separate workerGravatar Vivek Goyal 1-0/+1
2020-02-13fuse: fix stack use after returnGravatar Miklos Szeredi 1-0/+2
2019-11-12fuse: verify attributesGravatar Miklos Szeredi 1-0/+2
2019-10-15virtio-fs: don't show mount optionsGravatar Miklos Szeredi 1-0/+4
2019-09-18virtio-fs: add virtiofs filesystemGravatar Stefan Hajnoczi 1-0/+9
2019-09-12fuse: allow skipping control interface and forced unmountGravatar Vivek Goyal 1-0/+8
2019-09-12fuse: dissociate DESTROY from fuseblkGravatar Miklos Szeredi 1-0/+9
2019-09-12fuse: delete dentry if timeout is zeroGravatar Miklos Szeredi 1-0/+3
2019-09-12fuse: separate fuse device allocation and installation in fuse_connGravatar Vivek Goyal 1-1/+3
2019-09-12fuse: add fuse_iqueue_ops callbacksGravatar Stefan Hajnoczi 1-1/+41
2019-09-12fuse: extract fuse_fill_super_common()Gravatar Stefan Hajnoczi 1-0/+27
2019-09-12fuse: export fuse_dequeue_forget() functionGravatar Vivek Goyal 1-0/+4
2019-09-12fuse: export fuse_get_unique()Gravatar Stefan Hajnoczi 1-0/+5
2019-09-12fuse: export fuse_send_init_request()Gravatar Vivek Goyal 1-0/+1
2019-09-12fuse: export fuse_len_args()Gravatar Stefan Hajnoczi 1-0/+5
2019-09-12fuse: export fuse_end_request()Gravatar Stefan Hajnoczi 1-0/+5
2019-09-10fuse: stop copying pages to fuse_reqGravatar Miklos Szeredi 1-9/+0