summaryrefslogtreecommitdiffstats
path: root/fs/fuse/inode.c
AgeCommit message (Expand)AuthorLines
2016-10-01fuse: get rid of fc->flagsMiklos Szeredi-8/+10
2016-10-01fuse: Add posix ACL supportSeth Forshee-1/+8
2016-10-01fuse: handle killpriv in userspace fsMiklos Szeredi-1/+3
2016-10-01fuse: Use generic xattr opsSeth Forshee-0/+1
2016-08-06Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-6/+2
2016-07-30qstr: constify instances in fuseAl Viro-6/+2
2016-07-29fuse: fix wrong assignment of ->flags in fuse_send_init()Wei Fang-1/+1
2016-06-30fuse: serialize dirops by defaultMiklos Szeredi-1/+18
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov-8/+8
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov-2/+2
2015-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds-6/+3
2015-07-01sysfs: Create mountpoints with sysfs_create_mount_pointEric W. Biederman-6/+3
2015-07-01fuse: separate pqueue for clonesMiklos Szeredi-1/+2
2015-07-01fuse: introduce per-instance fuse_dev structureMiklos Szeredi-3/+44
2015-07-01fuse: pqueue lockingMiklos Szeredi-0/+1
2015-07-01fuse: duplicate ->connected in pqueueMiklos Szeredi-0/+1
2015-07-01fuse: separate out processing queueMiklos Szeredi-2/+8
2015-07-01fuse: duplicate ->connected in iqueueMiklos Szeredi-1/+2
2015-07-01fuse: separate out input queueMiklos Szeredi-4/+10
2015-07-01fuse: simplify unique ctrMiklos Szeredi-1/+0
2015-07-01fuse: req use bitopsMiklos Szeredi-3/+3
2015-07-01fuse: initialize fc->release before calling itMiklos Szeredi-1/+1
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells-2/+2
2015-01-20fs: remove mapping->backing_dev_infoChristoph Hellwig-1/+0
2015-01-06fuse: add memory barrier to INITMiklos Szeredi-1/+1
2015-01-06fuse: fix LOOKUP vs INIT compat handlingMiklos Szeredi-2/+1
2014-12-12fuse: introduce fuse_simple_request() helperMiklos Szeredi-14/+8
2014-12-12fuse: flush requests on umountMiklos Szeredi-15/+1
2014-12-12fuse: don't wake up reserved req in fuse_conn_kill()Miklos Szeredi-1/+0
2014-07-22fuse: add FUSE_NO_OPEN_SUPPORT flag to INITAndrew Gallagher-1/+1
2014-07-22fuse: s_time_gran fixMiklos Szeredi-3/+0
2014-07-07fuse: handle large user and group IDMiklos Szeredi-4/+16
2014-07-07fuse: inode: drop castHimangi Saraogi-1/+1
2014-04-28fuse: clear MS_I_VERSIONMiklos Szeredi-1/+1
2014-04-28fuse: trust kernel i_ctime onlyMaxim Patlasov-2/+4
2014-04-28fuse: fuse: add time_gran to INIT_OUTMiklos Szeredi-0/+5
2014-04-28fuse: add .write_inodeMiklos Szeredi-0/+1
2014-04-28fuse: do not use uninitialized i_modeMaxim Patlasov-1/+1
2014-04-04Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds-0/+1
2014-04-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds-6/+23
2014-04-03mm + fs: store shadow entries in page cacheJohannes Weiner-1/+1
2014-04-02fuse: Turn writeback cache onPavel Emelyanov-1/+4
2014-04-02fuse: Trust kernel i_mtime onlyMaxim Patlasov-3/+10
2014-04-02fuse: Trust kernel i_size onlyPavel Emelyanov-2/+9
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o-0/+1
2013-10-24fuse: rcu-delay freeing fuse_connAl Viro-1/+1
2013-10-24vfs: introduce d_instantiate_no_diralias()Miklos Szeredi-2/+0
2013-09-12truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov-1/+1
2013-09-11mm/page-writeback.c: add strictlimit featureMaxim Patlasov-1/+1
2013-09-03fuse: hotfix truncate_pagecache() issueMaxim Patlasov-1/+2