linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] btrfs-progs: stat info for btrfs rescue chunk-recover
@ 2015-09-02  9:39 Zhao Lei
  2015-09-02  9:39 ` [PATCH 1/3] btrfs-progs: use for loop for scan_devices Zhao Lei
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Zhao Lei @ 2015-09-02  9:39 UTC (permalink / raw)
  To: linux-btrfs; +Cc: Zhao Lei

chunk-recover need to use many many time in scan_devices(),
and no output in screen:
 # btrfs rescue chunk-recover /dev/sda6
 (no output here, but need long time)

To notice user that "the command is not hang", this patch add
dynamic updated stat information in above period:
 # btrfs rescue chunk-recover /dev/sda6
 Scanning: DONE in dev[0], 19998441472 in dev[1], DONE in dev[2]
 (until)
 Scanning: DONE in dev0, DONE in dev1, DONE in dev2
 Check chunks successfully with no orphans
 Recover the chunk tree successfully.

Zhao Lei (3):
  btrfs-progs: use for loop for scan_devices
  btrfs-progs: stat info for btrfs rescue chunk-recover
  btrfs-progs: Fix some spelling typo in chunk-recover.c

 chunk-recover.c | 80 ++++++++++++++++++++++++++++++++++++++++-----------------
 1 file changed, 57 insertions(+), 23 deletions(-)

-- 
1.8.5.1


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

end of thread, other threads:[~2015-09-02  9:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-02  9:39 [PATCH 0/3] btrfs-progs: stat info for btrfs rescue chunk-recover Zhao Lei
2015-09-02  9:39 ` [PATCH 1/3] btrfs-progs: use for loop for scan_devices Zhao Lei
2015-09-02  9:39 ` [PATCH 2/3] btrfs-progs: stat info for btrfs rescue chunk-recover Zhao Lei
2015-09-02  9:39 ` [PATCH 3/3] btrfs-progs: Fix some spelling typo in chunk-recover.c Zhao Lei

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