diff options
author | Miklos Szeredi <miklos@szeredi.hu> | 2005-10-26 15:29:06 +0000 |
---|---|---|
committer | Miklos Szeredi <miklos@szeredi.hu> | 2005-10-26 15:29:06 +0000 |
commit | d9079a75b14b73e7953adf4958709b1e5ab3804c (patch) | |
tree | 6c20aef91825f2d4d62e18080579be7a1d54f62e /ChangeLog | |
parent | 2c650415ef3e655dbe1c6d39b8fc65c3a6efe998 (diff) | |
download | libfuse-d9079a75b14b73e7953adf4958709b1e5ab3804c.tar.gz |
atomic open+create added
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,11 +1,15 @@ 2005-10-26 Miklos Szeredi <miklos@szeredi.hu> * Add ACCESS operation. This is called from the access() system - call if 'default_permissions' mount option is not given + call if 'default_permissions' mount option is not given, and is + not called on kernels 2.4.* * Fix kernel module compile if kernel source and build directories differ. Report and initial patch by John Eastman + * Add atomic CREATE+OPEN operation. This will only work with + 2.6.15 (presumably) or later Linux kernels. + 2005-10-18 Miklos Szeredi <miklos@szeredi.hu> * lib: optimize buffer reallocation in fill_dir. |