aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
* md/raid5: activate raid6 rmw featureMarkus Stockhausen2015-04-21
* md/raid6 algorithms: xor_syndrome() for SSE2Markus Stockhausen2015-04-21
* md/raid6 algorithms: xor_syndrome() for generic intMarkus Stockhausen2015-04-21
* md/raid6 algorithms: improve test programMarkus Stockhausen2015-04-21
* md/raid6 algorithms: delta syndrome functionsMarkus Stockhausen2015-04-21
* raid5: handle expansion/resync case with stripe batchingshli@kernel.org2015-04-21
* raid5: handle io error of batch listshli@kernel.org2015-04-21
* RAID5: batch adjacent full stripe writeshli@kernel.org2015-04-21
* raid5: track overwrite disk countshli@kernel.org2015-04-21
* raid5: add a new flag to track if a stripe can be batchedshli@kernel.org2015-04-21
* raid5: use flex_array for scribble datashli@kernel.org2015-04-21
* md raid0: access mddev->queue (request queue member) conditionally because it...Heinz Mauelshagen2015-04-21
* md: allow resync to go faster when there is competing IO.NeilBrown2015-04-21
* md: remove 'go_faster' option from ->sync_request()NeilBrown2015-04-21
* md: don't require sync_min to be a multiple of chunk_size.NeilBrown2015-04-21
* Merge branch 'cluster' into for-nextNeilBrown2015-04-21
|\
| * md-cluster: re-add capabilitiesGoldwyn Rodrigues2015-04-21
| * md: re-add a failed diskGoldwyn Rodrigues2015-04-21
| * md-cluster: remove capabilitiesGoldwyn Rodrigues2015-04-21
| * md: Export and rename find_rdev_nr_rcuGoldwyn Rodrigues2015-04-21
| * md: Export and rename kick_rdev_from_arrayGoldwyn Rodrigues2015-04-21
| * md-cluster: correct the num for comparisonGuoqing Jiang2015-04-21
| * md: Fix bitmap offset calculationsGoldwyn Rodrigues2015-03-24
| * md/cluster: Communication Framework: fix semicolon.cocci warningskbuild test robot2015-03-20
| * md: recover_bitmaps() can be statickbuild test robot2015-03-20
| * md: Fix stray --cluster-confirm crashGoldwyn Rodrigues2015-03-20
| * md/bitmap: use sector_div for sector_t divisionsStephen Rothwell2015-03-03
| * md/bitmap: fix incorrect DIV_ROUND_UP usage.NeilBrown2015-03-03
| * md: fix error paths from bitmap_create.NeilBrown2015-02-24
| * Add new disk to clustered arrayGoldwyn Rodrigues2015-02-23
| * Read from the first device when an area is resyncingGoldwyn Rodrigues2015-02-23
| * Suspend writes in RAID1 if within rangeGoldwyn Rodrigues2015-02-23
| * Resync start/Finish actionsGoldwyn Rodrigues2015-02-23
| * Send RESYNCING while performing resync start/stopGoldwyn Rodrigues2015-02-23
| * Reload superblock if METADATA_UPDATED is receivedGoldwyn Rodrigues2015-02-23
| * metadata_update sends message to other nodesGoldwyn Rodrigues2015-02-23
| * Communication Framework: Sending functionsGoldwyn Rodrigues2015-02-23
| * Communication Framework: ReceivingGoldwyn Rodrigues2015-02-23
| * Perform resync for cluster node failureGoldwyn Rodrigues2015-02-23
| * Initiate recovery on node failureGoldwyn Rodrigues2015-02-23
| * Copy set bits from another slotGoldwyn Rodrigues2015-02-23
| * bitmap_create returns bitmap pointerGoldwyn Rodrigues2015-02-23
| * Gather on-going resync information of other nodesGoldwyn Rodrigues2015-02-23
| * Lock bitmap while joining the clusterGoldwyn Rodrigues2015-02-23
| * Use separate bitmaps for each nodes in the clusterGoldwyn Rodrigues2015-02-23
| * Add node recovery callbacksGoldwyn Rodrigues2015-02-23
| * Return MD_SB_CLUSTERED if mddev is clusteredGoldwyn Rodrigues2015-02-23
| * Introduce md_cluster_infoGoldwyn Rodrigues2015-02-23
| * Introduce md_cluster_operations to handle cluster functionsGoldwyn Rodrigues2015-02-23
| * DLM lock and unlock functionsGoldwyn Rodrigues2015-02-23