* [ANNOUNCE] xfsprogs: master branch updated to b64af2c
@ 2016-08-26 5:47 Dave Chinner
0 siblings, 0 replies; only message in thread
From: Dave Chinner @ 2016-08-26 5:47 UTC (permalink / raw)
To: xfs, linux-xfs
[-- Attachment #1.1: Type: text/plain, Size: 4033 bytes --]
Hi Folks,
The master and for-next branch xfsprogs repository at:
git://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git
have just been updated. This update includes various reverse mapping
fixes and new xfs_quota functionality. It also enables xfs_quota to
be used on non-XFS filesystems.
This is the first time the reverse mapping support has appeared in
the master branch - it pulls in all the previous changes staged int
eh for-next branch as well as the commits listed below. If this
settles without serious issues, I'll probably tag it with 4.8-rc1.
-Dave.
The new head of the master branch is commit:
b64af2c xfs_db: add crc manipulation commands
New Commits:
Bill O'Donnell (2):
[29647c8] xfs_quota: add capabilities for use on non-XFS filesystems
[b20b6c2] xfs_quota: certain commands must always be available
Darrick J. Wong (7):
[574b415] xfs: don't perform lookups on zero-height btrees
[94a22de] xfs: fix some key handling problems in _btree_simple_query_range
[a365498] xfs: simple btree query range should look right if LE lookup fails
[83d4957] libxcmd: fix mount option parsing to find rt/log devices
[138ce9f] misc: fix Coverity errors
[e2f6065] misc: fix libxfs api violations
[2d27377] xfs_repair: fix naming problems in repair/rmap.c
Eric Sandeen (3):
[74642d8] xfs_metadump: don't warn about unobfuscated log with -o
[bb92709] xfs_quota: wire up XFS_GETQSTATV
[b64af2c] xfs_db: add crc manipulation commands
Code Diffstat:
db/Makefile | 2 +-
db/bmap.c | 4 +-
db/bmroot.c | 4 +-
db/check.c | 6 +-
db/command.c | 2 +
db/crc.c | 188 ++++++++++++++++++++++++++++++++++++++++++++++
db/crc.h | 21 ++++++
db/flist.c | 35 +++++++++
db/flist.h | 1 +
db/frag.c | 2 +-
db/fsmap.c | 15 ++--
db/init.c | 2 +-
db/io.c | 34 +++++++--
db/logformat.c | 2 +-
db/metadump.c | 10 ++-
db/write.h | 2 +-
include/command.h | 3 +-
include/path.h | 1 +
include/xqm.h | 32 ++++++++
io/init.h | 2 +-
io/open.c | 2 +-
libxcmd/help.c | 3 +-
libxcmd/paths.c | 20 +++--
libxcmd/quit.c | 3 +-
libxfs/libxfs_api_defs.h | 15 ++++
libxfs/xfs_btree.c | 14 +++-
man/man8/xfs_db.8 | 27 +++++--
man/man8/xfs_quota.8 | 7 ++
mkfs/maxtrres.c | 2 +-
mkfs/xfs_mkfs.c | 46 ++++++------
quota/free.c | 2 +
quota/init.c | 48 +++++++++++-
quota/init.h | 3 +
quota/linux.c | 2 +
quota/path.c | 5 +-
quota/project.c | 1 +
quota/quot.c | 1 +
quota/quota.c | 2 +
quota/report.c | 11 ++-
quota/state.c | 121 +++++++++++++++++++++--------
quota/util.c | 1 +
repair/dinode.c | 10 +--
repair/phase4.c | 12 +--
repair/phase5.c | 73 +++++++++---------
repair/phase6.c | 6 +-
repair/prefetch.c | 4 +-
repair/rmap.c | 104 ++++++++++++-------------
repair/rmap.h | 26 +++----
repair/sb.c | 2 +-
repair/scan.c | 6 +-
repair/xfs_repair.c | 4 +-
tools/find-api-violations.sh | 38 ++++++++++
52 files changed, 754 insertions(+), 235 deletions(-)
create mode 100644 db/crc.c
create mode 100644 db/crc.h
create mode 100755 tools/find-api-violations.sh
--
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] only message in thread
only message in thread, other threads:[~2016-08-26 6:03 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-26 5:47 [ANNOUNCE] xfsprogs: master branch updated to b64af2c Dave Chinner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).