aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fuse/inode.c
Commit message (Expand)AuthorAge
* Merge tag 'fuse-update-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-05-14
|\
| * fuse: clean up fuse_alloc_inodezhangliguang2019-05-08
| * fuse: allow filesystems to have precise control over data cacheKirill Smelkov2019-04-24
| * fuse: convert printk -> pr_*Kirill Smelkov2019-04-24
* | fuse: switch to ->free_inode()Al Viro2019-05-01
|/
* Merge tag 'fuse-update-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-03-12
|\
| * fuse: support clients that don't implement 'opendir'Chad Austin2019-02-13
| * fuse: use atomic64_t for khctrMiklos Szeredi2019-02-13
| * fuse: clean up abortedMiklos Szeredi2019-02-13
| * fuse: Protect fi->nlookup with fi->lockKirill Tkhai2019-02-13
| * fuse: Introduce fi->lock to protect write related fieldsKirill Tkhai2019-02-13
| * fuse: Convert fc->attr_version into atomic64_tKirill Tkhai2019-02-13
* | mm: refactor readahead defines in mm.hNikolay Borisov2019-03-12
|/
* cuse: fix ioctlMiklos Szeredi2019-01-16
* mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS2018-12-28
* fuse: Fix memory leak in fuse_dev_free()Takeshi Misawa2018-12-10
* fuse: Add bad inode check in fuse_destroy_inode()Myungho Jung2018-11-22
* fuse: enable caching of symlinksDan Schatzberg2018-10-15
* fuse: allow fine grained attr cache invaldationMiklos Szeredi2018-10-15
* fuse: add max_pages to init_outConstantine Shulyupin2018-10-01
* fuse: reduce size of struct fuse_inodeMiklos Szeredi2018-10-01
* fuse: add readdir cache versionMiklos Szeredi2018-10-01
* fuse: allow caching readdirMiklos Szeredi2018-10-01
* fuse: Use hash table to link processing requestKirill Tkhai2018-09-28
* fuse: introduce fc->bg_lockKirill Tkhai2018-09-28
* fuse: convert last timespec use to timespec64Arnd Bergmann2018-07-26
* fuse: fix initial parallel diropsMiklos Szeredi2018-07-26
* fuse: Fix oops at process_init_reply()Miklos Szeredi2018-07-26
* fuse: umount should wait for all requestsMiklos Szeredi2018-07-26
* Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-06-14
|\
| * vfs: change inode times to use struct timespec64Deepa Dinamani2018-06-05
* | Merge tag 'fuse-update-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-06-07
|\ \ | |/ |/|
| * fuse: don't keep dead fuse_conn at fuse_fill_super().Tetsuo Handa2018-05-31
| * fuse: Allow fully unprivileged mountsEric W. Biederman2018-05-31
| * fuse: Ensure posix acls are translated outside of init_user_nsEric W. Biederman2018-05-31
| * fuse: Support fuse filesystems outside of init_user_nsEric W. Biederman2018-03-20
| * fuse: return -ECONNABORTED on /dev/fuse read after abortSzymon Lukasz2018-03-20
* | fuse: define the filesystem as untrustedMimi Zohar2018-03-23
|/
* Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-27
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-11-15
|\
| * fs: fuse: account fuse_inode slab memory as reclaimableJohannes Weiner2017-11-15
* | Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-15
|\ \ | |/ |/|
| * treewide: Fix function prototypes for module_param_call()Kees Cook2017-10-31
* | Convert fs/*/* to SB_I_VERSIONMatthew Garrett2017-10-18
|/
* Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-05-20
|\
| * fuseblk: Fix warning in super_setup_bdi_name()Jan Kara2017-05-17
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2017-05-10
|\ \ | |/ |/|
| * fuse: Add support for pid namespacesSeth Forshee2017-04-18
| * fuse: convert fuse_conn.count from atomic_t to refcount_tElena Reshetova2017-04-18
* | fuse: Get rid of bdi_initializedJan Kara2017-04-20