| Commit message (Expand) | Author | Age | Files | Lines |
* | in dht, initialize the free available space properly, so the first few create... | Amar Tumballi | 2009-04-12 | 3 | -3/+52 |
* | update cluster/map with new readv writev prototypes | Anand V. Avati | 2009-04-12 | 1 | -11/+13 |
* | update cluster/ha with new readv writev prototypes | Anand V. Avati | 2009-04-12 | 1 | -6/+10 |
* | update cluster/dht with new readv writev prototypes | Anand V. Avati | 2009-04-12 | 1 | -5/+8 |
* | update cluster/afr with new readv writev prototypes | Anand V. Avati | 2009-04-12 | 5 | -17/+20 |
* | update cluster/stripe with new readv writev prototypes | Anand V. Avati | 2009-04-12 | 1 | -13/+17 |
* | update cluster/unify with new readv writev prototypes | Anand V. Avati | 2009-04-12 | 1 | -4/+7 |
* | Compulsorily do self heal if file sizes differ. | Vikas Gorur | 2009-04-09 | 6 | -23/+100 |
* | Handle files which have no pending xattrs at all. | Vikas Gorur | 2009-04-09 | 1 | -1/+27 |
* | Erase xattr during self-heal based on original dict. | Vikas Gorur | 2009-04-09 | 5 | -10/+27 |
* | map translator cleanup. | Amar Tumballi | 2009-04-08 | 1 | -643/+1065 |
* | Fix minor bug in afr_open_cbk. | Vikas Gorur | 2009-04-08 | 1 | -3/+7 |
* | Fix in changelog logic. | Vikas Gorur | 2009-04-07 | 6 | -41/+254 |
* | Consider a subvolume dead if an fop fails on it | Vikas Gorur | 2009-04-07 | 3 | -17/+19 |
* | nufa to take care of free disk-space while creating files. | Amar Tumballi | 2009-04-06 | 1 | -32/+74 |
* | Fix in return value of afr_sh_mark_sources | Vikas Gorur | 2009-04-06 | 3 | -10/+26 |
* | distribute to take care of available disk space while creating new dirs, and ... | Amar Tumballi | 2009-04-03 | 5 | -26/+384 |
* | Made afr inode context a 64-bit packed value instead of a structure. | Vikas Gorur | 2009-04-03 | 4 | -313/+205 |
* | Load balance read operations among subvolumes in afr | Vikas Gorur | 2009-04-02 | 4 | -110/+513 |
* | Defined afr_inode_ctx_t structure. | Vikas Gorur | 2009-04-02 | 2 | -11/+76 |
* | unify-self-heal: Fix un-ref'ing of incorrect dict | Shehjar Tikoo | 2009-04-02 | 1 | -1/+1 |
* | Print log message when AFR receives CHILD_UP/DOWN notification | Vikas Gorur | 2009-04-02 | 1 | -0/+6 |
* | cluster/stripe to propogate ESTALE to parent. | Basavanagowda Kanur | 2009-04-02 | 1 | -2/+4 |
* | cluster/unify propogates ESTALE to parent translator, if any subvolume return... | Basavanagowda Kanur | 2009-04-02 | 1 | -4/+30 |
* | cluster/replicate should propogate the ESTALE error to parent, when at least ... | Basavanagowda Kanur | 2009-04-02 | 1 | -4/+14 |
* | cluster/{dht,nufa} propogate ESTALE (when at least one subvolume returns ESTA... | Basavanagowda Kanur | 2009-04-02 | 1 | -1/+10 |
* | cluster/{nufa,dht} fail revalidates with ESTALE, in case a stale layout is fo... | Basavanagowda Kanur | 2009-04-02 | 2 | -4/+4 |
* | Enhancements to distribute selfheal | Anand V. Avati | 2009-03-26 | 3 | -51/+117 |
* | Fixed typo in warning string in afr.c | Vikas Gorur | 2009-03-26 | 1 | -1/+1 |
* | Made self heal logic more precise. | Vikas Gorur | 2009-03-24 | 1 | -22/+233 |
* | dht memory leak fix | Raghavendra G | 2009-03-24 | 1 | -1/+1 |
* | fixes issue of hashing to wrong subvolumes in case when a subvolume is down | Amar Tumballi | 2009-03-21 | 1 | -2/+2 |
* | dht_layout_dir_cmp - if xattr is missing, it is an error only if cached layou... | Anand V. Avati | 2009-03-19 | 1 | -11/+18 |
* | Moving few translators which are not well tested, are in beta stage to 'testi... | Amar Tumballi | 2009-03-18 | 2 | -2/+2 |
* | implement forget for cluster/unify | Basavanagowda Kanur | 2009-03-13 | 1 | -0/+18 |
* | unify revalidate should propogate the error from any of the subvolume upto th... | Basavanagowda Kanur | 2009-03-13 | 1 | -0/+7 |
* | Add extra 'volume' parameter to inodelk/entrylk calls | Vikas Gorur | 2009-03-12 | 10 | -48/+70 |
* | dht_readdir_cbk - retry on same subvol if no entries match the hash | Anand V. Avati | 2009-03-09 | 1 | -5/+15 |
* | check for fd ctx set in changelog_needed_post_op for flush() in afr | Vikas Gorur | 2009-02-27 | 2 | -95/+49 |
* | Skip self-heal when subvolumes are down | Anand V. Avati | 2009-02-27 | 1 | -17/+0 |
* | fixing warnings in previous patch (typecasting pointer to long) | Anand V. Avati | 2009-02-27 | 1 | -1/+1 |
* | reverting nested locks in posix-locks for inodelk | Vikas Gorur | 2009-02-27 | 1 | -0/+2 |
* | moved dht_hashfn_tea() to libglusterfs/hashfn.c as gf_dm_hashfn() (dm - davie... | Basavanagowda Kanur | 2009-02-27 | 3 | -148/+5 |
* | updated copyright header to extend copyright upto 2009 | Basavanagowda Kanur | 2009-02-26 | 39 | -39/+39 |
* | Layout is sorted on volume names before forming the layout ranges. But when a... | krishna | 2009-02-26 | 3 | -3/+41 |
* | protect fd_ctx get/set in afr_transaction and afr.c with locks | Vikas Gorur | 2009-02-26 | 2 | -16/+31 |
* | Unset fd_ctx in afr_flush if it is set | Vikas Gorur | 2009-02-26 | 1 | -0/+2 |
* | DHT clean up. Lot of selfheal code is not applicable to newly created directo... | Krishna Srinivas | 2009-02-25 | 4 | -12/+33 |
* | DHT selfheal fix during lookup - create missing directories. | Krishna Srinivas | 2009-02-25 | 1 | -0/+14 |
* | DHT TEA hashfn bugfix | Anand V. Avati | 2009-02-23 | 1 | -5/+0 |