summaryrefslogtreecommitdiff
path: root/super-ddf.c
Commit message (Expand)AuthorAge
...
* DDF: ddf_activate_spare: fix gcc -O2 uninitialized warningNeilBrown2013-08-28
* DDF: ddf_open_new: check device status for new subarraymwilck@arcor.de2013-08-08
* DDF: Write new conf entries with a single write.NeilBrown2013-08-07
* DDF: get_extents: don't allocate space on failed disksmwilck@arcor.de2013-08-06
* DDF: fix removal of failed devices.NeilBrown2013-08-05
* DDF: fix writing metadata updates.NeilBrown2013-08-05
* DDF: no need for GET_LAYOUT any moremwilck@arcor.de2013-08-05
* DDF: differentiate between new metadata and metadata updates.NeilBrown2013-08-01
* DDF: use some #defines instead of bare constants.NeilBrown2013-08-01
* DDF: ddf_set_disk: add some debug messagesMartin Wilck2013-07-31
* DDF: load_ddf_header: more error loggingMartin Wilck2013-07-31
* DDF: ddf_process_update: log offsets for conf changesMartin Wilck2013-07-31
* DDF: log disk status changes more nicelyMartin Wilck2013-07-31
* DDF: ddf_activate_spare: bugfix for 62ff3c40Martin Wilck2013-07-31
* Manage: remove call to validate_geometry.NeilBrown2013-07-30
* DDF: ddf_activate_spare: fix metadata update for SVDsmwilck@arcor.de2013-07-30
* DDF: ddf_activate_spare: only activate good drivesmwilck@arcor.de2013-07-30
* DDF: ddf_activate_spare: Add RAID10 codemwilck@arcor.de2013-07-30
* DDF: find_vdcr: fix minor bug in debug messagemwilck@arcor.de2013-07-30
* super-ddf: allow mdassemble to compile.NeilBrown2013-07-23
* DDF: convert big-endian __u16 to be16 typemwilck@arcor.de2013-07-23
* DDF: convert big-endian __u64 to be64 typemwilck@arcor.de2013-07-23
* DDF: convert big endian to be32 typemwilck@arcor.de2013-07-23
* DDF: add endian-safe typedefsmwilck@arcor.de2013-07-23
* DDF: getinfo_super_ddf_bvd: fix offset calculation for SVDsmwilck@arcor.de2013-07-22
* DDF: kill_subarray_ddf: fix case without mdmon runningmwilck@arcor.de2013-07-22
* DDF: err_bad_md_layout: fix return valuemwilck@arcor.de2013-07-22
* DDF: factor out writing super block to single diskmwilck@arcor.de2013-07-22
* DDF: make "null_aligned" a static buffermwilck@arcor.de2013-07-22
* DDF: increase seq number in ddf_set_updates_pendingmwilck@arcor.de2013-07-22
* DDF load headers: if primary is invalid, don't check fields.NeilBrown2013-07-10
* DDF: ddf_process_update: Fix updates for SVDsmwilck@arcor.de2013-07-10
* DDF: ddf_process_update: some more debug messagesmwilck@arcor.de2013-07-10
* DDF: guid_str: more readable outputmwilck@arcor.de2013-07-10
* DDF: ddf_process_update: add debug messages fore adding VDsmwilck@arcor.de2013-07-10
* DDF: add debug message in add_super_ddf_bvdmwilck@arcor.de2013-07-10
* DDF: fix endianness of refnum in debug messagesmwilck@arcor.de2013-07-10
* DDF: getinfo_super_ddf_bvd: fix raid_disk calculationmwilck@arcor.de2013-07-10
* DDF: getinfo_super_ddf_bvd: identify disk by refnummwilck@arcor.de2013-07-10
* DDF: implement kill_subarraymwilck@arcor.de2013-07-10
* DDF: write_init_super_ddf: don't zero superblocks for subarraysmwilck@arcor.de2013-07-10
* DDF: ddf_process_update: Fix vlist treatment for SVDsmwilck@arcor.de2013-07-08
* DDF: ddf_process_update: handle update of conf records for SVDmwilck@arcor.de2013-07-08
* DDF: ddf_set_array_state: more meaningful outputmwilck@arcor.de2013-07-08
* DDF: guid_str: convenience function to print GUID for debuggingmwilck@arcor.de2013-07-08
* DDF: getinfo_super_ddf_bvd: lba_offset calculation for RAID10mwilck@arcor.de2013-07-08
* DDF: add_to_super_ddf_bvd: use get_svd_state()mwilck@arcor.de2013-07-08
* DDF: add_to_super_ddf: RAID10 changesmwilck@arcor.de2013-07-08
* DDF: add_to_super_ddf: Use same amount of workspace as other disksmwilck@arcor.de2013-07-08
* DDF: add_to_super_ddf: allow empty slots in phys disk tablemwilck@arcor.de2013-07-08