summaryrefslogtreecommitdiffstats
path: root/fs/fuse/control.c
Commit message (Expand)AuthorAgeFilesLines
* fuse: Convert fusectl to use the new mount APIDavid Howells2019-04-241-5/+15
* fuse: clean up abortedMiklos Szeredi2019-02-131-1/+3
* fuse: introduce fc->bg_lockKirill Tkhai2018-09-281-4/+4
* fuse: add locking to max_background and congestion_threshold changesKirill Tkhai2018-09-281-6/+24
* fuse: use READ_ONCE on congestion_threshold and max_backgroundKirill Tkhai2018-09-281-2/+2
* fuse: fix control dir setup and teardownMiklos Szeredi2018-05-311-3/+10
* fuse: return -ECONNABORTED on /dev/fuse read after abortSzymon Lukasz2018-03-201-1/+1
* fs: constify tree_descr arrays passed to simple_fill_super()Eric Biggers2017-04-261-1/+1
* fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani2016-09-271-1/+1
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-3/+3
* fuse: add __exit to fuse_ctl_cleanupFabian Frederick2014-04-281-1/+1
* fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2013-03-031-0/+1
* new helper: file_inode(file)Al Viro2013-02-221-1/+1
* fuse: mark variables uninitializedDaniel Mack2012-09-031-2/+2
* fuse: Convert to kstrtoul_from_userPeter Huewe2012-04-251-8/+2
* filesystems: add set_nlink()Miklos Szeredi2011-11-021-1/+1
* convert get_sb_single() usersAl Viro2010-10-291-6/+4
* fs: do not assign default i_ino in new_inodeChristoph Hellwig2010-10-251-0/+1
* llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+4
* fuse: add fusectl interface to max_backgroundCsaba Henk2009-09-161-2/+134
* fuse: use drop_nlink() instead of direct nlink manipulationCsaba Henk2009-09-161-1/+1
* fuse: style fixesMiklos Szeredi2008-11-261-2/+4
* mm: bdi: expose the BDI object in sysfs for FUSEMiklos Szeredi2008-04-301-1/+1
* [PATCH] mark struct inode_operations const 1Arjan van de Ven2007-02-121-1/+1
* [PATCH] fuse: fix bug in control filesystem mountMiklos Szeredi2007-01-301-0/+4
* [PATCH] struct path: convert fuseJosef Sipek2006-12-081-1/+1
* [PATCH] r/o bind mount prepwork: inc_nlink() helperDave Hansen2006-10-011-1/+1
* [PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_privateTheodore Ts'o2006-09-271-3/+3
* [PATCH] fuse: fix typoMiklos Szeredi2006-07-311-2/+2
* [PATCH] fuse: add control filesystemMiklos Szeredi2006-06-251-0/+218