summaryrefslogtreecommitdiffstats
path: root/xlators/cluster/dht
Commit message (Expand)AuthorAgeFilesLines
* fixes in nufaAmar Tumballi2009-11-263-96/+92
* switch translator addedAmar Tumballi2009-11-263-1/+1059
* cluster/distribute: copy the stat structure while copying dentries in readdir...Raghavendra G2009-11-191-0/+2
* cluster/dht: Do readdir in dht_readdir instead of readdirpVikas Gorur2009-11-131-1/+1
* Add unhashed-sticky-bit option to volume_options structureSachidananda2009-11-121-0/+3
* distribute - more NULL checkAnand V. Avati2009-10-161-3/+21
* distribute,nufa: layout handling changesAnand V. Avati2009-10-167-136/+209
* fix double initialization of dht_local_tAnand V. Avati2009-10-161-7/+0
* NULL checks on local->loc.parentAnand V. Avati2009-10-161-17/+36
* shuffle hash layouts on directoriesAnand Avati2009-10-151-2/+44
* cluster/dht: Change STACK_UNWIND to STACK_UNWIND_STRICT.Vikas Gorur2009-10-084-98/+107
* Changed occurrences of Z Research to Gluster.Vijay Bellur2009-10-0711-11/+11
* distribute: Support readdirp fopShehjar Tikoo2009-10-062-5/+112
* distribute: NFS-friendly logic changesShehjar Tikoo2009-10-014-101/+320
* Global: NFS-friendly prototype changesShehjar Tikoo2009-10-015-42/+185
* Global: Introduce setattr and fsetattr fopsShehjar Tikoo2009-10-014-303/+167
* Dumop inodectx addedVijay Bellur2009-09-161-0/+29
* cluster/dht: Support for dumpop priv.Vijay Bellur2009-09-161-0/+134
* dht_stat_merge - use the highest uid when ambiguousAnand Avati2009-08-041-2/+3
* 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
* local->loc should be filled in dht-mknod()Amar Tumballi2009-06-181-0/+9
* making dht and nufa's 'min-free-disk' option to take both percent and disk-sizeAmar Tumballi2009-06-184-38/+90
* change the log level of disk full message in dht-diskusageAmar Tumballi2009-06-181-3/+3
* bug fix in dht-diskusage when statvfs->f_blocks is 0Amar Tumballi2009-06-021-2/+3
* dht logging cleanupAnand V. Avati2009-04-283-10/+14
* log message cleanup in distributeAnand V. Avati2009-04-249-291/+242
* "option unhashed-sticky-bit on/off"krishna2009-04-233-5/+25
* Fixed parameter to finodelk in STACK_WIND in dhtVikas Gorur2009-04-171-1/+1
* cluster/distribute bug fix - try to create linkfile in dht_lookup_everywhere_...Basavanagowda Kanur2009-04-163-16/+68
* bug fixes in dht-disk-usage feature.Amar Tumballi2009-04-144-35/+72
* in dht, initialize the free available space properly, so the first few create...Amar Tumballi2009-04-123-3/+52
* update cluster/dht with new readv writev prototypesAnand V. Avati2009-04-121-5/+8
* nufa to take care of free disk-space while creating files.Amar Tumballi2009-04-061-32/+74
* distribute to take care of available disk space while creating new dirs, and ...Amar Tumballi2009-04-035-26/+384
* 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
* 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
* Add extra 'volume' parameter to inodelk/entrylk callsVikas Gorur2009-03-121-8/+8
* dht_readdir_cbk - retry on same subvol if no entries match the hashAnand V. Avati2009-03-091-5/+15
* Skip self-heal when subvolumes are downAnand V. Avati2009-02-271-17/+0
* 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-2611-11/+11
* Layout is sorted on volume names before forming the layout ranges. But when a...krishna2009-02-263-3/+41
* 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