summaryrefslogtreecommitdiffstats
path: root/xlators
Commit message (Expand)AuthorAgeFilesLines
* 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-192-1/+23
* cluster/afr: Fix conflict files and gfidsPranith K2011-10-1911-802/+1663
* glusterd rebalance: ignore 'selinux' xattrsv3.2.5qa1Amar Tumballi2011-10-171-0/+8
* cluster/afr: Handle lookups when self-heal is offPranith Kumar K2011-10-179-590/+983
* mgmt/glusterd: send the duplicate brick info to the cliRaghavendra Bhat2011-10-172-4/+8
* glusterd: Should not cleanup peerinfo too soon.Krishnan Parthasarathi2011-10-162-4/+4
* 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-101-1/+1
* 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
* performance/io-cache: move mem-pool initialisation to init.Raghavendra G2011-10-011-26/+13
* gnfs/server: allow 255-char file namesRajesh Amaravathi2011-10-011-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-211-4/+6
* 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
* performance/quick-read: fix memory corruption.v3.2.4qa1Raghavendra G2011-09-191-4/+0
* nfs-rpc: Use correct variable for volume-specific insecure ports checkShehjar Tikoo2011-09-121-1/+1
* features/marker-quota: Perform xattr related operations with root permissions...Junaid2011-09-122-6/+39
* features/marker-quota: Prefix the function names with mq (marker-quota).Junaid2011-09-125-310/+310
* glusterd: Leave existing 'unreadable' rbstate alone.Krishnan Parthasarathi2011-09-111-13/+23
* memleak fixes for markerRaghavendra Bhat2011-09-111-3/+5
* Fix misleading 'quota remove' output.Junaid2011-09-091-15/+39
* Save the mode flags set by the application when ACLs are in usePavan T C2011-09-081-1/+2
* cluster/afr: eager locking of FD writesAnand Avati2011-09-086-61/+173
* mount/nfs: Gluster nfs crashes with subdirectory mountRajesh Amaravathi2011-09-071-1/+4
* nfs3: Resolve entry vs. hash conflict at same dir depthShehjar Tikoo2011-09-072-15/+46
* afr/stripe: collect pathinfo xattr from all childsVenky Shankar2011-08-248-19/+362
* performance/stat-prefetch: fix memory leakRaghavendra G2011-08-241-3/+14
* features/locks: free the string allocated by inode_pathRaghavendra Bhat2011-08-231-3/+8
* features/marker-quota: Fix invalid reads in readdir_cbk.Junaid2011-08-221-8/+24
* glusterd: persistent state restore needs to be backward compatible.v3.2.3qa5Krishnan Parthasarathi2011-08-211-8/+12
* features/marker: avoid race conditions in marker-quota and avoid memory corru...v3.2.3qa4Raghavendra Bhat2011-08-202-50/+199
* glusterd: replace-brick status was not 'shared' with peer.Krishnan Parthasarathi2011-08-203-71/+288
* xlators/nfs: Fix a typo in option descriptionVijay Bellur2011-08-201-3/+3
* features/marker: send the errno sent by posix to the upper xlators, instead o...Raghavendra Bhat2011-08-201-1/+2
* features/marker: Correct behavior of local_ref/unrefVijay Bellur2011-08-203-7/+4
* mgmt/glusterd: Fix the string to be parsed by the nfs option handler of volge...Kaushik BV2011-08-191-2/+2
* mgmt/glusterd: call the nfs option handler at the right placev3.2.3qa3Kaushik BV2011-08-181-14/+26
* mgmt/Glusterd: Implementation volume set help/help-xmlKaushik BV2011-08-1818-136/+941