summaryrefslogtreecommitdiffstats
path: root/fs/fuse/inode.c
Commit message (Expand)AuthorAgeFilesLines
* fuse: define the filesystem as untrustedMimi Zohar2018-03-231-0/+3
* Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-271-6/+6
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-11-161-3/+3
|\
| * fs: fuse: account fuse_inode slab memory as reclaimableJohannes Weiner2017-11-161-3/+3
* | Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-151-2/+2
|\ \ | |/ |/|
| * treewide: Fix function prototypes for module_param_call()Kees Cook2017-10-311-2/+2
* | Convert fs/*/* to SB_I_VERSIONMatthew Garrett2017-10-191-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-05-211-1/+8
|\
| * fuseblk: Fix warning in super_setup_bdi_name()Jan Kara2017-05-171-1/+8
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2017-05-101-3/+6
|\ \ | |/ |/|
| * fuse: Add support for pid namespacesSeth Forshee2017-04-181-0/+3
| * fuse: convert fuse_conn.count from atomic_t to refcount_tElena Reshetova2017-04-181-3/+3
* | fuse: Get rid of bdi_initializedJan Kara2017-04-201-2/+0Star
* | fuse: Convert to separately allocated bdiJan Kara2017-04-201-29/+13Star
|/
* fuse: fix root dentry initializationMiklos Szeredi2016-10-181-1/+2
* fuse: get rid of fc->flagsMiklos Szeredi2016-10-011-8/+10
* fuse: Add posix ACL supportSeth Forshee2016-10-011-1/+8
* fuse: handle killpriv in userspace fsMiklos Szeredi2016-10-011-1/+3
* fuse: Use generic xattr opsSeth Forshee2016-10-011-0/+1
* Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-08-061-6/+2Star
|\
| * qstr: constify instances in fuseAl Viro2016-07-301-6/+2Star
* | fuse: fix wrong assignment of ->flags in fuse_send_init()Wei Fang2016-07-291-1/+1
|/
* fuse: serialize dirops by defaultMiklos Szeredi2016-06-301-1/+18
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-8/+8
* kmemcg: account certain kmem allocations to memcgVladimir Davydov2016-01-151-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2015-07-041-6/+3Star
|\
| * sysfs: Create mountpoints with sysfs_create_mount_pointEric W. Biederman2015-07-011-6/+3Star
* | fuse: separate pqueue for clonesMiklos Szeredi2015-07-011-1/+2
* | fuse: introduce per-instance fuse_dev structureMiklos Szeredi2015-07-011-3/+44
* | fuse: pqueue lockingMiklos Szeredi2015-07-011-0/+1
* | fuse: duplicate ->connected in pqueueMiklos Szeredi2015-07-011-0/+1
* | fuse: separate out processing queueMiklos Szeredi2015-07-011-2/+8
* | fuse: duplicate ->connected in iqueueMiklos Szeredi2015-07-011-1/+2
* | fuse: separate out input queueMiklos Szeredi2015-07-011-4/+10
* | fuse: simplify unique ctrMiklos Szeredi2015-07-011-1/+0Star
* | fuse: req use bitopsMiklos Szeredi2015-07-011-3/+3
* | fuse: initialize fc->release before calling itMiklos Szeredi2015-07-011-1/+1
|/
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-2/+2
* fs: remove mapping->backing_dev_infoChristoph Hellwig2015-01-201-1/+0Star
* fuse: add memory barrier to INITMiklos Szeredi2015-01-061-1/+1
* fuse: fix LOOKUP vs INIT compat handlingMiklos Szeredi2015-01-061-2/+1Star
* fuse: introduce fuse_simple_request() helperMiklos Szeredi2014-12-121-14/+8Star
* fuse: flush requests on umountMiklos Szeredi2014-12-121-15/+1Star
* fuse: don't wake up reserved req in fuse_conn_kill()Miklos Szeredi2014-12-121-1/+0Star
* fuse: add FUSE_NO_OPEN_SUPPORT flag to INITAndrew Gallagher2014-07-221-1/+1
* fuse: s_time_gran fixMiklos Szeredi2014-07-221-3/+0Star
* fuse: handle large user and group IDMiklos Szeredi2014-07-071-4/+16
* fuse: inode: drop castHimangi Saraogi2014-07-071-1/+1
* fuse: clear MS_I_VERSIONMiklos Szeredi2014-04-281-1/+1
* fuse: trust kernel i_ctime onlyMaxim Patlasov2014-04-281-2/+4