summaryrefslogtreecommitdiffstats
path: root/fs/fuse/inode.c
Commit message (Expand)AuthorAgeFilesLines
* fuse: kmemcg account fs dataKhazhismel Kumykov2019-09-241-1/+1
* fuse: allow skipping control interface and forced unmountVivek Goyal2019-09-121-1/+6
* fuse: dissociate DESTROY from fuseblkMiklos Szeredi2019-09-121-4/+8
* fuse: separate fuse device allocation and installation in fuse_connVivek Goyal2019-09-121-4/+21
* fuse: add fuse_iqueue_ops callbacksStefan Hajnoczi2019-09-121-4/+9
* fuse: extract fuse_fill_super_common()Stefan Hajnoczi2019-09-121-59/+53
* fuse: export fuse_send_init_request()Vivek Goyal2019-09-121-1/+2
* fuse: fix request limitMiklos Szeredi2019-09-121-2/+5
* fuse: convert init to simple apiMiklos Szeredi2019-09-101-28/+37
* fuse: convert destroy to simple apiMiklos Szeredi2019-09-101-18/+10
* fuse: simplify 'nofail' requestMiklos Szeredi2019-09-101-1/+0
* fuse: flatten 'struct fuse_args'Miklos Szeredi2019-09-101-6/+6
* fuse: fix deadlock with aio poll and fuse_iqueue::waitq.lockEric Biggers2019-09-101-0/+1
* vfs: subtype handling moved to fuseDavid Howells2019-09-061-2/+1
* fuse: convert to use the new mount APIDavid Howells2019-09-061-125/+167
* Merge tag 'fuse-update-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-05-141-11/+12
|\
| * fuse: clean up fuse_alloc_inodezhangliguang2019-05-081-6/+4
| * fuse: allow filesystems to have precise control over data cacheKirill Smelkov2019-04-241-2/+5
| * fuse: convert printk -> pr_*Kirill Smelkov2019-04-241-3/+3
* | fuse: switch to ->free_inode()Al Viro2019-05-011-14/+10
|/
* Merge tag 'fuse-update-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-03-121-11/+15
|\
| * fuse: support clients that don't implement 'opendir'Chad Austin2019-02-131-1/+2
| * fuse: use atomic64_t for khctrMiklos Szeredi2019-02-131-1/+1
| * fuse: clean up abortedMiklos Szeredi2019-02-131-2/+2
| * fuse: Protect fi->nlookup with fi->lockKirill Tkhai2019-02-131-2/+2
| * fuse: Introduce fi->lock to protect write related fieldsKirill Tkhai2019-02-131-3/+6
| * fuse: Convert fc->attr_version into atomic64_tKirill Tkhai2019-02-131-2/+2
* | mm: refactor readahead defines in mm.hNikolay Borisov2019-03-121-1/+1
|/
* cuse: fix ioctlMiklos Szeredi2019-01-161-1/+1
* mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS2018-12-281-1/+1
* fuse: Fix memory leak in fuse_dev_free()Takeshi Misawa2018-12-101-0/+1
* fuse: Add bad inode check in fuse_destroy_inode()Myungho Jung2018-11-221-1/+1
* fuse: enable caching of symlinksDan Schatzberg2018-10-151-1/+3
* fuse: allow fine grained attr cache invaldationMiklos Szeredi2018-10-151-0/+2
* fuse: add max_pages to init_outConstantine Shulyupin2018-10-011-1/+7
* fuse: reduce size of struct fuse_inodeMiklos Szeredi2018-10-011-12/+4
* fuse: add readdir cache versionMiklos Szeredi2018-10-011-0/+1
* fuse: allow caching readdirMiklos Szeredi2018-10-011-0/+4
* fuse: Use hash table to link processing requestKirill Tkhai2018-09-281-8/+19
* fuse: introduce fc->bg_lockKirill Tkhai2018-09-281-0/+3
* fuse: convert last timespec use to timespec64Arnd Bergmann2018-07-261-4/+4
* fuse: fix initial parallel diropsMiklos Szeredi2018-07-261-4/+10
* fuse: Fix oops at process_init_reply()Miklos Szeredi2018-07-261-14/+11
* fuse: umount should wait for all requestsMiklos Szeredi2018-07-261-0/+2
* Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-06-151-1/+1
|\
| * vfs: change inode times to use struct timespec64Deepa Dinamani2018-06-051-1/+1
* | Merge tag 'fuse-update-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-06-071-16/+34
|\ \ | |/ |/|
| * fuse: don't keep dead fuse_conn at fuse_fill_super().Tetsuo Handa2018-05-311-0/+1
| * fuse: Allow fully unprivileged mountsEric W. Biederman2018-05-311-1/+1
| * fuse: Ensure posix acls are translated outside of init_user_nsEric W. Biederman2018-05-311-0/+7