aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fuse/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-15virtio-fs: don't show mount optionsMiklos Szeredi1-0/+4
2019-09-27Merge tag 'virtio-fs-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds1-0/+4
2019-09-24fuse: kmemcg account fs dataKhazhismel Kumykov1-1/+1
2019-09-18virtio-fs: add virtiofs filesystemStefan Hajnoczi1-0/+4
2019-09-12fuse: allow skipping control interface and forced unmountVivek Goyal1-1/+6
2019-09-12fuse: dissociate DESTROY from fuseblkMiklos Szeredi1-4/+8
2019-09-12fuse: separate fuse device allocation and installation in fuse_connVivek Goyal1-4/+21
2019-09-12fuse: add fuse_iqueue_ops callbacksStefan Hajnoczi1-4/+9
2019-09-12fuse: extract fuse_fill_super_common()Stefan Hajnoczi1-59/+53
2019-09-12fuse: export fuse_send_init_request()Vivek Goyal1-1/+2
2019-09-12fuse: fix request limitMiklos Szeredi1-2/+5
2019-09-10fuse: convert init to simple apiMiklos Szeredi1-28/+37
2019-09-10fuse: convert destroy to simple apiMiklos Szeredi1-18/+10
2019-09-10fuse: simplify 'nofail' requestMiklos Szeredi1-1/+0
2019-09-10fuse: flatten 'struct fuse_args'Miklos Szeredi1-6/+6
2019-09-10fuse: fix deadlock with aio poll and fuse_iqueue::waitq.lockEric Biggers1-0/+1
2019-09-06vfs: subtype handling moved to fuseDavid Howells1-2/+1
2019-09-06fuse: convert to use the new mount APIDavid Howells1-125/+167
2019-05-14Merge tag 'fuse-update-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds1-11/+12
2019-05-08fuse: clean up fuse_alloc_inodezhangliguang1-6/+4
2019-05-01fuse: switch to ->free_inode()Al Viro1-14/+10
2019-04-24fuse: allow filesystems to have precise control over data cacheKirill Smelkov1-2/+5
2019-04-24fuse: convert printk -> pr_*Kirill Smelkov1-3/+3
2019-03-12Merge tag 'fuse-update-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds1-11/+15
2019-03-12mm: refactor readahead defines in mm.hNikolay Borisov1-1/+1
2019-02-13fuse: support clients that don't implement 'opendir'Chad Austin1-1/+2
2019-02-13fuse: use atomic64_t for khctrMiklos Szeredi1-1/+1
2019-02-13fuse: clean up abortedMiklos Szeredi1-2/+2
2019-02-13fuse: Protect fi->nlookup with fi->lockKirill Tkhai1-2/+2
2019-02-13fuse: Introduce fi->lock to protect write related fieldsKirill Tkhai1-3/+6
2019-02-13fuse: Convert fc->attr_version into atomic64_tKirill Tkhai1-2/+2
2019-01-16cuse: fix ioctlMiklos Szeredi1-1/+1
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS1-1/+1
2018-12-10fuse: Fix memory leak in fuse_dev_free()Takeshi Misawa1-0/+1
2018-11-22fuse: Add bad inode check in fuse_destroy_inode()Myungho Jung1-1/+1
2018-10-15fuse: enable caching of symlinksDan Schatzberg1-1/+3
2018-10-15fuse: allow fine grained attr cache invaldationMiklos Szeredi1-0/+2
2018-10-01fuse: add max_pages to init_outConstantine Shulyupin1-1/+7
2018-10-01fuse: reduce size of struct fuse_inodeMiklos Szeredi1-12/+4
2018-10-01fuse: add readdir cache versionMiklos Szeredi1-0/+1
2018-10-01fuse: allow caching readdirMiklos Szeredi1-0/+4
2018-09-28fuse: Use hash table to link processing requestKirill Tkhai1-8/+19
2018-09-28fuse: introduce fc->bg_lockKirill Tkhai1-0/+3
2018-07-26fuse: convert last timespec use to timespec64Arnd Bergmann1-4/+4
2018-07-26fuse: fix initial parallel diropsMiklos Szeredi1-4/+10
2018-07-26fuse: Fix oops at process_init_reply()Miklos Szeredi1-14/+11
2018-07-26fuse: umount should wait for all requestsMiklos Szeredi1-0/+2
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playgroundLinus Torvalds1-1/+1
2018-06-07Merge tag 'fuse-update-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds1-16/+34
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani1-1/+1