diff options
author | Miklos Szeredi <miklos@szeredi.hu> | 2005-08-01 11:58:51 +0000 |
---|---|---|
committer | Miklos Szeredi <miklos@szeredi.hu> | 2005-08-01 11:58:51 +0000 |
commit | e77cc07e755c1e360455e707653f705d0bd25622 (patch) | |
tree | 4aa51ed10ce87556f71d1bc3591f7b0a33d701be /ChangeLog | |
parent | cac547059462a58ec26159cdc408f5828cfe40e5 (diff) | |
download | libfuse-e77cc07e755c1e360455e707653f705d0bd25622.tar.gz |
fix
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -4,6 +4,15 @@ * 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. + + * Move 'direct_io' and 'kernel_cache' mount option handling to + userspace. For both mount options, if the option is given, then + the respective open flag is set, otherwise the open flag is left + unmodified (so the filesystem can set it). + 2005-07-28 Miklos Szeredi <miklos@szeredi.hu> * kernel: invalidate attributes for read/readdir/readlink |