aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fuse/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-05-31fuse: don't keep dead fuse_conn at fuse_fill_super().Tetsuo Handa1-0/+1
2018-05-31fuse: Allow fully unprivileged mountsEric W. Biederman1-1/+1
2018-05-31fuse: Ensure posix acls are translated outside of init_user_nsEric W. Biederman1-0/+7
2018-03-23fuse: define the filesystem as untrustedMimi Zohar1-0/+3
2018-03-20fuse: Support fuse filesystems outside of init_user_nsEric W. Biederman1-12/+19
2018-03-20fuse: return -ECONNABORTED on /dev/fuse read after abortSzymon Lukasz1-3/+6
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds1-6/+6
2017-11-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-3/+3
2017-11-15fs: fuse: account fuse_inode slab memory as reclaimableJohannes Weiner1-3/+3
2017-11-15Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linuxLinus Torvalds1-2/+2
2017-10-31treewide: Fix function prototypes for module_param_call()Kees Cook1-2/+2
2017-10-18Convert fs/*/* to SB_I_VERSIONMatthew Garrett1-1/+1
2017-05-20Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+8
2017-05-17fuseblk: Fix warning in super_setup_bdi_name()Jan Kara1-1/+8
2017-05-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds1-3/+6
2017-04-20fuse: Get rid of bdi_initializedJan Kara1-2/+0
2017-04-20fuse: Convert to separately allocated bdiJan Kara1-29/+13
2017-04-18fuse: Add support for pid namespacesSeth Forshee1-0/+3
2017-04-18fuse: convert fuse_conn.count from atomic_t to refcount_tElena Reshetova1-3/+3
2016-10-18fuse: fix root dentry initializationMiklos Szeredi1-1/+2
2016-10-01fuse: get rid of fc->flagsMiklos Szeredi1-8/+10
2016-10-01fuse: Add posix ACL supportSeth Forshee1-1/+8
2016-10-01fuse: handle killpriv in userspace fsMiklos Szeredi1-1/+3