aboutsummaryrefslogtreecommitdiff
path: root/fs/fuse/inode.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Gravatar Linus Torvalds 1-6/+6
2017-11-15Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-3/+3
2017-11-15fs: fuse: account fuse_inode slab memory as reclaimableGravatar Johannes Weiner 1-3/+3
2017-11-15Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-2/+2
2017-10-31treewide: Fix function prototypes for module_param_call()Gravatar Kees Cook 1-2/+2
2017-10-18Convert fs/*/* to SB_I_VERSIONGravatar Matthew Garrett 1-1/+1
2017-05-20Merge branch 'for-linus' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+8
2017-05-17fuseblk: Fix warning in super_setup_bdi_name()Gravatar Jan Kara 1-1/+8
2017-05-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Gravatar Linus Torvalds 1-3/+6
2017-04-20fuse: Get rid of bdi_initializedGravatar Jan Kara 1-2/+0
2017-04-20fuse: Convert to separately allocated bdiGravatar Jan Kara 1-29/+13
2017-04-18fuse: Add support for pid namespacesGravatar Seth Forshee 1-0/+3
2017-04-18fuse: convert fuse_conn.count from atomic_t to refcount_tGravatar Elena Reshetova 1-3/+3
2016-10-18fuse: fix root dentry initializationGravatar Miklos Szeredi 1-1/+2
2016-10-01fuse: get rid of fc->flagsGravatar Miklos Szeredi 1-8/+10
2016-10-01fuse: Add posix ACL supportGravatar Seth Forshee 1-1/+8
2016-10-01fuse: handle killpriv in userspace fsGravatar Miklos Szeredi 1-1/+3
2016-10-01fuse: Use generic xattr opsGravatar Seth Forshee 1-0/+1
2016-08-06Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-6/+2
2016-07-30qstr: constify instances in fuseGravatar Al Viro 1-6/+2
2016-07-29fuse: fix wrong assignment of ->flags in fuse_send_init()Gravatar Wei Fang 1-1/+1
2016-06-30fuse: serialize dirops by defaultGravatar Miklos Szeredi 1-1/+18
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 1-8/+8
2016-01-14kmemcg: account certain kmem allocations to memcgGravatar Vladimir Davydov 1-2/+2
2015-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-6/+3
2015-07-01sysfs: Create mountpoints with sysfs_create_mount_pointGravatar Eric W. Biederman 1-6/+3
2015-07-01fuse: separate pqueue for clonesGravatar Miklos Szeredi 1-1/+2
2015-07-01fuse: introduce per-instance fuse_dev structureGravatar Miklos Szeredi 1-3/+44
2015-07-01fuse: pqueue lockingGravatar Miklos Szeredi 1-0/+1
2015-07-01fuse: duplicate ->connected in pqueueGravatar Miklos Szeredi 1-0/+1
2015-07-01fuse: separate out processing queueGravatar Miklos Szeredi 1-2/+8
2015-07-01fuse: duplicate ->connected in iqueueGravatar Miklos Szeredi 1-1/+2
2015-07-01fuse: separate out input queueGravatar Miklos Szeredi 1-4/+10
2015-07-01fuse: simplify unique ctrGravatar Miklos Szeredi 1-1/+0
2015-07-01fuse: req use bitopsGravatar Miklos Szeredi 1-3/+3
2015-07-01fuse: initialize fc->release before calling itGravatar Miklos Szeredi 1-1/+1
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsGravatar David Howells 1-2/+2
2015-01-20fs: remove mapping->backing_dev_infoGravatar Christoph Hellwig 1-1/+0
2015-01-06fuse: add memory barrier to INITGravatar Miklos Szeredi 1-1/+1
2015-01-06fuse: fix LOOKUP vs INIT compat handlingGravatar Miklos Szeredi 1-2/+1
2014-12-12fuse: introduce fuse_simple_request() helperGravatar Miklos Szeredi 1-14/+8
2014-12-12fuse: flush requests on umountGravatar Miklos Szeredi 1-15/+1
2014-12-12fuse: don't wake up reserved req in fuse_conn_kill()Gravatar Miklos Szeredi 1-1/+0
2014-07-22fuse: add FUSE_NO_OPEN_SUPPORT flag to INITGravatar Andrew Gallagher 1-1/+1
2014-07-22fuse: s_time_gran fixGravatar Miklos Szeredi 1-3/+0
2014-07-07fuse: handle large user and group IDGravatar Miklos Szeredi 1-4/+16
2014-07-07fuse: inode: drop castGravatar Himangi Saraogi 1-1/+1
2014-04-28fuse: clear MS_I_VERSIONGravatar Miklos Szeredi 1-1/+1
2014-04-28fuse: trust kernel i_ctime onlyGravatar Maxim Patlasov 1-2/+4
2014-04-28fuse: fuse: add time_gran to INIT_OUTGravatar Miklos Szeredi 1-0/+5