All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 00/16] xfsprogs: miscellaneous libxfs cleanups
@ 2016-11-05  0:07 Darrick J. Wong
  2016-11-05  0:08 ` [PATCH 01/16] xfs_repair: fix some potential null pointer deferences Darrick J. Wong
                   ` (16 more replies)
  0 siblings, 17 replies; 39+ messages in thread
From: Darrick J. Wong @ 2016-11-05  0:07 UTC (permalink / raw)
  To: david, darrick.wong; +Cc: linux-xfs

Hi all,

This is a patchset that aims to fix various discrepancies between the
kernel and xfsprogs' copies of libxfs/.  They shouldn't affect the
behavior of either codebase while bringing the benefit that libxfs-apply
will run more smoothly.

The first two patches fix some problems that Coverity found with the
initial commit of userspace support for reflink.  After that are nine
patches that fix a few places where the kernel and xfsprogs' copies of
libxfs have gotten out of sync.  There's a patch that refactors the
directory freescan code so that xfs_repair and kernel can use the same
code without the macro wrappers, and a second patch adding a script to
show the differences between any file that appears in both libxfs/
directories.

I've tested the first 11 patches successfully against the auto group,
and the ones after that have passed the quick group.

--Darrick

[1] https://github.com/djwong/linux/tree/libxfs-resync
[2] https://github.com/djwong/xfsprogs/tree/libxfs-resync

^ permalink raw reply	[flat|nested] 39+ messages in thread

end of thread, other threads:[~2016-11-22 18:26 UTC | newest]

Thread overview: 39+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-05  0:07 [PATCH v2 00/16] xfsprogs: miscellaneous libxfs cleanups Darrick J. Wong
2016-11-05  0:08 ` [PATCH 01/16] xfs_repair: fix some potential null pointer deferences Darrick J. Wong
2016-11-15 10:14   ` Christoph Hellwig
2016-11-05  0:08 ` [PATCH 02/16] xfs_repair: fix bogus rmapbt record owner check Darrick J. Wong
2016-11-15 10:15   ` Christoph Hellwig
2016-11-05  0:08 ` [PATCH 03/16] xfs_io: fix libxfs naming violation Darrick J. Wong
2016-11-15 10:15   ` Christoph Hellwig
2016-11-05  0:08 ` [PATCH 04/16] libxfs: remove unnecessary hascrc test in btree verifiers Darrick J. Wong
2016-11-15 10:16   ` Christoph Hellwig
2016-11-05  0:08 ` [PATCH 05/16] xfs: set XFS_DA_OP_OKNOENT in xfs_attr_get Eric Sandeen
2016-11-15 10:16   ` Christoph Hellwig
2016-11-15 13:41     ` Eric Sandeen
2016-11-16  5:21       ` Dave Chinner
2016-11-22 18:21         ` Darrick J. Wong
2016-11-22 18:21   ` [PATCH v2 " Darrick J. Wong
2016-11-05  0:08 ` [PATCH 06/16] libxfs: refactor btree crc verifier Darrick J. Wong
2016-11-15 10:17   ` Christoph Hellwig
2016-11-05  0:08 ` [PATCH 07/16] libxfs: fix whitespace to match the kernel Darrick J. Wong
2016-11-15 10:17   ` Christoph Hellwig
2016-11-05  0:08 ` [PATCH 08/16] libxfs: return bool from sb_version_hasmetauuid Darrick J. Wong
2016-11-15 10:17   ` Christoph Hellwig
2016-11-05  0:08 ` [PATCH 09/16] xfs: fix btree cursor error cleanups Brian Foster
2016-11-15 10:18   ` Christoph Hellwig
2016-11-22 18:23   ` [PATCH v2 " Darrick J. Wong
2016-11-05  0:09 ` [PATCH 10/16] libxfs: clean up _dir2_data_freescan Darrick J. Wong
2016-11-15 10:19   ` Christoph Hellwig
2016-11-05  0:09 ` [PATCH 11/16] tools: create libxfs-diff to compare libxfses Darrick J. Wong
2016-11-15 10:19   ` Christoph Hellwig
2016-11-05  0:09 ` [PATCH 12/16] libxfs: fix line lengths Darrick J. Wong
2016-11-15 10:20   ` Christoph Hellwig
2016-11-05  0:09 ` [PATCH 13/16] libxfs: synchronize dinode_verify with userspace Darrick J. Wong
2016-11-15 10:20   ` Christoph Hellwig
2016-11-05  0:09 ` [PATCH 14/16] libxfs: remove useless stuff from the kernel Darrick J. Wong
2016-11-15 10:20   ` Christoph Hellwig
2016-11-05  0:09 ` [PATCH 15/16] xfs: check return value of _trans_reserve_quota_nblks Darrick J. Wong
2016-11-15 10:21   ` Christoph Hellwig
2016-11-05  0:09 ` [PATCH 16/16] xfs: check minimum block size for CRC filesystems Darrick J. Wong
2016-11-15 10:22   ` Christoph Hellwig
2016-11-22 18:26 ` [PATCH 17/16] libxfs-apply: port to stgit Darrick J. Wong

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.