]> sourceware.org Git - lvm2.git/shortlog
lvm2.git
2001-10-04 Joe Thornbero got dbg_malloc_t working, Alasdair could you look...
2001-10-04 Joe Thornbero Use the __alignof__ extension to set DEFAULT_ALIGNMEN...
2001-10-03 Alasdair Kergonvgcreate & lvmchange outlines
2001-10-03 Alasdair Kergonvgrename & pvchange outlines
2001-10-03 Joe Thornbero added dev-cache.c, dev-io and sorted source files...
2001-10-03 Joe Thornbero moved dev-cache to device dir
2001-10-03 Joe Thornbero I've moved the dev-cache and dev-io into here since...
2001-10-03 Alasdair Kergonlvremove outline
2001-10-03 Joe Thornbero code sync for dev-cache.c
2001-10-02 Alasdair Kergonpvscan framework
2001-10-02 Joe Thornbero test program for the device cache
2001-10-02 Joe Thornbero test program for the hash table.
2001-10-02 Joe Thornbero Test program for dbg_malloc unit.
2001-10-01 Alasdair KergonAnother step towards consistency & compilation.
2001-10-01 Alasdair KergonMisc structural changes.
2001-10-01 Alasdair KergonMisc structural changes.
2001-10-01 Joe Thornbero changed dev-manager to a dev_filter
2001-10-01 Joe Thornbero get block size moved to dev-io.c
2001-10-01 Alasdair Kergonmerge partition code
2001-10-01 Alasdair KergonTidy includes
2001-10-01 Joe Thornbero drop the reference counting in the devices.
2001-10-01 Alasdair KergonMerge fixes
2001-10-01 Joe Thornbero missing *
2001-10-01 Joe Thornbero added filter type.
2001-10-01 Alasdair KergonTidy include files
2001-10-01 Alasdair KergonCreate symlinks to .h files in an include directory
2001-09-28 Joe Thornbero I'm splitting dev-manager in two. dev-cache is the...
2001-09-28 Joe Thornbero list.h from kernel for userland tools to use.
2001-09-28 Joe Thornbero logical data structures
2001-09-28 Joe Thornbero generic hash table to store void *'s, not efficient...
2001-09-27 Joe Thornbero rewrite of dm_user_bmap, not tested though.
2001-09-27 Patrick CaulfieldFix prototype for malloc_aux
2001-09-27 Patrick CaulfieldDon't include asm/* files
2001-09-26 Steven Whitehouse o Kill write funcs for error/status files
2001-09-26 Joe Thornbero table creation works again.
2001-09-26 Joe Thornbero It should build now
2001-09-26 Joe Thornbero typos
2001-09-26 Joe Thornbero remove steve's insane ramblings from my code.
2001-09-26 Steven Whitehouse o Lunchtime.
2001-09-26 Steven Whitehouse o More updates
2001-09-26 Steven Whitehouse o Beginnings of new interface.
2001-09-25 Alasdair Kergonfix memory leak
2001-09-25 Joe Thornbero quick tidy up
2001-09-25 Alasdair Kergonlvactivate checkpoint commit
2001-09-24 Alasdair KergonAnother missing dependency.
2001-09-24 Steven Whitehouse o Check in case of setting up volumes before root...
2001-09-24 Steven WhitehouseWell when things start looking so complicated that...
2001-09-24 Alasdair KergonFix dependencies.
2001-09-21 Alasdair KergonMakefiles & autoconf.
2001-09-21 Alasdair KergonInitialise root node pointer.
2001-09-21 Alasdair KergonUnused variables.
2001-09-20 Steven Whitehouse o Sync up of todays changes .... nothing very important
2001-09-20 Steven Whitehouse o Bug fix in error path
2001-09-20 Steven Whitehouse o Use ERR_PTR and PTR_ERR rather than an extra argument.
2001-09-20 Steven Whitehouse o Changed to use table->err_msg rather than passing...
2001-09-19 Steven Whitehouse o Some new files (also part of new fs interface)
2001-09-19 Steven Whitehouse o Further changes to new file system interface
2001-09-19 Steven Whitehouse o Removed the error reporting function from the target...
2001-09-19 Alasdair Kergonhardsect/blksize handling
2001-09-19 Steven Whitehouse o Added ref counting to tables
2001-09-19 Steven Whitehouse o Fixed a bug where we were not holding a reference...
2001-09-19 Steven Whitehouse o Change the deallocation of tables to match the vmall...
2001-09-19 Steven Whitehouse o Cut down number of vmallocs to increase speed and...
2001-09-19 Steven Whitehouse o More fs fiddling. Another check point commit.
2001-09-19 Steven Whitehouse o Bug fix to LV_BMAP ioctl()
2001-09-18 Alasdair KergonFix allocation & list-handling.
2001-09-18 Steven WhitehouseThese files are now a bit closer towards what I'm aimin...
2001-09-18 Steven WhitehouseShould have been included in the previous commit.
2001-09-18 Steven Whitehouse o Changed dm_create() to return a struct mapped_device...
2001-09-18 Steven Whitehouse o New file dmfs-super.c
2001-09-17 Alasdair KergonError checking: only allow block devices & test for...
2001-09-17 Steven Whitehouse o Again, please ignore this for the time being.
2001-09-17 Alasdair Kergono Arbitrary mount path.
2001-09-17 Steven Whitehouse o Work in progress, please ignore these files for...
2001-09-17 Steven Whitehouse o Fixed code where return value of vmalloc wasn't...
2001-09-17 Steven Whitehouse o Use count should be an atomic_t
2001-09-14 Steven Whitehouse o Targets now get rw passed through so they can do...
2001-09-14 Steven Whitehouse o Support /sbin/hotplug
2001-09-14 Steven Whitehouse o Made pending I/O wait uninterruptible
2001-09-14 Steven Whitehouse o New ioctl(): LV_BMAP which is compatible with LVM...
2001-09-14 Alasdair KergonUse dmfs_ function name prefix (in line with other...
2001-09-14 Patrick Caulfieldlc->in->f_op->read expects its buffer to be in userspac...
2001-09-14 Steven Whitehouse o As promised earlier, the device registration is...
2001-09-14 Alasdair KergonAlways truncate error file.
2001-09-14 Patrick CaulfieldDon't store things in _devs[-1] - it's not nice.
2001-09-14 Steven Whitehouse o Forgot to create slab caches for dm-blkdev.c
2001-09-14 Alasdair Kergono kmalloc error check
2001-09-14 Steven WhitehouseChanges to device handling;
2001-09-14 Steven Whitehouse o New code for handling block device registration...
2001-09-13 Alasdair Kergonis_identifier characters
2001-09-13 Steven Whitehouse o Two fixes which Alasdair pointed out.
2001-09-13 Steven Whitehouse o Tidy in dm-fs.c
2001-09-13 Steven Whitehouse o Forgot to add ref to module.
2001-09-13 Alasdair KergonAdd dm-parse to makefile
2001-09-13 Steven Whitehouse o Now we handle target modules correctly
2001-09-13 Alasdair Kergono Remove hard-coded mount point
2001-09-13 Steven Whitehouse o Some structures change size with different configs...
2001-09-13 Steven Whitehouse o Some ioctl() commands.
2001-09-13 Patrick CaulfieldFix includes so that string functions get prototyped
2001-09-13 Patrick CaulfieldFix includes so that string functions get prototyped.
next
This page took 0.051222 seconds and 5 git commands to generate.