summaryrefslogtreecommitdiffstats
path: root/xlators/mgmt/glusterd/src/glusterd-mgmt.c
Commit message (Expand)AuthorAgeFilesLines
* glusterd: add post-commit phase to the transactionSanju Rakonde2020-09-211-0/+323
* glusterd: additional log informationnik-redhat2020-06-291-12/+48
* glusterd: migrating remove-brick commands to mgmt v3 frameworkSanju Rakonde2020-06-171-7/+41
* glusterd: rebalance start should fail when quorum is not metSanju Rakonde2019-10-101-1/+2
* glusterd/tier: remove tier related code from glusterdHari Gowtham2019-05-271-146/+2
* glusterd: Add gluster volume stop operation to glusterd_validate_quorum()Vishal Pandey2019-05-111-1/+1
* glusterd: coverity fixesAtin Mukherjee2019-04-251-5/+19
* glusterd: glusterd memory leak while running "gluster v profile" in a loopMohit Agrawal2019-03-051-2/+3
* glusterd: aggregate rsp from peers for profile commandSanju Rakonde2019-01-031-1/+2
* mgmt/glusterd: fix clang warningSheetal Pamecha2018-12-291-1/+0
* glusterd: migrating rebalance commands to mgmt_v3 frameworkSanju Rakonde2018-12-181-7/+115
* glusterd: migrating profile commands to mgmt_v3 frameworkSanju Rakonde2018-12-041-17/+216
* glusterd: perform rcu_read_lock/unlock() under cleanup_lock mutexSanju Rakonde2018-12-031-14/+14
* glusterd/snapshot: copy-paste typoSanju Rakonde2018-11-131-1/+1
* Land part 2 of clang-format changesGluster Ant2018-09-121-2336/+2214
* Some (mgmt) xlators: use dict_{setn|getn|deln|get_int32n|set_int32n|set_strn}Yaniv Kaul2018-09-091-14/+23
* Multiple files: calloc -> mallocYaniv Kaul2018-09-041-2/+2
* Fix compile warningsXavi Hernandez2018-07-101-2/+6
* mgmt/glusterd: Cleanup dead codeVijay Bellur2018-06-061-9/+0
* changed 'sometime' messsages to 'some time'Levi Baber2018-06-011-1/+1
* glusterd: glusterd is releasing the locks before timeoutSanju Rakonde2018-05-281-0/+10
* glusterd: Implementing volume stop in mgmt v3Sanju Rakonde2018-03-261-0/+50
* Tier: Stop tierd for detach starthari gowtham2017-12-011-2/+0
* glusterd/mgmt: coverity fixesSanju Rakonde2017-11-031-12/+6
* tier: separation of attach-tier from add-brickhari gowtham2017-08-011-0/+64
* tier : Tier as a servicehari gowtham2017-01-161-10/+100
* glusterd: Get maximum supported op-version in a clusterSamikshan Bairagya2017-01-081-23/+46
* snapshot: Fix for memory leaks in snapshot code pathAvra Sengupta2016-10-251-0/+4
* glusterd : Introduce reset brickAnuradha Talur2016-08-291-0/+33
* glusterd (mgmt): fix unused variable warnings/errorsKaleb S. KEITHLEY2016-08-251-41/+24
* glusterd: clean dead initializationsPrasanna Kumar Kalever2016-04-041-6/+0
* glusterd/syncop: double free of frame stackMohammed Rafi KC2016-03-311-11/+30
* tier/glusterd: Check before starting tier daemon during volume startMohammed Rafi KC2015-12-081-1/+3
* glusterd: Change volume start into v3 frameworkMohammed Rafi KC2015-11-251-2/+60
* glusterd/add-brick: change add-brick implementation to v3 frameworkMohammed Rafi KC2015-10-071-6/+67
* dict: dict_set_bin() should never free the pointer on errorNiels de Vos2015-07-241-0/+2
* glusterd: Porting the left out gf_log_callingfns to new frameworkNandaja Varma2015-07-181-2/+4
* glusterd/ afr : set afr pending xattrs on replace brickAnuradha2015-06-251-0/+52
* glusterd/mgmt_v3: Print the node info, with failure messagesAvra Sengupta2015-06-221-4/+2
* glusterd/snapshot: Return correct errno in events of failure - PATCH 2Avra Sengupta2015-06-021-18/+30
* glusterd/snapshot: Return correct errno in events of failure - PATCH 1Avra Sengupta2015-05-281-6/+20
* glusterd : allocate peerid to store in frame->cookieAtin Mukherjee2015-05-281-19/+37
* mgmt/glusterd: Porting messages to new logging frameworkNandaja Varma2015-05-041-80/+138
* glusterd: Use uint32_t for peerinfo generation numberKaushal M2015-04-301-8/+8
* libglusterfs: Implementation of sync lock as recursive lock to avoid crash.anand2015-04-281-18/+0
* glusterd: Remove direct references to peerinfo in frame cookiesKaushal M2015-04-261-27/+64
* glusterd: Replace transaction peers listsKaushal M2015-04-131-108/+211
* Avoid conflict between contrib/uuid and system uuidEmmanuel Dreyfus2015-04-041-14/+14
* glusterd: compute quorum on peers in clusterKrishnan Parthasarathi2015-04-021-4/+2
* glusterd: Replace libglusterfs lists with liburcu listsKaushal M2015-03-031-10/+10