XFS status update for August 2008



With the 2.6.27-rc5 release the 2.6.27 cycle is nearing it's end. The major
XFS feature in 2.6.27-rc5 is support for case-insensitive file names. At
this point it is still limited to 7bit ASCII file names, with updates for
utf8 file names expected to follow later. In addition to that 2.6.27-rc5
fixes a long-standing problem with non-EABI arm compiler which pack some XFS
data structures wrongly. Besides this 2.6.27-rc5 also contains various
cleanups, most notably the removal of the last bhv_vnode_t instances, and
most uses of semaphores. As usual the diffstat for XFS from 2.6.26 to
2.6.26-rc5 is negative:

100 files changed, 3819 insertions(+), 4409 deletions(-)

On the user space front a new minor xfsprogs version is about to be released
containing various fixes including the user space part of arm packing fix.

Work in progress on the XFS mailing list are a large patch set to unify the
alloc, inobt and bmap btree implementation into a single that supports
arbitrarily pluggable key and record formats. These btree changes are the
first major preparation for adding CRC checks to all metadata structures in
XFS, and an even larger patch set to unify the XFS and Linux inode structures,
and perform all inode write back from the btree uses instead of an inode
cache in XFS.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



Relevant Pages

  • Re: xfs [_fsr] probs in 2.6.24.0
    ... xfs file systems had "gone off line" due to some unknown error (upon reboot, ... I'd suggest putting lots of I/O load on your disk subsystem ... xfs_fsr/2119 is trying to acquire lock: ... We're holding the xfs inode iolock at this point to protect ...
    (Linux-Kernel)
  • Re: shrink_dcache_sb scalability problem.
    ... was (obvious to us XFS folk) just another XFS inode caching ... We fixed a similar problem in the inode cache a year or so back by creating ... more pointers to struct dentry would hurt. ...
    (Linux-Kernel)
  • Re: [xfs] [GIT PULL] XFS update for 2.6.28
    ... [XFS] ... make btree root in inode support generic ... Inode: export symbol destroy_inode ... Use a cursor for AIL traversal. ...
    (Linux-Kernel)
  • Re: [xfs] [GIT PULL] XFS update for 2.6.28
    ... [XFS] ... make btree root in inode support generic ... Inode: export symbol destroy_inode ... Use a cursor for AIL traversal. ...
    (Linux-Kernel)
  • Re: do_sync() and XFSQA test 182 failures....
    ... Test 182 writes a bunch of files, then runs sync, then ... The cause of the failure is that log recovery is replaying inode ... Let's translate this into what XFS does: ... see that we cannot *ever* do a proper sync of an XFS filesystem ...
    (Linux-Kernel)