diff options
author | Miklos Szeredi <miklos@szeredi.hu> | 2006-02-25 14:42:03 +0000 |
---|---|---|
committer | Miklos Szeredi <miklos@szeredi.hu> | 2006-02-25 14:42:03 +0000 |
commit | aa8258e9fb887d45c0a5754f158015e035ce37bc (patch) | |
tree | e15cd7036ebc155b73501024205427a751035d7d /ChangeLog | |
parent | a039f8fa00c1aea3291a16253f94aaa98389fdbd (diff) | |
download | libfuse-aa8258e9fb887d45c0a5754f158015e035ce37bc.tar.gz |
fix
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +2006-02-25 Miklos Szeredi <miklos@szeredi.hu> + + * Lowlevel lib: return all-zero statvfs data if filesystem doesn't + implement method. This is needed on FreeBSD, and nicer on Linux + too. Highlevel lib already did this. Reported by Csaba Henk + + * Fix negative entry handling. There was a bug, that negative + lookups with timeouts (nodeid == 0) returned -EIO. + +2006-02-23 Miklos Szeredi <miklos@szeredi.hu> + + * Fix race between RELEASE and UNLINK, which might leave + .fuse_hidden* files around + 2006-02-21 Miklos Szeredi <miklos@szeredi.hu> * fusexmp_fh: implement flush() method and call close() on the |