summaryrefslogtreecommitdiffstats
path: root/xlators/cluster
Commit message (Expand)AuthorAgeFilesLines
* 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
* dht_readdir_cbk: use stat attributes in the READDIRPLUS dirents toAnand V. Avati2009-06-261-22/+21
* rename dht_first_up_child to dht_first_up_subvolAnand V. Avati2009-06-262-2/+3
* set 'lookup unhashed' mode to be on by defaultAnand V. Avati2009-06-261-1/+1
* local->loc should be filled in dht-mknod()Amar Tumballi2009-06-181-0/+9
* change the log level of disk full message in dht-diskusageAmar Tumballi2009-06-181-3/+3
* Fix crash in afr data self heal. Bugzilla ID: 3Vikas Gorur2009-06-081-0/+2
* unify getdents count reduced to 512 (from 1024)Amar Tumballi2009-06-031-1/+1
* bug fix in dht-diskusage when statvfs->f_blocks is 0Amar Tumballi2009-06-021-2/+3
* Do itransform in AFR readdir.v2.0.2Vikas 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
* stripe init 'block-size' pattern parsing bug fixed.2.0.1Amar Tumballi2009-05-081-59/+78
* 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
* cluster/unify - unify_forget() should not try to access inode->ctx, if inode-...Basavanagowda Kanur2009-04-301-1/+1
* dht logging cleanupAnand V. Avati2009-04-283-10/+14
* afr logging cleanupAnand V. Avati2009-04-284-52/+45
* log message cleanup in distributeAnand V. Avati2009-04-249-291/+242
* Cleaned up log messages in replicate.Vikas Gorur2009-04-2410-186/+179
* Do not fail lookup() in case of split-brain.2.0.0rc9Vikas Gorur2009-04-231-6/+0
* "option unhashed-sticky-bit on/off"krishna2009-04-233-5/+25
* 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.2.0.0rc8Vikas 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
* Fixed parameter to finodelk in STACK_WIND in dhtVikas Gorur2009-04-171-1/+1
* Use original pid when calling the FOP in afr transaction.Vikas Gorur2009-04-162-3/+42
* cluster/distribute bug fix - try to create linkfile in dht_lookup_everywhere_...Basavanagowda Kanur2009-04-163-16/+68
* Changed xattr format of afr changelog to support adding and removing of subvo...Vikas Gorur2009-04-1611-287/+322
* cluster/unify link() should be sent to only one subvolume.Basavanagowda Kanur2009-04-141-0/+1
* bug fixes in dht-disk-usage feature.Amar Tumballi2009-04-144-35/+72
* Send statbuf from the same subvolume, even across revalidates.Vikas Gorur2009-04-131-5/+14
* in dht, initialize the free available space properly, so the first few create...Amar Tumballi2009-04-123-3/+52
* update cluster/map with new readv writev prototypesAnand V. Avati2009-04-121-11/+13
* update cluster/ha with new readv writev prototypesAnand V. Avati2009-04-121-6/+10
* update cluster/dht with new readv writev prototypesAnand V. Avati2009-04-121-5/+8
* update cluster/afr with new readv writev prototypesAnand V. Avati2009-04-125-17/+20
* update cluster/stripe with new readv writev prototypesAnand V. Avati2009-04-121-13/+17
* update cluster/unify with new readv writev prototypesAnand V. Avati2009-04-121-4/+7
* Compulsorily do self heal if file sizes differ.Vikas Gorur2009-04-096-23/+100