diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1997-07-20 14:56:40 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1997-07-20 14:56:40 +0000 |
commit | e308faf24f68e262d92d294a01ddca7a17e76762 (patch) | |
tree | 22c47cb315811834861f013067878ff664e95abd /fs/affs/Changes | |
parent | 30c6397ce63178fcb3e7963ac247f0a03132aca9 (diff) |
Sync with Linux 2.1.46.
Diffstat (limited to 'fs/affs/Changes')
-rw-r--r-- | fs/affs/Changes | 20 |
1 files changed, 17 insertions, 3 deletions
diff --git a/fs/affs/Changes b/fs/affs/Changes index a65dc326a..b19c24ae6 100644 --- a/fs/affs/Changes +++ b/fs/affs/Changes @@ -13,11 +13,25 @@ Known bugs: reads basically work (but all files are of size 0). Alas, I've got no alpha to debug. :-( - If an affs mounted filesystem is exported via - nfs, it cannot be written to. No networking to - test that, either. :-( + nfs, it cannot be written to. + As soon as I have my network up and running, I'll + try to fix this. +- The partition checker (drivers/block/genhd.c) + doesn't work with devices which have 256 byte + blocks (some very old SCSI drives). Please direct bug reports to: hjw@zvw.de +Version 3.5 +----------- + +- Extension block caches are now allocated on + demand instead of when a file is opened, as + files can be read and written without opening + them (e. g. the loopback device does this). + +- Removed an unused function. + Version 3.4 ----------- @@ -80,7 +94,7 @@ Version 3.0 interface in Linux 1.3. - Write support. - Support for hard and symbolic links. -- Lots of things I remeber even less ... +- Lots of things I remember even less ... Version 2.0 ----------- |