summaryrefslogtreecommitdiffstats
path: root/xlators/cluster
Commit message (Expand)AuthorAgeFilesLines
...
* cluster/afr: Fix inode_ref's for local->cont.lookup.inodeVikas Gorur2009-12-051-4/+8
* afr: fix memory leaksAnand Avati2009-12-043-14/+36
* cluster/afr: Don't mark the fop as failed if rmdir returns ENOTEMPTY.Vikas Gorur2009-12-031-1/+1
* posix-compliance test now passes over stripeAmar Tumballi2009-12-031-36/+51
* cluster/afr: Don't do transactional flush if pre-op has been nowhere done.Vikas Gorur2009-12-031-18/+106
* cluster/afr: Add log messages when setattr fails in self-heal.Vikas Gorur2009-12-022-0/+14
* cluster/afr: Fix conditional typo.Vikas Gorur2009-12-021-1/+2
* storage/posix: Added janitor thread.Vikas Gorur2009-12-024-17/+16
* fixes to compile on MacOSX (no fuse client)Amar Tumballi2009-12-011-1/+1
* afr: remove memcpy of @local contents in afr_local_copyAnand Avati2009-12-011-8/+23
* afr: fix fd reference leakAnand Avati2009-12-011-1/+1
* cluster/afr: Don't do memcpy of afr_local_t in afr_local_copy.Vikas Gorur2009-12-013-20/+7
* cluster/afr: Set file size properly before unwinding from self-heal.Vikas Gorur2009-12-011-2/+5
* cluster/afr: Set the self-heal "source" as read subvolume even when not doing...Vikas Gorur2009-12-015-29/+117
* fix leaks pointed out by cppcheck static analyzerCsaba Henk2009-11-301-1/+3
* cluster/afr: Preserve generation number along with inode in lookup and creati...Vikas Gorur2009-11-303-3/+26
* cluster/afr: Refactored lookup_cbk and introduce precedence of errors.Vikas Gorur2009-11-302-117/+303
* afr: fix crash in afr_sh_data_closeAnand Avati2009-11-291-0/+3
* afr: handle fdctx->pre_op_done handlingAnand Avati2009-11-291-0/+1
* afr: fix logic to break out of diff/checksum loopAnand Avati2009-11-281-9/+5
* moved unify from 'cluster/unify' to 'legacy/cluster/unify'Amar Tumballi2009-11-281-1/+1
* fixes in nufaAmar Tumballi2009-11-263-96/+92
* switch translator addedAmar Tumballi2009-11-263-1/+1059
* don't allow stripe with just one subvolumeAmar Tumballi2009-11-261-1/+7
* cluster/afr: Include "common-utils.h" instead of alloca.hVikas Gorur2009-11-261-1/+1
* cluster/afr: Do self-heal on unopened fds.Vikas Gorur2009-11-256-26/+232
* cluster/afr: Refactored the self-heal interface.Vikas Gorur2009-11-249-167/+141
* cluster/afr: Do self-heal on reopened fds.Vikas Gorur2009-11-2410-229/+699
* cluster/afr: Provide a post-post_op hook in the transaction.Vikas Gorur2009-11-242-6/+23
* cluster/afr: Refactored the data self-heal algorithm.Vikas Gorur2009-11-242-143/+248
* cluster/afr: Hold blocking locks for data self-heal.Vikas Gorur2009-11-244-35/+62
* cluster/afr: Set read-child = source regardless of foreground/background self...Vikas Gorur2009-11-241-1/+2
* cluster/afr: Fix inode context bitmasks.Vikas Gorur2009-11-244-17/+11
* cluster/afr: Fix double-free in opendir self-heal callback.Vikas Gorur2009-11-241-1/+4
* cluster/afr: Unlock only those paths which have been locked during rename.Vikas Gorur2009-11-241-77/+142
* cluster/afr: Fix handling of revalidate lookups.Vikas Gorur2009-11-242-24/+38
* cluster/distribute: copy the stat structure while copying dentries in readdir...Raghavendra G2009-11-191-0/+2
* cluster/stripe: Wrong variable is checked after calloc.vinayak hegde2009-11-191-1/+1
* cluster/afr: Handle op_ret properly in opendir_cbkVikas Gorur2009-11-191-2/+3
* fixes in stripeAmar Tumballi2009-11-161-2/+3
* cluster/afr: Fix self-heal loop driver termination logic.Vikas Gorur2009-11-131-7/+19
* cluster/afr: Ensure directory contents are in sync during opendir.Vikas Gorur2009-11-135-10/+281
* cluster/afr: Refactored inode context bitmasks.Vikas Gorur2009-11-131-6/+10
* cluster/dht: Do readdir in dht_readdir instead of readdirpVikas Gorur2009-11-131-1/+1
* cluster/stripe: Initialize frame->local before checking for directory or regu...vinayak hegde2009-11-131-18/+22
* cluster/stripe: Set local->inode value before referring it.vinayak hegde2009-11-121-1/+7
* cluster/stripe: local was not being set in stripe_mknod_ifreg_setxattr_cbk()Vijay Bellur2009-11-121-0/+2
* Add unhashed-sticky-bit option to volume_options structureSachidananda2009-11-121-0/+3
* cluster/afr: In fop structure afr_readdirp is not correctly registered.vinayak hegde2009-11-051-1/+1
* cluster/afr: Bail out of the self-heal driver loops as soon as possibleVikas Gorur2009-11-031-4/+4