summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fixing argp build failures seen on solarisv3.1.3solarisshishir gowda2011-03-231-1/+1
* nfs3: Flush file I/O call states on open failureShehjar Tikoo2011-03-221-8/+22
* CLI : Fix memory free for key_fixed.Gaurav2011-03-221-5/+5
* Solaris: redefine O_DIRECTORY flag to the correct valueshishir gowda2011-03-221-1/+1
* Change NFS_PATH_MAX value to 4096shishir gowda2011-03-181-1/+3
* Disable geo-replication buildv3.1.3Vijay Bellur2011-03-142-7/+3
* rpc-transport/rdma: handle cases where peer is NULL in send_completion.v3.1.3qa8Raghavendra G2011-03-121-1/+1
* nfs-rpc: Fix order of freeing request and connection objectsShehjar Tikoo2011-03-121-7/+20
* posix: Set op_errno to ENOMEM on failed iobuf_getShehjar Tikoo2011-03-111-0/+1
* posix: Handle offset greater than file size of EOF determinationShehjar Tikoo2011-03-111-0/+2
* fuse: have the 'used' flag set in graph when used for first timev3.1.3qa7Amar Tumballi2011-03-092-12/+16
* Revert "Eliminate syscall tight loop when handling EAGAIN in NFS."v3.1.3qa6Vijay Bellur2011-03-091-14/+1
* Revert "Make sure we are looking at the right errno in the fix for bug 2452."Vijay Bellur2011-03-091-4/+1
* fuse: change the graph in 'GRAPH_NEW' eventAmar Tumballi2011-03-091-10/+16
* libglusterfs: add 'graph_id' in loggingAmar Tumballi2011-03-093-5/+10
* do not check for inode while doing statfsRaghavendra Bhat2011-03-091-2/+2
* Fix solaris build failure in latest gitshishir gowda2011-03-091-3/+3
* gluster rebalance: set the proper permission of the fileAmar Tumballi2011-03-091-1/+1
* mgmt/glusterd: mem-factor added as an optionKaushik BV2011-03-091-0/+1
* format-patch.sh: specify BRANCH as release-3.1Anand Avati2011-03-081-1/+1
* build fixes in mac os xv3.1.3qa5shishir gowda2011-03-072-2/+7
* mgmt/glusterd: preserve delete volume payload structure for backward compatib...Pranith K2011-03-074-50/+89
* mgmt/glusterd: reset pending count before sending the opPranith K2011-03-071-4/+12
* mgmt/glusterd: fix payload errorsPranith K2011-03-071-0/+8
* mgmt/glusterd: Handle race in peer connect and reverse probePranith K2011-03-043-8/+64
* Solaris xattr support for symlink and special files.v3.1.3qa3shishir gowda2011-03-048-21/+260
* debug/trace: add logs for 'forget', 'release' and 'releasedir'Amar Tumballi2011-03-041-1/+53
* glusterd: check for the variable before dereferencing itAmar Tumballi2011-03-043-22/+32
* glusterd: handle a crash in dump_version_cbk (in handshake)Amar Tumballi2011-03-041-0/+1
* Make sure we are looking at the right errno in the fix for bug 2452.Pavan T C2011-03-031-1/+4
* Eliminate syscall tight loop when handling EAGAIN in NFS.Pavan T C2011-03-031-1/+14
* NFS : Check for duplicate entries while filling up child_up array.Gaurav2011-03-021-0/+7
* Display correct usage of rebalance command when it is wrongly entered.Rahul2011-03-011-0/+7
* gluster rebalance: send the proper 'procnum' to glusterdAmar Tumballi2011-03-011-1/+1
* gluster rebalance: give option to split the commandAmar Tumballi2011-03-016-81/+123
* gluster rebalance: get the proper/exact error msg to cliAmar Tumballi2011-03-019-102/+412
* CLI : NFS disable option through volume set.Gaurav2011-03-012-0/+23
* CLI : NFS persistent local/global options.Gaurav2011-03-016-162/+597
* rpcsvc: safe mem_put of req in nfs_rpcsvc_submit_vectorsAnand Avati2011-03-011-1/+4
* rpcsvc: perform mem_put at the very end for safe unrefsAnand Avati2011-03-011-1/+2
* Gsync : Do not expose volume gsync, when geo-replication is disabledKaushik BV2011-03-013-4/+8
* NFS : Send error reply on rpc decoding failure.Gaurav2011-03-011-0/+1
* RPC : Sending error reply on decodong failure.Gaurav2011-03-011-0/+2
* glusterd: remove rpc code from internals of glusterdAmar Tumballi2011-03-014-1003/+664
* glusterd: separate out cli specific programs and mgmt specific programsAmar Tumballi2011-03-0112-120/+237
* glusterd: dependency on 'priv->mgmt' completely removedAmar Tumballi2011-03-015-396/+392
* glusterd: keep mgmt program peerinfo specificAmar Tumballi2011-03-015-70/+208
* v2 Prevent removal of trusted.gfid xattrshishir gowda2011-03-011-0/+6
* mgmt/Glusterd: while resetting the volume options, the previous data structur...v3.1.3qa1Kaushik BV2011-03-012-7/+29
* check for inode and path being NULL before copying themRaghavendra Bhat2011-02-281-24/+28