summaryrefslogtreecommitdiffstats
path: root/glusterfsd
Commit message (Expand)AuthorAgeFilesLines
* rpc-clnt: separate out connection_cleanup() from destroy()v3.3.0qa30Amar Tumballi2012-03-191-1/+4
* glusterfsd: Handle errors in response sendPranith Kumar K2012-03-171-17/+20
* core: bring a cmdline option to set memory-accountingAmar Tumballi2012-03-152-1/+25
* core: dict allocations through mem-poolAmar Tumballi2012-03-141-0/+12
* 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: fix some option definitionsAmar Tumballi2012-03-101-5/+6
* glusterfsd: Don't reconfigure if process does not know volfile serverPranith Kumar K2012-03-051-3/+2
* glusterfsd: Unref iobuf after using itPranith Kumar K2012-03-051-0/+2
* glusterfsd: give out the error on screen when cmd is given without optionsAmar Tumballi2012-02-221-0/+13
* glusterfsd: unref the dict and use dict_set_dynstr to avoid memleakRaghavendra Bhat2012-02-221-0/+2
* mempool: adjustments in pool sizesAmar Tumballi2012-02-222-8/+6
* cli, glusterfsd: Fixes for "volume top {read,write}-perf"Kaushal M2012-02-212-16/+16
* 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
* libglusterfs/iobuf: have fixed number of arenasAmar Tumballi2011-12-071-1/+1
* fuse: enable kernel read-only modeKaushal M2011-11-221-0/+9
* glusterfs: An effort to fix all the spell mistakes and typoHarshavardhana2011-11-162-8/+8
* glusterd/cli: rpc cleanupAmar Tumballi2011-11-161-11/+11
* Fix a typo in log message.Sachidananda Urs2011-10-061-1/+1
* glusterd: Implemented cmd to trigger self-heal on a replicate volume.v3.3.0qa10Krishnan Parthasarathi2011-09-221-1/+126
* glusterd: run 'volume top read-perf/write-perf' in different threadKaushal M2011-09-193-28/+341
* glusterfsd: enable max fetch attemptsKaushal M2011-09-181-2/+8
* Proactive self heal process implementationPranith Kumar K2011-09-141-2/+8
* glusterfsd: log the package version just after log initAmar Tumballi2011-09-141-0/+5
* add --user-map-root optionCsaba Henk2011-09-122-0/+25
* 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
* glusterd: fix for volume stop causing inconsistent volume statusKaushal M2011-08-171-6/+6
* WORM: Write Once Read Many times xlator supportshishir2011-08-102-0/+7
* Change Copyright current yearPranith Kumar K2011-08-104-5/+5
* pass xlator pointer to rpcsvc_init() so that it can init svc->mydata to xlatorv3.3.0qa1krishna2011-08-091-1/+1
* LICENSE: s/GNU Affero General Public/GNU General Public/Pranith Kumar K2011-08-064-13/+13
* Variable IOBUF: Use variable iobuf for cli/glusterd/glusterfsd(mgmt)shishir gowda2011-07-311-13/+27
* glusterfsd: initialize sigset_t in sigwaiterAnand Avati2011-07-311-0/+1
* glusterfsd-mgmt: initialize ctx->mgmt before calling rpc_clnt_start()Amar Tumballi2011-07-281-4/+4
* libglusterfs: Bring in os_daemon_* routines to replace modified FreeBSD codeVijay Bellur2011-07-281-2/+2
* glusterfsd: check for process mode before performing mountKaushal M2011-07-211-3/+11
* glusterfs: add --acl command line option to load ACLs on the client sideAnand Avati2011-07-082-0/+16
* logging: fill proper domain names at places where it is missingAmar Tumballi2011-06-161-12/+13
* fixing some build issues in Mac OS XAmar Tumballi2011-06-161-2/+7
* fix multiple transport portmap issues in client handshakeAmar Tumballi2011-06-082-1/+73
* glusterfsd: prevent giving '-s' option without '--volfile-id' optionAmar Tumballi2011-05-311-3/+16
* glusterfsd-mgmt: include signal.hAnand Avati2011-05-301-0/+1
* upon daemonizing, wait on mtab update to terminate in parentCsaba Henk2011-05-192-14/+29