summaryrefslogtreecommitdiffstats
path: root/mdadm.h
Commit message (Expand)AuthorAgeFilesLines
...
* | Report uuid in --detail --brief for ddf and intelNeilBrown2008-09-181-1/+1
* | Use uuid as /dev name when assembling array of uncertain origin.NeilBrown2008-09-181-0/+2
* | Allow metadata handler to report that it doesn't record homehost.NeilBrown2008-09-181-2/+1
* | Handle incremental assembly of containers.NeilBrown2008-09-181-0/+8
* | Move calls to SET_ARRAY_INFO to common helper.NeilBrown2008-09-181-2/+3
* | Factor out add-disk codeNeilBrown2008-09-181-0/+2
* | Teach --detail about containers and members there-of.NeilBrown2008-09-181-0/+1
* | 'mdadm --wait-clean' wait for array to be marked cleanDan Williams2008-09-151-0/+5
* | Add ping_monitor() to mdadm --waitDan Williams2008-09-151-0/+1
* | Honor safemode_delay at Create() and Incremental() timeDan Williams2008-09-151-0/+1
* | Allow metadata handlers to communicate desired safemode delay via mdinfoDan Williams2008-09-151-0/+1
* | Allow an externally managed array to be marked readonlyNeilBrown2008-08-191-1/+8
* | Factor out test for subarray version string.NeilBrown2008-08-191-0/+5
* | Extra option for set_array_state: you choose dirty or clean.NeilBrown2008-08-191-2/+6
* | mdmon: handle failures versus readauto arraysDan Williams2008-08-151-0/+1
* | mdmon: allow degraded arrays to be monitoredDan Williams2008-08-151-0/+1
* | sysfs: deprecate sysfs_disk_to_sgDan Williams2008-07-241-1/+0
* | Factor common code into new "start_mdmon".NeilBrown2008-07-181-0/+1
* | mdadm: add an environment variable to prevent auto-launching mdmonDan Williams2008-07-141-0/+1
* | Introduce devname2devnumNeil Brown2008-07-121-0/+1
* | Pass 'verbose' flag to validate_geometryNeil Brown2008-07-121-1/+2
* | Use O_DIRECT for all IO to devices.Neil Brown2008-07-121-0/+5
* | Create arrays via metadata-updateNeil Brown2008-07-121-0/+14
* | Remove mgr_pipe for communicating from manage to monitor.Neil Brown2008-07-121-1/+0
* | Remove mon_pipe for communicating from monitor to managerNeil Brown2008-07-121-1/+0
* | Handle device removal from containerNeil Brown2008-07-121-0/+1
* | Remove the multiple super_switchs for ddf.Neil Brown2008-07-121-0/+9
* | Remove getinfo_super_n and do some other cleaning up.Neil Brown2008-07-121-2/+4
* | Add subarray field to supertype.Neil Brown2008-07-121-1/+1
* | Add some comments to explain some of the bits of superswitch.Neil Brown2008-07-121-0/+104
* | Hide subordinate superswitch structures.Neil Brown2008-07-121-2/+2
* | Remove 'major' from superswitch.Neil Brown2008-07-121-1/+0
* | Use text_version in map_file rather than major.minor.Neil Brown2008-07-121-3/+3
* | imsm: 'volume' is the proper name for imsm container membersDan Williams2008-06-131-1/+1
* | sysfs: helper routine to retrieve the scsi idDan Williams2008-06-131-1/+1
* | sysfs: provide a helper function for locating scsi_generic interfacesDan Williams2008-06-131-1/+1
* | Support adding a spare to a degraded array.Neil Brown2008-06-121-0/+9
* | Allow passing metadata update to the monitor.Neil Brown2008-06-121-1/+4
* | Parse the 'instance' part of external:/mdXX/INST in metadata handler.Neil Brown2008-05-271-1/+2
* | Discard st->container_memberNeil Brown2008-05-271-2/+4
* | Remove st->text_version in favour of info->text_versionNeil Brown2008-05-271-1/+0
* | Change mark_clean to set_array_state.Neil Brown2008-05-271-9/+8
* | auto-start mdmon on --createNeil Brown2008-05-271-0/+19
* | Exit when there are no more arrays to manage.Neil Brown2008-05-271-0/+1
* | Remove supertype->devfdNeil Brown2008-05-271-1/+0
* | Remove stopped arrays.Neil Brown2008-05-271-1/+1
* | Set status of devices in ddf.Neil Brown2008-05-271-0/+8
* | Implement mark_clean for ddf and remove mark_dirty and mark_syncNeil Brown2008-05-271-2/+9
* | Remove 'fd' arg from sysfs_add_diskNeil Brown2008-05-271-1/+1
* | add infrastructure to receive higher order commands, like remove_deviceDan Williams2008-05-151-1/+2