]> sourceware.org Git - lvm2.git/shortlog
lvm2.git
2011-06-27 Petr RockaiAdd int/str lookup routines specific to the reply ...
2011-06-27 Petr RockaiAlso parse the config_tree on the client end (daemon...
2011-06-27 Petr RockaiParse the incoming config tree in daemon-server.c,...
2011-06-27 Petr RockaiLVMetaD build hack: link to lvm-internal &c. and add...
2011-06-27 Petr RockaiImplement daemon_send_simple and use it in the testclient.
2011-06-27 Petr RockaiDo not open the socket with SOCK_NONBLOCK in daemon...
2011-06-27 Petr RockaiCall daemon_close before exit in the testclient.
2011-06-27 Petr RockaiSketch out the actual on-wire format in daemon-client...
2011-06-24 Alasdair Kergonremove unused var after recent patch
2011-06-24 Alasdair KergonReturn immediately dm_lib_exit() if called more than...
2011-06-23 Jonathan Earl... Fix to preserve exclusive activation of mirror while...
2011-06-23 Milan BrozFail allocation if number of extents not divisible...
2011-06-22 Jonathan Earl... Fix issue preventing cluster mirror creation.
2011-06-22 Peter RajnohaAdd check for library fallback in _deactivate_node.
2011-06-17 Peter RajnohaDisable udev fallback and add --udevfallback option...
2011-06-17 Peter RajnohaDisable udev fallback by default and add activation...
2011-06-17 Zdenek KabelacCode move of vg_mark_partial() up in stack
2011-06-17 Zdenek KabelacRemove unused internal flag ACTIVATE_EXCL from the...
2011-06-17 Zdenek KabelacRemove test for status flag
2011-06-17 Zdenek KabelacAdd couple FIXMEs around suspicious code
2011-06-17 Zdenek KabelacUse lv_activate_opts struct instead of ACTIVATE_EXCL...
2011-06-17 Zdenek KabelacUse lv_activate_opts struct instead of ACTIVATE_EXCL...
2011-06-17 Zdenek KabelacAdd lv_activate_opts structure
2011-06-15 Petr RockaiWhat's new.
2011-06-15 Petr RockaiFix RHBZ 651590 (failure to lock LV results in failure...
2011-06-15 Peter RajnohaAdd proper udev library context initialization and...
2011-06-15 Milan BrozFix lvreduce stripe rounding up from previous commit.
2011-06-14 Petr RockaiAdd a skeleton for lvmetad, a test client, and a tempor...
2011-06-14 Petr RockaiCommon daemon code: Implement basic socket-based commun...
2011-06-13 Alasdair KergonFix last snapshot removal to avoid table reload while...
2011-06-13 Alasdair KergonFix fields in warning message.
2011-06-13 Alasdair KergonMaintain a count of the number of suspended devices...
2011-06-12 Alasdair KergonFix 'pvs -o pv_all' to include label fields. (Also...
2011-06-12 Alasdair KergonDisable critical section internal errors until this...
2011-06-11 Alasdair KergonFix --mirrorlog mirrored.
2011-06-11 Alasdair KergonMajor pvmove fix to issue ioctls in the correct order...
2011-06-09 Milan BrozFix kernel version test (RHEL: 2.6.32-123).
2011-06-09 Milan BrozFix mirrored stripe reduction.
2011-06-09 Milan BrozValidate mirror segments size
2011-06-09 Milan BrozFix extent rounding for striped segments.
2011-06-09 Milan BrozFix kernel version parsing in tests, use common function.
2011-06-09 Milan BrozFix another occurrence of linux kernel version check.
2011-06-09 Milan BrozAccept kernel version 3 (3.0-rc and similar).
2011-06-09 Milan BrozFix topology test.
2011-06-08 Peter RajnohaFix create_temp_name to replace any '/' found in the...
2011-06-06 Alasdair Kergonmissing space in mesg
2011-06-04 Petr RockaiAlso check in the pe_start API test that the disks...
2011-06-04 Petr RockaiAdd an API test that shows how to find a value of pe_st...
2011-06-03 Peter RajnohaFix a few compile warnings.
2011-06-02 Milan BrozUse append but except query for dlm locks:-)
2011-06-02 Milan BrozAlways use append to file in lvmdump (selinux policy...
2011-06-02 Milan BrozUse /var/run/lvm for lvmetad socket.
2011-06-01 Alasdair KergonPropagate test mode to clvmd to skip activation and...
2011-06-01 Alasdair KergonDefer writing PV labels to vg_write.
2011-06-01 Alasdair KergonReport sector containing label in verbose message.
2011-06-01 Alasdair KergonPermit --available with lvcreate so non-snapshot LVs...
2011-06-01 Alasdair KergonReport sector containing label in verbose message.
2011-06-01 Peter RajnohaClarify error message when unable to convert an LV...
2011-05-28 Peter RajnohaUse new dev_open_readonly fn to prevent opening devices...
2011-05-25 Petr RockaiFirst draft of a document describing how we will automa...
2011-05-24 Alasdair Kergontest
2011-05-24 Alasdair Kergontest
2011-05-24 Alasdair Kergontest
2011-05-24 Alasdair Kergontest
2011-05-24 Alasdair Kergontest
2011-05-24 Alasdair Kergontest
2011-05-24 Alasdair Kergontest
2011-05-24 Alasdair Kergontest
2011-05-24 Alasdair Kergontest
2011-05-24 Alasdair Kergontest
2011-05-24 Alasdair Kergontest
2011-05-24 Alasdair KergonAdd and use dev_open_readonly and variations.
2011-05-23 Petr RockaiMention code layout in lvmetad DESIGN.
2011-05-19 Zdenek KabelacDo not log a superfluous stack message when the lv...
2011-05-15 Petr RockaiMore work on the common daemon framework. Make things...
2011-05-13 Petr RockaiMore scavenging of common daemon code, this time the...
2011-05-13 Petr RockaiStart filling in some of the common daemon (server...
2011-05-13 Petr RockaiFirst go at the lvmetad client-side interface.
2011-05-13 Petr RockaiFirst stab at the prototypes of the daemon-common funct...
2011-05-12 Petr RockaiInitial design document for LVMetaD, building on the...
2011-05-12 Peter RajnohaDo not issue an error message when unable to remove...
2011-05-07 Petr RockaiUpdate WHATS_NEW.
2011-05-07 Petr RockaiRewrite vgreduce --removemissing --force, using existin...
2011-05-07 Petr RockaiAdd a new entry point in the mirror lvconvert code...
2011-05-07 Petr RockaiWhen glibc needs buffers for line buffering of input...
2011-05-07 Petr RockaiMake vg_mark_partial_lvs also clear existing PARTIAL_LV...
2011-04-29 Alasdair Kergontest update without WHATS_NEW to check it gives warning now
2011-04-29 Alasdair Kergontest
2011-04-29 Alasdair Kergontest
2011-04-29 Alasdair Kergontest
2011-04-29 Alasdair Kergontest
2011-04-29 Alasdair Kergontest
2011-04-29 Alasdair Kergontest
2011-04-29 Alasdair Kergontest
2011-04-29 Alasdair Kergontest
2011-04-29 Alasdair Kergontest
2011-04-29 Alasdair Kergontest
2011-04-29 Alasdair Kergonpost-release
2011-04-29 Alasdair Kergonwake buildbot
2011-04-29 Alasdair Kergoncommands/toolcontext.c:578: warning: ‘udev_dirâ€...
next
This page took 0.053801 seconds and 5 git commands to generate.