summaryrefslogtreecommitdiffstats
path: root/xlators/cluster/afr/src/afr.c
Commit message (Expand)AuthorAgeFilesLines
* cluster/afr: Change STACK_UNWIND to STACK_UNWIND_STRICT.Vikas Gorur2009-10-071-35/+48
* Removed remaining references to chmod, chown and utimens as part of setattr c...Pavan Sondur2009-10-061-5/+0
* afr: Support readdirp fopShehjar Tikoo2009-10-061-0/+1
* cluster/afr: Initialize local->first_up_child in AFR_LOCAL_INIT.Vikas Gorur2009-10-051-26/+0
* Global: NFS-friendly prototype changesShehjar Tikoo2009-10-011-8/+11
* Global: Introduce setattr and fsetattr fopsShehjar Tikoo2009-10-011-0/+2
* cluster/afr: Add new option "data-self-heal-algorithm"Vikas Gorur2009-09-221-0/+12
* TAKE2[PATCH BUG:213 1/1] Support for Process State DumpVijay Bellur2009-08-191-0/+59
* cluster/afr: Use user-supplied struct flock to STACK_WINDVikas Gorur2009-07-271-1/+0
* fix build warnings in 'afr'Amar Tumballi2009-07-201-4/+10
* Added NULL checks in a few places.Vikas Gorur2009-07-151-7/+25
* Return inode number always from the first up subvolume in AFR.Vikas Gorur2009-07-151-10/+15
* cluster/afr - replace ZR_FILENAME_MAX by NAME_MAXBasavanagowda Kanur2009-07-061-4/+4
* 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