linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-09-02 07:04:26 to 2015-09-30 20:15:14 UTC [more...]

[PATCH 0/5] User namespace mount updates
 2015-09-30 20:15 UTC  (6+ messages)
` [PATCH 1/5] fs: Verify access of user towards block device file when mounting
` [PATCH 2/5] fs: Treat foreign mounts as nosuid
` [PATCH 3/5] selinux: Add support for unprivileged mounts from user namespaces
` [PATCH 4/5] userns: Replace in_userns with current_in_userns
` [PATCH 5/5] Smack: Handle labels consistently in untrusted mounts

raid5-cache I/O path improvements V2
 2015-09-30 15:00 UTC  (24+ messages)
` [PATCH 01/12] raid5-cache: port to 4.3-rc
` [PATCH 02/12] raid5-cache: free I/O units earlier
` [PATCH 03/12] raid5-cache: rename flushed_ios to finished_ios
` [PATCH 04/12] raid5-cache: factor out a helper to run all stripes for an I/O unit
` [PATCH 05/12] raid5-cache: use FUA writes for the log
` [PATCH 06/12] raid5-cache: clean up r5l_get_meta
` [PATCH 07/12] raid5-cache: refactor bio allocation
` [PATCH 08/12] raid5-cache: take rdev->data_offset into account early on
` [PATCH 09/12] raid5-cache: inline r5l_alloc_io_unit into r5l_new_meta
` [PATCH 10/12] raid5-cache: new helper: r5_reserve_log_entry
` [PATCH 11/12] raid5-cache: small log->seq cleanup
` [PATCH 12/12] raid5-cache: use bio chaining

RE:
 2015-09-30 12:06 UTC 

[PATCH] skip match_mddev_units check for special roles
 2015-09-30  8:06 UTC  (2+ messages)

[PATCH] enable bypass raid5 journal for full stripe writes
 2015-09-30  8:03 UTC  (2+ messages)

[PATCH 1/2] md: clear CHANGE_PENDING in readonly array
 2015-09-30  6:59 UTC  (10+ messages)
` [PATCH 2/2] raid5: update analysis state for failed stripe

[md:devel 19/30] drivers/md/raid5-cache.c:836:24: sparse: incompatible types in comparison expression (different address spaces)
 2015-09-30  6:07 UTC 

[PATCH 0/8] raid5-cache fixes
 2015-09-30  5:36 UTC  (12+ messages)
` [PATCH 1/8] md: fix feature map check
` [PATCH 2/8] raid5: fix build error
` [PATCH 3/8] raid5-cache: switching to state machine for log disk cache flush
` [PATCH 4/8] raid5-cache: fix a user-after-free bug
` [PATCH 5/8] raid5-cache: move functionality out of __r5l_set_io_unit_state
` [PATCH 6/8] raid5-cache: optimize FLUSH IO with log enabled
` [PATCH 7/8] md: skip resync for raid array with journal
` [PATCH 8/8] raid5-cache: add trim support for log

[PATCH 0/3] md-cluster: A better way for METADATA_UPDATED processing
 2015-09-30  1:56 UTC  (11+ messages)
` [PATCH 1/3] remove_and_add_spares() to activate specific rdev
` [PATCH 2/3] md-cluster: Improve md_reload_sb to be less error prone
  ` [RFC PATCH] md-cluster: __md_error() can be static
` [PATCH 3/3] md-cluster: Perform a lazy update
  ` [RFC PATCH] md-cluster: does_sb_need_changing() can be static

Start reshape failed
 2015-09-28  8:52 UTC 

Guidance on reshape stuck at 0% after --grow
 2015-09-27 23:53 UTC  (6+ messages)

Unable to assemble RAID6 after Ubuntu>Arch switch
 2015-09-26 18:01 UTC  (9+ messages)

Bad raid0 bio too large problem
 2015-09-25  4:23 UTC  (10+ messages)

RAID5 Recovery From NAS With 4x3TB SATA Disks
 2015-09-24 12:41 UTC 

[PATCH 0/1] Fix raid1 resync getting stuck
 2015-09-23  6:49 UTC  (3+ messages)
` [PATCH 1/1] md/raid1: Avoid "

Apply for loan at 3.9% interest rate
 2015-09-22 13:27 UTC 

Failed Raid6 Array.....want some guidance before attempting restart
 2015-09-22  9:33 UTC  (12+ messages)
    ` Fwd: "

md: How to change homehost without re-assemble md
 2015-09-22  8:25 UTC 

Recommendations for RAID setup needed
 2015-09-22  5:03 UTC  (12+ messages)

strange syslog message on daily mdadm cron job
 2015-09-18 13:57 UTC 

Fwd: mdadm: not rebuilding IMSM array without OROM
 2015-09-17  8:43 UTC  (2+ messages)

[PATCH] dm: ioctl: prevent double freeing
 2015-09-15 18:13 UTC  (4+ messages)
` [dm-devel] "
  `  "

raid1 resync stuck
 2015-09-15 15:25 UTC  (5+ messages)

[PATCH 00/39] drop null test before destroy functions
 2015-09-15  7:29 UTC  (12+ messages)
` [PATCH 12/39] dm: "
  ` [dm-devel] "
` [PATCH 15/39] bcache: "
` [PATCH 17/39] md: "

Apply for loan at 3.9% interest rate
 2015-09-14 14:47 UTC 

mdstat reporting (superblock & status side-by-side). Can it be changed ?
 2015-09-13 18:09 UTC  (2+ messages)

raid role number off on one array?
 2015-09-11 15:21 UTC  (3+ messages)

[PATCH] Remove unused argument in md_new_event()
 2015-09-10 12:41 UTC 

raid5-cache I/O path improvements
 2015-09-09 15:59 UTC  (21+ messages)
` [PATCH 01/10] raid5-cache: port to 4.3-rc
` [PATCH 02/10] raid5-cache: free I/O units earlier
` [PATCH 03/10] raid5-cache: use FUA writes for the log
` [PATCH 04/10] raid5-cache: clean up r5l_get_meta
` [PATCH 05/10] raid5-cache: refactor bio allocation
` [PATCH 06/10] raid5-cache: take rdev->data_offset into account early on
` [PATCH 07/10] raid5-cache: inline r5l_alloc_io_unit into r5l_new_meta
` [PATCH 08/10] raid5-cache: new helper: r5_reserve_log_entry
` [PATCH 09/10] raid5-cache: small log->seq cleanup
` [PATCH 10/10] raid5-cache: use bio chaining

RAID4/5/6 reshape grow stuck
 2015-09-08  4:33 UTC  (2+ messages)

md127 auto created when use "-B" to build a legacy array without superblocks
 2015-09-07 12:27 UTC 

Disk failed on grow process and missing backup-file
 2015-09-07 10:15 UTC 

Change "mv $targetdir/log $logdir/$log" to "cp $targetdir/log $logdir/$log"
 2015-09-07  3:28 UTC 

[GIT PULL REQUEST] md updates for 4.3
 2015-09-06  1:03 UTC  (2+ messages)

[PATCH] raid5-cache: don't delay stripe captured in log
 2015-09-04 21:14 UTC 

[PATCH] raid5-cache: check stripe finish out of order
 2015-09-04 21:14 UTC 

[PATCH] imsm: don't call abort_reshape() in imsm_manage_reshape()
 2015-09-04  9:33 UTC 

Raid 10 array problems
 2015-09-04  6:03 UTC  (2+ messages)

Expanding RAID0
 2015-09-03 10:53 UTC  (2+ messages)

fix use after free in raid5-cache
 2015-09-02 17:22 UTC  (6+ messages)
` [PATCH 1/3] raid5-cache: move functionality out of __r5l_set_io_unit_state
` [PATCH 2/3] raid5-cache: remove r5l_move_io_unit_list
` [PATCH 3/3] raid5-cache: fix __r5l_stripe_write_finished

[PATCH 0/6] mdadm support for journal device of RAID-4/5/6
 2015-09-02  7:09 UTC  (6+ messages)
` [PATCH 2/6] Show device as journal in --detail --examine


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