All of lore.kernel.org
 help / color / mirror / Atom feed
From: Daniel Xu <dxu@dxuuu.xyz>
To: linux-btrfs@vger.kernel.org, dsterba@suse.cz
Cc: Daniel Xu <dxu@dxuuu.xyz>, kernel-team@fb.com
Subject: [PATCH 0/3] btrfs-progs: rescue: Add create-control-device subcommand
Date: Thu, 29 Oct 2020 16:17:35 -0700	[thread overview]
Message-ID: <cover.1604013169.git.dxu@dxuuu.xyz> (raw)

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


             reply	other threads:[~2020-10-29 23:18 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-29 23:17 Daniel Xu [this message]
2020-10-29 23:17 ` [PATCH 1/3] btrfs-progs: rescue: Add create-control-device subcommand 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1604013169.git.dxu@dxuuu.xyz \
    --to=dxu@dxuuu.xyz \
    --cc=dsterba@suse.cz \
    --cc=kernel-team@fb.com \
    --cc=linux-btrfs@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.