]> sourceware.org Git - lvm2.git/shortlog
lvm2.git
2001-10-25 Joe Thornbero use dev_name(dev) to get the name of a device, this...
2001-10-25 Joe Thornbero Remove a couple of warnings, and one bug in ttree...
2001-10-25 Joe Thornbero Shuffle the keys to stop degeneracy.
2001-10-25 Joe Thornbero Trivial binary tree
2001-10-25 Joe Thornbero added aliases list to struct device.
2001-10-25 Steven Whitehouse o Correction in logic for write access to tables
2001-10-25 Steven Whitehouse o Fix typos from yesterday
2001-10-25 Joe Thornbero Merged common code between hash_destroy and hash_wipe.
2001-10-24 Alasdair Kergonpersistent cache fully incorporated. Goodbye to scanni...
2001-10-24 Joe Thornbero Updated 00_makefile
2001-10-24 Steven Whitehouse o Error list handling now part of fs rather than part...
2001-10-24 Steven Whitehouse o Fix bug in dmfs-error.c where it could return too...
2001-10-23 Alasdair Kergonpersistent filter & some log message changes
2001-10-23 Joe Thornbero removed old files
2001-10-23 Joe Thornbero forgot to use the path passed into _read_array.
2001-10-23 Joe Thornbero test program for the new persistent filter.
2001-10-23 Alasdair Kergondeallocations
2001-10-23 Joe Thornbero rethink of the persistent filter
2001-10-23 Alasdair Kergonfilter integration into tools
2001-10-23 Joe Thornbero forgot to retry on EINTR or EAGAIN, doh !
2001-10-22 Joe Thornbero forgot 'static'
2001-10-22 Joe Thornbero composite filter that allows us to merge filters...
2001-10-22 Joe Thornbero Filter which caches valid devices in a file. Pass...
2001-10-22 Alasdair Kergonreinstate a removed line
2001-10-22 Joe Thornbero removed 00_latest since it never is.
2001-10-21 Joe Thornbero tidying
2001-10-19 Joe Thornbero Filter for the dev cache that takes values from confi...
2001-10-19 Joe Thornbero First pass at the regex code. lib/regex/matcher...
2001-10-18 Alasdair Kergonpvdisplay
2001-10-18 Steven Whitehouse o Remove unused variable.
2001-10-17 Alasdair Kergonpvchange
2001-10-17 Steven Whitehouse o Fix crash that Patrick reported
2001-10-17 Steven Whitehouse o Fix a typo. This should fix devfs support.
2001-10-17 Steven Whitehouse o Patches to go with earlier check in
2001-10-17 Steven WhitehouseOk. this is the big one.... the change to the new fs...
2001-10-17 Steven Whitehouse o Update to parser
2001-10-16 Alasdair Kergonpvscan
2001-10-16 Steven Whitehouse o Fixed infinite loop in parser
2001-10-16 Alasdair Kergonvgchange
2001-10-16 Steven Whitehouse o Get file size correct for table
2001-10-16 Steven Whitehouse o Fixes to parsing code
2001-10-16 Steven Whitehouse o Tidy up, removing debugging printk's no longer needed
2001-10-15 Steven Whitehouse o More bug fixes
2001-10-15 Alasdair Kergonvgextend
2001-10-15 Alasdair Kergonvgcreate basic extent size validation
2001-10-15 Alasdair KergonMore vgcreate error trapping
2001-10-15 Steven Whitehouse o More fixes
2001-10-15 Alasdair Kergono lvm readline error-case tidy-up
2001-10-15 Steven Whitehouse o Some bug fixes
2001-10-12 Joe Thornbero vgcreate
2001-10-12 Alasdair Kergonvgcreate
2001-10-12 Joe Thornbero make ios the first argument to pv_create
2001-10-12 Joe Thornbero lift call to check out of pvcreate_single
2001-10-12 Joe Thornbero rename _single pvcreate_signle
2001-10-12 Joe Thornbero made _single static
2001-10-12 Joe Thornbero pvcreate
2001-10-12 Steven Whitehouse o Further tidyups and fixes.
2001-10-12 Alasdair Kergonsync
2001-10-11 Alasdair Kergonvgreduce, vgremove, vgrename & vgscan
2001-10-11 Steven WhitehouseSome more sync ups
2001-10-11 Joe Thornbero try incrementing pv_number from 1
2001-10-11 Joe Thornbero if contained &= instad of &
2001-10-11 Joe Thornbero initalise list_heads, initialise list_heads, initi ..
2001-10-11 Joe Thornbero a very quick hack to get vg_number right
2001-10-11 Joe Thornbero set PV_ALLOCATABLE flag correctly
2001-10-11 Joe Thornbero pv->system_id
2001-10-11 Joe Thornbero vg->pv_act
2001-10-11 Joe Thornbero calculate pv_numbers and lv_numbers for LVM1 support
2001-10-11 Joe Thornbero pe_start wasn't being set properly when exporting...
2001-10-10 Steven Whitehouse o Everybody needs dm.h
2001-10-10 Joe Thornbero sync
2001-10-10 Alasdair Kergonstandardise some log messages
2001-10-10 Joe Thornbero builds a very sub-optimal table
2001-10-10 Joe Thornbero allocate and zero the extents before exporting the...
2001-10-10 Joe Thornbero zero all of uuid
2001-10-10 Joe Thornbero uuid_list->id should be NAME_LEN wide
2001-10-10 Joe Thornbero sizeof(NAME_LEN), don't do that
2001-10-10 Joe Thornbero forgot to init a list head
2001-10-10 Joe Thornbero dev_write
2001-10-10 Alasdair KergonTidy metadata diagnostic messages.
2001-10-10 Joe Thornbero return data not 1 in read_ov
2001-10-10 Joe Thornbero check for orphaned pv's when reading
2001-10-10 Joe Thornbero pv_setup for format1, this is the last one !
2001-10-10 Joe Thornbero AC_INIT was pointing to an old file
2001-10-10 Joe Thornbero metadata.h was in here twice
2001-10-10 Joe Thornbero pv_write for orphan pv's
2001-10-10 Joe Thornbero add munging for format1 and 2
2001-10-10 Joe Thornbero Code to calculate the metadata layout.
2001-10-09 Joe Thornbero stub pv_write to stop tools crashing
2001-10-09 Joe Thornbero fix seg fault while reading extents
2001-10-09 Joe Thornbero remove another spurious error message
2001-10-09 Alasdair Kergono vgremove.
2001-10-09 Joe Thornbero spot empty list in build_vg
2001-10-09 Joe Thornbero proposed interface to the kernel driver
2001-10-09 Joe Thornbero dev-mgr disappears
2001-10-09 Joe Thornbero change pv_read to take a name rather than a device
2001-10-09 Joe Thornbero remove spurious log message
2001-10-09 Joe Thornbero hack, hack, hack
2001-10-09 Joe Thornbero vg_write compiles
2001-10-09 Joe Thornbero get_vgs works
next
This page took 0.072108 seconds and 5 git commands to generate.