From fcf9f8d616b86886bfbbff6e0940a2fe74ac8ad5 Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Thu, 8 Sep 2005 14:28:54 +0000 Subject: revert stuff --- ChangeLog | 25 ++++--------------------- 1 file changed, 4 insertions(+), 21 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a33e6fd..c41cf7a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,20 +1,13 @@ -2005-09-02 Miklos Szeredi +2005-09-08 Miklos Szeredi + + * 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 * Fix compile warning on 2.6.13 and later * Fix compilation on old kernels -2005-08-25 Miklos Szeredi - - * lib: add userspace side of ftruncate() method for experimentation - -2005-08-23 Miklos Szeredi - - * lib: add userspace side of create() method for experimentation - 2005-08-19 Miklos Szeredi * 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 @@ -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 * Don't change mtime/ctime/atime to local time on read/write. -- cgit v1.2.3