summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Eliminate many "var set but not used" warnings with newer gcc.Jeff Darcy2011-09-0751-479/+2
* glusterd: send the 'stripe-count' value to peer during handshakeAmar Tumballi2011-09-071-0/+17
* glusterd: fail the 'peer probe' if the first connect attempt failsAmar Tumballi2011-09-071-4/+48
* modify to the way we used XDR definitions files (.x files)Amar Tumballi2011-09-0750-4137/+957
* glusterfs protocol: bring in variable sized iobuf supportAmar Tumballi2011-09-079-198/+297
* cluster/afr: Prevent double big lock when data self-heal loops are not spawnedPranith Kumar K2011-09-062-7/+30
* cluster/afr: Bring down the self-heal window size to 1Pranith Kumar K2011-09-061-1/+1
* mgmt/glusterd: code re-structuringAmar Tumballi2011-09-0510-6870/+7140
* glusterd: Removed local cli lockKrishnan Parthasarathi2011-09-048-619/+348
* performance/io-threads: Introduce new priority and priority-thread-limitsPranith Kumar K2011-08-312-5/+89
* mem-pool: Make mem-pool ptr avialable in ptrshishir gowda2011-08-2513-38/+58
* rdd: changes in rdd.c and whitespace cleanupRaghavendra Bhat2011-08-251-344/+342
* gsyncd: refine command invocationCsaba Henk2011-08-254-32/+124
* glusterd: do preparative gsyncd invocations with proper loggingCsaba Henk2011-08-241-33/+21
* cli: "profile info" output improvementsKaushal M2011-08-241-9/+14
* features/locks: avoid using reqlock to prevent raceRaghavendra Bhat2011-08-242-2/+2
* glusterd / geo-rep: in status, display slave URLs in simpler normalized formCsaba Henk2011-08-233-151/+271
* xlator: fix for the volume set help crashv3.3beta2v3.3.0qa9v3.3.0qa8Raghavendra Bhat2011-08-231-0/+2
* performance/stat-prefetch: fix memory leakRaghavendra G2011-08-231-1/+8
* cluster/distribute: unwind the proper dict in getxattr_cbkAmar Tumballi2011-08-231-1/+4
* features/marker-quota: Fix invalid reads in readdir_cbk.v3.3.0qa7Junaid2011-08-221-8/+24
* mgmt/glusterd: Initialize local variable in volgenVijay Bellur2011-08-222-2/+3
* cluster/afr: Perform flush on all the children involved in self-healPranith Kumar K2011-08-221-19/+6
* cluster/afr: Change definition of stale childPranith Kumar K2011-08-221-1/+1
* cluster/afr: Paused fop should not continue with fopPranith Kumar K2011-08-223-3/+11
* features/marker: changes in marker to avoid race conditions and corruptionsv3.3.0qa6Raghavendra Bhat2011-08-214-61/+217
* protocol/client: Changes to be benign to replace-brickVijay Bellur2011-08-211-5/+5
* debug/io-stats: Handle loglevel in initVijay Bellur2011-08-211-0/+8
* glusterd: replace-brick status was not 'shared' with peer.v3.3.0qa5Krishnan Parthasarathi2011-08-213-76/+297
* cluster/afr: fop should not continue if it is paused, until resumesPranith Kumar K2011-08-212-0/+8
* debug/io-stats: Handle log-level properly.Vijay Bellur2011-08-211-0/+8
* cluster/afr: set frame localPranith Kumar K2011-08-212-1/+2
* rpc/xdr: Fix for Solaris build failurev3.3.0qa4Vijay Bellur2011-08-201-0/+1
* cluster/afr: Perform self-heal without locking the whole filePranith Kumar K2011-08-2020-1727/+1582
* mgmt/glusterd: Correct generation of nfs options in volfileVijay Bellur2011-08-201-16/+28
* while validating options, make sure memory accounting is init()ed.Amar Tumballi2011-08-201-0/+9
* if nfs.port is not configured init the transport.socket.listen-port to GF_NFS...krishna2011-08-201-1/+5
* xlators/nfs: Fix a typo in option descriptionVijay Bellur2011-08-201-2/+2
* libglusterfs: Fix a crash in gluster volume set helpVijay Bellur2011-08-202-1/+9
* cli: remove bogus assertionCsaba Henk2011-08-191-5/+0
* cluster/afr: Update fresh_children in lookup if no other ops in progressPranith Kumar K2011-08-199-115/+236
* options handling: remove missing options check in reconfigureAnand Avati2011-08-191-2/+0
* smoke-test.sh: script used by gerrit as part of pre-commit testAnand Avati2011-08-191-0/+83
* option validation: further fixesAnand Avati2011-08-194-5/+22
* mgmt/glusterd, cli: Introduce gluster volume status <volname>Vijay Bellur2011-08-1918-111/+828
* xlator options: revamp xlator option validation/reconfigure codeAnand Avati2011-08-1825-3826/+1668
* do rpcsvc_init() after we fill nfs_state structure and add to nfsx->options k...v3.3.0qa3krishna2011-08-181-11/+10
* rpc-clnt: fix merge error of http://review.gluster.com/248Anand Avati2011-08-171-2/+6
* glusterd: fix for volume stop causing inconsistent volume statusKaushal M2011-08-172-7/+10
* rpc-clnt: perform XDR encoding in unlocked regionAnand Avati2011-08-171-41/+36