]> git.ipfire.org Git - thirdparty/mdadm.git/shortlog
thirdparty/mdadm.git
2016-08-15  Jes SorensenIntroduce random_uuid() helper function
2016-08-15  Jes Sorensenmdadm.h: Fix build problem against newer glibc
2016-08-12  Song Liumdadm: put journal device in right place of --detail
2016-08-12  Song Liumdadm: add man page for --add-journal
2016-08-11  Jes Sorensenlib: Various coding style cleanups
2016-08-11  Jes Sorensenlib: Avoid if and return on the same line
2016-08-11  Jes Sorensensysfs: Avoid if and return on the same line
2016-08-11  Jes Sorensensuper1: Avoid if and return on the same line
2016-08-11  Jes Sorensenrestripe: Avoid if and return on the same line
2016-08-11  Jes Sorensenutil: Never have if and return on the same line
2016-08-11  Jes Sorensenconfig: Various stylistic cleanups
2016-08-11  Jes Sorensenconfig: Use xcalloc() rather than xmalloc()+memset()
2016-08-09  Artur PaszkiewiczIncremental: don't try to load_container() for a subarray
2016-08-02  Zhilong Liumdadm:add 'clustered' in typo prompt when specify wrong...
2016-07-21  Tomasz MajchrzakMonitor: release /proc/mdstat fd when no arrays present
2016-07-21  Tomasz MajchrzakRemove: container should wait for an array to release...
2016-06-16  Alexey Obitotskiyimsm: properly handle values of sync_completed
2016-06-16  Alexey Obitotskiyimsm: add handling of sync_action is equal to 'idle'
2016-06-16  Pawel Baldysiakmonitor: Make sure that last_checkpoint is set to 0...
2016-06-16  Xiao NiMDADM:Check mdinfo->reshape_active more times before...
2016-06-14  Nikhil KshirsagarThe sys_name array in the mdinfo structure is 20 bytes...
2016-06-10  Jes SorensenMonitor: Use sysfs_free() to free object returned by...
2016-06-03  Mike LovellChange behavior in find_free_devnm when wrapping around.
2016-06-03  Mike LovellUse dev_t for devnm2devid and devid2devnm
2016-05-19  Pawel BaldysiakIMSM: retry reading sync_completed during reshape
2016-05-12  Guoqing Jiangsuper1: add more checks for NodeNumUpdate option
2016-05-12  Jes SorensenGrow: Apply some more consistent formatting to Grow_add...
2016-05-12  Jes SorensenGrow: Simplify error paths in Grow_addbitmap()
2016-05-12  Jes Sorensenmdadm: Make add_internal_bitmap() return 0 on success
2016-05-12  Jes SorensenGrow: Handle failure to load superblock in Grow_addbitmap()
2016-05-12  Jes SorensenGrow: Grow_addbitmap() reduce indentation
2016-05-09  Guoqing Jiangsuper1: make the check for NodeNumUpdate more accurate
2016-05-09  Guoqing Jiangsuper1: don't update node nums if it is not more than 1
2016-05-09  Guoqing JiangCreate: check the node nums when create clustered raid
2016-04-06  Jes Sorensensuper1: Clear memory allocated for superblock + bitmap...
2016-04-01  Marko HauptvogelConsistent use of metric prefix in manpage
2016-03-30  Artur PaszkiewiczIntroduce stat2kname() and fd2kname()
2016-03-29  zhilongmdadm:Add '--nodes' option in GROW mode
2016-03-24  Guoqing JiangChange the option from NoUpdate to NodeNumUpdate
2016-03-22  Jes SorensenAssemble: No need for dummy NULL pointer when calling...
2016-03-22  Jes SorensenAssemble: assemble_container_content(): Avoid superfluo...
2016-03-22  Jes SorensenManage: Manage_subdevs(): Remove unnecessary NULL initi...
2016-03-22  Jes SorensenManage: Manage_add(): Avoid NULL initialization of...
2016-03-22  Jes Sorensenmdadm: Cleanup conditionals
2016-03-22  Jes Sorensensuper_intel: imsm_manage_reshape(): Fix potential NULL...
2016-03-22  Jes Sorensensuper-intel: Remove excessive NULL/0 variable initializ...
2016-03-22  Jes SorensenManage: Manage_add(): Fix memory leak
2016-03-22  Guoqing JiangGrow: goto release if Manage_subdevs failed
2016-03-11  Yi ZhangGrow: analyse_change add notification about only 2...
2016-03-11  Pawel Baldysiaksuper-intel: Simplify for() loop in ahci_enumerate_ports
2016-03-11  Pawel Baldysiaksuper-intel: Make print_vmd_attached_devs() return...
2016-03-11  Pawel BaldysiakGrow: close fd earlier to avoid "cannot get excl access...
2016-03-10  Hannes ReineckeFix regression during add devices
2016-03-10  NeilBrownddf: use 64bit 'size', not 32bit 'info->size' for create.
2016-03-09  Jes Sorensensuper-intel: Make print_found_intel_controllers() retur...
2016-03-09  Jes Sorensensuper1: Fix potential buffer overflows when copying...
2016-03-09  Jes SorensenManage: Manage_subdevs() fix file descriptor leak
2016-03-09  Jes Sorensenbitmap: Fix resource leak in bitmap_file_open()
2016-03-09  Jes Sorensen{platform,super}-intel: Fix two resource leaks
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.
next