aboutsummaryrefslogtreecommitdiff
path: root/fs/fuse/control.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-18fuse: convert to new timestamp accessorsGravatar Jeff Layton 1-1/+1
2023-07-24fuse: convert to ctime accessor functionsGravatar Jeff Layton 1-1/+1
2022-07-21fuse: Remove the control interface for virtio-fsGravatar Xie Yongji 1-2/+2
2022-03-22fuse: remove reliance on bdi congestionGravatar NeilBrown 1-17/+0
2021-08-04fuse: name fs_context consistentlyGravatar Miklos Szeredi 1-5/+5
2020-09-18fuse: split fuse_mount off of fuse_connGravatar Max Reitz 1-5/+15
2020-07-16treewide: Remove uninitialized_var() usageGravatar Kees Cook 1-2/+2
2019-07-04convenience helper: get_tree_single()Gravatar Al Viro 1-1/+1
2019-04-24fuse: Convert fusectl to use the new mount APIGravatar David Howells 1-5/+15
2019-02-13fuse: clean up abortedGravatar Miklos Szeredi 1-1/+3
2018-09-28fuse: introduce fc->bg_lockGravatar Kirill Tkhai 1-4/+4
2018-09-28fuse: add locking to max_background and congestion_threshold changesGravatar Kirill Tkhai 1-6/+24
2018-09-28fuse: use READ_ONCE on congestion_threshold and max_backgroundGravatar Kirill Tkhai 1-2/+2
2018-05-31fuse: fix control dir setup and teardownGravatar Miklos Szeredi 1-3/+10
2018-03-20fuse: return -ECONNABORTED on /dev/fuse read after abortGravatar Szymon Lukasz 1-1/+1
2017-04-26fs: constify tree_descr arrays passed to simple_fill_super()Gravatar Eric Biggers 1-1/+1
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsGravatar Deepa Dinamani 1-1/+1
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsGravatar David Howells 1-3/+3
2014-04-28fuse: add __exit to fuse_ctl_cleanupGravatar Fabian Frederick 1-1/+1
2013-03-03fs: Limit sys_mount to only request filesystem modules.Gravatar Eric W. Biederman 1-0/+1
2013-02-22new helper: file_inode(file)Gravatar Al Viro 1-1/+1
2012-09-03fuse: mark variables uninitializedGravatar Daniel Mack 1-2/+2
2012-04-25fuse: Convert to kstrtoul_from_userGravatar Peter Huewe 1-8/+2
2011-11-02filesystems: add set_nlink()Gravatar Miklos Szeredi 1-1/+1
2010-10-29convert get_sb_single() usersGravatar Al Viro 1-6/+4
2010-10-25fs: do not assign default i_ino in new_inodeGravatar Christoph Hellwig 1-0/+1
2010-10-15llseek: automatically add .llseek fopGravatar Arnd Bergmann 1-0/+4
2009-09-16fuse: add fusectl interface to max_backgroundGravatar Csaba Henk 1-2/+134
2009-09-16fuse: use drop_nlink() instead of direct nlink manipulationGravatar Csaba Henk 1-1/+1
2008-11-26fuse: style fixesGravatar Miklos Szeredi 1-2/+4
2008-04-30mm: bdi: expose the BDI object in sysfs for FUSEGravatar Miklos Szeredi 1-1/+1
2007-02-12[PATCH] mark struct inode_operations const 1Gravatar Arjan van de Ven 1-1/+1
2007-01-30[PATCH] fuse: fix bug in control filesystem mountGravatar Miklos Szeredi 1-0/+4
2006-12-08[PATCH] struct path: convert fuseGravatar Josef Sipek 1-1/+1
2006-10-01[PATCH] r/o bind mount prepwork: inc_nlink() helperGravatar Dave Hansen 1-1/+1
2006-09-27[PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_privateGravatar Theodore Ts'o 1-3/+3
2006-07-31[PATCH] fuse: fix typoGravatar Miklos Szeredi 1-2/+2
2006-06-25[PATCH] fuse: add control filesystemGravatar Miklos Szeredi 1-0/+218