summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* protocol/client: print remote operation failure logs in error mode instead if...v3.2.5qa4Raghavendra Bhat2011-10-281-24/+24
* glusterd: Removing delayed moving of op sm for stop vol/remove brick op.Krishnan Parthasarathi2011-10-284-60/+4
* pump: Change crawl to accommodate afr_lookup changesPranith Kumar K2011-10-283-43/+101
* cluster/afr: Take gfid-req from xattr_req only if inode->gfid is nullPranith Kumar K2011-10-281-37/+60
* mount/fuse: set gfid in lookup after a failed revalidate lookupPranith Kumar K2011-10-281-0/+3
* check the return value of inode_path for less than or equal to zeroRaghavendra Bhat2011-10-288-15/+18
* Improves the 'profile info' output. Makes it more self explanatory.v3.2.5qa3M S Vishwanath Bhat2011-10-271-12/+12
* locks: perform inode_ref of pl_update_refkeeper outside locked regionAnand Avati2011-10-271-1/+6
* features/marker-quota: Donot log when inode or inode-ctx is NULL.Junaid2011-10-271-2/+2
* glusterd: Fail volume 'modify' operations when rb is ongoing.Krishnan Parthasarathi2011-10-244-138/+62
* storage/posix: fill 'ia_ino' from 'ia_gfid' to preserve same ino numberAmar Tumballi2011-10-231-0/+20
* core: build warning fixesAmar Tumballi2011-10-232-0/+16
* Stripe mknod: Always call mknod if REGULAR file on first child.shishir gowda2011-10-202-50/+139
* Remove EXCEPTIONS file.Kaushal M2011-10-193-17/+2
* glusterd: Refactored rb subcmds code and fixed some minor issues.v3.2.5qa2Krishnan Parthasarathi2011-10-191-257/+143
* cluster/afr: Handle files without gfidPranith Kumar K2011-10-199-734/+610
* storage/posix: posix changes to handle gfid/conflicts self-healPranith Kumar K2011-10-193-1/+24
* cluster/afr: Fix conflict files and gfidsPranith K2011-10-1911-802/+1663
* glusterd rebalance: ignore 'selinux' xattrsv3.2.5qa1Amar Tumballi2011-10-171-0/+8
* build: Change dependency of rsync version for geo-replicationVijay Bellur2011-10-171-1/+1
* cluster/afr: Handle lookups when self-heal is offPranith Kumar K2011-10-179-590/+983
* cli: "profile info" output improvementsKaushal M2011-10-171-7/+14
* mgmt/glusterd: send the duplicate brick info to the cliRaghavendra Bhat2011-10-172-4/+8
* makes 'volume top' exit with exit status '0' upon successM S Vishwanath Bhat2011-10-161-1/+1
* glusterd: Should not cleanup peerinfo too soon.Krishnan Parthasarathi2011-10-162-4/+4
* libglusterfs/syncop: do not rely on synctask set in makecontextRaghavendra Bhat2011-10-101-1/+7
* nfs: size_t is an unsigned type. Changing it to ssize_t for "writelen" variab...krishna2011-10-102-12/+16
* libglusterfs/iobuf: increase the iobref's iobuf array sizeAmar Tumballi2011-10-103-6/+8
* glusterd rebalance: remove stale temporary file if migration failsAmar Tumballi2011-10-101-0/+5
* Stripe: Prevent dir gfid mismatch and ENOTEMPTY errorsshishir gowda2011-10-102-103/+334
* cluster/dht: selfheal as rootshishir gowda2011-10-102-0/+2
* glusterfsd: Fix a typo in log message.Sachidananda Urs2011-10-071-1/+1
* smoke.sh: Avoid running extended attribute tests with dbenchVijay Bellur2011-10-071-1/+1
* performance/io-cache: move mem-pool initialisation to init.Raghavendra G2011-10-011-26/+13
* build: Solaris build fixesKaushik BV2011-10-014-4/+29
* gnfs/server: allow 255-char file namesRajesh Amaravathi2011-10-011-2/+2
* Kill glusterfsd along with glusterd processv3.2.4Lakshmipathi2011-09-301-2/+2
* features/marker-quota: Return error when inode-contribution not present in in...v3.2.4qa5Junaid2011-09-301-9/+16
* stripe self_heal: Prevent call to spurious STACK_DESTROY.shishir gowda2011-09-281-0/+4
* mgmt/glusterd: Ignore error when glusterd_op_get_ctx fails on other glusterd.v3.2.4qa4Junaid2011-09-231-1/+1
* Revert "cluster/afr: eager locking of FD writes"v3.2.4qa3Vijay Bellur2011-09-226-173/+61
* glusterd: do preparative gsyncd invocations with proper loggingCsaba Henk2011-09-221-36/+22
* NFS : Posix compliance fixes.Gaurav2011-09-212-5/+8
* build : rpm spec file changesLakshmipathi2011-09-211-12/+16
* rpc: Need to keep ref when handling cbk in call_bail.Krishnan Parthasarathi2011-09-201-0/+5
* storage/posix: Filter custom getxattrs in lookupv3.2.4qa2Pranith Kumar K2011-09-201-1/+34
* glusterfs protocol: handshake to log the version of the peerAmar Tumballi2011-09-203-5/+23
* features/marker: Use appropriate loc struct to do removexattr on newpath afte...Raghavendra G2011-09-201-1/+13
* features/quota: explicitly create xattrs in marker_create_cbkRaghavendra G2011-09-192-3/+10
* features/quota: implement mknod fop.Raghavendra G2011-09-191-0/+142