Hi folks, The xfsprogs repository at git://oss.sgi.com/xfs/cmds/xfsprogs has just been updated. Given all the fixes we've accumulated since v3.2.1 was released, I'm thinking that we should do a 3.2.2 release shortly, so please test this tree now... The new head of the master branch is commit: 9851fd7 repair: AGFL rebuild fails if btree split required New Commits: Dave Chinner (2): [7c7c113] repair: fix XR_BLD_FREE_TRACE compilation errors [9851fd7] repair: AGFL rebuild fails if btree split required Eric Sandeen (7): [bd9cc49] libxfs: use structure initializers for cache_operations [3e1e6f8] libxfs: fix endian mishap in xfs_dialloc_ag() [167d49c] libxfs: fix harmless sparse endian nit [24e0479] xfsprogs: two more completely harmless sparse nits [c7dd81c] xfs_io: add sync and syncfs commands [e21c11e] mkfs: ignore stripe geom if sunit or swidth == physical sector size [392e896] mkfs: don't warn about log sunit size if it was auto-discovered Mark Tinguely (1): [5b547f3] xfsctl.3: fix XFS_IOC_FSSETXATTR fields Code Diffstat: io/Makefile | 6 ++++- io/init.c | 3 ++- io/io.h | 1 + io/sync.c | 70 +++++++++++++++++++++++++++++++++++++++++++++++++++ libxfs/rdwr.c | 14 +++++------ libxfs/xfs_ialloc.c | 3 ++- m4/package_libcdev.m4 | 17 +++++++++++++ man/man3/xfsctl.3 | 5 ++-- man/man8/xfs_io.8 | 10 ++++++++ mkfs/xfs_mkfs.c | 48 ++++++++++++++++++++++------------- repair/phase5.c | 61 +++++++++++++++++++++++++++++--------------- repair/prefetch.c | 2 +- rtcp/xfs_rtcp.c | 2 +- 13 files changed, 191 insertions(+), 51 deletions(-) create mode 100644 io/sync.c -- Dave Chinner david@xxxxxxxxxxxxx _______________________________________________ xfs mailing list xfs@xxxxxxxxxxx http://oss.sgi.com/mailman/listinfo/xfs