diff options
author | Miklos Szeredi <miklos@szeredi.hu> | 2004-11-23 22:32:16 +0000 |
---|---|---|
committer | Miklos Szeredi <miklos@szeredi.hu> | 2004-11-23 22:32:16 +0000 |
commit | a25d4c2e7ea3741c5cf44d17d955c9bae91ca128 (patch) | |
tree | d269cd16628e5ceddf1f9c3693223d40e4fdace2 /ChangeLog | |
parent | 72cf5c9d9eced708d212db49a9ae9f261b8cfcd9 (diff) | |
download | libfuse-a25d4c2e7ea3741c5cf44d17d955c9bae91ca128.tar.gz |
various fixes
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,18 @@ +2004-11-23 Miklos Szeredi <miklos@szeredi.hu> + + * More cleanups in the kernel + + * The 10,229 charater device number has been assigned for FUSE + + * Version file checking fix (reported by Christian Magnusson) + + * fusermount: opening the fuse device now doesn't need /sys. + + * Optimize reading by controlling the maximum readahead based on + the 'max_read' mount option + + * fixes for UCLIBC (Christian Magnusson) + 2004-11-19 Miklos Szeredi <miklos@szeredi.hu> * Cleaned up kernel in preparation for merge into mainline: |