linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-06-02 06:19:52 to 2016-06-15 02:07:53 UTC [more...]

[PATCH 0/6] Support DAX for device-mapper dm-linear devices
 2016-06-15  2:07 UTC  (19+ messages)
` [PATCH 1/6] genhd: Add GENHD_FL_DAX to gendisk flags
` [PATCH 2/6] block: Check GENHD_FL_DAX for DAX capability
` [PATCH 3/6] dm: Add dm_blk_direct_access() for mapped device
` [PATCH 4/6] dm-linear: Add linear_direct_access()
` [PATCH 5/6] dm, dm-linear: Add dax_supported to dm_target
` [PATCH 6/6] dm: Enable DAX support for mapper device

[PATCH 1/1] MDADM:Check mdinfo->reshape_active more times before calling Grow_continue
 2016-06-15  1:57 UTC 

Failure propagation of concatenated raids ?
 2016-06-15  1:37 UTC  (5+ messages)

[PATCH 1/1] MDADM:Check mdinfo->reshape_active more times before calling Grow_continue
 2016-06-14 18:34 UTC  (2+ messages)

[PATCH] mdadm --detail --scan causes SIGABRT
 2016-06-14 17:42 UTC  (8+ messages)

[PATCH 1/4] raid1: Add a filed array_frozen to indicate whether raid in freeze state
 2016-06-14  9:33 UTC  (2+ messages)

[PATCH] raid1/raid10: slow down resync if there is non-resync activity pending
 2016-06-13 18:48 UTC  (2+ messages)

[PATCH 1/1] MD:Update superblock when err == 0 in size_store
 2016-06-13 18:47 UTC  (2+ messages)

[GIT PULL REQUEST] md fixes for 4.3
 2016-06-13 14:54 UTC  (4+ messages)

RAID1: deadlock between freeze_array and blk plug?
 2016-06-13 11:02 UTC 

[PATCH] bcache: Remove deprecated create_workqueue
 2016-06-12  2:03 UTC  (3+ messages)

Low RAID10 performance during resync
 2016-06-10 16:33 UTC  (5+ messages)

[md PATCH 00/18] Assorted minor fixes, particularly RCU protection
 2016-06-10 16:22 UTC  (24+ messages)
` [md PATCH 01/18] md: disconnect device from personality before trying to remove it
` [md PATCH 08/18] md/raid10: simplify print_conf a little
` [md PATCH 12/18] md/raid1: add rcu protection to rdev in fix_read_error
` [md PATCH 11/18] md/raid1: small code cleanup in end_sync_write
` [md PATCH 09/18] md/raid10: stop print_conf from being too verbose
` [md PATCH 05/18] md/raid10: add rcu protection to rdev access in raid10_sync_request
` [md PATCH 16/18] md/multipath: add rcu protection to rdev access in multipath_status
` [md PATCH 15/18] md/raid5: add rcu protection to rdev accesses in raid5_status
` [md PATCH 13/18] md/raid5: add rcu protection to rdev accesses in handle_failed_sync
` [md PATCH 10/18] md/raid1: small cleanup in raid1_end_read/write_request
` [md PATCH 14/18] md/raid5: add rcu protection to rdev accesses in want_replace
` [md PATCH 17/18] md: be extra careful not to take a reference to a Faulty device
` [md PATCH 18/18] md: reduce the number of synchronize_rcu() calls when multiple devices fail

[PATCH] md: use a mutex to protect a global list
 2016-06-09 16:35 UTC  (2+ messages)

restarting raid arrays with uuid
 2016-06-09 12:23 UTC  (2+ messages)

Multithread raid5: Is check-for-completions also multithreaded (using async_xor) ?
 2016-06-09 10:55 UTC 

mdadm 3.4-1, error msg. on boot - no /usr/lib/systemd/scripts/mdadm_env.sh
 2016-06-08 22:06 UTC  (3+ messages)

Raid check didn't fix Current_Pending_Sector, but badblocks -nsv did
 2016-06-08 12:24 UTC  (13+ messages)

[RFC v4 0/4] Introduce the bulk mode method when sending request to crypto layer
 2016-06-08  2:00 UTC  (7+ messages)
` [RFC v4 1/4] block: Introduce blk_bio_map_sg() to map one bio
` [RFC v4 2/4] crypto: Introduce CRYPTO_ALG_BULK flag
` [RFC v4 3/4] md: dm-crypt: Introduce the bulk mode method when sending request
` [RFC v4 4/4] crypto: Add the CRYPTO_ALG_BULK flag for ecb(aes) cipher

Doubts on async_tx xor offload for raid5/6
 2016-06-07  7:19 UTC  (2+ messages)

xfs_repair fails after trying to format log cycle?
 2016-06-06 19:37 UTC  (2+ messages)

[PATCH 00/45] v8: separate operations from flags in the bio/request structs
 2016-06-06 15:43 UTC  (68+ messages)
` [PATCH 01/45] block/fs/drivers: remove rw argument from submit_bio
` [PATCH 02/45] block: add REQ_OP definitions and helpers
` [PATCH 03/45] fs: have submit_bh users pass in op and flags separately
` [PATCH 04/45] fs: have ll_rw_block "
` [PATCH 05/45] block, drivers, cgroup: use op_is_write helper instead of checking for REQ_WRITE
` [PATCH 06/45] dm: use op_is_write "
` [PATCH 07/45] bcache: "
` [PATCH 08/45] block, fs, mm, drivers: use bio set/get op accessors
` [PATCH 09/45] block discard: use bio set op accessor
` [PATCH 10/45] direct-io: use bio set/get op accessors
` [PATCH 11/45] btrfs: have submit_one_bio users use bio "
` [PATCH 12/45] btrfs: "
` [PATCH 13/45] btrfs: update __btrfs_map_block for REQ_OP transition
` [PATCH 14/45] btrfs: use bio fields for op and flags
` [PATCH 15/45] f2fs: use bio op accessors
` [PATCH 16/45] gfs2: "
` [PATCH 17/45] xfs: "
` [PATCH 18/45] hfsplus: "
` [PATCH 19/45] mpage: "
` [PATCH 20/45] nilfs: "
` [PATCH 21/45] ocfs2: "
` [PATCH 22/45] pm: "
` [PATCH 23/45] dm: pass dm stats data dir instead of bi_rw
` [PATCH 24/45] dm: use bio op accessors
` [PATCH 25/45] bcache: "
` [PATCH 26/45] drbd: "
` [PATCH 27/45] md: "
` [PATCH 28/45] target: "
` [PATCH 29/45] xen: "
` [PATCH 30/45] block: copy bio op to request op
` [PATCH 31/45] block: prepare request creation/destruction code to use REQ_OPs
` [PATCH 32/45] block: prepare mq request creation "
` [PATCH 33/45] block: prepare elevator "
` [PATCH 34/45] blkg_rwstat: separate op from flags
` [PATCH 35/45] block: convert merge/insert code to check for REQ_OPs
` [PATCH 36/45] block: convert is_sync helpers to use REQ_OPs
` [PATCH 37/45] drivers: use req op accessor
` [PATCH 38/45] blktrace: use op accessors
` [PATCH 39/45] ide cd: do not set REQ_WRITE on requests
` [PATCH 40/45] block: move bio io prio to a new field
` [PATCH 41/45] block, drivers, fs: shrink bi_rw from long to int
` [PATCH 42/45] block, fs, drivers: remove REQ_OP compat defs and related code
` [PATCH 43/45] block, drivers: add REQ_OP_FLUSH operation
` [PATCH 44/45] block: do not use REQ_FLUSH for tracking flush support
` [PATCH 45/45] block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH

[RFC v2 0/3] Introduce the bulk mode method when sending request to crypto layer
 2016-06-06  5:04 UTC  (17+ messages)
` [RFC v2 1/3] block: Introduce blk_bio_map_sg() to map one bio
` [RFC v2 2/3] crypto: Introduce CRYPTO_ALG_BULK flag

(unknown),
 2016-06-05 12:28 UTC 

raid 5 crashed
 2016-06-04  2:56 UTC  (21+ messages)

[PATCH 1/2] md-cluster: fix deadlock issue when add disk to an recoverying array
 2016-06-03 23:21 UTC  (3+ messages)
` [PATCH 2/2] md: simplify the code with md_kick_rdev_from_array

[PATCH 0/2] Fixes for lots of arrays
 2016-06-03 19:37 UTC  (2+ messages)

Why does raid0 set max_hw_sectors as chunk size but the other raid types doesn't?
 2016-06-02  9:30 UTC  (3+ messages)


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