All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] device delete by devid
@ 2015-04-20 10:29 Anand Jain
  2015-04-20 10:29 ` [PATCH] Btrfs: " Anand Jain
                   ` (2 more replies)
  0 siblings, 3 replies; 15+ messages in thread
From: Anand Jain @ 2015-04-20 10:29 UTC (permalink / raw)
  To: linux-btrfs; +Cc: dsterba, m_btrfs

Current method to identify and verify the user provided device_path
needs device SB to be accessible. In situations where SB isn't accessible
or read fails. Using devid will help.

Anand Jain (1):
  Btrfs: device delete by devid

 fs/btrfs/ioctl.c           | 50 +++++++++++++++++++++++++++++++++++++++++++++-
 fs/btrfs/volumes.c         | 33 +++++++++++++++++++++---------
 fs/btrfs/volumes.h         |  2 +-
 include/uapi/linux/btrfs.h |  8 ++++++++
 4 files changed, 82 insertions(+), 11 deletions(-)

Anand Jain (2):
  btrfs-progs: move is_numerical to utils-lib.h and make it non static
  btrfs-progs: device delete to accept devid

 Documentation/btrfs-device.txt |  2 +-
 cmds-device.c                  | 47 ++++++++++++++++++++++++++++++++----------
 cmds-replace.c                 | 11 ----------
 ioctl.h                        |  8 +++++++
 utils-lib.c                    | 11 ++++++++++
 utils.h                        |  1 +
 6 files changed, 57 insertions(+), 23 deletions(-)

-- 
2.0.0.153.g79dcccc


^ permalink raw reply	[flat|nested] 15+ messages in thread
* [PATCH 0/2] Btrfs-progs: device delete to accept devid
@ 2015-08-14 10:36 Anand Jain
  2015-08-14 10:36 ` [PATCH 1/2] btrfs-progs: move is_numerical to utils-lib.h and make it non static Anand Jain
  0 siblings, 1 reply; 15+ messages in thread
From: Anand Jain @ 2015-08-14 10:36 UTC (permalink / raw)
  To: linux-btrfs; +Cc: clm, dsterba

This is btrfs-progs side of the patch.
Kernel patch is
   Btrfs: device delete by devid

Anand Jain (2):
  btrfs-progs: move is_numerical to utils-lib.h and make it non static
  btrfs-progs: device delete to accept devid

 Documentation/btrfs-device.asciidoc |  2 +-
 cmds-device.c                       | 45 ++++++++++++++++++++++++++++---------
 cmds-replace.c                      | 11 ---------
 ioctl.h                             |  8 +++++++
 utils-lib.c                         | 11 +++++++++
 utils.h                             |  1 +
 6 files changed, 56 insertions(+), 22 deletions(-)

-- 
2.4.1


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

end of thread, other threads:[~2015-08-14 10:37 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-20 10:29 [PATCH] device delete by devid Anand Jain
2015-04-20 10:29 ` [PATCH] Btrfs: " Anand Jain
2015-04-27  7:34   ` [PATCH 0/8 v2] " Anand Jain
2015-04-27  7:34     ` [PATCH V2 1/8] Btrfs: " Anand Jain
2015-04-27  7:34     ` [PATCH 2/8] Btrfs: move check for min number of devices to a function Anand Jain
2015-04-27  7:34     ` [PATCH 3/8] Btrfs: rename btrfs_dev_replace_find_srcdev() Anand Jain
2015-04-27  7:34     ` [PATCH 4/8] Btrfs: use BTRFS_ERROR_DEV_MISSING_NOT_FOUND when missing device is not found Anand Jain
2015-04-27  7:34     ` [PATCH 5/8] Btrfs: use btrfs_find_device_by_user_input() Anand Jain
2015-04-27  7:34     ` [PATCH 6/8] Btrfs: add btrfs_read_dev_one_super() to read one specific SB Anand Jain
2015-04-27  7:34     ` [PATCH 7/8] Btrfs: fix btrfs_scratch_superblock() with fixes from device delete Anand Jain
2015-04-27  7:34     ` [PATCH 8/8] Btrfs: use btrfs_scratch_superblock() in btrfs_rm_device() Anand Jain
2015-04-20 10:29 ` [PATCH 1/2] btrfs-progs: move is_numerical to utils-lib.h and make it non static Anand Jain
2015-04-20 10:29 ` [PATCH 2/2] btrfs-progs: device delete to accept devid Anand Jain
2015-07-13  2:28   ` [PATCH 2/2 v2] " Anand Jain
2015-08-14 10:36 [PATCH 0/2] Btrfs-progs: " Anand Jain
2015-08-14 10:36 ` [PATCH 1/2] btrfs-progs: move is_numerical to utils-lib.h and make it non static Anand Jain

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.