All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] introduce function to handle device offline
@ 2015-08-04 14:43 Anand Jain
  2015-08-04 14:43 ` [PATCH 1/3] Btrfs: allow -o rw,degraded for single group profile Anand Jain
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Anand Jain @ 2015-08-04 14:43 UTC (permalink / raw)
  To: linux-btrfs; +Cc: Anand Jain

Here the patch 3/3 below adds a function to handle device offline,
also in this patch the device offline is triggred by the external
sysfs interface.
Patch 1/3 makes it possible to mount a or continue to be rw mounted
(if -o degraded option is set or if tolerated failure is more than
missing) when one of the device goes offline in midest of the mounted
FS.
Patch 2/3 fixes a bug. 

Anand Jain (3):
  Btrfs: allow -o rw,degraded for single group profile
  Btrfs: fix null pointer dereference when extent buffer is already
    freed
  Btrfs: introduce function to handle device offline

 fs/btrfs/disk-io.c |   6 ++-
 fs/btrfs/super.c   |   3 +-
 fs/btrfs/sysfs.c   |  20 +++++++++-
 fs/btrfs/volumes.c | 113 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 fs/btrfs/volumes.h |   7 ++++
 5 files changed, 145 insertions(+), 4 deletions(-)

-- 
2.4.1


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

end of thread, other threads:[~2015-08-28  2:17 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-04 14:43 [PATCH 0/3] introduce function to handle device offline Anand Jain
2015-08-04 14:43 ` [PATCH 1/3] Btrfs: allow -o rw,degraded for single group profile Anand Jain
2015-08-04 14:43 ` [PATCH 2/3] Btrfs: fix null pointer dereference when extent buffer is already freed Anand Jain
2015-08-04 17:34   ` Filipe David Manana
2015-08-04 22:28     ` Anand Jain
2015-08-04 14:43 ` [PATCH 3/3] Btrfs: introduce function to handle device offline Anand Jain
2015-08-28  2:16 ` [PATCH 0/3] " 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.