summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* check buf for NULL before accessing itv3.2.0qa8Raghavendra Bhat2011-04-061-1/+2
* check dict before unrefing itRaghavendra Bhat2011-04-061-1/+1
* nfs: convert errno EDQUOT into appropriate nfs-errno.Raghavendra G2011-04-061-0/+4
* protocol/client: Avoid logging when EAGAIN is received for *lk requestsVijay Bellur2011-04-061-5/+5
* change occurrences of marker_gsync to marker-gsyncVijay Bellur2011-04-062-5/+5
* features/marker, cli: use appropriate conversion specifiers.Raghavendra G2011-04-062-7/+12
* protocol/client: make sure to send only genuine events up to parentAmar Tumballi2011-04-063-36/+48
* NFS : Store verifier for exlusive mode craete.Gaurav2011-04-061-6/+17
* cluster/dht: send back the proper inode number in the cbk functionsAmar Tumballi2011-04-061-2/+4
* cluster/dht: log level fixes in lookup* functionsAmar Tumballi2011-04-061-21/+20
* log gfid mismatches for the same file in cluster xlator lookupAmar Tumballi2011-04-064-2/+33
* cluster/afr: log enhancements - part 1Amar Tumballi2011-04-067-585/+568
* features/quota: use a double pointer to uint64_t as an argument to dict_get_b...Raghavendra G2011-04-051-2/+2
* features/quota: add NULL check before doing strcasecmpRaghavendra G2011-04-051-1/+1
* syncdaemon: refine intermal configuration of gsyncdv3.2.0qa7Csaba Henk2011-04-042-37/+121
* syncdaemon: add monitor mode to support autorestartCsaba Henk2011-04-047-41/+174
* syncdaemon: provide transactional semantics to config file writingCsaba Henk2011-04-042-13/+49
* syncdaemon: give some refactoring to cascading codeCsaba Henk2011-04-042-84/+116
* syncdaemon; adding corresponding pcloses to gsyncd invocation via popenCsaba Henk2011-04-012-16/+20
* syncdaemon: fix up fallback xtime value for slaveCsaba Henk2011-04-011-1/+1
* debug/io-stats: Fix bugs in re-configure optionsPranith Kumar K2011-04-011-62/+43
* Replace strdup call to gf_strdup as GF_FREE is being calledshishir gowda2011-04-012-3/+3
* cluster/afr: log enhancement - part 3Amar Tumballi2011-04-016-316/+139
* cluster/afr: log enhancement - part 2Amar Tumballi2011-04-012-190/+215
* nfs: capture attrs of create request in cs->stbuf for later useAnand Avati2011-04-011-1/+1
* syncdaemon: fix gsyncd invocation for config-setCsaba Henk2011-03-311-1/+1
* syncdaemon: minor cleanups in cascading codeCsaba Henk2011-03-311-7/+1
* Revert "Process dir/link from other subvol if error in dht_readdir"Vijay Bellur2011-03-311-17/+4
* TOP: Improve output formatv3.2.0qa6shishir gowda2011-03-311-2/+2
* TOP: Validate command optionsshishir gowda2011-03-313-7/+45
* TOP: handle list-cnt behaviour uniformly.shishir gowda2011-03-313-14/+28
* features/quota: Use appropriate inodes while logging and create contexts in i...Junaid2011-03-312-131/+144
* features/marker: Fix memory corruption.Junaid2011-03-315-17/+24
* mgmt/glusterd: Delete volume profile options on profile stopPranith Kumar K2011-03-311-72/+50
* mgmt/glusterd: Improve profile output messagesPranith Kumar K2011-03-311-47/+49
* cli: Improve profile output messagesPranith Kumar K2011-03-311-12/+36
* syncdaemon: fix "--debug" option of gsyncd.pyCsaba Henk2011-03-311-3/+8
* mgmt/glusterd: Fix space in error messagePranith Kumar K2011-03-311-1/+1
* mgmt/glusterd: Mark the brick stopped when kill -SIGTERM is donePranith Kumar K2011-03-312-0/+2
* cluster/afr: white-space cleanup - part 2Amar Tumballi2011-03-318-3852/+3850
* nfs-rpc: Append replies to end of connection's txlistShehjar Tikoo2011-03-311-2/+2
* core: Add list_append_initShehjar Tikoo2011-03-311-0/+33
* nfs-rpc: Exit txbuf transmission loop on EAGAINShehjar Tikoo2011-03-313-6/+19
* return after stack winding instead of destroying the frameMohammed Junaid Ahmed2011-03-301-6/+7
* mgmt/Glusterd: prevent memory overflowKaushik BV2011-03-301-1/+1
* mgmt/Glusterd: add pid extension to the pid file of the gsyncdKaushik BV2011-03-302-2/+2
* nfs: more fixes to capture sattr for further usageAnand Avati2011-03-301-3/+3
* assign local to frame->local before checking for error conditionsRaghavendra Bhat2011-03-301-2/+2
* access the proper loc structure when inode ctx get fails in quotaRaghavendra Bhat2011-03-301-2/+2
* io-stats list: init counter to 0 for counting membersshishir gowda2011-03-301-1/+1