summaryrefslogtreecommitdiffstats
path: root/xlators/cluster/afr
Commit message (Expand)AuthorAgeFilesLines
* cluster/afr: inode-read: Check stat buf for NULL before attempting to set ino...Vikas Gorur2009-08-041-3/+4
* afr: fix afr_utimens to wait for success of utimens on atleast priv->wait_cou...Raghavendra G2009-07-301-1/+1
* replicate: Return ino from first subvolume on inode creation fopsShehjar Tikoo2009-07-301-9/+28
* cluster/afr: Use user-supplied struct flock to STACK_WINDVikas Gorur2009-07-271-1/+0
* cluster/afr: Return same inode number in stat buf for readv_cbkVikas Gorur2009-07-272-0/+4
* cluster/afr: Set inode number in unwind_buf in the inode-write calls.Vikas Gorur2009-07-271-17/+17
* Return stat from read subvolume in dir-write ops.Vikas Gorur2009-07-272-52/+83
* Return stat info from read-child in all the inode-write opsVikas Gorur2009-07-272-18/+205
* Do not failover readdir in replicateAnand Avati2009-07-171-34/+18
* 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-092-10/+16
* Set timestamps properly when creating missing entries.v2.0.3Vikas Gorur2009-07-061-3/+37
* cluster/afr - use different dictionaries for sending xattrop requests to each...Basavanagowda Kanur2009-06-301-24/+50
* Fix crash in afr data self heal. Bugzilla ID: 3Vikas Gorur2009-06-081-0/+2
* Do itransform in AFR readdir.Vikas Gorur2009-05-261-3/+10
* Always do itransform of the inode number from the first up child.Vikas Gorur2009-05-261-8/+17
* Preserve atime/mtime during data self heal.Vikas Gorur2009-05-261-8/+51
* Set op_errno properly in afr_flush.Vikas Gorur2009-05-081-0/+1
* afr self-heal: update file size of the returning stat buf with source file's ...Anand V. Avati2009-05-061-0/+1
* Do not lock entire file for metadata operations.Vikas Gorur2009-05-052-8/+8
* Made afr_flush a 'quick-unwind' transaction.Vikas Gorur2009-05-051-6/+67
* afr logging cleanupAnand V. Avati2009-04-284-52/+45
* Cleaned up log messages in replicate.Vikas Gorur2009-04-2410-186/+179
* Do not fail lookup() in case of split-brain.Vikas Gorur2009-04-231-6/+0
* replicate dir self-heal - when creating a missing dir/file, set pending xattr...Anand V. Avati2009-04-231-13/+68
* fix in afr directory self-heal (partial healing)Anand V. Avati2009-04-231-0/+5
* afr_lookup_cbk - self-heal getting missedAnand V. Avati2009-04-221-25/+25
* Check return value of afr_sh_select_source.Vikas Gorur2009-04-203-1/+18
* Minor fix in afr_sh_build_pending_matrix.Vikas Gorur2009-04-201-3/+0
* afr-transaction: handle double flushesAnand V. Avati2009-04-201-1/+3
* Fix two memory leaks in afr self heal code.Vikas Gorur2009-04-171-0/+4
* Use original pid when calling the FOP in afr transaction.Vikas Gorur2009-04-162-3/+42
* Changed xattr format of afr changelog to support adding and removing of subvo...Vikas Gorur2009-04-1611-287/+322
* Send statbuf from the same subvolume, even across revalidates.Vikas Gorur2009-04-131-5/+14
* update cluster/afr with new readv writev prototypesAnand V. Avati2009-04-125-17/+20
* Compulsorily do self heal if file sizes differ.Vikas Gorur2009-04-096-23/+100
* Handle files which have no pending xattrs at all.Vikas Gorur2009-04-091-1/+27
* Erase xattr during self-heal based on original dict.Vikas Gorur2009-04-095-10/+27
* Fix minor bug in afr_open_cbk.Vikas Gorur2009-04-081-3/+7
* Fix in changelog logic.Vikas Gorur2009-04-076-41/+254
* Consider a subvolume dead if an fop fails on itVikas Gorur2009-04-073-17/+19
* Fix in return value of afr_sh_mark_sourcesVikas Gorur2009-04-063-10/+26
* Made afr inode context a 64-bit packed value instead of a structure.Vikas Gorur2009-04-034-313/+205
* Load balance read operations among subvolumes in afrVikas Gorur2009-04-024-110/+513
* Defined afr_inode_ctx_t structure.Vikas Gorur2009-04-022-11/+76
* 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
* Made self heal logic more precise.Vikas Gorur2009-03-241-22/+233
* Add extra 'volume' parameter to inodelk/entrylk callsVikas Gorur2009-03-126-20/+37