Re: [ANN] Squashfs 3.3 released

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Dave Jones <davej@...>, Phillip Lougher <phillip@...>, maximilian attems <max@...>, <linux-kernel@...>, <linux-fsdevel@...>
Date: Wednesday, November 21, 2007 - 10:02 am

Dave Jones wrote:


Yes, this is mainly my fault.  There was a gap of 10 months between the 
3.2 release in January this year, and the latest in November. With the 
rate of new kernel releases this wasn't really acceptable because the 
January release was stuck with a patch for kernels no newer than 2.6.20. 
I received numerous complaints about it.

Some of you may be aware that I started work at Canonical, and this left 
almost no spare-time to work on Squashfs for 9 months.


Squashfs has backwards compatibility with older versions, and it should 
mount all older versions back to 2.0 (released May 2004). Unfortunately 
RedHat grabbed a CVS version of Squashfs just before the 3.0 release. 
This was development code, and release testing showed it
had a bug where it couldn't mount older versions. It was fixed for
release.


The move from the 2.0 format to the later 3.0 format was mainly forced 
by the demands of the Linux kernel mailing list when I first submitted 
it early 2005.  There was no other way to incorporate demands for larger 
than 4GB filesystems, and provide support for "." and ".." in readdir 
without modifying the filesystem format.

Unfortunately the move to fixed little endian filesystem will involve 
another filesystem layout change.  The current filesystem layout still 
uses packed bitfield structures, and it is impossible to swap these 
using the standard kernel swap macros.  Removal of my routines that can 
properly swap packed bitfield structures is another change demanded by 
the Linux kernel mailing list.

Once the little endian work has been done, and hopefully once it is in 
the kernel, I don't anticipate any further layout changes.

Phillip

-
To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[ANN] Squashfs 3.3 released, Phillip Lougher, (Mon Nov 5, 7:13 am)
Re: [ANN] Squashfs 3.3 released, Michael Tokarev, (Mon Nov 5, 7:19 pm)
Re: [ANN] Squashfs 3.3 released, Phillip Lougher, (Wed Nov 7, 12:06 pm)
Re: [ANN] Squashfs 3.3 released, maximilian attems, (Mon Nov 5, 7:56 am)
Re: [ANN] Squashfs 3.3 released, Phillip Lougher, (Wed Nov 7, 12:32 pm)
Re: [ANN] Squashfs 3.3 released, Dave Jones, (Tue Nov 20, 7:50 pm)
Re: [ANN] Squashfs 3.3 released, Phillip Lougher, (Wed Nov 21, 10:02 am)
Re: [ANN] Squashfs 3.3 released, Christoph Hellwig, (Wed Nov 21, 10:48 am)
Re: [ANN] Squashfs 3.3 released, Phillip Lougher, (Wed Nov 21, 11:00 am)