summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* RAID5: batch adjacent full stripe writeshli@kernel.org2015-04-222-25/+336
* raid5: track overwrite disk countshli@kernel.org2015-04-222-1/+17
* raid5: add a new flag to track if a stripe can be batchedshli@kernel.org2015-04-222-3/+10
* raid5: use flex_array for scribble datashli@kernel.org2015-04-222-38/+57
* md raid0: access mddev->queue (request queue member) conditionally because it...Heinz Mauelshagen2015-04-221-21/+27
* md: allow resync to go faster when there is competing IO.NeilBrown2015-04-221-2/+9
* md: remove 'go_faster' option from ->sync_request()NeilBrown2015-04-225-21/+6
* md: don't require sync_min to be a multiple of chunk_size.NeilBrown2015-04-221-11/+2
* Merge branch 'cluster' into for-nextNeilBrown2015-04-2212-82/+1709
|\
| * md-cluster: re-add capabilitiesGoldwyn Rodrigues2015-04-225-13/+71
| * md: re-add a failed diskGoldwyn Rodrigues2015-04-221-20/+37
| * md-cluster: remove capabilitiesGoldwyn Rodrigues2015-04-223-1/+37
| * md: Export and rename find_rdev_nr_rcuGoldwyn Rodrigues2015-04-222-4/+6
| * md: Export and rename kick_rdev_from_arrayGoldwyn Rodrigues2015-04-222-8/+10
| * md-cluster: correct the num for comparisonGuoqing Jiang2015-04-221-3/+3
| * md: Fix bitmap offset calculationsGoldwyn Rodrigues2015-03-251-4/+3
| * md/cluster: Communication Framework: fix semicolon.cocci warningskbuild test robot2015-03-211-1/+1
| * md: recover_bitmaps() can be statickbuild test robot2015-03-211-1/+1
| * md: Fix stray --cluster-confirm crashGoldwyn Rodrigues2015-03-213-4/+21
| * md/bitmap: use sector_div for sector_t divisionsStephen Rothwell2015-03-041-2/+3
| * md/bitmap: fix incorrect DIV_ROUND_UP usage.NeilBrown2015-03-041-2/+2
| * md: fix error paths from bitmap_create.NeilBrown2015-02-251-2/+4
| * Add new disk to clustered arrayGoldwyn Rodrigues2015-02-237-4/+169
| * Read from the first device when an area is resyncingGoldwyn Rodrigues2015-02-231-1/+7
| * Suspend writes in RAID1 if within rangeGoldwyn Rodrigues2015-02-234-3/+30
| * Resync start/Finish actionsGoldwyn Rodrigues2015-02-231-0/+46
| * Send RESYNCING while performing resync start/stopGoldwyn Rodrigues2015-02-233-2/+36
| * Reload superblock if METADATA_UPDATED is receivedGoldwyn Rodrigues2015-02-233-0/+24
| * metadata_update sends message to other nodesGoldwyn Rodrigues2015-02-233-14/+106
| * Communication Framework: Sending functionsGoldwyn Rodrigues2015-02-231-0/+87
| * Communication Framework: ReceivingGoldwyn Rodrigues2015-02-231-0/+102
| * Perform resync for cluster node failureGoldwyn Rodrigues2015-02-231-1/+11
| * Initiate recovery on node failureGoldwyn Rodrigues2015-02-231-0/+58
| * Copy set bits from another slotGoldwyn Rodrigues2015-02-232-1/+79
| * bitmap_create returns bitmap pointerGoldwyn Rodrigues2015-02-233-31/+56
| * Gather on-going resync information of other nodesGoldwyn Rodrigues2015-02-233-0/+120
| * Lock bitmap while joining the clusterGoldwyn Rodrigues2015-02-231-0/+14
| * Use separate bitmaps for each nodes in the clusterGoldwyn Rodrigues2015-02-233-10/+64
| * Add node recovery callbacksGoldwyn Rodrigues2015-02-236-9/+64
| * Return MD_SB_CLUSTERED if mddev is clusteredGoldwyn Rodrigues2015-02-232-0/+4
| * Introduce md_cluster_infoGoldwyn Rodrigues2015-02-234-4/+80
| * Introduce md_cluster_operations to handle cluster functionsGoldwyn Rodrigues2015-02-234-0/+92
| * DLM lock and unlock functionsGoldwyn Rodrigues2015-02-231-0/+102
| * Create a separate module for clustering supportGoldwyn Rodrigues2015-02-233-0/+45
| * Add number of nodes to bitmap structure for clusteringGoldwyn Rodrigues2015-02-231-1/+2
| * md-cluster: Design DocumentationGoldwyn Rodrigues2015-02-231-0/+176
* | md/raid0: fix bug with chunksize not a power of 2.NeilBrown2015-04-101-1/+2
* | md: fix md io stats accounting brokenGu Zheng2015-04-081-1/+5
* | Linux 4.0-rc7v4.0-rc7Linus Torvalds2015-04-061-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-04-0621-71/+78
|\ \
OpenPOWER on IntegriCloud