summaryrefslogtreecommitdiffstats
path: root/xlators/cluster
Commit message (Expand)AuthorAgeFilesLines
* Memory accounting changesVijay Bellur2010-04-2336-436/+970
* cluster/afr: Check for call_count in ENTRY_RENAME_TRANSACTIONVijay Bellur2010-04-201-1/+2
* cluster/afr: Send xattr in lookup from the source subvolume.Vikas Gorur2010-04-201-0/+8
* cluster/afr: Fix possible NULL dereference in readdirp_cbkVikas Gorur2010-04-201-15/+17
* afr: afr_fsetattr - send proper inode pointer to afr_read_child()Anand Avati2010-04-081-1/+1
* iatt: change S_IF macros with IA_IF macros in missing placesAnand Avati2010-04-082-22/+22
* afr: fix inode ref leak in lookupAnand Avati2010-04-081-3/+0
* cluster/afr: Cleanup fd ctx in releasedir cbkVijay Bellur2010-04-083-5/+17
* initialization fixesCsaba Henk2010-04-081-3/+3
* fop namespace cleanup.Amar Tumballi2010-03-316-392/+0
* stripe readv: proper validation of 'op_ret'.Amar 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-130/+170
* updated the build tree.Amar Tumballi2010-03-241-1/+1
* Replace struct stat by struct iattRaghavendra Bhat2010-03-241-2/+2
* iatt: changes across the codebaseAnand V. Avati2010-03-1632-1028/+1015
* stripe: logic fixesAmar Tumballi2010-03-151-116/+139
* stripe: whitespace cleanupAmar Tumballi2010-03-152-224/+224
* send lookup on every subvolume if local->hashed_subvol is NULL in nufa/switchAmar Tumballi2010-03-122-4/+6
* dht: preserve and return proper pre/postparent structures during unlinkAnand Avati2010-03-041-4/+7
* distribute: cleanup intermediate hardlink and linkfile on failed renameAnand Avati2010-03-041-12/+78
* distribute: perform self-heal as rootShehjar Tikoo2010-03-043-0/+37
* distribute, nufa: return 0 mtimes in preparent/postparentShehjar Tikoo2010-03-044-2/+58
* distribute: Save ino/dev from first subvolume during mkdirShehjar Tikoo2010-03-041-0/+6
* distribute: Restore parent ino from local in symlinkShehjar Tikoo2010-03-041-0/+8
* distribute: Restore inode from saved ino on readvShehjar Tikoo2010-03-041-1/+18
* distribute: Respect end-of-dir on readdir only for last subvolShehjar Tikoo2010-03-043-0/+40
* distribute: Return pre/post-parent on successful unlinkShehjar Tikoo2010-03-041-0/+2
* distribute: Return ino from the first-up subvolume in lookupShehjar Tikoo2010-03-041-1/+1
* replicate: Use link's parent ino for post/pre-parent not target dir'sShehjar Tikoo2010-03-041-1/+1
* replicate: Restore parent ino from saved inode numberShehjar Tikoo2010-03-041-0/+3
* cluster/afr: Failover readdir calls.Vikas Gorur2010-03-044-46/+299
* local->failed set to one twiceRaghavendra Bhat2010-03-021-1/+1
* 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-34/+24
* 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
* dht: Remove pointer casting in layout handlingAnand Avati2010-02-072-9/+15
* Fix memory access in afr's self-heal code (replace pointer casts by memcpy).Hraban Luyat2010-02-071-24/+30
* 'lookup-unhashed' option of distribute should be 'auto' by default.Amar Tumballi2010-02-065-22/+76
* cluster/dht: Remove linkfile before unlinking the datafile.Vikas Gorur2010-02-021-17/+63
* cluster/dht: Check for size 0 in check_is_linkfile()Vijay Bellur2010-01-291-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