All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Introduce dump option for btrfs-receive
@ 2016-09-07  0:29 Qu Wenruo
  2016-09-07  0:29 ` [PATCH 1/3] btrfs-progs: Introduce new send-dump object Qu Wenruo
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Qu Wenruo @ 2016-09-07  0:29 UTC (permalink / raw)
  To: linux-btrfs

Introduce new "--dump" option for btrfs-receive, which will exam and dump
metadata info of a send stream.
This is quite handy to debug send stream.

Since such function is provided by old send-test tool, which doesn't even
compile now, remove the old send-test tool.

changelog:
v2:
  Move from inspect subcommand to receive subcommand.

Qu Wenruo (3):
  btrfs-progs: Introduce new send-dump object
  btrfs-progs: receive: Introduce option to exam and dump send stream
  btrfs-progs: Remove send-test tool

 Documentation/btrfs-receive.asciidoc |  17 +-
 Makefile.in                          |   8 +-
 cmds-receive.c                       |  41 +++-
 send-dump.c                          | 367 ++++++++++++++++++++++++++++
 send-dump.h                          |  24 ++
 send-test.c                          | 447 -----------------------------------
 6 files changed, 443 insertions(+), 461 deletions(-)
 create mode 100644 send-dump.c
 create mode 100644 send-dump.h
 delete mode 100644 send-test.c

-- 
2.9.3




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

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

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-07  0:29 [PATCH 0/3] Introduce dump option for btrfs-receive Qu Wenruo
2016-09-07  0:29 ` [PATCH 1/3] btrfs-progs: Introduce new send-dump object Qu Wenruo
2016-09-07  0:29 ` [PATCH v2 2/3] btrfs-progs: receive: Introduce option to exam and dump send stream Qu Wenruo
2016-09-08  9:42   ` David Sterba
2016-09-08  9:56     ` David Sterba
2016-10-13  7:32       ` Qu Wenruo
2016-10-18 12:07         ` David Sterba
2016-10-19  1:18           ` Qu Wenruo
2016-10-31 17:31             ` David Sterba
2016-11-01  1:10               ` Qu Wenruo
2016-11-01 11:28                 ` David Sterba
2016-09-07  0:29 ` [PATCH 3/3] btrfs-progs: Remove send-test tool Qu Wenruo

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.