]> sourceware.org Git - lvm2.git/shortlog
lvm2.git
2001-11-14 Alasdair KergonAvoid generating duplicate lv names
2001-11-14 Alasdair KergonMiscellaneous tidying
2001-11-14 Joe Thornbero lvcreate no longer needs the explicit -n flag
2001-11-14 Joe Thornbero Prefix static var with '_'
2001-11-14 Joe Thornbero Added dev_open and dev_close functions
2001-11-13 Joe Thornbero Deal with sparse lv arrays (on disk)
2001-11-13 Alasdair Kergono lvdisplay now shows LE / PV map
2001-11-13 Joe Thornbero Put underscore between vg and lv name.
2001-11-13 Alasdair KergonMerge lvreduce & lvextend into lvresize.
2001-11-12 Joe Thornbero Stuff
2001-11-12 Joe Thornbero Add ALLOC_SIMPLE
2001-11-12 Alasdair KergonRemove hard-coding and create device-mapper directory...
2001-11-12 Joe Thornbero if any pattern rejects a device, and there were...
2001-11-12 Joe Thornbero check result of an allocation
2001-11-12 Alasdair Kergoniospace restructured
2001-11-12 Joe Thornbero add fs.c to the Makefile
2001-11-12 Joe Thornbero add uplink from vg to cmd_context
2001-11-12 Joe Thornbero Plug in fs_(add|del)_lv
2001-11-12 Joe Thornbero Split struct io_space into:
2001-11-12 Joe Thornbero Compile errors
2001-11-12 Joe Thornbero Ready for testing
2001-11-10 Steven Whitehouse o Fix module ref counts so that you can actually unloa...
2001-11-09 Alasdair Kergono Added lvextend
2001-11-09 Joe Thornbersync only, not ready yet
2001-11-08 Alasdair Kergonlvdisplay & lvreduce
2001-11-08 Heinz Mauelshagenmore todo
2001-11-07 Alasdair Kergono Always set LVM_READ.
2001-11-07 Steven WhitehouseOops. Forgot to check this in earlier. Changes as per...
2001-11-07 Joe Thornbero more todo
2001-11-07 Joe Thornbero Lot's to do
2001-11-07 Joe Thornbero Added lvs_in_vgs_opened
2001-11-07 Joe Thornbero pool_empty was very wrong
2001-11-07 Steven WhitehouseTidy and changes to make code smaller.
2001-11-07 Joe Thornbero Another pass at the activation code
2001-11-07 Heinz MauelshagenAdded GPL disclaimer
2001-11-06 Alasdair Kergonlvcreate
2001-11-06 Joe Thornbero lv_extend
2001-11-06 Joe Thornbero Factor _allocate out for use by lv_extend
2001-11-06 Joe Thornbero lv_reduce
2001-11-06 Joe Thornbero Contiguous allocation
2001-11-06 Joe Thornbero lv_manip.c will contain the code for lv_create,...
2001-11-05 Alasdair KergonReinstate size of lv
2001-11-05 Joe Thornbero code for building free area lists on a pv. Compiles...
2001-11-05 Joe Thornbero adjacent extents are now merged into a single target...
2001-11-05 Alasdair Kergonlvcreate prototype
2001-11-02 Joe Thornbero build lv name from <vg>_<lv>
2001-11-02 Alasdair KergonLink in the activation library.
2001-11-02 Joe Thornbero First pass at activation
2001-10-31 Alasdair Kergono Changes to activation interface
2001-10-31 Joe Thornbero LGPL list implementation
2001-10-30 Joe Thornbero random little fixes
2001-10-30 Alasdair Kergonlvchange
2001-10-29 Alasdair Kergonbasic lvscan
2001-10-29 Joe Thornbero Add read_ahead and stripes to struct logical_volume
2001-10-29 Alasdair Kergonprefix & vgname in lvname
2001-10-29 Alasdair Kergonlvremove
2001-10-29 Steven Whitehouse o Added two items which ought to be done when we updat...
2001-10-29 Steven Whitehouse o Added a file containing a TODO list.
2001-10-25 Joe Thornbero rfilter was no longer accepting by default
2001-10-25 Alasdair Kergono log/overwrite=1 in config file to overwrite instead...
2001-10-25 Joe Thornbero was freeing memory from the wrong pool
2001-10-25 Alasdair Kergono fopen error message
2001-10-25 Joe Thornbero pfilter stores results for all aliases.
2001-10-25 Joe Thornbero It's a bit of a hack, but the regex filter now makes...
2001-10-25 Joe Thornbero rfilter now checks all aliases for a match
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...
next
This page took 0.057088 seconds and 5 git commands to generate.