aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorMikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>2004-06-18 17:50:55 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2004-06-18 17:50:55 -0700
commit29a54a4193bf55d1e00a9b6b99cf555722eb8f15 (patch)
treee2f4f01b861356d86cdf13f350a47e259e388c84 /Documentation
parent2c4d93fe0cf19863a7a955d07ec9ffecbb690361 (diff)
downloadhistory-29a54a4193bf55d1e00a9b6b99cf555722eb8f15.tar.gz
[PATCH] HPFS fixes for 2.6.7 kernel
This contains hpfs fixes from my source ported to 2.6.7 kernel: updates: - allocator fragments files less - OS/2 Warp Server filesystem can be mounted read/only - added reschedule points so that it doesn't hog CPU bug fixes: - filesystem error message when syncing or fsyncing deleted file (or when system just writes it on its own) - filesystem error on extremly fragmented files - corrupted disk structures could possibly corrupt memory
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/filesystems/hpfs.txt12
1 files changed, 10 insertions, 2 deletions
diff --git a/Documentation/filesystems/hpfs.txt b/Documentation/filesystems/hpfs.txt
index be65317bca5108..33dc360c8e8916 100644
--- a/Documentation/filesystems/hpfs.txt
+++ b/Documentation/filesystems/hpfs.txt
@@ -1,5 +1,5 @@
-Read/Write HPFS 2.05
-1998-2001, Mikulas Patocka
+Read/Write HPFS 2.09
+1998-2004, Mikulas Patocka
email: mikulas@artax.karlin.mff.cuni.cz
homepage: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
@@ -283,6 +283,14 @@ History
2.05 Fixed crash when got mount parameters without =
Fixed crash when allocation of anode failed due to full disk
Fixed some crashes when block io or inode allocation failed
+2.06 Fixed some crash on corrupted disk structures
+ Better allocation strategy
+ Reschedule points added so that it doesn't lock CPU long time
+ It should work in read-only mode on Warp Server
+2.07 More fixes for Warp Server. Now it really works
+2.08 Creating new files is not so slow on large disks
+ An attempt to sync deleted file does not generate filesystem error
+2.09 Fixed error on extremly fragmented files
vim: set textwidth=80: