summaryrefslogtreecommitdiffstats
path: root/daemons/clvmd
Commit message (Expand)AuthorAgeFilesLines
...
* CLVMD support for LVM_CLVMD_BINARY and LVM_BINARYZdenek Kabelac2011-09-242-7/+17
* CLVMD bugfix support for args -S -EZdenek Kabelac2011-09-243-37/+26
* Clvmd restart cleanupZdenek Kabelac2011-09-221-26/+21
* Add all exclusive locks to clvmd restart option argsZdenek Kabelac2011-09-221-2/+1
* Always sent the whole command header in restart/reload clvmd commands.Milan Broz2011-09-211-6/+12
* Fix clvmd processing of invalid request on local socket. (rommer)Milan Broz2011-09-161-5/+27
* more pre-release fixesAlasdair Kergon2011-08-121-1/+1
* Drop CCS* variables no longer used.Alasdair Kergon2011-08-121-2/+0
* Never ever use uninitialised descriptors if pipe() failsMilan Broz2011-08-111-2/+12
* Replace free_vg with release_vgZdenek Kabelac2011-08-101-1/+1
* Initialise clvmd locks before lvm context to avoid open descriptor leaks.Milan Broz2011-08-101-5/+7
* Remove obsoleted GULM clvmd cluster locking support.Milan Broz2011-08-099-1622/+6
* Add test for fcntl error in singlenode client code.Zdenek Kabelac2011-08-041-1/+4
* Annotate CLVMD_CMD_SYNC_NAMES in decode_cmdZdenek Kabelac2011-06-281-0/+3
* Major pvmove fix to issue ioctls in the correct order when multiple LVsAlasdair Kergon2011-06-111-2/+2
* Fix a few compile warnings.Peter Rajnoha2011-06-032-1/+2
* Propagate test mode to clvmd to skip activation and changes to held locks.Alasdair Kergon2011-06-012-0/+20
* When glibc needs buffers for line buffering of input and output buffers, itPetr Rockai2011-05-071-1/+1
* Fix some unmatching sign comparation gcc warningsZdenek Kabelac2011-04-083-3/+3
* Keep noreturn attribute for lvm_thread_fnZdenek Kabelac2011-03-301-1/+1
* Better shutdown for clvmdZdenek Kabelac2011-03-301-8/+25
* Fix sending uninitilised bytes in cluster messagesZdenek Kabelac2011-03-291-2/+4
* Fix -Wold-style-definition gcc warningsZdenek Kabelac2011-03-292-9/+10
* Release allocated memory on closedownZdenek Kabelac2011-03-241-2/+6
* Remove compile warning for lock_id.Peter Rajnoha2011-03-131-3/+3
* Do not send random bytes in messageZdenek Kabelac2011-03-081-3/+8
* Fix clvmd return code for bad options.Milan Broz2011-03-081-6/+12
* Lower severity of selabel_lookup and matchpathcon failure to log_debug.Peter Rajnoha2011-03-031-1/+1
* Fix syslog initialisation in clvmd to respect lvm.conf setting.Milan Broz2011-03-021-3/+4
* Fix some compile warnings on RHEL5Milan Broz2011-03-011-2/+7
* Remove dead codeZdenek Kabelac2011-02-281-5/+0
* Remove a few size_t type warnings.Peter Rajnoha2011-02-221-2/+3
* Fix gcc warnings for unused variablesZdenek Kabelac2011-02-181-2/+1
* Const fixingZdenek Kabelac2011-02-182-2/+2
* Void* arithmetic replaced with char*Zdenek Kabelac2011-02-181-1/+1
* Critical sectionZdenek Kabelac2011-02-181-7/+7
* Fix for bug 677739: removing final exclusive cmirror snapshot,Jonathan Earl Brassow2011-02-181-2/+4
* Allow snapshots in a cluster as long as they are exclusivelyJonathan Earl Brassow2011-02-041-3/+11
* Remove extra sync calls.Zdenek Kabelac2011-02-041-4/+0
* Use cluster-wide message to request device name syncZdenek Kabelac2011-02-041-1/+0
* Increase hash table size to 1024 lv names and 64 pv uuidsZdenek Kabelac2011-02-031-1/+1
* Remove fs_unlock from lv_resume pathZdenek Kabelac2011-02-031-0/+1
* Better fix for no-locking udev sync and clvmdZdenek Kabelac2011-02-021-0/+3
* Revert wrong fix for nolock locking missing fs_unlockZdenek Kabelac2011-02-021-0/+1
* Fix udev synchronization for no-locking modeZdenek Kabelac2011-01-311-1/+0
* In some versions (RHEL6) dlm_create_lockspace() alwaysMilan Broz2011-01-193-16/+23
* Add -f (don't fork) option to clvmd and fix clvmd -d<num> description.Milan Broz2011-01-173-35/+53
* Replace fs_unlock by sync_local_dev_names to notify local clvmd. (2.02.80)Alasdair Kergon2011-01-123-0/+8
* Speedup consequent activation callsZdenek Kabelac2011-01-103-0/+9
* Remove dead assignment to thisfdZdenek Kabelac2011-01-051-2/+0