summaryrefslogtreecommitdiff
path: root/fs/fuse/fuse_i.h
AgeCommit message (Expand)Author
2021-10-21fuse: get rid of fuse_put_super()Miklos Szeredi
2021-09-07Merge tag 'fuse-update-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-09-06fuse: wait for writepages in syncfsMiklos Szeredi
2021-09-02Merge tag 'ovl-update-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-08-18vfs: add rcu argument to ->get_acl() callbackMiklos Szeredi
2021-08-05fuse: move fget() to fuse_get_tree()Miklos Szeredi
2021-07-13fuse: Convert to using invalidate_lockJan Kara
2021-06-22fuse: fix illegal access to inode with reused nodeidAmir Goldstein
2021-06-22fuse: Make fuse_fill_super_submount() staticGreg Kurz
2021-06-22fuse: add dedicated filesystem context ops for submountsGreg Kurz
2021-06-22virtiofs: propagate sync() to file serverGreg Kurz
2021-04-30Merge tag 'fuse-update-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-04-14virtiofs: split requests that exceed virtqueue sizeConnor Kuehl
2021-04-14fuse: extend FUSE_SETXATTR requestVivek Goyal
2021-04-14fuse: fix a typoBhaskar Chowdhury
2021-04-14fuse: fix typo for fuse_conn.max_pages commentConnor Kuehl
2021-04-14fuse: fix write deadlockVivek Goyal
2021-04-12fuse: convert to fileattrMiklos Szeredi
2021-04-12fuse: add internal open/release helpersMiklos Szeredi
2021-04-12fuse: unsigned open flagsMiklos Szeredi
2021-04-12fuse: move ioctl to separate source fileMiklos Szeredi
2021-03-04fuse: fix live lock in fuse_iget()Amir Goldstein
2021-01-24fs: make helpers idmap mount awareChristian Brauner
2020-12-10fuse: fix bad inodeMiklos Szeredi
2020-11-11fuse: introduce the notion of FUSE_HANDLE_KILLPRIV_V2Vivek Goyal
2020-11-11fuse: simplify get_fuse_conn*()Miklos Szeredi
2020-11-11fuse: get rid of fuse_mount refcountMiklos Szeredi
2020-11-11virtiofs: simplify sb setupMiklos Szeredi
2020-10-09fuse: implement crossmountsMax Reitz
2020-09-18fuse: Allow fuse_fill_super_common() for submountsMax Reitz
2020-09-18fuse: split fuse_mount off of fuse_connMax Reitz
2020-09-18fuse: drop fuse_conn parameter where possibleMax Reitz
2020-09-18fuse: store fuse_conn in fuse_reqMax Reitz
2020-09-10virtiofs: add logic to free up a memory rangeVivek Goyal
2020-09-10virtiofs: serialize truncate/punch_hole and dax fault pathVivek Goyal
2020-09-10virtiofs: implement dax read/write operationsVivek Goyal
2020-09-10virtiofs: implement FUSE_INIT map_alignment fieldStefan Hajnoczi
2020-09-10virtiofs: add a mount option to enable daxVivek Goyal
2020-09-10virtiofs: get rid of no_mount_optionsVivek Goyal
2020-05-19fuse: optimize writepages searchMaxim Patlasov
2020-04-20virtiofs: schedule blocking async replies in separate workerVivek Goyal
2020-02-13fuse: fix stack use after returnMiklos Szeredi
2019-11-12fuse: verify attributesMiklos Szeredi
2019-10-15virtio-fs: don't show mount optionsMiklos Szeredi
2019-09-18virtio-fs: add virtiofs filesystemStefan Hajnoczi
2019-09-12fuse: allow skipping control interface and forced unmountVivek Goyal
2019-09-12fuse: dissociate DESTROY from fuseblkMiklos Szeredi
2019-09-12fuse: delete dentry if timeout is zeroMiklos Szeredi
2019-09-12fuse: separate fuse device allocation and installation in fuse_connVivek Goyal
2019-09-12fuse: add fuse_iqueue_ops callbacksStefan Hajnoczi