linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] xfsprogs-4.20: various fixes
@ 2018-11-10  0:45 Darrick J. Wong
  2018-11-10  0:45 ` [PATCH 1/6] xfs_io.8: rearrange command listings by section Darrick J. Wong
                   ` (6 more replies)
  0 siblings, 7 replies; 32+ messages in thread
From: Darrick J. Wong @ 2018-11-10  0:45 UTC (permalink / raw)
  To: darrick.wong; +Cc: linux-xfs

Here are some patches for xfsprogs 4.20.

The first patch splits up the commands documented in the xfs_io manpage
into more categories than "file i/o", "mmap i/o", and "everything else".

The second patch (re)fixes a bug in xfs_repair where it would assert if
the first record in a directory da btree block pointed to block 0.

The third patch fixes a problem where we try to allocate a transaction
with an unnecessary block reservation in order to fix the AGFL.  AGFL
blocks are counted in fdblocks, and at that point we haven't written out
the new fdblocks anyway.

The fourth patch fixes xfs_scrub's bulkstat code to handle the case of
an inode chunk with all 64 inodes free, which can happen when more than
64 inodes can be stored in a fs block.

The fifth patch fixes scrub's phase 7 reporting so that we don't print
single-unit numbers ("3.0 inodes") with fractional components.

The sixth patch moves xfs_scrub and xfs_scrub_all to /usr/sbin because
they both depend on components that live in /usr.

--D

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

end of thread, other threads:[~2018-12-05 17:57 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-10  0:45 [PATCH 0/6] xfsprogs-4.20: various fixes Darrick J. Wong
2018-11-10  0:45 ` [PATCH 1/6] xfs_io.8: rearrange command listings by section Darrick J. Wong
2018-11-28 22:39   ` Eric Sandeen
2018-11-28 23:34     ` Darrick J. Wong
2018-11-28 23:46       ` Eric Sandeen
2018-12-05  3:21   ` [PATCH 1/6 V2] " Eric Sandeen
2018-12-05 17:56     ` Darrick J. Wong
2018-11-10  0:45 ` [PATCH 2/6] xfs_repair: don't error out on dirs with a single leafn block Darrick J. Wong
2018-11-22 18:13   ` [PATCH v2 " Darrick J. Wong
2018-12-05  3:48     ` Eric Sandeen
2018-12-05  4:11       ` Eric Sandeen
2018-12-05 16:48         ` Darrick J. Wong
2018-12-05 16:54           ` Eric Sandeen
2018-11-10  0:45 ` [PATCH 3/6] xfs_repair: skip block reservation when fixing freelist Darrick J. Wong
2018-11-10  7:22   ` Allison Henderson
2018-11-28 23:34   ` Eric Sandeen
2018-11-10  0:45 ` [PATCH 4/6] xfs_scrub: handle totally empty inode chunks Darrick J. Wong
2018-11-10  7:19   ` Allison Henderson
2018-11-29  0:16   ` Eric Sandeen
2018-11-29  0:35     ` Darrick J. Wong
2018-11-29  0:38       ` Eric Sandeen
2018-11-10  0:45 ` [PATCH 5/6] xfs_scrub: fix fractional reporting of single inodes Darrick J. Wong
2018-11-10  7:15   ` Allison Henderson
2018-11-10 17:52     ` Darrick J. Wong
2018-11-10  0:45 ` [PATCH 6/6] xfs_scrub: move everything to /usr/sbin Darrick J. Wong
2018-11-10  6:45   ` Allison Henderson
2018-11-10  8:43   ` L A Walsh
2018-11-10 18:06     ` Darrick J. Wong
2018-11-27 23:15 ` [PATCH 7/6] xfs_db: add missing string name for DBM_COWDATA Darrick J. Wong
2018-11-29  0:37   ` Eric Sandeen
2018-11-29  0:54   ` [PATCH v2 " Darrick J. Wong
2018-11-29  5:24     ` Eric Sandeen

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).