Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-09-10 | 9pfuse: fix memory leak, avoid memory explosion | Ties Bos | 1 | -2/+11 | |
Change is to handle FUSE_FORGET in main loop instead of separate thread for each as 10s of thousands can come in at once. Fixes issue 104. R=0intro, rsc http://codereview.appspot.com/6498081 | |||||
2012-09-08 | 9pfuse: osxfuse support | Russ Cox | 1 | -8/+16 | |
R=rsc http://codereview.appspot.com/6503093 | |||||
2011-10-07 | semicolons! | Russ Cox | 1 | -2/+2 | |
2011-10-05 | 9pfuse: handle two more flags | Russ Cox | 1 | -1/+8 | |
2011-09-19 | devdraw: update Lion cocoa | David Jeannot | 2 | -8/+1 | |
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5015042 | |||||
2009-06-16 | merge | Russ Cox | 1 | -3/+3 | |
2009-05-17 | 9pfuse: fix mkfile for people without . in their paths | Russ Cox | 1 | -1/+1 | |
2009-04-30 | merge | Russ Cox | 3 | -2/+16 | |
2009-04-30 | 9pfuse: clear O_EXCL too | Russ Cox | 1 | -1/+1 | |
2008-12-10 | MacFUSE 2.0 updates | Jeff Sickel | 1 | -3/+6 | |
2008-12-30 | 9pfuse: allow O_APPEND in open and create (Roman Shaposhnik) | Russ Cox | 1 | -1/+8 | |
2008-08-19 | updates to support current MacFUSE | Jeff Sickel | 3 | -10/+134 | |
2008-07-24 | 9pfuse: ignore write errors on fusefd | Russ Cox | 1 | -4/+2 | |
FUSE makes a reply write fail if the reply is no longer wanted. | |||||
2008-07-24 | 9pfuse: convert "invalid" to EINVAL | Russ Cox | 1 | -0/+1 | |
2008-07-04 | 9pfuse: always return . and .. | Russ Cox | 1 | -3/+28 | |
2008-07-04 | 9pfuse: better handling of SETXATTR (sqweek) | Russ Cox | 1 | -5/+8 | |
2008-07-04 | 9pfuse: add symlink support | Russ Cox | 1 | -1/+30 | |
2008-06-19 | 9pfuse: "fix" O_LARGEFILE on x86_64 linux (sqweek) | Russ Cox | 1 | -5/+14 | |
2008-05-05 | 9pfuse: bug fix in error case | Russ Cox | 1 | -0/+1 | |
2008-04-17 | 9pfuse: accept - for stdin, try to hang up cleanly | Russ Cox | 2 | -4/+21 | |
2008-03-06 | 9pfuse: use intptr to silence 64-bit warning (Michael Teichgräber) | Russ Cox | 1 | -1/+1 | |
2007-11-27 | merge | Russ Cox | 2 | -6/+24 | |
2007-08-22 | merge | Russ Cox | 1 | -1/+3 | |
2007-06-21 | add -a aname | rsc | 1 | -6/+10 | |
2007-06-20 | more macfuse path nonsense | rsc | 1 | -0/+7 | |
2007-05-09 | Unswap perm and omode in fsfcreate call (Michael Teichgräber) | rsc | 1 | -1/+1 | |
2007-05-09 | Better flag handling in fusecreate (Michael Teichgräber) | rsc | 1 | -0/+2 | |
2007-05-04 | propagate offset in reads and writes (Michael Teichgräber) | rsc | 1 | -2/+2 | |
2007-01-24 | google moved the fusefs.kext path | rsc | 1 | -3/+10 | |
2007-01-18 | Minor FUSE bug fixes (found mount_fusefs!) | rsc | 1 | -1/+2 | |
2007-01-18 | Mac FUSE support (thanks to Jeff Sickel) | rsc | 1 | -0/+49 | |
2006-10-12 | avoid EPROTO in case not there (Tim Wiess) | rsc | 1 | -0/+4 | |
2006-08-01 | break from readdir properly (Lou Kamenov) | rsc | 1 | -14/+16 | |
2006-08-01 | free fuse messages | rsc | 1 | -1/+8 | |
2006-07-27 | use better O_LARGEFILE | rsc | 1 | -0/+4 | |
2006-07-27 | wait for mount to complete before exiting | rsc | 3 | -2/+12 | |
2006-07-26 | FreeBSD fixes (Lou Kamenov) | rsc | 2 | -51/+97 | |
2006-07-23 | add stat.h | rsc | 1 | -0/+1 | |
2006-07-23 | fix emalloc prototype | rsc | 1 | -2/+2 | |
2006-07-23 | remove debug print | rsc | 1 | -1/+0 | |
2006-07-23 | oops | rsc | 1 | -127/+30 | |
2006-07-23 | better errstr | rsc | 4 | -8/+169 | |
2006-07-23 | better open mode | rsc | 1 | -5/+10 | |
2006-07-23 | gnuisms | rsc | 1 | -1/+10 | |
2006-07-23 | 9pfuse | rsc | 6 | -0/+2333 | |