summaryrefslogtreecommitdiffstats
path: root/fs/fuse/inode.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-06-151-1/+1
|\
| * vfs: change inode times to use struct timespec64Deepa Dinamani2018-06-051-1/+1
* | Merge tag 'fuse-update-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-06-071-16/+34
|\ \ | |/ |/|
| * fuse: don't keep dead fuse_conn at fuse_fill_super().Tetsuo Handa2018-05-311-0/+1
| * fuse: Allow fully unprivileged mountsEric W. Biederman2018-05-311-1/+1
| * fuse: Ensure posix acls are translated outside of init_user_nsEric W. Biederman2018-05-311-0/+7
| * fuse: Support fuse filesystems outside of init_user_nsEric W. Biederman2018-03-201-12/+19
| * fuse: return -ECONNABORTED on /dev/fuse read after abortSzymon Lukasz2018-03-201-3/+6
* | 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-151-3/+3
|\
| * fs: fuse: account fuse_inode slab memory as reclaimableJohannes Weiner2017-11-151-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-181-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-05-201-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/+0
* | fuse: Convert to separately allocated bdiJan Kara2017-04-201-29/+13
|/
* 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/+2
|\
| * qstr: constify instances in fuseAl Viro2016-07-301-6/+2
* | 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-141-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2015-07-031-6/+3
|\
| * sysfs: Create mountpoints with sysfs_create_mount_pointEric W. Biederman2015-07-011-6/+3
* | 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/+0
* | 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/+0
* fuse: add memory barrier to INITMiklos Szeredi2015-01-061-1/+1
* fuse: fix LOOKUP vs INIT compat handlingMiklos Szeredi2015-01-061-2/+1
* fuse: introduce fuse_simple_request() helperMiklos Szeredi2014-12-121-14/+8
OpenPOWER on IntegriCloud