All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 00/10] xfs: miscellaneous libxfs cleanups
@ 2016-11-05  0:09 Darrick J. Wong
  2016-11-05  0:10 ` [PATCH 01/10] libxfs: convert ushort to unsigned short Darrick J. Wong
                   ` (9 more replies)
  0 siblings, 10 replies; 21+ messages in thread
From: Darrick J. Wong @ 2016-11-05  0:09 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 patches in this series port various libxfs changes into the kernel
codebase.  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 some other cleanups.

I've tested the first 7 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] 21+ messages in thread

end of thread, other threads:[~2016-11-15 10:25 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-05  0:09 [PATCH v2 00/10] xfs: miscellaneous libxfs cleanups Darrick J. Wong
2016-11-05  0:10 ` [PATCH 01/10] libxfs: convert ushort to unsigned short Darrick J. Wong
2016-11-15 10:22   ` Christoph Hellwig
2016-11-05  0:10 ` [PATCH 02/10] libxfs: synchronize dinode_verify with userspace Darrick J. Wong
2016-11-15 10:23   ` Christoph Hellwig
2016-11-05  0:10 ` [PATCH 03/10] libxfs: fix whitespace problems Darrick J. Wong
2016-11-15 10:23   ` Christoph Hellwig
2016-11-05  0:10 ` [PATCH 04/10] libxfs: fix xfs_attr_shortform_bytesfit declaration Darrick J. Wong
2016-11-15 10:23   ` Christoph Hellwig
2016-11-05  0:10 ` [PATCH 05/10] libxfs: clean up _dir2_data_freescan Darrick J. Wong
2016-11-15 10:24   ` Christoph Hellwig
2016-11-05  0:10 ` [PATCH 06/10] xfs: don't call xfs_sb_quota_from_disk twice Eric Sandeen
2016-11-15 10:24   ` Christoph Hellwig
2016-11-05  0:10 ` [PATCH 07/10] xfs: defer should abort intent items if the trans roll fails Darrick J. Wong
2016-11-15 10:24   ` Christoph Hellwig
2016-11-05  0:10 ` [PATCH 08/10] xfs: move dir_ino_validate declaration per xfsprogs Darrick J. Wong
2016-11-15 10:25   ` Christoph Hellwig
2016-11-05  0:10 ` [PATCH 09/10] xfs: check return value of _trans_reserve_quota_nblks Darrick J. Wong
2016-11-15 10:25   ` Christoph Hellwig
2016-11-05  0:10 ` [PATCH 10/10] xfs: check minimum block size for CRC filesystems Darrick J. Wong
2016-11-15 10:25   ` Christoph Hellwig

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.