1. 28 10月, 2005 10 次提交
  2. 27 10月, 2005 1 次提交
    • P
      [PATCH] Fix HFS+ to free up the space when a file is deleted. · 94c1d318
      Peter Wainwright 提交于
      fsck_hfs reveals lots of temporary files accumulating in the hidden
      directory "\000\000\000HFS+ Private Data".  According to the HFS+
      documentation these are files which are unlinked while in use.  However,
      there may be a bug in the Linux hfsplus implementation which causes this to
      happen even when the files are not in use.  It looks like the "opencnt"
      field is never initialized as (I think) it should be in hfsplus_read_inode.
       This means that a file can appear to be still in use when in fact it has
      been closed.  This patch seems to fix it for me.
      Signed-off-by: NAnton Altaparmakov <aia21@cantab.net>
      Cc: Roman Zippel <zippel@linux-m68k.org>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      94c1d318
  3. 24 10月, 2005 2 次提交
  4. 21 10月, 2005 2 次提交
  5. 19 10月, 2005 21 次提交
  6. 18 10月, 2005 4 次提交