summaryrefslogtreecommitdiffstats
path: root/xlators/cluster/afr/src/afr.c
Commit message (Expand)AuthorAgeFilesLines
* cluster/afr: Send flock returned by locks xlator to user.Pavan Sondur2010-01-241-1/+1
* cluster/afr: Don't try to self-heal if there are locks heldVikas Gorur2009-10-301-1/+15
* prevent spurious unlocks from afr selfhealAnand Avati2009-10-131-0/+3
* Changed occurrences of Z Research to Gluster.Vijay Bellur2009-10-071-1/+1
* cluster/afr: Initialize local->first_up_child in AFR_LOCAL_INIT.Vikas Gorur2009-10-051-26/+0
* cluster/afr: Use user-supplied struct flock to STACK_WINDVikas Gorur2009-07-271-1/+0
* Add a random initial offset to the afr round robin indexErick Tryzelaar2009-07-161-0/+3
* Return inode number always from the first up subvolume in AFR.Vikas Gorur2009-07-091-10/+15
* Always do itransform of the inode number from the first up child.Vikas Gorur2009-05-261-8/+17
* Set op_errno properly in afr_flush.Vikas Gorur2009-05-081-0/+1
* Do not lock entire file for metadata operations.Vikas Gorur2009-05-051-1/+1
* Made afr_flush a 'quick-unwind' transaction.Vikas Gorur2009-05-051-6/+67
* Cleaned up log messages in replicate.Vikas Gorur2009-04-241-38/+38
* Do not fail lookup() in case of split-brain.2.0.0rc9Vikas Gorur2009-04-231-6/+0
* afr_lookup_cbk - self-heal getting missedAnand V. Avati2009-04-221-25/+25
* Changed xattr format of afr changelog to support adding and removing of subvo...Vikas Gorur2009-04-161-22/+30
* Send statbuf from the same subvolume, even across revalidates.Vikas Gorur2009-04-131-5/+14
* Fix minor bug in afr_open_cbk.Vikas Gorur2009-04-081-3/+7
* Fix in changelog logic.Vikas Gorur2009-04-071-2/+103
* Made afr inode context a 64-bit packed value instead of a structure.Vikas Gorur2009-04-031-75/+112
* Load balance read operations among subvolumes in afrVikas Gorur2009-04-021-21/+64
* Defined afr_inode_ctx_t structure.Vikas Gorur2009-04-021-11/+59
* Print log message when AFR receives CHILD_UP/DOWN notificationVikas Gorur2009-04-021-0/+6
* cluster/replicate should propogate the ESTALE error to parent, when at least ...Basavanagowda Kanur2009-04-021-4/+14
* Fixed typo in warning string in afr.cVikas Gorur2009-03-261-1/+1
* Add extra 'volume' parameter to inodelk/entrylk callsVikas Gorur2009-03-121-10/+12
* check for fd ctx set in changelog_needed_post_op for flush() in afrVikas Gorur2009-02-271-88/+10
* updated copyright header to extend copyright upto 2009Basavanagowda Kanur2009-02-261-1/+1
* protect fd_ctx get/set in afr_transaction and afr.c with locksVikas Gorur2009-02-261-2/+13
* Unset fd_ctx in afr_flush if it is setVikas Gorur2009-02-261-0/+2
* Added all filesVikas Gorur2009-02-181-0/+2338