aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fuse/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-10-01fuse: Use generic xattr opsSeth Forshee1-0/+1
2016-08-06Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-6/+2
2016-07-30qstr: constify instances in fuseAl Viro1-6/+2
2016-07-29fuse: fix wrong assignment of ->flags in fuse_send_init()Wei Fang1-1/+1
2016-06-30fuse: serialize dirops by defaultMiklos Szeredi1-1/+18
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-8/+8
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov1-2/+2
2015-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-6/+3
2015-07-01sysfs: Create mountpoints with sysfs_create_mount_pointEric W. Biederman1-6/+3
2015-07-01fuse: separate pqueue for clonesMiklos Szeredi1-1/+2
2015-07-01fuse: introduce per-instance fuse_dev structureMiklos Szeredi1-3/+44
2015-07-01fuse: pqueue lockingMiklos Szeredi1-0/+1
2015-07-01fuse: duplicate ->connected in pqueueMiklos Szeredi1-0/+1
2015-07-01fuse: separate out processing queueMiklos Szeredi1-2/+8
2015-07-01fuse: duplicate ->connected in iqueueMiklos Szeredi1-1/+2
2015-07-01fuse: separate out input queueMiklos Szeredi1-4/+10
2015-07-01fuse: simplify unique ctrMiklos Szeredi1-1/+0
2015-07-01fuse: req use bitopsMiklos Szeredi1-3/+3
2015-07-01fuse: initialize fc->release before calling itMiklos Szeredi1-1/+1
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-2/+2
2015-01-20fs: remove mapping->backing_dev_infoChristoph Hellwig1-1/+0
2015-01-06fuse: add memory barrier to INITMiklos Szeredi1-1/+1
2015-01-06fuse: fix LOOKUP vs INIT compat handlingMiklos Szeredi1-2/+1
2014-12-12fuse: introduce fuse_simple_request() helperMiklos Szeredi1-14/+8
2014-12-12fuse: flush requests on umountMiklos Szeredi1-15/+1
2014-12-12fuse: don't wake up reserved req in fuse_conn_kill()Miklos Szeredi1-1/+0
2014-07-22fuse: add FUSE_NO_OPEN_SUPPORT flag to INITAndrew Gallagher1-1/+1
2014-07-22fuse: s_time_gran fixMiklos Szeredi1-3/+0
2014-07-07fuse: handle large user and group IDMiklos Szeredi1-4/+16
2014-07-07fuse: inode: drop castHimangi Saraogi1-1/+1
2014-04-28fuse: clear MS_I_VERSIONMiklos Szeredi1-1/+1
2014-04-28fuse: trust kernel i_ctime onlyMaxim Patlasov1-2/+4
2014-04-28fuse: fuse: add time_gran to INIT_OUTMiklos Szeredi1-0/+5