linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/7] Introduce device delete by devid
@ 2015-10-06 15:19 Anand Jain
  2015-10-06 15:19 ` [PATCH V2 1/7] Btrfs: create helper function __check_raid_min_devices() Anand Jain
                   ` (7 more replies)
  0 siblings, 8 replies; 10+ messages in thread
From: Anand Jain @ 2015-10-06 15:19 UTC (permalink / raw)
  To: linux-btrfs; +Cc: dsterba

The operation of device replace and device delete follows same steps
upto some depths, however they don't share codes.
This set of enhancement will help device replace and device delete to
share codes.
And at the end add support to delete device using devid.

Anand Jain (7):
  Btrfs: create helper function __check_raid_min_devices()
  Btrfs: clean up and optimize __check_raid_min_device()
  Btrfs: create helper btrfs_find_device_by_user_input()
  Btrfs: make use of btrfs_find_device_by_user_input()
  Btrfs: enhance btrfs_find_device_by_user_input() to check device path
  Btrfs: make use of btrfs_scratch_superblocks() in btrfs_rm_device()
  Btrfs: Introduce device delete by devid

 fs/btrfs/dev-replace.c     |  28 +-----
 fs/btrfs/ioctl.c           |  58 +++++++++++-
 fs/btrfs/volumes.c         | 214 ++++++++++++++++++---------------------------
 fs/btrfs/volumes.h         |   5 +-
 include/uapi/linux/btrfs.h |  14 ++-
 5 files changed, 159 insertions(+), 160 deletions(-)

-- 
2.4.1


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

end of thread, other threads:[~2016-02-13  2:09 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-06 15:19 [PATCH 0/7] Introduce device delete by devid Anand Jain
2015-10-06 15:19 ` [PATCH V2 1/7] Btrfs: create helper function __check_raid_min_devices() Anand Jain
2015-10-06 15:19 ` [PATCH 2/7] Btrfs: clean up and optimize __check_raid_min_device() Anand Jain
2015-10-06 15:19 ` [PATCH V2 3/7] Btrfs: create helper btrfs_find_device_by_user_input() Anand Jain
2015-10-06 15:19 ` [PATCH 4/7] Btrfs: make use of btrfs_find_device_by_user_input() Anand Jain
2015-10-06 15:19 ` [PATCH V2 5/7] Btrfs: enhance btrfs_find_device_by_user_input() to check device path Anand Jain
2015-10-06 15:19 ` [PATCH V2 6/7] Btrfs: make use of btrfs_scratch_superblocks() in btrfs_rm_device() Anand Jain
2015-10-06 15:19 ` [PATCH V4 7/7] Btrfs: Introduce device delete by devid Anand Jain
2016-02-12 18:22 ` [PATCH 0/7] " David Sterba
2016-02-13  2:09   ` Anand Jain

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