summaryrefslogtreecommitdiffstats
path: root/xlators/cluster/dht/src/dht-common.c
Commit message (Expand)AuthorAgeFilesLines
* cluster/dht: fix incorrect dst subvol info in inode_ctxNithya Balachandran2015-06-021-22/+30
* cluster/dht: pass a destination subvol to fop2 variants to avoid races.Raghavendra G2015-06-021-59/+19
* cluster/tier: make attach/detach work with new rebalance logicDan Lambright2015-06-021-16/+26
* dht: Add lookup-optimize configuration option for DHTShyam2015-06-021-14/+48
* cluster/dht: maintain start state of rebalance daemon across graph switch.Dan Lambright2015-06-011-2/+9
* build: do not #include "config.h" in each fileNiels de Vos2015-05-291-5/+0
* tier: Do not allow detach-tier commands on a non-tiered volumeMohammed Rafi KC2015-05-281-1/+2
* cluster/dht: Fix dht_setxattr to follow files under migrationNithya Balachandran2015-05-281-17/+374
* dht/rebalance : Fixed rebalance failureNithya Balachandran2015-05-141-2/+3
* dht : null dereference coverity fix.Manikandan Selvaganesh2015-05-141-1/+2
* dht: make lookup-unhashed=auto do something actually usefulJeff Darcy2015-05-101-9/+78
* glusterd: add counter support for tiered volumesDan Lambright2015-05-081-1/+2
* dht/tier/rebalancer: Fix reset of tiering client pidJoseph Fernandes2015-05-051-1/+3
* cluster/tier: don't use hot tier until subvolumes readyDan Lambright2015-05-051-1/+3
* dht/rebalancer: Marking tiering migration fopsJoseph Fernandes2015-05-011-0/+15
* dht: tackle thread race in dht_getxattr_cbkSusant Palai2015-04-291-17/+24
* rebalance: Introducing local crawl and parallel migrationSusant Palai2015-04-291-7/+123
* glusterd: support for tier volumes 'detach start' and 'detach commit'Dan Lambright2015-04-221-0/+2
* Cluster/DHT Mismatching gfid values in dht_local_tNithya Balachandran2015-04-081-11/+6
* dht : null dereference coverity fixManikandan Selvaganesh2015-04-081-1/+1
* cluster/dht: Unwind with proper op_retRaghavendra Talur2015-04-061-12/+86
* Avoid conflict between contrib/uuid and system uuidEmmanuel Dreyfus2015-04-041-45/+45
* Xlators : Fixed typosManikandan Selvaganesh2015-04-021-2/+2
* libxlator: Change marker xattr handling interfacePranith Kumar K2015-03-251-50/+20
* cluster/dht: Add tier translator.Dan Lambright2015-03-211-18/+82
* features/quota : Introducing inode quotavmallika2015-03-181-34/+81
* cluster/dht: Change the subvolume encoding in d_off to be a "global"Dan Lambright2015-03-181-10/+7
* dht : logically dead code removedManikandan Selvaganesh2015-03-031-8/+4
* cluster/dht: Propagate an event only after hearing the same from all subvolumesAnoop C S2015-02-261-0/+3
* cluster/dht: serialize execution of dht_discover_complete andRaghavendra G2015-02-251-1/+10
* cluster/dht: synchronize with other concurrent healers while healing layout.Raghavendra G2015-02-201-1/+1
* Storage/posix : Adding error checks in path formationNithya Balachandran2015-02-181-0/+6
* cluster/dht: Fix dht_link to follow files under migrationShyam2015-02-171-19/+124
* cluster/dht: Modify dht-rebalance.c to use trusted.distribute.migrate-dataDan Lambright2015-02-131-2/+21
* Compare key with GF_XATTR_LOCKINFO_KEY with length of GF_XATTR_LOCKINFO_KEY i...Dennis Schafroth2015-02-021-1/+1
* cluster/dht: In MKDIR(), aggregate iatts from non-hashed subvols tooKrutika Dhananjay2015-01-231-1/+12
* cluster/dht: Don't restore entry when only one subvolume is presentPranith Kumar K2015-01-181-3/+6
* cluster/afr: split-brain resolution CLIRavishankar N2015-01-151-5/+7
* Cluster/DHT : Fixed crash due to null derefNithya Balachandran2014-11-031-2/+3
* cluster/dht: Changed log level to DEBUGVenkatesh Somyajulu2014-09-161-2/+4
* cluster/dht: Changed log level to DEBUGVenkatesh Somyajulu2014-09-111-4/+4
* cluster/dht: Fixed double UNWIND in lookup everywhere codeShyam2014-09-091-4/+4
* cluster/dht: Added code to capture races in dht-lookup pathVenkatesh Somyajulu2014-09-031-10/+146
* cluster/dht: remove specifying cached-subvol as part of name inRaghavendra G2014-09-021-12/+1
* Cluster/DHT : Additional log messagesNithya Balachandran2014-08-241-4/+7
* cluster/dht: Added keys in dht_lookup_everywhere_doneVenkatesh Somyajulu2014-08-141-4/+72
* cluster/dht: Modified logic of linkto file deletion on non-hashedVenkatesh Somyajulu2014-07-311-21/+71
* DHT/mkdir : Fill the stbuf from the subvols on which directory creationSusant Palai2014-07-181-4/+0
* cluster/dht: Fix races to avoid deletion of linkto fileVenkatesh Somyajulu2014-07-181-27/+260
* DHT/Create : Failing to identify a linkto file in lookup_everywhere_cbk pathv3.7devSusant Palai2014-07-171-7/+47