summaryrefslogtreecommitdiff
path: root/fs/fuse/control.c
AgeCommit message (Expand)Author
2023-10-18fuse: convert to new timestamp accessorsJeff Layton
2023-07-24fuse: convert to ctime accessor functionsJeff Layton
2022-07-21fuse: Remove the control interface for virtio-fsXie Yongji
2022-03-22fuse: remove reliance on bdi congestionNeilBrown
2021-08-04fuse: name fs_context consistentlyMiklos Szeredi
2020-09-18fuse: split fuse_mount off of fuse_connMax Reitz
2020-07-16treewide: Remove uninitialized_var() usageKees Cook
2019-07-04convenience helper: get_tree_single()Al Viro
2019-04-24fuse: Convert fusectl to use the new mount APIDavid Howells
2019-02-13fuse: clean up abortedMiklos Szeredi
2018-09-28fuse: introduce fc->bg_lockKirill Tkhai
2018-09-28fuse: add locking to max_background and congestion_threshold changesKirill Tkhai
2018-09-28fuse: use READ_ONCE on congestion_threshold and max_backgroundKirill Tkhai
2018-05-31fuse: fix control dir setup and teardownMiklos Szeredi
2018-03-20fuse: return -ECONNABORTED on /dev/fuse read after abortSzymon Lukasz
2017-04-26fs: constify tree_descr arrays passed to simple_fill_super()Eric Biggers
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2014-04-28fuse: add __exit to fuse_ctl_cleanupFabian Frederick
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman
2013-02-22new helper: file_inode(file)Al Viro
2012-09-03fuse: mark variables uninitializedDaniel Mack
2012-04-25fuse: Convert to kstrtoul_from_userPeter Huewe
2011-11-02filesystems: add set_nlink()Miklos Szeredi
2010-10-29convert get_sb_single() usersAl Viro
2010-10-25fs: do not assign default i_ino in new_inodeChristoph Hellwig
2010-10-15llseek: automatically add .llseek fopArnd Bergmann
2009-09-16fuse: add fusectl interface to max_backgroundCsaba Henk
2009-09-16fuse: use drop_nlink() instead of direct nlink manipulationCsaba Henk
2008-11-26fuse: style fixesMiklos Szeredi
2008-04-30mm: bdi: expose the BDI object in sysfs for FUSEMiklos Szeredi
2007-02-12[PATCH] mark struct inode_operations const 1Arjan van de Ven
2007-01-30[PATCH] fuse: fix bug in control filesystem mountMiklos Szeredi
2006-12-08[PATCH] struct path: convert fuseJosef Sipek
2006-10-01[PATCH] r/o bind mount prepwork: inc_nlink() helperDave Hansen
2006-09-27[PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_privateTheodore Ts'o
2006-07-31[PATCH] fuse: fix typoMiklos Szeredi
2006-06-25[PATCH] fuse: add control filesystemMiklos Szeredi