aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fuse/control.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-04-28fuse: add __exit to fuse_ctl_cleanupFabian Frederick1-1/+1
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman1-0/+1
2013-02-22new helper: file_inode(file)Al Viro1-1/+1
2012-09-03fuse: mark variables uninitializedDaniel Mack1-2/+2
2012-04-25fuse: Convert to kstrtoul_from_userPeter Huewe1-8/+2
2011-11-02filesystems: add set_nlink()Miklos Szeredi1-1/+1
2010-10-29convert get_sb_single() usersAl Viro1-6/+4
2010-10-25fs: do not assign default i_ino in new_inodeChristoph Hellwig1-0/+1
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+4
2009-09-16fuse: add fusectl interface to max_backgroundCsaba Henk1-2/+134
2009-09-16fuse: use drop_nlink() instead of direct nlink manipulationCsaba Henk1-1/+1
2008-11-26fuse: style fixesMiklos Szeredi1-2/+4
2008-04-30mm: bdi: expose the BDI object in sysfs for FUSEMiklos Szeredi1-1/+1
2007-02-12[PATCH] mark struct inode_operations const 1Arjan van de Ven1-1/+1
2007-01-30[PATCH] fuse: fix bug in control filesystem mountMiklos Szeredi1-0/+4
2006-12-08[PATCH] struct path: convert fuseJosef Sipek1-1/+1
2006-10-01[PATCH] r/o bind mount prepwork: inc_nlink() helperDave Hansen1-1/+1
2006-09-27[PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_privateTheodore Ts'o1-3/+3
2006-07-31[PATCH] fuse: fix typoMiklos Szeredi1-2/+2
2006-06-25[PATCH] fuse: add control filesystemMiklos Szeredi1-0/+218