Hi folks,
The xfsprogs repository at git://oss.sgi.com/xfs/cmds/xfsprogs has
just been updated. These are mostly fixes to xfs_repair to handle
badly corrupted directory structures, but there are a few other
minor fixes as well. Thanks to everyone who
reported/fixed/reviewed/tested these changes.
The new head of the master branch is commit:
502544b libhandle: add fd_to_handle to handle.h
New Commits:
Brian Foster (3):
[31daa90] mkfs: don't zero old superblocks if file was truncated
[9da3610] db/check: handle zero inoalignmt correctly for large block sizes
[fa8fb25] repair: only check secondary sb->sb_pquotino for v5 superblocks
Darrick J. Wong (2):
[ba1c677] xfs_repair: don't abort on bad directory leaf crc during leaf
check
[bf43fd2] libxfs: don't write uninitialized heap contents into new
directory blocks
Dave Chinner (1):
[8bc43a3] repair: superblock buffers need to be sector sized
Eric Sandeen (14):
[c9f5e3d] xfs_db: Allow writes of corrupted data
[b335ecb] xfs_db: fix inode CRC validity state, and warn on read if
invalid
[6367f2a] xfs_db: nlink fields are valid for di_version == 3, too
[cbd361b] xfs_repair: dirty inode in process_sf_dir2 if we change namelen
[1633feb] xfs_repair: remove impossible tests in process_sf_dir2
[1c934a2] xfs_repair: collapse 2 cases in process_sf_dir2
[38c66ab] xfs_repair: remove last-entry hack in process_sf_dir2
[0402bea] libxfs: remove ASSERT on ftype read from disk
[1f60de2] xfs_repair: clear need_root_dotdot if we rebuild the root dir
[aedcecb] xfs_repair: set *parent if process_dir2_data() fixes root inode
[b8ec08a] xfs_repair: don't clear . or .. in process_dir2_data
[7d7c555] xfs_repair: validate & fix inode CRCs
[609f6bb] xfs_db: disallow sb UUID write on v5 filesystems
[89b8d42] xfsprogs: remove unreachable code in libxfs_inode_alloc
Sage Weil (1):
[502544b] libhandle: add fd_to_handle to handle.h
Code Diffstat:
db/check.c | 8 +++-
db/inode.c | 17 +++++--
db/io.c | 11 ++++-
db/io.h | 1 +
db/sb.c | 12 +++++
db/write.c | 35 +++++++++++++--
include/handle.h | 1 +
include/libxfs.h | 2 +
include/xfs_da_format.h | 1 -
libxfs/rdwr.c | 1 +
libxfs/util.c | 2 -
man/man8/xfs_db.8 | 8 +++-
mkfs/xfs_mkfs.c | 18 ++++++--
repair/agheader.c | 8 +++-
repair/dinode.c | 24 ++++++++++
repair/dir2.c | 116 ++++++++++++++----------------------------------
repair/phase6.c | 10 ++++-
repair/scan.c | 2 +-
18 files changed, 175 insertions(+), 102 deletions(-)
--
Dave Chinner
david@xxxxxxxxxxxxx
signature.asc
Description: Digital signature
|