]> sourceware.org Git - lvm2.git/shortlog
lvm2.git
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.
2001-09-13 Steven Whitehouse o I'm afraid that wu and wl etc. is just too confusing...
2001-09-13 Steven Whitehouse o Use kmem_cache_destroy() to remove slab cache.
2001-09-13 Patrick CaulfieldSet DEFAULT_ALIGNMENT to 8 for Alpha.
2001-09-12 Alasdair KergonAdd dm-parse
2001-09-07 Joe Thornbero first sat\7f\7ftab at custom fs. Very rough ATM.
2001-09-05 Joe Thornbero more tidy ups from Clausen.
2001-09-04 Joe Thornbero Added two new functions get_child [Andrew Clausen...
2001-09-03 Joe Thornbero added new constant CHILD_PER_NODE to make things...
2001-09-02 Joe Thornbero Various tidy ups [Andrew Clausen]
2001-08-31 Joe Thornbero added global dm_table_lookup_device(path)
2001-08-31 Joe Thornbero added reference counting to the destination devices...
2001-08-31 Joe Thornbero split struct mapped_device into mapped_device and...
2001-08-31 Joe Thornbero tidy ups
2001-08-31 Joe Thornbero allocate io_hooks from a slab
2001-08-31 Joe Thornbero stray return -ENXIO in reuqest [Jens Axboe]
2001-08-31 Joe Thornbero rebuilt 00_latest
2001-08-29 Joe Thornbero split uml part out
2001-08-29 Joe Thornbero various little tidy ups
2001-08-28 Joe Thornbero change format of table line to <start> <len> <target...
2001-08-28 AJ Lewis o Enable building dm modules (called dm-mod)
2001-08-28 Joe Thornbero more deferred io stuff
2001-08-28 Joe Thornbero added proper suspend/resume support, it now waits...
2001-08-24 Joe Thornbero ACtual source code patch
2001-08-24 Joe Thornbero a couple of patches we'll need for deviec-mapper
2001-08-23 Joe Thornbero you can now load maps repeatedly without hanging
2001-08-23 Joe Thornbero dm_add_target was returning 0\7f\7f an error when it...
2001-08-23 Joe Thornbero map loads ok now
2001-08-22 Alasdair KergonTweak permissions - currently root-only. (no support...
2001-08-22 Joe Thornbero chag\7fnges\7fd alloc to return 0 on success
2001-08-22 Joe Thornbero fs_add and fs_remove actually create/remove the devic...
2001-08-22 Joe Thornbero added brackets to make t->name = (char *) (t + 1...
2001-08-22 Alasdair KergonReturn 0 on success now.
2001-08-22 Joe Thornbero wu macro was doing a read unlock
2001-08-22 Joe Thornbero _tok_cpy was broken
2001-08-22 Joe Thornbero fix get_word
2001-08-22 Joe Thornbero _get_work\7fd was always returning the end on iput
2001-08-22 Alasdair Kergono Initialisation tweaks.
2001-08-22 Joe Thornbero set permissions on /proc/device-mapper/control to...
2001-08-22 Joe Thornbero call dm_init_fs
2001-08-21 AJ Lewis o Ok, this seems to be a much better method for cachin...
2001-08-21 AJ Lewis o Quick and dirty *UGLY* hack of a /proc/devices cache...
2001-08-21 AJ Lewis o Quick and dirty hack to get lvm_check_dev code into...
2001-08-21 Joe Thornbero quick hack to get the proc entry registering
2001-08-21 Joe Thornbero dm-fs compiles, I've forgotten to register the device...
2001-08-21 AJ Lewis o Added a basic makefile to build liblvm.a again
2001-08-21 AJ Lewis o Brought hash table code over from experimental
2001-08-21 Joe Thornbero wasn't including dm-fs.o in the build
2001-08-21 Joe Thornbero dm-target compiles
2001-08-21 Joe Thornbero dm-table compiles
2001-08-21 AJ Lewis o Added _basic_ config file support to the device...
2001-08-21 Joe Thornbero make dm.c compile
2001-08-21 Joe Thornbero 2.4.9 support
2001-08-21 AJ Lewis o Populating with stuff from experimental
next
This page took 0.04889 seconds and 5 git commands to generate.