linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-05-18 13:40:44 to 2017-05-31 18:16:34 UTC [more...]

cleanup UUID types V6
 2017-05-31 18:16 UTC  (27+ messages)
` [PATCH 01/24] uuid,afs: move struct uuid_v1 back into afs
  ` [PATCH 02/24] xfs: use uuid_copy() helper to abstract uuid_t
  ` [PATCH 03/24] xfs: use uuid_be to implement the uuid_t type
  ` [PATCH 04/24] md: namespace private helper names
  ` [PATCH 05/24] uuid: remove uuid_be defintions from the uapi header
  ` [PATCH 06/24] uuid: rename uuid types
  ` [PATCH 07/24] nfsd: namespace-prefix uuid_parse
  ` [PATCH 08/24] uuid: rename uuid_to_bin to uuid_parse
  ` [PATCH 09/24] uuid: don't export guid_index and uuid_index
  ` [PATCH 10/24] uuid: hoist helpers uuid_equal() and uuid_copy() from xfs
  ` [PATCH 11/24] uuid: hoist uuid_is_null() helper from libnvdimm
  ` [PATCH 12/24] S390/sysinfo: use uuid_is_null instead of opencoding it
  ` [PATCH 13/24] xfs: remove uuid_getnodeuniq and xfs_uu_t
  ` [PATCH 14/24] xfs: use the common helper uuid_is_null()
  ` [PATCH 15/24] block: remove blk_part_pack_uuid
  ` [PATCH 16/24] ima/policy: switch to use uuid_t
  ` [PATCH 17/24] fs: switch ->s_uuid to uuid_t
  ` [PATCH 18/24] overlayfs: use uuid_t instead of uuid_be
  ` [PATCH 19/24] partitions/ldm: switch to use uuid_t
  ` [PATCH 20/24] sysctl: "
  ` [PATCH 21/24] nvme: switch to uuid_t
  ` [PATCH 22/24] scsi_debug: "
  ` [PATCH 23/24] tmpfs: generate random sb->s_uuid
  ` [PATCH 24/24] MAINTAINERS: add uuid entry

[PATCH 0/2 v2] Fix fallout from changes to FUA and PREFLUSH definitions
 2017-05-31 16:23 UTC  (3+ messages)
` [PATCH 2/2] md: Make flush bios explicitely sync

RAID10 performance with 20 drives
 2017-05-31 14:35 UTC  (9+ messages)

[PATCH] md_u: Remove unused ioctl declaration of START_ARRAY
 2017-05-31 11:38 UTC 

[PATCH] Get failed disk count from array state
 2017-05-31 10:46 UTC  (3+ messages)
  ` [PATCH v2] "

cleanup UUID types V5
 2017-05-31 10:33 UTC  (26+ messages)
` [PATCH 11/22] xfs: remove uuid_getnodeuniq and xfs_uu_t
  ` [PATCH 01/22] Revert "afs: Move UUID struct to linux/uuid.h"
  ` [PATCH 02/22] xfs: use uuid_copy() helper to abstract uuid_t
  ` [PATCH 03/22] xfs: use uuid_be to implement the uuid_t type
  ` [PATCH 04/22] md: namespace private helper names
  ` [PATCH 05/22] uuid: remove uuid_be defintions from the uapi header
  ` [PATCH 06/22] uuid: rename uuid types
  ` [PATCH 07/22] uuid: don't export guid_index and uuid_index
  ` [PATCH 08/22] uuid: hoist helpers uuid_equal() and uuid_copy() from xfs
  ` [PATCH 09/22] uuid: hoist uuid_is_null() helper from libnvdimm
  ` [PATCH 10/22] S390/sysinfo: use uuid_is_null instead of opencoding it
  ` [PATCH 12/22] xfs: use the common helper uuid_is_null()
  ` [PATCH 13/22] block: remove blk_part_pack_uuid
  ` [PATCH 14/22] ima/policy: switch to use uuid_t
  ` [PATCH 15/22] fs: switch ->s_uuid to uuid_t
  ` [PATCH 16/22] overlayfs: use uuid_t instead of uuid_be
  ` [PATCH 17/22] partitions/ldm: switch to use uuid_t
  ` [PATCH 18/22] sysctl: "
  ` [PATCH 19/22] nvme: switch to uuid_t
  ` [PATCH 20/22] scsi_debug: "
  ` [PATCH 21/22] tmpfs: generate random sb->s_uuid
  ` [PATCH 22/22] MAINTAINERS: add uuid entry

[mdadm PATCH] Create: move STOP_ARRAY to abort_locked
 2017-05-31 10:25 UTC  (7+ messages)

[PATCH] bcache: Fix a sleep-in-atomic bug
 2017-05-31  8:31 UTC  (3+ messages)

4.11.2: reshape raid5 -> raid6 atop bcache deadlocks at start on md_attr_store / raid5_make_request
 2017-05-30 17:41 UTC  (26+ messages)

mdadm --misc --readonly -> ENODEV indefinitely
 2017-05-29 12:20 UTC  (3+ messages)

[PATCH v2 00/11] introduce crypto wait for async op
 2017-05-29  9:04 UTC  (13+ messages)
` [PATCH v2 01/11] crypto: "
` [PATCH v2 02/11] crypto: move algif to generic async completion
` [PATCH v2 03/11] crypto: move pub key "
` [PATCH v2 04/11] crypto: move drbg "
` [PATCH v2 05/11] crypto: move gcm "
` [PATCH v2 06/11] crypto: move testmgr "
` [PATCH v2 07/11] dm: move dm-verity "
` [PATCH v2 08/11] fscrypt: move "
` [PATCH v2 09/11] cifs: "
` [PATCH v2 10/11] ima: "
` [PATCH v2 11/11] crypto: adapt api sample to use async. op wait

raid5 to raid6 reshape never appeared to start, how to cancel/revert
 2017-05-26 19:27 UTC  (4+ messages)

[Patch v5] super1: fix sb->max_dev when adding a new disk in linear array
 2017-05-26 18:35 UTC  (3+ messages)

[Patch v1] Detail: fix a bug when trying to show the detail of a raid device
 2017-05-26  6:33 UTC  (2+ messages)

Reducing the number of devices in a degraded RAID-5
 2017-05-26  5:13 UTC  (4+ messages)

[PATCH 03/23] uuid: remove uuid_be defintions from the uapi header
 2017-05-25 13:29 UTC  (34+ messages)
` cleanup UUID types V3
  ` [PATCH 01/23] xfs: use uuid_copy() helper to abstract uuid_t
  ` [PATCH 02/23] xfs: use uuid_be to implement the uuid_t type
  ` [PATCH 04/23] uuid: rename uuid types
  ` [PATCH 10/23] afs: switch to use uuid_t and uuid_gen
  ` [PATCH 12/23] xfs: remove uuid_getnodeuniq and xfs_uu_t
  ` [PATCH 13/23] md: namespace private helper names
  ` [PATCH 15/23] block: remove blk_part_pack_uuid
  ` [PATCH 16/23] ima/policy: switch to use uuid_t
  ` [PATCH 17/23] fs: switch ->s_uuid to uuid_t
  ` [PATCH 23/23] uuid: remove uuid_be

[PATCH RESEND] md: Make flush bios explicitely sync
 2017-05-25  8:11 UTC  (3+ messages)

[PATCH v4] super1: fix sb->max_dev when adding a new disk in linear array
 2017-05-25  0:32 UTC  (6+ messages)

[PATCH] md: uuid debug statement now in processor byte order
 2017-05-24 23:17 UTC 

[PATCH] Detail: don't exit if ioctl has been successful
 2017-05-24 17:28 UTC  (2+ messages)

[PATCH] md: uuid debug statement now in processor byte order
 2017-05-24 17:16 UTC 

Ciao
 2017-05-23 13:22 UTC 

(unknown),
 2017-05-23  2:19 UTC 

[PATCH v3] super1: fix sb->max_dev when adding a new disk in linear array
 2017-05-22  4:35 UTC  (4+ messages)

Fwd: Re: Promise Technology FakeRAID
 2017-05-21 22:12 UTC 

Fault tolerance in RAID0 with badblocks
 2017-05-21 22:00 UTC  (27+ messages)
  ` Fault tolerance "
                            ` A sector-of-mismatch warning patch (was Re: Fault tolerance with badblocks)

How to backup of large md raid volumes?
 2017-05-21 19:48 UTC  (12+ messages)

(unknown),
 2017-05-20 20:00 UTC 

[PATCH] manpage: bad block support for IMSM
 2017-05-19 19:44 UTC  (3+ messages)
` [PATCH v2] "

(unknown),
 2017-05-19 14:51 UTC 

[PATCH v7 0/2] dm: boot a mapped device without an initramfs
 2017-05-19  7:06 UTC  (4+ messages)
` [PATCH v7 1/2] init: add support to directly boot to a mapped device
` [PATCH v7 2/2] dm ioctl: add a device mapper ioctl function

[PATCH] super1: fix sb->max_dev when adding a new disk in linear array
 2017-05-19  5:37 UTC  (4+ messages)

Shouldn't the /sys/block/md*/queue/max_*sectors_kb be set to the chunk size?
 2017-05-18 21:48 UTC  (4+ messages)

[GIT PULL] MD update for 4.12-rc2
 2017-05-18 18:27 UTC 

(unknown),
 2017-05-18 13:40 UTC 


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