Joe Thornber
c50a23e918
o remove spurious log message
2001-10-09 14:42:58 +00:00
Joe Thornber
1e76b72b98
o hack, hack, hack
2001-10-09 14:26:45 +00:00
Joe Thornber
b94cf39eef
o vg_write compiles
2001-10-09 10:47:52 +00:00
Joe Thornber
fef254ffff
o get_vgs works
2001-10-09 09:22:50 +00:00
Joe Thornber
e5495863a2
o pv_Read works
2001-10-09 08:58:52 +00:00
Joe Thornber
3b4df2abf0
o get_pvs now works for format 1
2001-10-09 08:11:52 +00:00
Alasdair Kergon
aef2aee6a4
vgrename & vgck
2001-10-08 18:44:22 +00:00
Joe Thornber
685df1d2c5
o get_pvs for format 1
...
o fix vg_read if vg doesn't exist
2001-10-08 17:53:43 +00:00
Joe Thornber
08e6b6f2e7
o added pretty printing to read_vg_t, run this on your system
...
to see what vg's you've got
S: ----------------------------------------------------------------------
2001-10-08 17:28:49 +00:00
Joe Thornber
66c887d0f3
o read_vg works (or so it claims)
2001-10-08 16:08:16 +00:00
Joe Thornber
22e9960697
o dev_cache_t program works
2001-10-08 13:58:52 +00:00
Joe Thornber
64aa6e1f2d
o sync
2001-10-08 12:11:33 +00:00
Joe Thornber
7a93ed9d04
o we were stuill building dev-mgr files
2001-10-08 10:35:59 +00:00
Joe Thornber
a905e922e9
o read_vg_t compiles
2001-10-08 10:20:25 +00:00
Joe Thornber
8d402d76d0
o get things compiling
2001-10-08 09:45:16 +00:00
Joe Thornber
46fda6281c
o test program for reading a vg
2001-10-08 08:47:27 +00:00
Alasdair Kergon
a14dbe1ea6
Sync include file changes.
2001-10-05 21:39:30 +00:00
Joe Thornber
18810a4c16
o end of day sync
2001-10-05 16:36:53 +00:00
Joe Thornber
147bc80dba
o replace {stack; return 0;}'s with a macro (just for this file).
2001-10-05 15:48:05 +00:00
Joe Thornber
c7a484195a
o low level write path
2001-10-05 15:20:40 +00:00
Joe Thornber
4968eb6503
o finished writing extent reading code
2001-10-05 13:59:44 +00:00
Alasdair Kergon
a6f2d698a9
revised flags and comments
2001-10-05 13:03:03 +00:00
Alasdair Kergon
e1140134c6
metadata status flags regrouping & comments; misc tool changes
2001-10-04 22:53:37 +00:00
Joe Thornber
5ed11e012e
o vg_read for format1
2001-10-04 17:48:55 +00:00
Joe Thornber
2ee2685688
o define the uintN_t types
2001-10-04 11:40:13 +00:00
Joe Thornber
7fc0905843
o got dbg_malloc_t working, Alasdair could you look at the Makefile.in it
...
seems to be having trouble with the dependencies.
o removed some files from the lib makefile that don't compile yet.
2001-10-04 10:13:07 +00:00
Joe Thornber
72ecb99e54
o Use the __alignof__ extension to set DEFAULT_ALIGNMENT to that required
...
for a 'double'.
2001-10-04 09:10:11 +00:00
Alasdair Kergon
c863507d08
vgcreate & lvmchange outlines
2001-10-03 20:38:07 +00:00
Alasdair Kergon
cff86c9093
vgrename & pvchange outlines
2001-10-03 17:03:25 +00:00
Joe Thornber
0479dfcc54
o added dev-cache.c, dev-io and sorted source files alphabetically
2001-10-03 12:46:17 +00:00
Joe Thornber
540f6858b5
o I've moved the dev-cache and dev-io into here since this directory has a
...
better name. dev-mgr will be removed at some point.
2001-10-03 12:41:29 +00:00
Alasdair Kergon
b61e791a4f
lvremove outline
2001-10-03 12:34:08 +00:00
Joe Thornber
d0986f9482
o code sync for dev-cache.c
...
o made copyright headers the same
o added __attribute ((format ... to print_log so we'll get better compile errors
o added iterator to the hash table
2001-10-03 11:06:31 +00:00
Alasdair Kergon
112cb0dc28
pvscan framework
2001-10-02 17:09:05 +00:00
Alasdair Kergon
ae292bd920
Another step towards consistency & compilation.
2001-10-01 22:12:10 +00:00
Alasdair Kergon
6c85a90723
Misc structural changes.
2001-10-01 19:36:06 +00:00
Alasdair Kergon
852592066c
Misc structural changes.
2001-10-01 19:29:52 +00:00
Joe Thornber
96e1bc9b44
o changed dev-manager to a dev_filter
2001-10-01 16:21:21 +00:00
Joe Thornber
b41d81ed31
o get block size moved to dev-io.c
2001-10-01 16:07:29 +00:00
Alasdair Kergon
e241ec2244
merge partition code
2001-10-01 15:59:40 +00:00
Joe Thornber
7a68c42b26
o drop the reference counting in the devices.
2001-10-01 15:43:51 +00:00
Joe Thornber
4192fe1ab2
o missing *
2001-10-01 15:28:28 +00:00
Joe Thornber
d5c743d7bb
o added filter type.
2001-10-01 15:27:16 +00:00
Alasdair Kergon
11814d63e8
Tidy include files
2001-10-01 15:14:39 +00:00
Joe Thornber
f7e87611fc
o I'm splitting dev-manager in two. dev-cache is the bottom layer that
...
handles devices. Dev-manager will sit on this filtering the view.
2001-09-28 15:42:25 +00:00
Joe Thornber
1fb0e1900e
o list.h from kernel for userland tools to use.
2001-09-28 13:19:17 +00:00
Joe Thornber
954a9731e0
o logical data structures
2001-09-28 13:15:30 +00:00
Joe Thornber
65c3364ad8
o generic hash table to store void *'s, not efficient, but adequate for LVM.
2001-09-28 13:08:44 +00:00
Patrick Caulfield
13ee569f06
Fix prototype for malloc_aux
2001-09-27 10:01:17 +00:00
Patrick Caulfield
d79ef23a75
Don't include asm/* files
2001-09-27 10:00:47 +00:00