119
I Use This!
High Activity

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 17 hours ago.
May 21, 2023 — May 21, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
o Add rename support to dmsetup. o Add support to use specified minor number to library and dmsetup. More... over 22 years ago
Couple of typos fixed. More... over 22 years ago
o Put in the pv_hash which stores the pv section name -> pv struct mapping. More... over 22 years ago
o label.c now compiles. More... over 22 years ago
Change lvm2_label to use Joe's new label switch system. More... over 22 years ago
Support the renaming of active mapped devices (ioctl interface only). More... over 22 years ago
o ACTIVE is no longer a status flag - lv_active() used to check if an LV is active in the device-mapper. o Many operations can be carried out regardless of whether the VG is active or not. o vgscan does not activate anything - use vgchange. o Change lvrename to support renaming of active LVs. o Remove '//' appearing in some pathnames. o Dummy lv_check_segments() for compilation. More... over 22 years ago
o _read_id function for import.c More... over 22 years ago
More steps towards successful compilation. More... over 22 years ago
Add 'get' functions. More... over 22 years ago
More detail in error msgs. More... over 22 years ago
Separate constant fields from variable ones. More... over 22 years ago
Clarify terminology: VG is resizeable - PVs can be added or removed PV is allocatable - free extents on it may be allocated to LVs More... over 22 years ago
o Moved the current label.[hc] sideways to lvm2_label.[hc] More... over 22 years ago
Allow for multiple spellings / backwards compatibility of renamed command line options. vgchange --resizeable y pvchange --allocatable y But --allocation is still allowed for both (as LVM1) and --resizable is OK. More... over 22 years ago
o vgcfgrestore. More... over 22 years ago
Temporary file creation & renaming. More... over 22 years ago
o First pass at import.c. Still waiting for label code for the uuid->pv mapping. More... over 22 years ago
o Put in the 'out of memory' log_err for pool. More... over 22 years ago
Renamed to archive.c More... over 22 years ago
o Rename many occurrences of 'backup' to 'archive' to reduce confusion. o Extract file creation/renaming code into a library and change backup code to use it too. o Support umask. o Bring lvm.conf man page up-to-date. More... over 22 years ago
Accept octal values for numbers (such as umask). More... over 22 years ago
o Let the comment wars begin. More... over 22 years ago
o new function backup_remove(const char *vg_name), to be called from vgremove. More... over 22 years ago
o Reformat comments. More... over 22 years ago
Add archiving. More... over 22 years ago
o Try to improve NFS-safety for temporary file creation (unique name; O_APPEND + fcntl lock) and rename (using hard link), avoiding any "real" archive files ever being zero length. o Fix filename parsing & ordered list handling. More... over 22 years ago
Explicitly close (=>flush) files. More... over 22 years ago
Allow pool_begin_object in empty pool. More... over 22 years ago
Another attempt to support both readline versions. More... over 22 years ago