* [ANNOUNCE] xfsprogs: master branch updated to c5d584c
@ 2016-05-11 0:26 Dave Chinner
2016-05-11 5:00 ` Dave Chinner
0 siblings, 1 reply; 2+ messages in thread
From: Dave Chinner @ 2016-05-11 0:26 UTC (permalink / raw)
To: xfs
[-- Attachment #1.1: Type: text/plain, Size: 6549 bytes --]
Hi Folks,
The xfsprogs repository at:
git://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git
has just been updated. Note that this includes the change of mkfs
command line parsing, so you will see some additional xfstests
failures resulting from that. Those should be fixed soon as filters
and changes are made to xfstests to handle these differences.
-Dave.
The new head of the master branch is commit:
c5d584c xfs_db: fix unaligned accesses
New Commits:
Carlos Maiolino (1):
[ef25c9e] xfs_io: implement 'inode' command
Christoph Hellwig (3):
[410c3de] xfs: handle errors from ->free_blocks in xfs_btree_kill_iroot
[c261f8c] xfs: factor btree block freeing into a helper
[08caf14] xfs: move buffer invalidation to xfs_btree_free_block
Darrick J. Wong (1):
[71893d8] mkfs: fix crash when initializing rbmip
Dave Chinner (27):
[f36349d] xfs: RT bitmap and summary buffers are not typed
[a3d2294] xfs: RT bitmap and summary buffers need verifiers
[138659f] xfs: introduce inode log format object
[1bc6cbe] xfs: remove timestamps from incore inode
[db17aeb] xfs: cull unnecessary icdinode fields
[f089fc4] xfs: move v1 inode conversion to xfs_inode_from_disk
[bcbe04c] xfs: use vfs inode nlink field everywhere
[6652c25] xfs: move inode generation count to VFS inode
[9abcc5c] xfs: move di_changecount to VFS inode
[e37bf53] xfs: mode di_mode to vfs inode
[294e9dd] Merge branch 'libxfs-4.6-sync' into for-master
[09033e3] Merge branch 'progs-misc-fixes-for-4.6' into for-master
[4a32b9e] xfsprogs: use common code for multi-disk detection
[ff21c70] mkfs: sanitise ftype parameter values.
[5f1a210] mkfs: Sanitise the superblock feature macros
[a887c95] mkfs: validate all input values
[c81c846] mkfs: factor boolean option parsing
[147e0f3] mkfs: validate logarithmic parameters sanely
[a9dad67] mkfs: structify input parameter passing
[56e4d36] mkfs: getbool is redundant
[1974d3f] mkfs: use getnum_checked for all ranged parameters
[9090e18] mkfs: add respecification detection to generic parsing
[627e74f] mkfs: table based parsing for converted parameters
[6c85562] mkfs: merge getnum
[3ec1956] mkfs: encode conflicts into parsing table
[27ae3a5] mkfs: add string options to generic parsing
[06ac92f] mkfs: don't treat files as though they are block devices
Eric Sandeen (6):
[43633a3] xfs: wire up Q_XGETNEXTQUOTA / get_nextdqblk
[499b47f] xfs: remove unused function definitions
[ff0f39e] libxfs: fix up mismerge in libxfs_iflush_int
[6aa32b4] xfs_repair: fix agf limit error messages
[d7006be] metadump: limit permissible sector sizes
[c5d584c] xfs_db: fix unaligned accesses
Jan Tulak (5):
[1d43056] build: make librt optional for some platforms
[ddc3b2d] mkfs: move spinodes crc check
[6de2e6c] mkfs: unit conversions are case insensitive
[aa3034d] mkfs: add optional 'reason' for illegal_option
[2aca16d] mkfs: conflicting values with disabled crc should fail
Mike Frysinger (2):
[3e50ece] po: respect LINGUAS build setting
[54e8f4a] configure: add mailing list contact
Zorro Lang (5):
[6f224a2] xfs_io: modify argument errors of mremap command
[e0a8808] xfs_io: allow mmap command to reserve some free space
[2354bb6] xfs_quota: add missed options -D and -P into man page
[cef37d5] xfs_quota: fully support users and groups beginning with digits
[3d607a1] xfs_quota: print quota id number if the name can't be found
Code Diffstat:
configure.ac | 9 +-
db/check.c | 116 +-
db/frag.c | 4 +-
db/metadump.c | 23 +-
doc/INSTALL | 6 +-
include/Makefile | 5 +-
include/xfs_inode.h | 45 +-
mkfs/xfs_mkfs.h => include/xfs_multidisk.h | 50 +-
io/mmap.c | 54 +-
io/open.c | 150 +++
libxcmd/input.c | 4 +-
libxfs/init.c | 16 +-
libxfs/libxfs_api_defs.h | 4 +-
libxfs/linux.c | 11 +-
libxfs/rdwr.c | 4 +-
libxfs/util.c | 60 +-
libxfs/xfs_alloc_btree.c | 2 -
libxfs/xfs_bmap.c | 6 +-
libxfs/xfs_bmap_btree.c | 1 -
libxfs/xfs_btree.c | 32 +-
libxfs/xfs_dir2.c | 12 +-
libxfs/xfs_ialloc_btree.c | 12 +-
libxfs/xfs_inode_buf.c | 169 ++-
libxfs/xfs_inode_buf.h | 38 +-
libxfs/xfs_inode_fork.c | 2 +-
libxfs/xfs_log_format.h | 19 +-
libxfs/xfs_quota_defs.h | 3 +-
libxfs/xfs_rtbitmap.c | 32 +-
libxfs/xfs_sb.h | 1 -
libxfs/xfs_shared.h | 1 +
logprint/log_misc.c | 7 +-
logprint/log_print_all.c | 18 +-
m4/package_rt.m4 | 12 +
man/man8/mkfs.xfs.8 | 29 +-
man/man8/xfs_io.8 | 22 +-
man/man8/xfs_quota.8 | 22 +-
mdrestore/xfs_mdrestore.c | 22 +-
mkfs/Makefile | 2 +-
mkfs/maxtrres.c | 2 +-
mkfs/proto.c | 70 +-
mkfs/xfs_mkfs.c | 2011 +++++++++++++++++++------------
po/Makefile | 5 +-
quota/report.c | 16 +-
repair/agheader.c | 4 +-
repair/phase6.c | 58 +-
repair/phase7.c | 43 +-
repair/xfs_repair.c | 44 +-
47 files changed, 2087 insertions(+), 1191 deletions(-)
rename mkfs/xfs_mkfs.h => include/xfs_multidisk.h (61%)
create mode 100644 m4/package_rt.m4
--
Dave Chinner
david@fromorbit.com
[-- Attachment #1.2: Digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
[-- Attachment #2: Type: text/plain, Size: 121 bytes --]
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: [ANNOUNCE] xfsprogs: master branch updated to c5d584c
2016-05-11 0:26 [ANNOUNCE] xfsprogs: master branch updated to c5d584c Dave Chinner
@ 2016-05-11 5:00 ` Dave Chinner
0 siblings, 0 replies; 2+ messages in thread
From: Dave Chinner @ 2016-05-11 5:00 UTC (permalink / raw)
To: xfs
On Wed, May 11, 2016 at 10:26:07AM +1000, Dave Chinner wrote:
> Hi Folks,
>
> The xfsprogs repository at:
>
> git://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git
>
> has just been updated. Note that this includes the change of mkfs
> command line parsing, so you will see some additional xfstests
> failures resulting from that. Those should be fixed soon as filters
> and changes are made to xfstests to handle these differences.
FYI: I just updated the for-next branch to point at the same commit
as I forgot to do that. The for-next branch rebased in doing this,
so don't be suprised if it won't fast forward...
Cheers,
Dave.
--
Dave Chinner
david@fromorbit.com
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-05-11 5:00 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-11 0:26 [ANNOUNCE] xfsprogs: master branch updated to c5d584c Dave Chinner
2016-05-11 5:00 ` Dave Chinner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox