linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/6] btrfs-progs: fix endian bugs and clean-ups
@ 2016-01-04  1:01 Byongho Lee
  2016-01-04  1:01 ` [PATCH v2 1/6] btrfs-progs: get sparse checking working Byongho Lee
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Byongho Lee @ 2016-01-04  1:01 UTC (permalink / raw)
  To: linux-btrfs

This is a patch-set after getting running sparse.

There are two endian patches one is new and the other is Zach Brown's work
but we lost.  And rest are just for clean-ups.

v2:
 - cover-letter:
    add, 'btrfs-progs' prefix in subject
 - btrfs-progs: fix using on-disk structure to store in memory data:
    remove, "Signed-off-by: Zach Brown <zab@redhat.com>" which was for
    below patch but added by mistake.
    '[PATCH 4/6] btrfs-progs: fix endian bugs in chunk rebuilding'

Byongho Lee (6):
  btrfs-progs: get sparse checking working
  btrfs-progs: use NULL instead of 0
  btrfs-progs: make private symbols to static
  btrfs-progs: fix endian bugs in chunk rebuilding
  btrfs-progs: fix endian bug in update_super()
  btrfs-progs: fix using on-disk structure to store in memory data

 Makefile.in        |  2 +-
 btrfs-image.c      |  3 +--
 btrfs-show-super.c |  4 ++--
 chunk-recover.c    |  8 ++++----
 cmds-fi-usage.c    | 12 ++++++------
 props.c            |  2 +-
 qgroup-verify.c    | 36 +++++++++++++++++++++---------------
 qgroup.c           |  6 ++++--
 utils.c            |  4 ++--
 9 files changed, 42 insertions(+), 35 deletions(-)

-- 
2.6.4


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

end of thread, other threads:[~2016-01-04 10:01 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-04  1:01 [PATCH v2 0/6] btrfs-progs: fix endian bugs and clean-ups Byongho Lee
2016-01-04  1:01 ` [PATCH v2 1/6] btrfs-progs: get sparse checking working Byongho Lee
2016-01-04  1:01 ` [PATCH v2 2/6] btrfs-progs: use NULL instead of 0 Byongho Lee
2016-01-04  1:01 ` [PATCH v2 3/6] btrfs-progs: make private symbols to static Byongho Lee
2016-01-04  1:01 ` [PATCH v2 4/6] btrfs-progs: fix endian bugs in chunk rebuilding Byongho Lee
2016-01-04  1:01 ` [PATCH v2 5/6] btrfs-progs: fix endian bug in update_super() Byongho Lee
2016-01-04  1:01 ` [PATCH v2 6/6] btrfs-progs: fix using on-disk structure to store in memory data Byongho Lee
2016-01-04  9:59 ` [PATCH v2 0/6] btrfs-progs: fix endian bugs and clean-ups David Sterba

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