summaryrefslogtreecommitdiffstats
path: root/mdmon.h (unfollow)
Commit message (Expand)AuthorFilesLines
2015-12-16mdadm: Change timestamps to unsigned data type.Deepa Dinamani3-4/+29
2015-12-08fix bug in assembleSong Liu1-1/+4
2015-10-30add crc32c and use it for r5l checksumSong Liu3-8/+109
2015-10-22mdadm: add test script for raid456 journalSong Liu2-0/+73
2015-10-22mdadm: Add description of write journal to md.4Song Liu1-0/+20
2015-10-22mdadm: refactor write journal code in Assemble and IncrementalSong Liu4-56/+19
2015-10-21Make cmap_* also has same policy as dlm_*Guoqing Jiang3-36/+56
2015-10-21Safeguard against writing to an active device of another nodeGuoqing Jiang5-1/+248
2015-10-19Add help message and man entry for --write-journalSong Liu2-0/+7
2015-10-19Check write journal in incrementalSong Liu1-4/+27
2015-10-19Assemble array with write journalSong Liu3-16/+81
2015-10-19Enable create array with write journal (--write-journal DEVICE).Song Liu6-7/+167
2015-10-19Show device as journal in --detail --examineSong Liu3-1/+13
2015-10-19add macros for MD_DISK_ROLE_(SPARE/FAULTY)Song Liu2-15/+19
2015-10-08imsm: don't call abort_reshape() in imsm_manage_reshape()Artur Paszkiewicz1-1/+0
2015-10-08re-add: make re-add try to write sysfs node firstGuoqing Jiang3-0/+20
2015-09-28mdadm: make cluster raid also could support re-addGuoqing Jiang1-0/+9
2015-09-28Fix --incremental handling on cluster array.Goldwyn Rodrigues1-5/+6
2015-09-28super1: Do not create bad block log for clustered devices.NeilBrown1-1/+2
2015-09-28Increment version for clustered bitmapsGoldwyn Rodrigues6-3/+15
2015-08-26mdadm: remove duplicate logic when c.delay is 0Lidong Zhong1-2/+0
2015-08-05Makefile: test -s flag and suppress echo when set.NeilBrown1-3/+9
2015-08-05tests: raid6 repair is now tested on every different layout.NeilBrown2-65/+82
2015-08-05Assemble: correctly capture error from ->write_bitmapNeilBrown1-1/+1
2015-08-05main: remove use of uninitialized 'rv'.NeilBrown1-2/+2
2015-08-05raid6check: don't ignore return value from posix_memalign.NeilBrown1-1/+2
2015-08-03Release mdadm-3.3.4mdadm-3.3.4NeilBrown7-6/+44
2015-08-03Assemble: really don't assemble IMSM array without OROM.NeilBrown2-2/+4
2015-08-03mdassemble: include mapfile support.NeilBrown3-23/+1
2015-08-03Assemble: don't assemble IMSM array without OROM.NeilBrown2-6/+5
2015-08-03mdassemble: include mapfile support.NeilBrown3-23/+1
2015-08-03mdassemble: don't try to perform cluster check.NeilBrown1-1/+2
2015-07-29md-cluster: use %-64s to print cluster_nameGuoqing Jiang2-3/+3
2015-07-29mdadm: fix wrong condition for go to abortGuoqing Jiang1-1/+1
2015-07-29Assemble: don't assemble IMSM array without OROM.NeilBrown2-6/+5
2015-07-24Release mdadm-3.3.3mdadm-3.3.3NeilBrown7-7/+27
2015-07-24mdassemble: add "Name" definition.NeilBrown1-0/+2
2015-07-24Don't ignore return value from read and writeNeilBrown2-9/+19
2015-07-24bitmap: convert "inline" to "static inline"NeilBrown1-3/+3
2015-07-24Assemble: extend --homehost='<ignore>' to allow --name= to ignore homehostNeilBrown2-7/+11
2015-07-23test: assume recovery has completed if sync_completed says so.NeilBrown1-0/+8
2015-07-23tests: flushbufs after writing zerosNeilBrown2-0/+2
2015-07-22test: add -F flag to mkfsNeilBrown4-6/+6
2015-07-22mdadm: document --homehost=any functionality.NeilBrown1-0/+7
2015-07-22Assemble: improve tests for matching --name= request.NeilBrown1-7/+12
2015-07-20raid6check: use O_DIRECT instead of O_SYNC.NeilBrown1-2/+3
2015-07-20restripe: fix data block order in raid6_2_data_recovNeilBrown2-10/+6
2015-07-20raid6check: various cleanup/fixesNeilBrown2-129/+168
2015-07-17Assemble: really ensure stripe_cache is bit enough to handle new chunk sizeNeilBrown1-2/+2
2015-07-16raid6checkNeilBrown2-21/+37