summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* replace struct stat by stuct iattv3.1.0qa9Raghavendra Bhat2010-08-261-1/+1
* transport/socket: free priv->incoming.request_info if not already freed after...Raghavendra G2010-08-261-0/+9
* rpcsvc: handle the return value of rpcsvc_create_listeners properly.Raghavendra G2010-08-262-0/+2
* Cli volume create validationshishir gowda2010-08-267-0/+119
* cluster/afr: Do not issue blocking locks in self-heal.Pavan Sondur2010-08-264-112/+11
* cli: print usage message when parsing of cmd failsPranith Kumar K2010-08-251-10/+43
* cli: check if the arguments are present before accessingPranith Kumar K2010-08-251-3/+59
* Help Added to the Gluster-CLI for all sub commands (some deletions in the old...Kaushik BV2010-08-255-56/+85
* mgmt/glusterd: check if the brick already exists in stage add-brickPranith Kumar K2010-08-251-8/+44
* storage/posix: calculate the correct size of each dirent in readdir/readdirp.Raghavendra G2010-08-254-13/+39
* cli: print volume create command usage in-case of parse errorsPranith Kumar K2010-08-251-1/+8
* cli: validating if the arguments exist before accessing in volume createPranith Kumar K2010-08-252-3/+22
* legacy/protocol/client: fix namespace collisions.Amar Tumballi2010-08-253-11/+13
* cluster/afr: Clean up dead assignments.Sachidananda2010-08-242-18/+25
* cluster/afr: Clean up dead assignments.Sachidananda2010-08-241-11/+1
* fix the typo present in sh_missing_entries_create functionRaghavendra Bhat2010-08-241-1/+1
* glusterd: avoid cleaning up rpc during peer detachVijay Bellur2010-08-241-1/+0
* cluster/afr: Remove dead assignments.Sachidananda2010-08-241-22/+0
* fuse graph initialization related changesAmar Tumballi2010-08-241-18/+7
* doc: Include transport-type in glusterd.volVijay Bellur2010-08-241-0/+1
* glusterd: Inject right event during peer detachVijay Bellur2010-08-241-1/+1
* glusterd: support for volume version and cksumv3.1.0qa8Vijay Bellur2010-08-2315-223/+847
* performance/io-cache: Remove dead assignments.Sachidananda2010-08-231-5/+0
* rpcsvc: allow creation of both rdma and socket for a single server transport.Raghavendra G2010-08-235-20/+112
* protocol/server: features/locks: Fix nonblocking entrylks, inodelks in locks ...Pavan Sondur2010-08-226-49/+68
* cluster/afr: Use 2 phase locking for transactions and self heal.Pavan Sondur2010-08-2211-981/+2333
* xlators/nfs: nfs3-helpers.c remove dead assignments.Sachidananda2010-08-221-7/+7
* xlators/nfs: nfs3.c - remove dead assignments.Sachidananda2010-08-221-6/+0
* gf_system: fork/exec instead of systemAmar Tumballi2010-08-214-8/+66
* glusterd: prefix added to gluster commandsAmar Tumballi2010-08-214-17/+22
* portmapper program added to glusterfsd mgmt rpcAmar Tumballi2010-08-219-18/+282
* fix the wrong log message displayed by glusterd in remove brickRaghavendra Bhat2010-08-211-1/+1
* generate separate volume files for nfs in case of 'portmapper' modeAmar Tumballi2010-08-212-26/+142
* check whether xlator is NULL in FUSE_FOP macroRaghavendra Bhat2010-08-212-5/+14
* performance/stat-prefetch: use SP_STACK_UNWIND instead of STACK_UNWIND_STRICT.Raghavendra G2010-08-211-2/+2
* xlators/mgmt: exit if directory creation fails.Sachidananda2010-08-211-0/+3
* Hide cli peer command port optionshishir gowda2010-08-211-10/+10
* cli: Fix issues in non readline modeVijay Bellur2010-08-191-3/+5
* rpcsvc: decouple creation of listener from rpcsvc_program_register and rpcsvc...Raghavendra G2010-08-195-216/+190
* libglusterfs: Fix warnings reported by clang.Sachidananda2010-08-191-17/+51
* Probe should not probe for existing friendshishir gowda2010-08-192-1/+13
* Probe on localhost not neededshishir gowda2010-08-193-4/+29
* xlators/storage: posix.c - remove dead assignments.Sachidananda2010-08-191-40/+18
* protocol/client: fix ESTALE in statfs on root inodeAmar Tumballi2010-08-191-9/+14
* protocol/server: remove default progport from the fop program definitionv3.1.0prealpha4Amar Tumballi2010-08-191-1/+0
* rpcsvc: change in port selection criteria for program to listen on.Raghavendra G2010-08-191-4/+5
* rpcsvc: check for listener on default port used by mgmt (6969) while register...v3.1.0prealpha3Raghavendra G2010-08-182-1/+5
* rpcsvc: unref transport stored in request before putting request structure ba...v3.1.0prealpha2Raghavendra G2010-08-181-1/+2
* fuse: prevent NULL dereference in case resolve on path failed.Amar Tumballi2010-08-182-3/+40
* rpc-transport/socket: proper cleanup and NULL deref checks.Amar Tumballi2010-08-181-76/+126