summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Enable create array with write journal (--write-journal DEVICE).Song Liu2015-10-196-7/+167
* Show device as journal in --detail --examineSong Liu2015-10-193-1/+13
* add macros for MD_DISK_ROLE_(SPARE/FAULTY)Song Liu2015-10-192-15/+19
* imsm: don't call abort_reshape() in imsm_manage_reshape()Artur Paszkiewicz2015-10-081-1/+0
* re-add: make re-add try to write sysfs node firstGuoqing Jiang2015-10-083-0/+20
* Merge branch 'fix' of git://github.com/ldzhong/mdadmNeilBrown2015-10-011-2/+0
|\
| * mdadm: remove duplicate logic when c.delay is 0Lidong Zhong2015-08-261-2/+0
* | mdadm: make cluster raid also could support re-addGuoqing Jiang2015-09-281-0/+9
* | Fix --incremental handling on cluster array.Goldwyn Rodrigues2015-09-281-5/+6
* | super1: Do not create bad block log for clustered devices.NeilBrown2015-09-281-1/+2
* | Increment version for clustered bitmapsGoldwyn Rodrigues2015-09-286-3/+15
|/
* Makefile: test -s flag and suppress echo when set.NeilBrown2015-08-051-3/+9
* tests: raid6 repair is now tested on every different layout.NeilBrown2015-08-052-65/+82
* Assemble: correctly capture error from ->write_bitmapNeilBrown2015-08-051-1/+1
* main: remove use of uninitialized 'rv'.NeilBrown2015-08-051-2/+2
* raid6check: don't ignore return value from posix_memalign.NeilBrown2015-08-051-1/+2
* Merge branch 'mdadm-3.3.x'NeilBrown2015-08-039-8/+48
|\
| * Release mdadm-3.3.4mdadm-3.3.4mdadm-3.3.xNeilBrown2015-08-037-6/+44
| * Assemble: really don't assemble IMSM array without OROM.NeilBrown2015-08-032-2/+4
| * mdassemble: include mapfile support.NeilBrown2015-08-033-23/+1
| * Assemble: don't assemble IMSM array without OROM.NeilBrown2015-08-032-6/+5
* | mdassemble: include mapfile support.NeilBrown2015-08-033-23/+1
* | mdassemble: don't try to perform cluster check.NeilBrown2015-08-031-1/+2
* | md-cluster: use %-64s to print cluster_nameGuoqing Jiang2015-07-292-3/+3
* | mdadm: fix wrong condition for go to abortGuoqing Jiang2015-07-291-1/+1
* | Assemble: don't assemble IMSM array without OROM.NeilBrown2015-07-292-6/+5
* | Merge branch 'cluster'NeilBrown2015-07-2718-56/+433
|\ \ | |/ |/|
| * Reuse calc_bitmap_size to reduce code sizeclusterGuoqing Jiang2015-06-171-10/+2
| * mdadm: change the num of cluster nodeGuoqing Jiang2015-06-176-2/+54
| * mdadm: add the ability to change cluster nameGuoqing Jiang2015-06-177-8/+44
| * Skip clustered devices in incrementalGuoqing Jiang2015-06-172-0/+7
| * Convert a bitmap=none device to clusteredGuoqing Jiang2015-06-171-3/+7
| * Add a new clustered diskGuoqing Jiang2015-06-178-3/+68
| * Show all bitmaps while examining bitmapGuoqing Jiang2015-06-171-9/+42
| * Set home-cluster while creating an arrayGuoqing Jiang2015-06-179-3/+122
| * Add nodes option while creating mdGuoqing Jiang2015-06-176-1/+44
| * Create n bitmaps for clustered modeGuoqing Jiang2015-06-175-23/+49
* | Release mdadm-3.3.3mdadm-3.3.3NeilBrown2015-07-247-7/+27
* | mdassemble: add "Name" definition.NeilBrown2015-07-241-0/+2
* | Don't ignore return value from read and writeNeilBrown2015-07-242-9/+19
* | bitmap: convert "inline" to "static inline"NeilBrown2015-07-241-3/+3
* | Assemble: extend --homehost='<ignore>' to allow --name= to ignore homehostNeilBrown2015-07-242-7/+11
* | test: assume recovery has completed if sync_completed says so.NeilBrown2015-07-231-0/+8
* | tests: flushbufs after writing zerosNeilBrown2015-07-232-0/+2
* | test: add -F flag to mkfsNeilBrown2015-07-224-6/+6
* | mdadm: document --homehost=any functionality.NeilBrown2015-07-221-0/+7
* | Assemble: improve tests for matching --name= request.NeilBrown2015-07-221-7/+12
* | raid6check: use O_DIRECT instead of O_SYNC.NeilBrown2015-07-201-2/+3
* | restripe: fix data block order in raid6_2_data_recovNeilBrown2015-07-202-10/+6
* | raid6check: various cleanup/fixesNeilBrown2015-07-202-129/+168