summaryrefslogtreecommitdiff
path: root/fs/fuse/inode.c
AgeCommit message (Expand)Author
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
2018-07-26fuse: umount should wait for all requestsMiklos Szeredi
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2018-06-07Merge tag 'fuse-update-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani
2018-05-31fuse: don't keep dead fuse_conn at fuse_fill_super().Tetsuo Handa
2018-05-31fuse: Allow fully unprivileged mountsEric W. Biederman
2018-05-31fuse: Ensure posix acls are translated outside of init_user_nsEric W. Biederman
2018-03-23fuse: define the filesystem as untrustedMimi Zohar
2018-03-20fuse: Support fuse filesystems outside of init_user_nsEric W. Biederman
2018-03-20fuse: return -ECONNABORTED on /dev/fuse read after abortSzymon Lukasz
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds
2017-11-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-11-15fs: fuse: account fuse_inode slab memory as reclaimableJohannes Weiner
2017-11-15Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-10-31treewide: Fix function prototypes for module_param_call()Kees Cook
2017-10-18Convert fs/*/* to SB_I_VERSIONMatthew Garrett
2017-05-20Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-05-17fuseblk: Fix warning in super_setup_bdi_name()Jan Kara
2017-05-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds
2017-04-20fuse: Get rid of bdi_initializedJan Kara
2017-04-20fuse: Convert to separately allocated bdiJan Kara
2017-04-18fuse: Add support for pid namespacesSeth Forshee
2017-04-18fuse: convert fuse_conn.count from atomic_t to refcount_tElena Reshetova
2016-10-18fuse: fix root dentry initializationMiklos Szeredi
2016-10-01fuse: get rid of fc->flagsMiklos Szeredi
2016-10-01fuse: Add posix ACL supportSeth Forshee
2016-10-01fuse: handle killpriv in userspace fsMiklos Szeredi