summaryrefslogtreecommitdiffstats
path: root/xlators/cluster
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* map translator cleanup.Amar Tumballi2009-04-081-643/+1065
* 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
* nufa to take care of free disk-space while creating files.Amar Tumballi2009-04-061-32/+74
* Fix in return value of afr_sh_mark_sourcesVikas Gorur2009-04-063-10/+26
* distribute to take care of available disk space while creating new dirs, and ...Amar Tumballi2009-04-035-26/+384
* 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
* unify-self-heal: Fix un-ref'ing of incorrect dictShehjar Tikoo2009-04-021-1/+1
* Print log message when AFR receives CHILD_UP/DOWN notificationVikas Gorur2009-04-021-0/+6
* cluster/stripe to propogate ESTALE to parent.Basavanagowda Kanur2009-04-021-2/+4
* cluster/unify propogates ESTALE to parent translator, if any subvolume return...Basavanagowda Kanur2009-04-021-4/+30
* cluster/replicate should propogate the ESTALE error to parent, when at least ...Basavanagowda Kanur2009-04-021-4/+14
* cluster/{dht,nufa} propogate ESTALE (when at least one subvolume returns ESTA...Basavanagowda Kanur2009-04-021-1/+10
* cluster/{nufa,dht} fail revalidates with ESTALE, in case a stale layout is fo...Basavanagowda Kanur2009-04-022-4/+4
* Enhancements to distribute selfhealAnand V. Avati2009-03-263-51/+117
* 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
* dht memory leak fixRaghavendra G2009-03-241-1/+1
* fixes issue of hashing to wrong subvolumes in case when a subvolume is downAmar Tumballi2009-03-211-2/+2
* dht_layout_dir_cmp - if xattr is missing, it is an error only if cached layou...Anand V. Avati2009-03-191-11/+18
* Moving few translators which are not well tested, are in beta stage to 'testi...Amar Tumballi2009-03-182-2/+2
* implement forget for cluster/unifyBasavanagowda Kanur2009-03-131-0/+18
* unify revalidate should propogate the error from any of the subvolume upto th...Basavanagowda Kanur2009-03-131-0/+7
* Add extra 'volume' parameter to inodelk/entrylk callsVikas Gorur2009-03-1210-48/+70
* dht_readdir_cbk - retry on same subvol if no entries match the hashAnand V. Avati2009-03-091-5/+15
* check for fd ctx set in changelog_needed_post_op for flush() in afrVikas Gorur2009-02-272-95/+49
* Skip self-heal when subvolumes are downAnand V. Avati2009-02-271-17/+0
* fixing warnings in previous patch (typecasting pointer to long)Anand V. Avati2009-02-271-1/+1
* reverting nested locks in posix-locks for inodelkVikas Gorur2009-02-271-0/+2
* moved dht_hashfn_tea() to libglusterfs/hashfn.c as gf_dm_hashfn() (dm - davie...Basavanagowda Kanur2009-02-273-148/+5
* updated copyright header to extend copyright upto 2009Basavanagowda Kanur2009-02-2639-39/+39
* Layout is sorted on volume names before forming the layout ranges. But when a...krishna2009-02-263-3/+41
* protect fd_ctx get/set in afr_transaction and afr.c with locksVikas Gorur2009-02-262-16/+31
* Unset fd_ctx in afr_flush if it is setVikas Gorur2009-02-261-0/+2
* DHT clean up. Lot of selfheal code is not applicable to newly created directo...Krishna Srinivas2009-02-254-12/+33
* DHT selfheal fix during lookup - create missing directories.Krishna Srinivas2009-02-251-0/+14
* DHT TEA hashfn bugfix2.0.0rc2Anand V. Avati2009-02-231-5/+0
* cluster/ha to handle EBADFD for fd based operations as transport disconnected.Basavanagowda Kanur2009-02-191-1/+5