aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fuse/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2014-04-28fuse: add .write_inodeMiklos Szeredi1-0/+1
2014-04-28fuse: do not use uninitialized i_modeMaxim Patlasov1-1/+1
2014-04-04Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-0/+1
2014-04-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds1-6/+23
2014-04-03mm + fs: store shadow entries in page cacheJohannes Weiner1-1/+1
2014-04-02fuse: Turn writeback cache onPavel Emelyanov1-1/+4
2014-04-02fuse: Trust kernel i_mtime onlyMaxim Patlasov1-3/+10
2014-04-02fuse: Trust kernel i_size onlyPavel Emelyanov1-2/+9
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o1-0/+1
2013-10-24fuse: rcu-delay freeing fuse_connAl Viro1-1/+1
2013-10-24vfs: introduce d_instantiate_no_diralias()Miklos Szeredi1-2/+0
2013-09-12truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov1-1/+1
2013-09-11mm/page-writeback.c: add strictlimit featureMaxim Patlasov1-1/+1