home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / os / linux / 9795 < prev    next >
Encoding:
Text File  |  1992-09-03  |  2.6 KB  |  66 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!usc!sol.ctr.columbia.edu!ira.uka.de!chx400!bernina!almesber
  3. From: almesber@nessie.cs.id.ethz.ch (Werner Almesberger)
  4. Subject: MS-DOS FS: Version alpha.8
  5. Message-ID: <1992Sep4.003915.18305@bernina.ethz.ch>
  6. Sender: news@bernina.ethz.ch (USENET News System)
  7. Organization: Swiss Federal Institute of Technology (ETH), Zurich, CH
  8. Date: Fri, 4 Sep 1992 00:39:15 GMT
  9. Lines: 55
  10.  
  11. Version ALPHA.8 of the MS-DOS FS can be found on sunsite.unc.edu as
  12. /pub/Linux/Incoming/dosfs.8.tar.Z
  13.  
  14. It is relative to the 0.97-pl2 kernel. If you have already installed
  15. dosfs.7 _and_ if you want to use the patch (instead of extracting
  16. dosfs.tar or waiting for a kernel release that includes dosfs.8), you
  17. have to unpatch it first, because alpha.7 was never part of an
  18. "official" kernel release.
  19.  
  20. dosfs.8 fixes two bugs and contains several improvements. One of the
  21. bugs can lead to FAT corruption. Versions 5, 6 and 7 are affected.
  22. More details in my next posting. statfs now scans the FAT only once
  23. after mounting an FS. This results in a very noticable speed gain
  24. when doing df on large MS-DOS partitions. Link counts are now
  25. computed properly.
  26.  
  27. The beginning of the CHANGES file is at the end of this posting.
  28.  
  29. - Werner
  30.  
  31. ---------------------------------- cut here -----------------------------------
  32.  
  33. CHANGES FROM VERSION 7 TO 8
  34. ===========================
  35.  
  36.   - fixed a subtle FAT cache corruption problem when renaming files
  37.     accross directories.
  38.   - added link count computation.
  39.   - disallowed deletion of ..
  40.   - improved statfs performance.
  41.   - uses struct msdos_inode_info now.
  42.   - i_blocks, i_blksize, f_bsize and f_blocks, etc. are now counted in
  43.     clusters.
  44.   - removed compiler warnings in fat.c
  45.   - moved the changes sections into a separate CHANGES file.
  46.   - regression test: a few additions.
  47.  
  48.  
  49. CHANGES FROM VERSION 6 TO 7
  50. ===========================
  51.  
  52.   - changed name checking rules: "normal" now also accepts upper case
  53.     characters and "normal" and "strict" are now pickier about special
  54.     characters (*, =, etc.).
  55.   - fixed a bug that caused allocation of all available clusters when
  56.     filling "holes" in files.
  57.   - cluster are now properly deallocated when running out of disk space
  58.     while filling a "hole".
  59.   - file modification dates are now in local time.
  60.   - regression test: update and minor bug fixes.
  61. -- 
  62.    _________________________________________________________________________
  63.   / Werner Almesberger, ETH Zuerich, CH      almesber@nessie.cs.id.ethz.ch /
  64.  / IFW A44  Tel. +41 1 254 7213                 almesberger@rzvax.ethz.ch /
  65. /_BITNET:_ALMESBER@CZHETH5A__HEPNET/CHADNET:_[20579::]57414::ALMESBERGER_/
  66.