summaryrefslogtreecommitdiffstats
path: root/glusterfsd/src/glusterfsd-mgmt.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed some general typing errors.Varun Shastry2012-09-271-1/+1
* core: enable process to return the appropriate error codeAnand Avati2012-09-211-10/+26
* All: License message changeVarun Shastry2012-09-131-7/+6
* glusterfsd: rpcsvc actors must return success after an attempt to submit replyKrishnan Parthasarathi2012-08-281-8/+12
* All: License message changeVarun Shastry2012-08-281-14/+5
* rpcsvc: remove .vector_actor and related changesAnand Avati2012-08-201-8/+8
* rpc: Reduce frame-timeout for glusterd connectionsKaushal M2012-08-171-3/+2
* glusterfs_ctx_t: un-globalize the filesystem contextAnand Avati2012-07-171-17/+11
* remove useless if-before-free (and free-like) functionsJim Meyering2012-07-131-46/+23
* calls to dict_allocate_and_serialize() are not 64-bit cleanKaleb S. KEITHLEY2012-07-121-7/+7
* glusterfsd: don't ignore tmpfile write failure (2x)Jim Meyering2012-07-111-0/+7
* rpc: add extra arguments to _callback's actor functionAmar Tumballi2012-07-111-4/+8
* cluster/dht: Remove dht dependency on glusterfsd-mgmtshishir gowda2012-06-291-0/+21
* glusterfsd: further fd leak fixes for graph changeCsaba Henk2012-06-051-0/+6
* core: coverity fixes (mostly resource leak fixes)Amar Tumballi2012-06-051-0/+3
* glusterfs/rebalance: Register cbk for glusterfs_rebalance_event_notifyshishir gowda2012-05-181-1/+43
* glusterfsd: Change a free() to GF_FREE()Kaushal M2012-04-261-1/+1
* rebalance: handshake_event_notify to make fsd talk to glusterdshishir gowda2012-04-251-0/+80
* glusterd,glusterfsd : Perform proper cleanup of connections and socket filesKaushal M2012-04-231-28/+42
* glusterfsd: print entire path of functions whenever serializing a reply failsRaghavendra Bhat2012-04-231-1/+1
* Fix compiler warnings and typos from Debian build.Jeff Darcy2012-04-101-1/+1
* core: fix all the iobuf related refs and unrefsAmar Tumballi2012-03-291-5/+3
* cli,glusterd: more volume status improvementsKaushal M2012-03-291-20/+58
* Revert "core: enable process to return the appropriate error code"Amar Tumballi2012-03-221-26/+10
* core: enable process to return the appropriate error codeAmar Tumballi2012-03-211-10/+26
* glusterfsd: Handle errors in response sendPranith Kumar K2012-03-171-17/+20
* cli, glusterd, nfs: "volume status|profile|top" for nfs serversKaushal M2012-03-141-3/+244
* glusterfsd: handle a case of NULL dereference during rebalanceAmar Tumballi2012-03-121-0/+5
* glusterfsd: Unref iobuf after using itPranith Kumar K2012-03-051-0/+2
* glusterfsd: unref the dict and use dict_set_dynstr to avoid memleakRaghavendra Bhat2012-02-221-0/+2
* mempool: adjustments in pool sizesAmar Tumballi2012-02-221-2/+2
* cli, glusterfsd: Fixes for "volume top {read,write}-perf"Kaushal M2012-02-211-14/+14
* cluster/afr: Add commands to see self-heald opsPranith Kumar K2012-02-201-42/+59
* cluster/dht: Rebalance will be a new glusterfs processshishirng2012-02-191-1/+78
* Use /dev/zero instead of /dev/urandom to get realistic numbers.Jeff Darcy2012-02-081-2/+2
* cli: Extend "volume status" with statedump infoKaushal M2012-01-271-1/+138
* rpc: extend actors with flag signing if privilege is requiredCsaba Henk2012-01-211-4/+4
* glusterfs: An effort to fix all the spell mistakes and typoHarshavardhana2011-11-161-5/+5
* glusterd/cli: rpc cleanupAmar Tumballi2011-11-161-11/+11
* glusterd: Implemented cmd to trigger self-heal on a replicate volume.Krishnan Parthasarathi2011-09-221-1/+126
* glusterd: run 'volume top read-perf/write-perf' in different threadKaushal M2011-09-191-27/+325
* glusterfsd: enable max fetch attemptsKaushal M2011-09-181-2/+8
* Eliminate many "var set but not used" warnings with newer gcc.Jeff Darcy2011-09-071-11/+0
* modify to the way we used XDR definitions files (.x files)Amar Tumballi2011-09-071-42/+29
* options handling: remove missing options check in reconfigureAnand Avati2011-08-191-2/+0
* xlator options: revamp xlator option validation/reconfigure codeAnand Avati2011-08-181-0/+3
* Change Copyright current yearPranith Kumar K2011-08-101-1/+1
* pass xlator pointer to rpcsvc_init() so that it can init svc->mydata to xlatorkrishna2011-08-091-1/+1
* LICENSE: s/GNU Affero General Public/GNU General Public/Pranith Kumar K2011-08-061-3/+3
* Variable IOBUF: Use variable iobuf for cli/glusterd/glusterfsd(mgmt)shishir gowda2011-07-311-13/+27