Joe Thornber
a74c0f91ef
o define the uintN_t types
2001-10-04 11:40:13 +00:00
Joe Thornber
fa7e9d6177
o forgot to add this before
2001-10-04 10:25:34 +00:00
Joe Thornber
e6efb2b0bd
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
5bdbd4b380
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
b39630bdb7
vgcreate & lvmchange outlines
2001-10-03 20:38:07 +00:00
Alasdair Kergon
317919c7c6
vgrename & pvchange outlines
2001-10-03 17:03:25 +00:00
Joe Thornber
150df6632d
o added dev-cache.c, dev-io and sorted source files alphabetically
2001-10-03 12:46:17 +00:00
Joe Thornber
6ec06e777f
o moved dev-cache to device dir
2001-10-03 12:43:29 +00:00
Joe Thornber
8696e06602
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
fbad1c90a1
lvremove outline
2001-10-03 12:34:08 +00:00
Joe Thornber
b8e4e502d3
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
9e300c8427
pvscan framework
2001-10-02 17:09:05 +00:00
Joe Thornber
fa2c452669
o test program for the device cache
2001-10-02 13:44:44 +00:00
Joe Thornber
e7ae85737b
o test program for the hash table.
2001-10-02 12:46:04 +00:00
Joe Thornber
5806470df7
o Test program for dbg_malloc unit.
...
I'm postfixing test programs with _t, and benchmarks with _b
2001-10-02 12:27:55 +00:00
Alasdair Kergon
1f6db21f32
Another step towards consistency & compilation.
2001-10-01 22:12:10 +00:00
Alasdair Kergon
28f5d16b4f
Misc structural changes.
2001-10-01 19:36:06 +00:00
Alasdair Kergon
552c2479aa
Misc structural changes.
2001-10-01 19:29:52 +00:00
Joe Thornber
74a54dc297
o changed dev-manager to a dev_filter
2001-10-01 16:21:21 +00:00
Joe Thornber
2f15b18f93
o get block size moved to dev-io.c
2001-10-01 16:07:29 +00:00
Alasdair Kergon
58f5fa84f3
merge partition code
2001-10-01 15:59:40 +00:00
Alasdair Kergon
ce0bb59d12
Tidy includes
2001-10-01 15:53:21 +00:00
Joe Thornber
91933eb69b
o drop the reference counting in the devices.
2001-10-01 15:43:51 +00:00
Alasdair Kergon
6c796c3903
Merge fixes
2001-10-01 15:29:39 +00:00
Joe Thornber
9263388a70
o missing *
2001-10-01 15:28:28 +00:00
Joe Thornber
a5072db62a
o added filter type.
2001-10-01 15:27:16 +00:00
Alasdair Kergon
b8ef655fb7
Tidy include files
2001-10-01 15:14:39 +00:00
Alasdair Kergon
fa42e6493d
Create symlinks to .h files in an include directory
2001-10-01 13:36:54 +00:00
Joe Thornber
d41d4056ca
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
03aee97527
o list.h from kernel for userland tools to use.
2001-09-28 13:19:17 +00:00
Joe Thornber
84ad4dabe2
o logical data structures
2001-09-28 13:15:30 +00:00
Joe Thornber
dc1acd03f8
o generic hash table to store void *'s, not efficient, but adequate for LVM.
2001-09-28 13:08:44 +00:00
Joe Thornber
2099052b83
o rewrite of dm_user_bmap, not tested though.
2001-09-27 10:15:02 +00:00
Patrick Caulfield
30a9f48024
Fix prototype for malloc_aux
2001-09-27 10:01:17 +00:00
Patrick Caulfield
7bf5c85a05
Don't include asm/* files
2001-09-27 10:00:47 +00:00
Steven Whitehouse
ac4fc0b84d
o Kill write funcs for error/status files
...
o Redo write logic for table file
o Relax rules for symlink content by removing the rewriting function
Well I probably won't get a chance to work on this tomorrow, so this is my
changeset to date.
2001-09-26 20:24:39 +00:00
Joe Thornber
2f1a7a61fc
o table creation works again.
2001-09-26 19:48:20 +00:00
Joe Thornber
2b83ef25c5
o It should build now
2001-09-26 17:32:57 +00:00
Joe Thornber
1655d99716
o typos
2001-09-26 17:07:10 +00:00
Joe Thornber
f9e8171a44
o remove steve's insane ramblings from my code.
2001-09-26 14:32:07 +00:00
Steven Whitehouse
cd624d3a4f
o Lunchtime.
2001-09-26 11:47:02 +00:00
Steven Whitehouse
dd19ef9dd0
o More updates
2001-09-26 09:26:10 +00:00
Steven Whitehouse
d91ed719e9
o Beginnings of new interface.
2001-09-26 08:06:46 +00:00
Alasdair Kergon
0153e94a50
fix memory leak
2001-09-25 16:26:38 +00:00
Joe Thornber
2eca35b6d6
o quick tidy up
2001-09-25 15:23:20 +00:00
Alasdair Kergon
269930c0da
lvactivate checkpoint commit
2001-09-25 12:49:28 +00:00
Alasdair Kergon
27829d8063
Another missing dependency.
2001-09-24 22:44:06 +00:00
Steven Whitehouse
5d910431cf
o Check in case of setting up volumes before root is mounted.
2001-09-24 15:18:45 +00:00
Steven Whitehouse
c5ecb802fc
Well when things start looking so complicated that future direction becomes
...
non-obvious, its time to simplify :-)
o Moving towards a simpler and more obviously correct interface
o Removed some fs operations in directories representing volumes
o Changed some file names
o Made things cleaner
more changes to follow...
2001-09-24 15:10:33 +00:00
Alasdair Kergon
1589a7a4f8
Fix dependencies.
2001-09-24 12:05:04 +00:00