119
I Use This!
Very High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 10, 2023 — Jun 10, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Remove gcc -D to support as different gcc versions handle it differently. More... over 22 years ago
"exit" means "quit" (lamer) More... over 22 years ago
o Remove redundant dbg_free. More... over 22 years ago
Remove stray comma. More... over 22 years ago
Propagate volume group read-only setting down to its logical volumes. (Might sometimes be safe to relax this restriction.) More... over 22 years ago
Basic support for (read-only) partial activation if any PVs are missing from a VG. (Linear targets use the device-mapper 'error' target which returns ioerror; striped targets use '/dev/ioerror' for now - which must already exist e.g. as a sufficiently large block device version of /dev/zero). More... over 22 years ago
quotes around names in output More... over 22 years ago
Allocate fixed space for vg->system_id when vg is created, instead of dynamically. More... over 22 years ago
Correct statement order for case when 'stripes' parameter is not supplied. More... over 22 years ago
add vgimport More... over 22 years ago
o A vgimport implementation o Require -a or <list of vgs> parameters with vgexport/vgimport o Allow pvcreate -ff to destroy exported/partial VGs More... over 22 years ago
o Basic support for exporting (but importing not completed yet). o When volume group does not have write flag set, prevent changes to it. o Preparation for partial activation (not completed yet). More... over 22 years ago
Display 'exported' status. More... over 22 years ago
Add list_iterate that's safe with deletions. More... over 22 years ago
Date changed More... over 22 years ago
Zero gap after PV structure on write to disk in order to make non LVM tools happier (AED's idea and patch for LVM1) More... over 22 years ago
fixed div bug in calculation of end in calculate_extent_count More... over 22 years ago
Check that vgname doesn't already exits in dev_dir More... over 22 years ago
o There were some alignment problems with pool-debug which I've resolved by allocating the data block with an additional dbg_malloc. More... over 22 years ago
*** empty log message *** More... over 22 years ago
Tweak some error message levels. More... over 22 years ago
If lv isn't active, skip reactivation. More... over 22 years ago
Prevent lvextend from adding segments with different stripe characteristics at the moment because the old LVM format doesn't support this. More... over 22 years ago
The latest attempt at making extended striped LVs work portably with LVM1. More... over 22 years ago
Set pv->pe_size when reading in text-file backup. Otherwise LVM1 decides the PV structure is corrupt. But do we need to keep both pv->pe_size and vg->extent_size in internal metadata or can we generate pvd->pe_size when writing out a PV that belongs to a VG? More... over 22 years ago
Only remove symbolic links when deactivating. (if this code didn't create it, don't delete it) More... over 22 years ago
o Tidy More... over 22 years ago
Have a pe_total check using theoretically big number instead of the unnecessarily small limit LVM1 imposes in vgcreate (but not vgextend) More... over 22 years ago
Don't bother to write out an empty cache. More... over 22 years ago
Fix the device cache to cope reasonably safely with device name changes. This should be a rare occurrence so the aim is to recover if it's straightforward to do so, otherwise just to abort the operation. If people *knowingly* change device names, they should always run vgscan afterwards. More... over 22 years ago