summaryrefslogtreecommitdiffstats
path: root/fs/fuse/inode.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+4Star
| * 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-021-14/+10Star
|/
* 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/+4Star
* 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/+11Star
* 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-061-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
| * fuse: Support fuse filesystems outside of init_user_nsEric W. Biederman2018-03-201-12/+19
| * fuse: return -ECONNABORTED on /dev/fuse read after abortSzymon Lukasz2018-03-201-3/+6
* | fuse: define the filesystem as untrustedMimi Zohar2018-03-231-0/+3
|/
* Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-271-6/+6
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-11-161-3/+3
|\
| * fs: fuse: account fuse_inode slab memory as reclaimableJohannes Weiner2017-11-161-3/+3
* | Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-151-2/+2
|\ \ | |/ |/|
| * treewide: Fix function prototypes for module_param_call()Kees Cook2017-10-311-2/+2
* | Convert fs/*/* to SB_I_VERSIONMatthew Garrett2017-10-191-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-05-211-1/+8
|\
| * fuseblk: Fix warning in super_setup_bdi_name()Jan Kara2017-05-171-1/+8
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2017-05-101-3/+6
|\ \ | |/ |/|
| * fuse: Add support for pid namespacesSeth Forshee2017-04-181-0/+3
| * fuse: convert fuse_conn.count from atomic_t to refcount_tElena Reshetova2017-04-181-3/+3
* | fuse: Get rid of bdi_initializedJan Kara2017-04-201-2/+0Star