]> git.neil.brown.name Git - mdadm.git/shortlog
mdadm.git
2016-03-09 Jes SorensenGrow: Grow_addbitmap(): Add check to quiet down static...
2016-03-09 Jes SorensenGrow: Grow_continue_command() remove dead code
2016-03-09 Jes Sorensenload_sys(): Add a buffer size argument
2016-03-08 Jes SorensenManage: Manage_add(): Fix potential NULL pointer derefe...
2016-03-08 Jes SorensenAssemble: Remove unnecesary NULL pointer checks when...
2016-03-08 Jes SorensenIncremental: Remove unnecesary NULL pointer checks...
2016-03-08 Jes Sorensenutil: Remove unnecesary NULL pointer checks when callin...
2016-03-08 Jes SorensenManage: Remove unnecessary NULL pointer checks
2016-03-07 Guoqing JiangRemove dead code about LKF_CONVERT flag
2016-03-07 Guoqing JiangFix wrong bitmap output for cluster raid
2016-02-22 NeilBrownsuper-intel: ensure suspended region is removed when...
2016-02-22 Jes SorensenGrow: Add documentation to abort_reshape() for suspend_...
2016-02-17 Jes SorensenManage.c: Only issue change events for kernels older...
2016-02-10 Jes Sorensenmdadm.h: rename bswap macros to avoid clash with uClibc...
2016-02-08 Maxin B. Johnutil.c: include poll.h instead of sys/poll.h
2016-02-08 Maxin B. JohnMakefile: make the CC definition conditional
2016-02-08 Xiao NiFix some type comparison problems
2016-02-01 NeilBrownsuper1: Fix bblog_size accesses on big-ending machines.
2016-01-28 NeilBrownRelease mdadm-3.4 mdadm-3.4
2016-01-28 NeilBrownAssorted fixed for a "make everything" build
2016-01-28 NeilBrownsuper1: allow reshape that hasn't really started to...
2016-01-28 NeilBrownsuper0: Fix reporting of devices between 2GB and 4GB
2016-01-28 NeilBrownsystemd/mdadm-last-resort: add Conflicts to .service...
2016-01-28 NeilBrownsuper1: fix calculation of space_before
2016-01-27 Guoqing Jiangutil: fix wrong return value of cluster_get_dlmlock
2016-01-14 Khem RajAdd casts for the addr arg of connect and bind
2016-01-14 Khem RajDefine _POSIX_C_SOURCE if undefined
2016-01-14 NeilBrownCreate: minor fix when adding a journal device
2016-01-14 NeilBrownCreate: fix regression in setting raid_disk
2016-01-12 NeilBrownrestripe: fix compilation of "make test"
2016-01-12 Guoqing JiangFix wrong description in manpage
2016-01-07 Artur Paszkiewiczimsm: don't update migration record when reshape is...
2016-01-07 Artur Paszkiewiczimsm: use timeout when waiting for reshape progress
2016-01-06 Pawel BaldysiakIMSM: Add support for VMD
2015-12-23 Artur Paszkiewiczimsm: abort reshape if sync_action is not "reshape"
2015-12-23 Artur PaszkiewiczGrow: close file descriptor earlier to avoid "still...
2015-12-23 NeilBrownDetail: fix wrong condition in recent change.
2015-12-22 Xiao NiCheck and remove bitmap first when reshape to raid0
2015-12-21 Song Liuin --add assign raid_disk of 0 to journal
2015-12-21 Song Liumove journal to end of --detail list
2015-12-21 NeilBrownAdd --update=force-no-bbl.
2015-12-21 NeilBrownMerge branch 'fix-unlikely-potential-overflows' of...
2015-12-21 NeilBrownMerge https://github.com/makelinux/mdadm
2015-12-18 NeilBrownDetail: don't assume a particular 'disk' number of...
2015-12-18 NeilBrownDetail: report correct raid-disk for removed drives.
2015-12-16 Guoqing Jiangmdadm: improve the safeguard for change cluster raid...
2015-12-16 Guoqing Jiangmdadm: do not try to hold dlm lock in free_super1
2015-12-16 Guoqing Jiangmdadm: do not display bitmap info if it is cleared
2015-12-16 Guoqing Jiangmdadm: don't show cluster name once the bitmap is cleared
2015-12-16 Guoqing Jiangmdadm: output info more precisely when change bitmap...
2015-12-16 Guoqing Jiangmdadm: let cluster raid could also add disk within...
2015-12-16 Song Liurecreate journal in mdadm
2015-12-16 Song Liuadd sysfs_array_state to struct mdinfo
2015-12-16 Deepa Dinamanimdadm: Change timestamps to unsigned data type.
2015-12-10 Constantine... Detail.c --test fix
2015-12-08 Song Liufix bug in assemble
2015-12-03 Bas van Schaikmake sure 'path' buffer is large enough to fit 200...
2015-12-03 Bas van Schaikavoid confusion with parameter 'devname' with same...
2015-12-03 Bas van Schaikensure buffer is large enough for two ints and some...
2015-10-30 Song Liuadd crc32c and use it for r5l checksum
2015-10-22 Song Liumdadm: add test script for raid456 journal
2015-10-22 Song Liumdadm: Add description of write journal to md.4
2015-10-22 Song Liumdadm: refactor write journal code in Assemble and...
2015-10-21 Guoqing JiangMake cmap_* also has same policy as dlm_*
2015-10-21 Guoqing JiangSafeguard against writing to an active device of anothe...
2015-10-19 Song LiuAdd help message and man entry for --write-journal
2015-10-19 Song LiuCheck write journal in incremental
2015-10-19 Song LiuAssemble array with write journal
2015-10-19 Song LiuEnable create array with write journal (--write-journal...
2015-10-19 Song LiuShow device as journal in --detail --examine
2015-10-19 Song Liuadd macros for MD_DISK_ROLE_(SPARE/FAULTY)
2015-10-08 Artur Paszkiewiczimsm: don't call abort_reshape() in imsm_manage_reshape()
2015-10-08 Guoqing Jiangre-add: make re-add try to write sysfs node first
2015-09-30 NeilBrownMerge branch 'fix' of git://github.com/ldzhong/mdadm
2015-09-28 Guoqing Jiangmdadm: make cluster raid also could support re-add
2015-09-28 Goldwyn RodriguesFix --incremental handling on cluster array.
2015-09-28 NeilBrownsuper1: Do not create bad block log for clustered devices.
2015-09-28 Goldwyn RodriguesIncrement version for clustered bitmaps
2015-08-26 Lidong Zhongmdadm: remove duplicate logic when c.delay is 0
2015-08-05 NeilBrownMakefile: test -s flag and suppress echo when set.
2015-08-05 NeilBrowntests: raid6 repair is now tested on every different...
2015-08-05 NeilBrownAssemble: correctly capture error from ->write_bitmap
2015-08-05 NeilBrownmain: remove use of uninitialized 'rv'.
2015-08-05 NeilBrownraid6check: don't ignore return value from posix_memalign.
2015-08-03 NeilBrownMerge branch 'mdadm-3.3.x'
2015-08-03 NeilBrownRelease mdadm-3.3.4 mdadm-3.3.x mdadm-3.3.4
2015-08-03 NeilBrownAssemble: really don't assemble IMSM array without...
2015-08-03 NeilBrownmdassemble: include mapfile support.
2015-08-03 NeilBrownAssemble: don't assemble IMSM array without OROM.
2015-08-03 NeilBrownmdassemble: include mapfile support.
2015-08-03 NeilBrownmdassemble: don't try to perform cluster check.
2015-07-29 Guoqing Jiangmd-cluster: use %-64s to print cluster_name
2015-07-29 Guoqing Jiangmdadm: fix wrong condition for go to abort
2015-07-29 NeilBrownAssemble: don't assemble IMSM array without OROM.
2015-07-27 NeilBrownMerge branch 'cluster'
2015-07-24 NeilBrownRelease mdadm-3.3.3 mdadm-3.3.3
2015-07-24 NeilBrownmdassemble: add "Name" definition.
2015-07-24 NeilBrownDon't ignore return value from read and write
2015-07-24 NeilBrownbitmap: convert "inline" to "static inline"
2015-07-24 NeilBrownAssemble: extend --homehost='<ignore>' to allow --name...
next