]> git.ipfire.org Git - thirdparty/mdadm.git/history - mdadm.h
util: make env checking more generic
[thirdparty/mdadm.git] / mdadm.h
2008-11-03  NeilBrownutil: make env checking more generic
2008-11-03  NeilBrownDelay creation of array devices for assemble/build...
2008-11-03  NeilBrownIntroduce new open_mddev which just does an open.
2008-11-03  NeilBrownRename open_mddev to create_mddev
2008-11-02  NeilBrownMerge branch 'master' into scratch-3.0
2008-11-02  NeilBrownMerge branch 'master' into scratch-3.0
2008-10-30  NeilBrownMerge branch 'master' into devel-3.0
2008-10-30  NeilBrownMerge branch 'master' into devel-3.0
2008-10-28  Dan WilliamsPreliminary -As support for container member arrays
2008-10-26  NeilBrownMerge branch 'master' into devel-3.0
2008-10-25  NeilBrownAllow WRITEMOSTLY to be cleared on --readd using -...
2008-10-17  NeilBrownMerge branch 'master' into devel-3.0
2008-10-15  Dan Williamsquiet WaitClean()
2008-10-15  Dan WilliamsAllow a uuid of all f's to always match
2008-10-15  Dan Williamssysfs: dprintf when we fail to write a sysfs file
2008-10-13  NeilBrownImprove reporting of layout for raid10.
2008-10-13  NeilBrownManage: allow adding device that is just large enough...
2008-09-18  NeilBrownAdd support for assembling specific subarrays.
2008-09-18  NeilBrownReport uuid in --detail --brief for ddf and intel
2008-09-18  NeilBrownUse uuid as /dev name when assembling array of uncertai...
2008-09-18  NeilBrownAllow metadata handler to report that it doesn't record...
2008-09-18  NeilBrownHandle incremental assembly of containers.
2008-09-18  NeilBrownMove calls to SET_ARRAY_INFO to common helper.
2008-09-18  NeilBrownFactor out add-disk code
2008-09-18  NeilBrownTeach --detail about containers and members there-of.
2008-09-16  Dan Williams'mdadm --wait-clean' wait for array to be marked clean
2008-09-16  Dan WilliamsAdd ping_monitor() to mdadm --wait
2008-09-16  Dan WilliamsHonor safemode_delay at Create() and Incremental()...
2008-09-16  Dan WilliamsAllow metadata handlers to communicate desired safemode...
2008-08-19  NeilBrownAllow an externally managed array to be marked readonly
2008-08-19  NeilBrownFactor out test for subarray version string.
2008-08-19  NeilBrownExtra option for set_array_state: you choose dirty...
2008-08-15  Dan Williamsmdmon: handle failures versus readauto arrays
2008-08-15  Dan Williamsmdmon: allow degraded arrays to be monitored
2008-08-07  NeilBrownMerge branch 'master' into from-stable
2008-07-25  Dan Williamssysfs: deprecate sysfs_disk_to_sg
2008-07-18  NeilBrownFactor common code into new "start_mdmon".
2008-07-14  Dan Williamsmdadm: add an environment variable to prevent auto...
2008-07-12  Neil BrownIntroduce devname2devnum
2008-07-12  Neil BrownPass 'verbose' flag to validate_geometry
2008-07-12  Neil BrownUse O_DIRECT for all IO to devices.
2008-07-12  Neil BrownCreate arrays via metadata-update
2008-07-12  Neil BrownRemove mgr_pipe for communicating from manage to monitor.
2008-07-12  Neil BrownRemove mon_pipe for communicating from monitor to manager
2008-07-12  Neil BrownHandle device removal from container
2008-07-12  Neil BrownRemove the multiple super_switchs for ddf.
2008-07-12  Neil BrownRemove getinfo_super_n and do some other cleaning up.
2008-07-12  Neil BrownAdd subarray field to supertype.
2008-07-12  Neil BrownAdd some comments to explain some of the bits of supers...
2008-07-12  Neil BrownHide subordinate superswitch structures.
2008-07-12  Neil BrownRemove 'major' from superswitch.
2008-07-12  Neil BrownUse text_version in map_file rather than major.minor.
2008-06-19  Neil BrownMerge branch 'release' of git://git.kernel.org/pub...
2008-06-19  Neil BrownMerge branch 'master' into devel-3.0
2008-06-14  Dan Williamsimsm: 'volume' is the proper name for imsm container...
2008-06-14  Dan Williamssysfs: helper routine to retrieve the scsi id
2008-06-14  Dan Williamssysfs: provide a helper function for locating scsi_gene...
2008-06-12  Neil BrownSupport adding a spare to a degraded array.
2008-06-12  Neil BrownAllow passing metadata update to the monitor.
2008-05-26  Neil BrownParse the 'instance' part of external:/mdXX/INST in...
2008-05-26  Neil BrownDiscard st->container_member
2008-05-26  Neil BrownRemove st->text_version in favour of info->text_version
2008-05-26  Neil BrownChange mark_clean to set_array_state.
2008-05-26  Neil Brownauto-start mdmon on --create
2008-05-26  Neil BrownExit when there are no more arrays to manage.
2008-05-26  Neil BrownRemove supertype->devfd
2008-05-26  Neil BrownRemove stopped arrays.
2008-05-26  Neil BrownSet status of devices in ddf.
2008-05-26  Neil BrownImplement mark_clean for ddf and remove mark_dirty...
2008-05-26  Neil BrownRemove 'fd' arg from sysfs_add_disk
2008-05-15  Dan Williamsadd infrastructure to receive higher order commands...
2008-05-15  Dan Williamshandle disk failures
2008-05-15  Dan Williamshandle resync completion
2008-05-15  Neil BrownMerge mdmon
2008-05-15  Dan Williamshandle Manage_subdevs() for 'external' arrays
2008-05-15  Dan Williamsset resync_start in Incremental_container
2008-05-15  Dan WilliamsSet 'metadata_version' for container_member in Incremen...
2008-05-15  Dan Williamsimsm: initial Intel(R) Matrix Storage Manager support
2008-05-15  Neil BrownCreate a container member
2008-05-15  Neil BrownCan now mostly assemble DDF arrays
2008-05-15  Neil BrownMore ddf stuff
2008-05-15  Neil Brownmore ddf stuff
2008-05-15  Dan WilliamsInitial DDF support code.
2008-05-15  Neil BrownSome support for external metadata.
2008-05-15  Neil BrownChange write_init_super to be called only once.
2008-05-15  Neil BrownAdd cpu_to_be convertions functions.
2008-05-15  Neil BrownAdd 'container' level and ->validate_geometry method.
2008-05-06  Kay Sieversadd --export option to --examine
2008-05-05  Neil BrownMake device-special files for partitions when using...
2008-05-05  Neil BrownUnify code into find_free_devnum.
2008-04-29  Neil Browndiff -ru mdadm-2.6.4-orig/Query.c mdadm-2.6.4/Query.c
2007-12-14  Neil BrownReplace sysarray with mdinfo
2007-12-14  Neil BrownUse 'mdinfo' instead of special 'sysdev' structure.
2007-12-14  Neil BrownFind super from fd on an array.
2007-12-14  Neil BrownDrop the superblock arg from all metadata methods.
2007-12-14  Neil BrownFix compare_super to take supertype instead of a superb...
2007-12-14  Neil BrownAdd 'supertype' arg to almost all metadata methods.
2007-12-14  Neil BrownAllow metadata handlers to free their own superblock.
2007-12-14  Neil BrownRemove spaces/tabs from ends of lines.
2007-09-24  maximilian attemsAdd klibc support to mdadm.h
next