summaryrefslogtreecommitdiffstats
path: root/xlators/cluster/afr/src
Commit message (Expand)AuthorAgeFilesLines
* cluster/afr: Set lk-owner to pid when fuse does not supply it.v3.0.5rc7Pavan Sondur2010-06-294-0/+18
* free sh_priv->loops to avoid memory leakRaghavendra Bhat2010-06-141-0/+2
* 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
* 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
* cluster/afr: Unwind lk using struct flock from a successful serverVikas Gorur2010-05-031-1/+2
* 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
* cluster/afr: UNWIND if opendir returns an error.Vijay Bellur2010-03-251-0/+3
* cluster/afr: Fix possible NULL dereference in readdirp_cbkv3.0.4rc1Vikas Gorur2010-03-171-16/+18
* cluster/afr: Failover readdir calls.Vikas Gorur2010-03-044-46/+299
* cluster/afr: Send the struct flock returned by the server to the user.Vikas Gorur2010-01-211-1/+1
* cluster/afr: Pick a source for metadata self-heal even if all nodes are innoc...Vikas Gorur2010-01-141-0/+28
* 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
* 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
* afr: fix fd ref leak in self-healAnand Avati2009-12-061-1/+3
* 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
* 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
* 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
* 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