summaryrefslogtreecommitdiff
path: root/fs/fuse/inode.c
AgeCommit message (Expand)Author
2017-11-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-11-15fs: fuse: account fuse_inode slab memory as reclaimableJohannes Weiner
2017-11-15Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-10-31treewide: Fix function prototypes for module_param_call()Kees Cook
2017-10-18Convert fs/*/* to SB_I_VERSIONMatthew Garrett
2017-05-20Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-05-17fuseblk: Fix warning in super_setup_bdi_name()Jan Kara
2017-05-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds
2017-04-20fuse: Get rid of bdi_initializedJan Kara
2017-04-20fuse: Convert to separately allocated bdiJan Kara
2017-04-18fuse: Add support for pid namespacesSeth Forshee
2017-04-18fuse: convert fuse_conn.count from atomic_t to refcount_tElena Reshetova
2016-10-18fuse: fix root dentry initializationMiklos Szeredi
2016-10-01fuse: get rid of fc->flagsMiklos Szeredi
2016-10-01fuse: Add posix ACL supportSeth Forshee
2016-10-01fuse: handle killpriv in userspace fsMiklos Szeredi
2016-10-01fuse: Use generic xattr opsSeth Forshee
2016-08-06Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2016-07-30qstr: constify instances in fuseAl Viro
2016-07-29fuse: fix wrong assignment of ->flags in fuse_send_init()Wei Fang
2016-06-30fuse: serialize dirops by defaultMiklos Szeredi
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov
2015-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2015-07-01sysfs: Create mountpoints with sysfs_create_mount_pointEric W. Biederman
2015-07-01fuse: separate pqueue for clonesMiklos Szeredi
2015-07-01fuse: introduce per-instance fuse_dev structureMiklos Szeredi
2015-07-01fuse: pqueue lockingMiklos Szeredi
2015-07-01fuse: duplicate ->connected in pqueueMiklos Szeredi
2015-07-01fuse: separate out processing queueMiklos Szeredi
2015-07-01fuse: duplicate ->connected in iqueueMiklos Szeredi
2015-07-01fuse: separate out input queueMiklos Szeredi
2015-07-01fuse: simplify unique ctrMiklos Szeredi
2015-07-01fuse: req use bitopsMiklos Szeredi
2015-07-01fuse: initialize fc->release before calling itMiklos Szeredi
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2015-01-20fs: remove mapping->backing_dev_infoChristoph Hellwig
2015-01-06fuse: add memory barrier to INITMiklos Szeredi
2015-01-06fuse: fix LOOKUP vs INIT compat handlingMiklos Szeredi
2014-12-12fuse: introduce fuse_simple_request() helperMiklos Szeredi
2014-12-12fuse: flush requests on umountMiklos Szeredi
2014-12-12fuse: don't wake up reserved req in fuse_conn_kill()Miklos Szeredi
2014-07-22fuse: add FUSE_NO_OPEN_SUPPORT flag to INITAndrew Gallagher
2014-07-22fuse: s_time_gran fixMiklos Szeredi
2014-07-07fuse: handle large user and group IDMiklos Szeredi
2014-07-07fuse: inode: drop castHimangi Saraogi
2014-04-28fuse: clear MS_I_VERSIONMiklos Szeredi
2014-04-28fuse: trust kernel i_ctime onlyMaxim Patlasov
2014-04-28fuse: fuse: add time_gran to INIT_OUTMiklos Szeredi
2014-04-28fuse: add .write_inodeMiklos Szeredi