summaryrefslogtreecommitdiffstats
path: root/xlators/cluster/afr/src/afr.c
Commit message (Expand)AuthorAgeFilesLines
* 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.Vikas 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