Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-01-13 | 9pfuse: do not fswalk("..") | Russ Cox | 1 | -12/+5 | |
f is open, so walk will fail. The comments say we only need one directory anyway. Fixes #277. | |||||
2020-01-13 | cmd/9pfuse: ignore FMODE_EXEC open flag | Nicola Girardi | 1 | -2/+11 | |
Improved error message in case of unexpected open flags. The message unexpected open flags requested=0100040 unhandled=040 prompted me to clear the FMODE_EXEC flag, although I wonder if I shouldn't have set OEXEC (0x3) instead. | |||||
2020-01-10 | Trivial changes: whitespace and modes. | Dan Cross | 1 | -37/+37 | |
Remote whitespace at the ends of lines. Remove blank lines from the ends of files. Change modes on source files so that they are not executable. Signed-off-by: Dan Cross <cross@gajendra.net> | |||||
2018-02-05 | 9pfuse: fix handling of access mode (thanks Kenji Arisawa) | David du Colombier | 1 | -1/+3 | |
Fixes #81. | |||||
2014-12-02 | 9pfuse: Disable glibc workaround for O_LARGEFILE on ARM | Merlijn Wajer | 1 | -1/+4 | |
9pfuse fails on ARM when O_LARGEFILE is supported. glibc does define O_LARGEFILE properly on ARM, and the value is different than what that this workaround suggests, causing it to wrongly detect bad flags. Change-Id: I02b0cc222ca7785c4b1739c3df3caa17cf7bc265 Reviewed-on: https://plan9port-review.googlesource.com/1094 Reviewed-by: Russ Cox <rsc@swtch.com> | |||||
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 | |||||
2011-10-07 | semicolons! | Russ Cox | 1 | -2/+2 | |
2011-10-05 | 9pfuse: handle two more flags | Russ Cox | 1 | -1/+8 | |
2009-04-30 | 9pfuse: clear O_EXCL too | Russ Cox | 1 | -1/+1 | |
2008-12-30 | 9pfuse: allow O_APPEND in open and create (Roman Shaposhnik) | Russ Cox | 1 | -1/+8 | |
2008-07-04 | 9pfuse: always return . and .. | Russ Cox | 1 | -3/+28 | |
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 | 1 | -4/+20 | |
2007-11-27 | merge | Russ Cox | 1 | -5/+14 | |
2007-06-21 | add -a aname | rsc | 1 | -6/+10 | |
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 | |
2006-08-01 | break from readdir properly (Lou Kamenov) | rsc | 1 | -14/+16 | |
2006-07-27 | use better O_LARGEFILE | rsc | 1 | -0/+4 | |
2006-07-27 | wait for mount to complete before exiting | rsc | 1 | -0/+5 | |
2006-07-26 | FreeBSD fixes (Lou Kamenov) | rsc | 1 | -2/+9 | |
2006-07-23 | remove debug print | rsc | 1 | -1/+0 | |
2006-07-23 | better errstr | rsc | 1 | -7/+3 | |
2006-07-23 | better open mode | rsc | 1 | -5/+10 | |
2006-07-23 | gnuisms | rsc | 1 | -1/+10 | |
2006-07-23 | 9pfuse | rsc | 1 | -0/+1169 | |