summaryrefslogtreecommitdiff
path: root/fs/fuse/inode.c
AgeCommit message (Expand)Author
2021-01-09fuse: fix bad inodeMiklos Szeredi
2020-10-01fuse: update attr_version counter on fuse_notify_inval_inode()Miklos Szeredi
2020-07-22fuse: use ->reconfigure() instead of ->remount_fs()Miklos Szeredi
2020-07-22fuse: ignore 'data' argument of mount(..., MS_REMOUNT)Miklos Szeredi
2019-10-15virtio-fs: don't show mount optionsMiklos Szeredi
2019-09-27Merge tag 'virtio-fs-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/ms...Linus Torvalds
2019-09-24fuse: kmemcg account fs dataKhazhismel Kumykov
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: separate fuse device allocation and installation in fuse_connVivek Goyal
2019-09-12fuse: add fuse_iqueue_ops callbacksStefan Hajnoczi
2019-09-12fuse: extract fuse_fill_super_common()Stefan Hajnoczi
2019-09-12fuse: export fuse_send_init_request()Vivek Goyal
2019-09-12fuse: fix request limitMiklos Szeredi
2019-09-10fuse: convert init to simple apiMiklos Szeredi
2019-09-10fuse: convert destroy to simple apiMiklos Szeredi
2019-09-10fuse: simplify 'nofail' requestMiklos Szeredi
2019-09-10fuse: flatten 'struct fuse_args'Miklos Szeredi
2019-09-10fuse: fix deadlock with aio poll and fuse_iqueue::waitq.lockEric Biggers
2019-09-06vfs: subtype handling moved to fuseDavid Howells
2019-09-06fuse: convert to use the new mount APIDavid Howells
2019-05-14Merge tag 'fuse-update-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-05-08fuse: clean up fuse_alloc_inodezhangliguang
2019-05-01fuse: switch to ->free_inode()Al Viro
2019-04-24fuse: allow filesystems to have precise control over data cacheKirill Smelkov
2019-04-24fuse: convert printk -> pr_*Kirill Smelkov
2019-03-12Merge tag 'fuse-update-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-03-12mm: refactor readahead defines in mm.hNikolay Borisov
2019-02-13fuse: support clients that don't implement 'opendir'Chad Austin
2019-02-13fuse: use atomic64_t for khctrMiklos Szeredi
2019-02-13fuse: clean up abortedMiklos Szeredi
2019-02-13fuse: Protect fi->nlookup with fi->lockKirill Tkhai
2019-02-13fuse: Introduce fi->lock to protect write related fieldsKirill Tkhai
2019-02-13fuse: Convert fc->attr_version into atomic64_tKirill Tkhai
2019-01-16cuse: fix ioctlMiklos Szeredi
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS
2018-12-10fuse: Fix memory leak in fuse_dev_free()Takeshi Misawa
2018-11-22fuse: Add bad inode check in fuse_destroy_inode()Myungho Jung
2018-10-15fuse: enable caching of symlinksDan Schatzberg
2018-10-15fuse: allow fine grained attr cache invaldationMiklos Szeredi
2018-10-01fuse: add max_pages to init_outConstantine Shulyupin
2018-10-01fuse: reduce size of struct fuse_inodeMiklos Szeredi
2018-10-01fuse: add readdir cache versionMiklos Szeredi
2018-10-01fuse: allow caching readdirMiklos Szeredi
2018-09-28fuse: Use hash table to link processing requestKirill Tkhai
2018-09-28fuse: introduce fc->bg_lockKirill Tkhai
2018-07-26fuse: convert last timespec use to timespec64Arnd Bergmann
2018-07-26fuse: fix initial parallel diropsMiklos Szeredi
2018-07-26fuse: Fix oops at process_init_reply()Miklos Szeredi