summaryrefslogtreecommitdiffstats
path: root/Create.c (unfollow)
Commit message (Expand)AuthorFilesLines
2017-05-11Monitor: Fixup a pile of whitespace issuesJes Sorensen1-55/+55
2017-05-11Monitor: mailfrom is initialized correctlyJes Sorensen1-1/+1
2017-05-11Monitor: Not much point declaring mdlist in both forks of the if() statementJes Sorensen1-2/+3
2017-05-11retire the APIs that driver no longer supportsZhilong Liu2-8/+0
2017-05-11IMSM: Correct --examine output for 4k disksMaksymilian Kunt1-2/+5
2017-05-09Monitor/check_array: Use working_disks from sysfsJes Sorensen1-2/+2
2017-05-09sysfs/sysfs_read: Count working_disksJes Sorensen1-6/+9
2017-05-09Monitor/check_array: Get nr_disks, active_disks and spare_disks from sysfsJes Sorensen1-7/+7
2017-05-09Monitor/check_array: Get array_disks from sysfsJes Sorensen1-2/+2
2017-05-09Monitor/check_array: Get 'failed_disks' from sysfsJes Sorensen1-3/+4
2017-05-09Monitor/check_array: Obtain RAID level from syfsJes Sorensen1-3/+3
2017-05-09Monitor/check_array: Read sysfs entry earlierJes Sorensen1-6/+10
2017-05-09Monitor/check_array: Declate mdinfo instance globallyJes Sorensen1-2/+2
2017-05-09Monitor/check_array: Reduce duplicated error handlingJes Sorensen1-24/+15
2017-05-09Monitor/check_array: Centralize exit pathJes Sorensen1-10/+14
2017-05-09Add sector size as spare selection criterionAlexey Obitotskiy5-3/+45
2017-05-09Allow more spare selection criteriaAlexey Obitotskiy5-41/+62
2017-05-09imsm: don't allow disks with different sector size in one arrayAlexey Obitotskiy1-0/+24
2017-05-09imsm: allocate buffer to support maximum sector sizeAlexey Obitotskiy1-10/+11
2017-05-09imsm: allow drives in a container regardless of sector sizeAlexey Obitotskiy1-6/+0
2017-05-09mdadm/md.4: set page-length as 1000 to avoid warnings from grottyZhilong Liu1-0/+1
2017-05-08Monitor: Code is 80 characters per lineJes Sorensen1-34/+27
2017-05-08Monitor: Use md_array_active() instead of manually fiddling in sysfsJes Sorensen1-28/+11
2017-05-08Mention "endian" in documentation for --update=byte-orderNeilBrown1-1/+2
2017-05-05IncrementalScan: Use md_array_active() instead of md_get_array_info()Jes Sorensen1-2/+1
2017-05-05container_members_max_degradation: Switch to using syfs for disk infoJes Sorensen1-14/+14
2017-05-05sysfs/sysfs_read: Count active_disks and failed_disksJes Sorensen1-2/+8
2017-05-05Incremental: return is not a functionJes Sorensen1-1/+1
2017-05-05Fix typo in new udev rule.NeilBrown2-2/+2
2017-05-05mdadm/util: unify stat checking blkdev into functionZhilong Liu9-77/+41
2017-05-05mdadm/util: unify fstat checking blkdev into functionZhilong Liu10-74/+62
2017-05-04mdassemble: Kill off the last remainsJes Sorensen2-70/+4
2017-05-04kernel-patch: Remove obsolete kernel patches against 2.6Jes Sorensen5-339/+0
2017-05-03util: md_array_valid(): Introduce md_array_valid() helperJes Sorensen3-2/+26
2017-05-03change back 0644 permission for Grow.cZhilong Liu1-0/+0
2017-05-02Grow: Grow_continue_command: Avoid aliasing array variableJes Sorensen1-3/+3
2017-05-02IMSM: Initialize my_vol_raid_dev_num during vol creationPawel Baldysiak1-2/+9
2017-05-02Manage: Manage_ro(): Use md_array_active()Jes Sorensen1-4/+2
2017-05-02Incremental: Use md_array_active() to determine state of arrayJes Sorensen1-2/+1
2017-05-02Create: tell udev md device is not ready when first created.NeilBrown9-27/+86
2017-04-25Incremental: Cleanup some if() statement spaghettiJes Sorensen1-29/+21
2017-04-25Incremental: Use md_array_active() where applicableJes Sorensen1-3/+2
2017-04-25Detail: Reinstate support for not having sysfsJes Sorensen1-3/+5
2017-04-25Detail: Respect code lines are 80 character wideJes Sorensen1-101/+138
2017-04-25Detail: determine array state from sysfsJes Sorensen1-5/+4
2017-04-24Don't use UnSet with consistency_policyArtur Paszkiewicz4-16/+12
2017-04-21maps: Simplify implementation of map_name()Jes Sorensen1-4/+1
2017-04-21maps: Remove incorrect comment about strcmp()Jes Sorensen1-4/+0
2017-04-21Makefile: Default to -O2 optimizationJes Sorensen1-0/+1
2017-04-21Query: Quiet gcc since it cannot know errno != 0 in this caseJes Sorensen1-0/+3