summaryrefslogtreecommitdiff
path: root/usr.sbin/perfused
AgeCommit message (Expand)Author
2019-07-06perfused.8: fix typosgutteridge
2019-04-17fix typomaya
2016-10-19remove dup functionchristos
2016-10-18Make FUSE socket buffer tunablemanu
2016-01-23Define _KERNTYPES for things that need it.christos
2014-12-12Survive if filesystem installs a signal handlermanu
2014-08-16Remove a warning that happens when the filesystem cleanly exits. Justmanu
2012-09-06Disable default build of debugging info.riz
2012-07-21- Fix same vnodes associated with multiple cookiesmanu
2012-06-05Add placeholder so that we can later add allbacks without breaking the ABImanu
2012-02-04Mark perfused_panic as dead. Canonical form of infinite loops isjoerg
2012-02-03Make sure perfused exit when the filesystem crashed, so that unmountmanu
2012-01-30- remove dup included fileschristos
2012-01-29New sentence, new line. Remove trailing whitespace.wiz
2012-01-29Improve FUSE trace facilitymanu
2012-01-17Rename perfuse_mount to not conflict with libperfuse. Mark it andjoerg
2011-12-28Improve markup, remove tailing whitespace.wiz
2011-12-28Add a FUSE trace facility, with statistics collection. This should helpmanu
2011-12-16Sort sections. Remove trailing whitespace.wiz
2011-12-16Document a bug when processes hang on uvn_fp2. FWIW, hung process exhibitmanu
2011-10-30Fix the confusion between nodeid and inode numbersmanu
2011-10-23openlog with LOG_NDELAY so that pzerfused does not deadlock latermanu
2011-09-09Serialize access to file size. We already have such a thing in themanu
2011-08-30Fast backward code to 1989 and use ANSI C consistently. Use __dead.joerg
2011-08-09Fix warningmanu
2011-08-02Fix creds passed to FUSE when requests are done on behalf of the kernel.manu
2011-05-30Use SOCK_SEQPACKET in perfuse if available. This fix file operations hangsmanu
2011-05-26Default to -Wno-sign-compare -Wno-pointer-sign for clang.joerg
2011-05-10Fix prologue macros order.njoly
2011-05-09Enable the build of perfused and libperfusemanu
2011-05-06Display actual error from FUSE on failuresmanu
2011-04-25- fix warningsmanu
2010-10-11Remove code supporting SOCK_STREAM, as SOCK_DGRAM works finemanu
2010-10-11Interm hack raising buffers for /dev/fuse socket used in the filesystem.manu
2010-09-23== file close operations ==manu
2010-09-20- Add debug santity checksmanu
2010-09-15- Use SOCK_DGRAM instead of SOCK_STREAM, as the filesystem seems tomanu
2010-09-07- Do not checkfor peer credentials when perfused is autostarted andmanu
2010-09-06Fix some typos in messages. Make usage match manpage.wiz
2010-09-06More LP64 fixesmanu
2010-09-01Build fixes for LP64manu
2010-08-27Various fixes and improvements.wiz
2010-08-27- if perfused is not already started (cannot connect to /dev/fuse),manu
2010-08-26- open the file before doing fsync: glusterfs wants that.manu
2010-08-25perfused(8) creates a /dev/fuse socket and performs PUFFS to FUSE relaying.manu