linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-12-04 19:11:43 to 2015-12-16 01:29:22 UTC [more...]

[PATCH] md/raid10: fix data corruption and crash during resync
 2015-12-16  1:29 UTC  (4+ messages)

[PATCH] raid5-cache: add journal hot add/remove support
 2015-12-16  1:14 UTC  (2+ messages)

best base / worst case RAID 5,6 write speeds
 2015-12-15 23:07 UTC  (44+ messages)

core dump on initial sync of raid10 please help
 2015-12-15 22:10 UTC  (3+ messages)

start dm-multipath before mdadm raid
 2015-12-15 15:42 UTC  (17+ messages)

Mdadm with data offsets
 2015-12-15 14:11 UTC  (8+ messages)

RAID 6 "Failed to restore critical section for reshape, sorry." - recovery advice?
 2015-12-15 14:11 UTC  (5+ messages)

[PATCH 0/2] Optimize the dm-crypt for XTS mode
 2015-12-15 11:35 UTC  (7+ messages)
` [PATCH 1/2] block: Export the __blk_bios_map_sg() to map one bio
` [PATCH 2/2] md: dm-crypt: Optimize the dm-crypt for XTS mode

[PATCH v2 0/2] mdadm: re-add journal to array with bad journal
 2015-12-15  1:43 UTC  (3+ messages)
` [PATCH v2 1/2] add sysfs_array_state to struct mdinfo
` [PATCH v2 2/2] [mdadm] recreate journal in mdadm

[RFC] using mempools for raid5-cache
 2015-12-14 21:12 UTC  (14+ messages)
` [PATCH 1/2] raid5-cache: use a bio_set
` [PATCH 2/2] raid5-cache: use a mempool for the metadata block

Seeking advice to convert RAID5 to RAID10 adding a drive in the process
 2015-12-13 14:47 UTC 

Reshape stalls and fails when SELinux is enabled
 2015-12-11 14:26 UTC  (6+ messages)

[PATCH v4 0/3] Badblock tracking for gendisks
 2015-12-11  5:40 UTC  (7+ messages)
` [PATCH v4 1/3] badblocks: Add core badblock management code
` [PATCH v4 2/3] block: Add badblock management for gendisks
` [PATCH v4 3/3] md: convert to use the generic badblocks code

[PATCH 0/3] mdadm: re-add journal to array with bad journal
 2015-12-10 22:37 UTC  (3+ messages)

Unable to (un)-grow raid6
 2015-12-09  3:12 UTC  (5+ messages)

Update
 2015-12-09  2:43 UTC 

[PATCH v2 0/3] Badblock tracking for gendisks
 2015-12-08 23:47 UTC  (14+ messages)
` [PATCH v2 1/3] badblocks: Add core badblock management code
` [PATCH v2 2/3] block: Add badblock management for gendisks

two small raid5 cache updates
 2015-12-08 22:57 UTC  (3+ messages)

RAID 5,6 sequential writing seems slower in newer kernels
 2015-12-08 21:24 UTC  (19+ messages)

[PATCH 1/2] md-cluster: update comments for MD_CLUSTER_SEND_LOCKED_ALREADY
 2015-12-08 21:17 UTC  (4+ messages)
` [PATCH 2/2] md: update comment for md_allow_write

[PATCH 1/2] [mdadm] fix bug in assemble
 2015-12-08 20:38 UTC  (3+ messages)

Help Reassembling a raid5 array
 2015-12-08 19:48 UTC  (4+ messages)

[PATCH] dm verity: use sector_div for division
 2015-12-08 17:10 UTC  (2+ messages)
`  "

I/O errors without erros from underlying device
 2015-12-08 11:05 UTC  (7+ messages)

[PATCH v2 0/3] Badblock tracking for gendisks
 2015-12-08  2:54 UTC  (5+ messages)
` [PATCH v2 1/3] badblocks: Add core badblock management code
` [PATCH v2 2/3] block: Add badblock management for gendisks
` [PATCH v2 3/3] md: convert to use the generic badblocks code

[PATCH v2 00/19] Support fuse mounts in user namespaces
 2015-12-07 21:21 UTC  (19+ messages)
` [PATCH v2 03/18] fs: Treat foreign mounts as nosuid
` [PATCH v2 04/18] selinux: Add support for unprivileged mounts from user namespaces
` [PATCH v2 13/18] fs: Allow superblock owner to access do_remount_sb()
` [PATCH v2 14/18] capabilities: Allow privileged user in s_user_ns to set security.* xattrs
  ` [PATCH v2 01/18] block_dev: Support checking inode permissions in lookup_bdev()
  ` [PATCH v2 02/18] block_dev: Check permissions towards block device inode when mounting
  ` [PATCH v2 05/18] userns: Replace in_userns with current_in_userns
  ` [PATCH v2 06/18] Smack: Handle labels consistently in untrusted mounts
  ` [PATCH v2 07/18] fs: Check for invalid i_uid in may_follow_link()
  ` [PATCH v2 08/18] cred: Reject inodes with invalid ids in set_create_file_as()
  ` [PATCH v2 09/18] fs: Refuse uid/gid changes which don't map into s_user_ns
  ` [PATCH v2 10/18] fs: Update posix_acl support to handle user namespace mounts
  ` [PATCH v2 11/18] fs: Ensure the mounter of a filesystem is privileged towards its inodes
  ` [PATCH v2 12/18] fs: Don't remove suid for CAP_FSETID in s_user_ns
  ` [PATCH v2 15/18] fuse: Add support for pid namespaces
  ` [PATCH v2 16/18] fuse: Support fuse filesystems outside of init_user_ns
  ` [PATCH v2 17/18] fuse: Restrict allow_other to the superblock's namespace or a descendant
  ` [PATCH v2 18/18] fuse: Allow user namespace mounts

[PATCH 00/19] Support fuse mounts in user namespaces
 2015-12-05  6:15 UTC  (26+ messages)
` [PATCH 09/19] fs: Refuse uid/gid changes which don't map into s_user_ns
` [PATCH 14/19] fs: Permit FIBMAP for users with CAP_SYS_RAWIO in s_user_ns
` [PATCH 15/19] capabilities: Allow privileged user in s_user_ns to set file caps
` [PATCH 17/19] fuse: Support fuse filesystems outside of init_user_ns
` [PATCH 18/19] fuse: Restrict allow_other to the superblock's namespace or a descendant


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