]> git.ipfire.org Git - thirdparty/mdadm.git/shortlog
thirdparty/mdadm.git
2010-11-22  NeilBrownAssemble: use load_container
2010-11-22  NeilBrownAdd must_be_container helper.
2010-11-22  NeilBrownAssemble: turn next_member goto loop into a for loop.
2010-11-22  NeilBrownAssemble: simplify the handling of is_member_busy.
2010-11-22  NeilBrownAssemble: remove the skip variable.
2010-11-22  NeilBrownAssemble: merge 'member' test into ident_matches.
2010-11-22  NeilBrownAssemble: change 'skip' label to a variable.
2010-11-22  NeilBrownRemove content from mddev_dev
2010-11-22  NeilBrownAssemble: contract next_member loop.
2010-11-22  NeilBrownAssemble: merge to large 'if' statements.
2010-11-22  NeilBrownImprove type names for mddev_dev
2010-11-22  NeilBrownImprove mddev_ident type definitions.
2010-11-22  NeilBrownAssemble: factor out ident_matches
2010-11-22  NeilBrownAssemble: small cleanup of error checking.
2010-11-22  NeilBrownUse load_container in Incremental assembly.
2010-11-22  NeilBrownIncremental: Factor out search of mdstat
2010-11-22  NeilBrownMake Incremental_container static
2010-11-22  NeilBrownSwitch open_subarray to use the new load_container
2010-11-22  NeilBrownUse new load_container in Examine
2010-11-22  NeilBrownNew method: load_container
2010-11-22  NeilBrownRemove keep_fd arg from load_super_XXX_all
2010-11-22  NeilBrownRemove subarray field in supertype.
2010-11-22  NeilBrownCreate: user container_dev rather than subarray for...
2010-11-22  NeilBrownUse container_member rather than subarray info ddf...
2010-11-22  NeilBrownRemove subarray detection from load_super.
2010-11-22  NeilBrownPass subarray arg explicitly to ->update_subarray.
2010-11-22  NeilBrownUse new container_content rather than passing subarray...
2010-11-22  NeilBrownAdd subarray arg to container_content.
2010-11-22  NeilBrownmapinfo: simplify subarray handling.
2010-11-22  NeilBrownsuper_by_fd: return subarray info explicitly.
2010-11-22  NeilBrownopen_subarray: pass subarray name as explicit arg.
2010-11-22  NeilBrownddf: remove duplicate container_member setting.
2010-11-22  NeilBrownIncremental - fix small bug in count_active.
2010-11-22  NeilBrownAssemble - avoid including wayward devices.
2010-11-22  NeilBrownAssemble: handle devices array better.
2010-11-22  NeilBrownget_info_super: report which other devices are thought...
2010-11-22  NeilBrowndetail/wait: better handling of monitoring sync action.
2010-11-22  NeilBrownManage: be more careful about --add attempts.
2010-11-22  NeilBrownpolicy: don't try to get policy when path == NULL.
2010-11-22  NeilBrownFix error in pol_sort.
2010-11-22  NeilBrownReport error in --update string is not recognised.
2010-09-06  NeilBrownConvert 'auto' config line to policy statements
2010-09-06  NeilBrownAdd support for auto-partitioning base devices.
2010-09-06  NeilBrownAdd guess_super_type
2010-09-06  NeilBrownFactor out path_policy functon.
2010-09-06  NeilBrownFirst steps to supporting auto-spare-add to groups...
2010-09-06  NeilBrownAdd gpt pseudo-metadata
2010-09-06  NeilBrownAdd mbr pseudo metadata handler.
2010-09-06  NeilBrownintel: Don't try to read from tiny devices.
2010-09-06  NeilBrownAllow --incremental to add a device as a spare if polic...
2010-09-06  NeilBrownUse action policy to keep recently-disconnected devices...
2010-09-06  NeilBrownIntroduce single-exit pattern for Incremental
2010-09-06  NeilBrownAdd domain policy support.
2010-09-06  NeilBrownAdd policy_action support
2010-09-06  NeilBrownAdd policy framework.
2010-09-03  NeilBrownFix compile error on non-x86 systems.
2010-08-31  NeilBrownRelease mdadm-3.1.4 mdadm-3.1.4
2010-08-31  NeilBrownFix spare migration.
2010-08-31  NeilBrownDon't remove md devices with standard names.
2010-08-29  NeilBrownAllow dev_open to work on read-only /dev
2010-08-12  NeilBrownAllow --incremental to add spares to an array.
2010-08-12  Dan WilliamsIncremental: accept '--no-degraded' as a deprecated...
2010-08-10  Dan WilliamsIncremental: return success in 'container not enough...
2010-08-06  NeilBrownDon't link mdadm with pthreads
2010-08-06  NeilBrownFix compiler warning concering bad use of snprintf.
2010-08-06  NeilBrownRelease mdadm-3.1.3 mdadm-3.1.3
2010-08-06  NeilBrownmapfile: just have one place to store the mapfile
2010-08-06  NeilBrownGrow: use raid_disks, not nr_disks
2010-08-05  NeilBrownFix writing of second backup superblock during grow
2010-08-05  NeilBrownudevadm settle in autodetect test
2010-08-05  NeilBrownCompile with -Wextra by default
2010-08-05  NeilBrownDetail: clean up handing of the 'info' we load from...
2010-08-05  NeilBrownFix test for imsm prodigal member scenario
2010-07-29  NeilBrownFix tests/layouts
2010-07-29  NeilBrownFix restarting of reshaping arrays.
2010-07-29  NeilBrownRestore assembling of ddf containers.
2010-07-29  NeilBrownFix use of rv in Grow_reshape
2010-07-28  NeilBrownSome fixes to the mapfile code.
2010-07-28  NeilBrownUpdate man page info about files used by mdmon
2010-07-28  NeilBrownSwitch from /lib/init/rw to /dev for early-boot files.
2010-07-28  NeilBrownBugfix: mapfile locking is broken/racy
2010-07-22  Doug LedfordAdd warnings if we ever fail to get a lock on the mapfile.
2010-07-22  Doug LedfordBugfix: don't issue a read larger than the buffer to...
2010-07-22  Doug Ledfordudev rules: add watch option
2010-07-22  Doug LedfordTwo Minor bug fixes to incremental support
2010-07-22  Doug LedfordFix all the confusion over directories once and for...
2010-07-22  NeilBrownMerge branch 'master' of git://github.com/djbw/mdadm
2010-07-22  NeilBrownDon't report Used Dev Size for RAID0.
2010-07-22  NeilBrownCast to long long before left-shifting too much.
2010-07-19  Dan WilliamsIncremental: restore assembly for inactive containers...
2010-07-07  NeilBrownsuper-0.90: don't write bitmap larger than 60K
2010-07-07  NeilBrownImprove --re-add documentation
2010-07-06  Dan Williamsimsm: fix a -O2 build warning
2010-07-06  Dan Williamsmdmon: satisfy glibc tls abi requirements with pthreads
2010-07-06  Marcin LabunFix the count of member devices in mdstat_read function.
2010-07-06  Przemyslaw... fix: IncrementalRemove leaves open handle
2010-07-06  NeilBrownMerge branch 'master' of git://github.com/djbw/mdadm
2010-07-06  NeilBrownAdd --test option to --re-add and similar
2010-07-06  NeilBrownAdd support for "--re-add missing"
2010-07-06  NeilBrownDon't let incremental add devices to active arrays.
next