aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog25
1 files changed, 4 insertions, 21 deletions
diff --git a/ChangeLog b/ChangeLog
index a33e6fd..c41cf7a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,20 +1,13 @@
-2005-09-02 Miklos Szeredi <miklos@szeredi.hu>
+2005-09-08 Miklos Szeredi <miklos@szeredi.hu>
+
+ * Revert lock and access operations. Postpone these until 2.5.
- * Don't call ACCESS on open. Will do this properly with atomic
- open/create
+2005-09-02 Miklos Szeredi <miklos@szeredi.hu>
* Fix compile warning on 2.6.13 and later
* Fix compilation on old kernels
-2005-08-25 Miklos Szeredi <miklos@szeredi.hu>
-
- * lib: add userspace side of ftruncate() method for experimentation
-
-2005-08-23 Miklos Szeredi <miklos@szeredi.hu>
-
- * lib: add userspace side of create() method for experimentation
-
2005-08-19 Miklos Szeredi <miklos@szeredi.hu>
* lib: always refresh directory contents after rewinddir() to
@@ -52,8 +45,6 @@
* Added missing symbols to versionscript (Joshua J. Berry)
- * Do not limit number of file locks being waited upon
-
* kernel: implement two flags, open can set: 'direct_io' and
'keep_cache'. These correspond exactly to mount options
'direct_io' and 'kernel_cache', but allow a per-open setting.
@@ -63,12 +54,6 @@
the respective open flag is set, otherwise the open flag is left
unmodified (so the filesystem can set it).
- * Add ACCESS operation. This is called from the access() system
- call if 'default_permissions' mount option is not given
-
- * Perform ACCESS operation in case of open(), if the file wasn't
- newly created
-
* lib (highlevel): make open method optional
2005-07-28 Miklos Szeredi <miklos@szeredi.hu>
@@ -91,8 +76,6 @@
2,147,483,648 operations, so most people won't care. Thanks to
Franco Broi for the report and testing.
- * Added file locking methods to kernel and low-level API.
-
2005-07-21 Miklos Szeredi <miklos@szeredi.hu>
* Don't change mtime/ctime/atime to local time on read/write.