summaryrefslogtreecommitdiffstats
path: root/xlators/cluster
Commit message (Expand)AuthorAgeFilesLines
* Unset split-brain flags in afr_self_heal_completion_cbk if self heal complete...Simone Gotti2010-06-013-7/+12
* cluster/afr: Handle open-fds of unlinked files during a possible self heal gr...Pavan Sondur2010-05-311-1/+15
* dht prints 100% full when subvolume is not connected to remote hostLakshmipathi2010-05-311-1/+1
* cluster/afr: Check before accessing xattrs in data self heal.Pavan Sondur2010-05-211-1/+2
* cluster/afr: Don't dereference fd ptr - it might be NULL due to a failed call.Pavan Sondur2010-05-211-1/+1
* dht: perform revalidate on one subvolumeAnand Avati2010-05-131-106/+16
* fuse, dht: use readdir by default.Anand Avati2010-05-131-2/+15
* Adding GF_LOG_OCCASIONALLY to prevent repeated warning log messages in dht_is...Anush Shetty2010-05-111-5/+7
* Check whether a server is down before calling rename on the directoryRaghavendra Bhat2010-05-081-0/+7
* cluster/afr: Unwind lk using struct flock from a successful serverVikas Gorur2010-05-031-1/+2
* dht: don't overwrite the layout after the subvolume expansionAmar Tumballi2010-04-291-1/+1
* Filter out extended attribute visibility on the mount point.Sachidananda2010-04-231-0/+6
* cluster/afr: Check for call_count in ENTRY_RENAME_TRANSACTION.Vijay Bellur2010-04-201-1/+2
* cluster/afr: Send xattr in lookup from the source subvolume.Vikas Gorur2010-04-201-0/+8
* afr: afr_fsetattr - send proper inode pointer to afr_read_child()Anand Avati2010-04-081-1/+1
* afr: fix inode ref leak in lookupAnand Avati2010-04-081-3/+0
* cluster/afr: Cleanup fd ctx in releasedir cbkv3.0.4rc4Vijay Bellur2010-04-073-6/+17
* stripe readv: proper 'op_ret' validationAmar Tumballi2010-03-311-5/+6
* cluster/afr: UNWIND if opendir returns an error.Vijay Bellur2010-03-251-0/+3
* stripe: proper fix for reading 'holes'Amar Tumballi2010-03-252-131/+172
* stripe: logic fixesAmar Tumballi2010-03-241-76/+110
* stripe: removed unwanted functionsAmar Tumballi2010-03-241-287/+124
* stripe: whitespace cleanupAmar Tumballi2010-03-242-223/+223
* cluster/afr: Fix possible NULL dereference in readdirp_cbkv3.0.4rc1Vikas Gorur2010-03-171-16/+18
* dht: preserve and return proper pre/postparent structures during unlinkAnand Avati2010-03-041-1/+3
* cluster/afr: Failover readdir calls.Vikas Gorur2010-03-044-46/+299
* stripe read fix (when read() is done on a sparse file over glusterfs)Amar Tumballi2010-03-012-12/+69
* dht: fix READDIR semantics which got broken in 512dcad823feb199d78f5b66a09bc4...Anand Avati2010-02-231-30/+21
* dht: fix leak introduced in 137f94ed123b1c7c7ada541aaa599679e19888f6Anand Avati2010-02-221-1/+4
* dht: unlink stale linkfiles in rmdir to prevent ENOTEMPTYAnand Avati2010-02-223-14/+244
* cluster/stripe: Set op_ret as failure if inode is not being set in lookup cbkVijay Bellur2010-02-201-1/+2
* 'lookup-unhashed' option of distribute should be 'auto' by default.Amar Tumballi2010-02-065-22/+76
* cluster/dht: Check for size 0 in check_is_linkfile()Vijay Bellur2010-01-281-1/+3
* dht: initialize layout typeAnand Avati2010-01-233-5/+6
* cluster/afr: Send the struct flock returned by the server to the user.Vikas Gorur2010-01-211-1/+1
* stripe entry self healAmar Tumballi2010-01-191-10/+97
* cluster/afr: Pick a source for metadata self-heal even if all nodes are innoc...Vikas Gorur2010-01-141-0/+28
* cluster/unify: don't call xl_init_tree on namespace node.Raghavendra G2010-01-141-11/+0
* cluster/afr: Use dict_ref instead of dict_copy_with_ref.Vikas Gorur2010-01-081-2/+2
* cluster/afr: Allocate diff algorithm loop_state structures only once.Vikas Gorur2009-12-282-47/+167
* cluster/afr: Report number of blocks healed during diff self-heal.Vikas Gorur2009-12-282-1/+18
* properly ref/unref fd in stripe_opendir_cbkAmar Tumballi2009-12-221-0/+5
* distribute: Dont dereference sbuf on failed readlink_cbkShehjar Tikoo2009-12-181-0/+4
* cluster/dht: Check for pointers before de-referencing in dht_stat_merge()Vijay Bellur2009-12-161-0/+3
* more cleanup in stripe stat structuresAmar Tumballi2009-12-151-335/+83
* cluster/afr: Sync the parent directory's mtime during missing entries self-heal.Vikas Gorur2009-12-071-6/+26
* cluster/afr: Don't do entry self-heal in the background.Vikas Gorur2009-12-071-5/+0
* cluster/afr: Hold inode lock on 0-infinity for a flush transaction.Vikas Gorur2009-12-071-1/+1
* Save st_dev properly in stbuf.st_dev from the same subvolume.Harshavardhana Ranganath2009-12-061-1/+1
* distribute: more cases of st_dev settingAnand Avati2009-12-061-1/+4