linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] btrfs-progs: rescue: Add create-control-device subcommand
@ 2020-10-29 23:17 Daniel Xu
  2020-10-29 23:17 ` [PATCH 1/3] " Daniel Xu
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Daniel Xu @ 2020-10-29 23:17 UTC (permalink / raw)
  To: linux-btrfs, dsterba; +Cc: Daniel Xu, kernel-team

This patchset adds a new `btrfs rescue create-control-device` subcommand
that acts as a convenient way to invoke:

	# mknod --mode=600 c 10 234 /dev/btrfs-control

on systems that don't have `mknod` installed or when you're lazy.

Link: https://github.com/kdave/btrfs-progs/issues/223

Daniel Xu (3):
  btrfs-progs: rescue: Add create-control-device subcommand
  btrfs-progs: bash: Update completion script with create-control-device
  btrfs-progs: rescue: Update docs with create-control-device

 Documentation/btrfs-man5.asciidoc   |  8 ++++++-
 Documentation/btrfs-rescue.asciidoc |  5 +++++
 btrfs-completion                    |  2 +-
 cmds/rescue.c                       | 35 +++++++++++++++++++++++++++++
 4 files changed, 48 insertions(+), 2 deletions(-)

--
2.26.2


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

end of thread, other threads:[~2021-02-19 14:51 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-29 23:17 [PATCH 0/3] btrfs-progs: rescue: Add create-control-device subcommand Daniel Xu
2020-10-29 23:17 ` [PATCH 1/3] " Daniel Xu
2020-11-11  1:33   ` Daniel Xu
2020-10-29 23:17 ` [PATCH 2/3] btrfs-progs: bash: Update completion script with create-control-device Daniel Xu
2020-10-29 23:17 ` [PATCH 3/3] btrfs-progs: rescue: Update docs " Daniel Xu
2020-11-13 20:34 ` [PATCH 0/3] btrfs-progs: rescue: Add create-control-device subcommand Josef Bacik
2021-02-19 14:48 ` 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).