summaryrefslogtreecommitdiffstats
path: root/fs/fuse/inode.c
AgeCommit message (Expand)Author
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
2016-10-01fuse: Use generic xattr opsSeth Forshee
2016-08-06Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2016-07-30qstr: constify instances in fuseAl Viro
2016-07-29fuse: fix wrong assignment of ->flags in fuse_send_init()Wei Fang
2016-06-30fuse: serialize dirops by defaultMiklos Szeredi
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov
2015-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2015-07-01sysfs: Create mountpoints with sysfs_create_mount_pointEric W. Biederman
2015-07-01fuse: separate pqueue for clonesMiklos Szeredi
2015-07-01fuse: introduce per-instance fuse_dev structureMiklos Szeredi
2015-07-01fuse: pqueue lockingMiklos Szeredi
2015-07-01fuse: duplicate ->connected in pqueueMiklos Szeredi
2015-07-01fuse: separate out processing queueMiklos Szeredi
2015-07-01fuse: duplicate ->connected in iqueueMiklos Szeredi
2015-07-01fuse: separate out input queueMiklos Szeredi
2015-07-01fuse: simplify unique ctrMiklos Szeredi
2015-07-01fuse: req use bitopsMiklos Szeredi
2015-07-01fuse: initialize fc->release before calling itMiklos Szeredi
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells