summaryrefslogtreecommitdiffstats
path: root/xlators/cluster/dht
Commit message (Expand)AuthorAgeFilesLines
...
* cluster/dht: initialize throttle option "normal" to same in init and reconfigureSusant Palai2017-05-181-77/+52
* cluster/dht: Rebalance on all nodes should migrate filesN Balachandran2017-05-166-16/+211
* cluster/dht: Fix crash in dht rmdirN Balachandran2017-05-161-4/+10
* cluster/tier: Don't update cached subvolN Balachandran2017-05-121-15/+3
* cluster/dht: Fix ret checkN Balachandran2017-05-081-1/+1
* Fix wrong operatorsMichael Scherer2017-05-041-3/+2
* cluster/dht: Make rebalance throttle option tuned by numberSusant Palai2017-04-293-26/+110
* dht: send lookup on old name inside rename with bname and pargfidSusant Palai2017-04-291-9/+58
* cluster/dht: rebalance perf enhancementSusant Palai2017-04-292-108/+246
* cluster/dht: Pass the correct xdata in fremovexattr fopKrutika Dhananjay2017-04-281-8/+4
* cluster/dht Remove redundant logs in dht rmdirN Balachandran2017-04-261-8/+7
* feature/dht: Directory synchronizationKotresh HR2017-04-2610-1141/+1897
* cluster/dht: correct space check for rebalanceSusant Palai2017-04-251-1/+1
* cluster/dht: Pass the req dict instead of NULL in dht_attr2()Krutika Dhananjay2017-04-243-54/+71
* cluster/dht: rm -rf fails if dir has stale linkto filesN Balachandran2017-04-211-45/+203
* cluster/dht: Skip file migration if the subvol that meets min-free-diskSusant Palai2017-04-193-25/+92
* dht: Add missing braces in dht_opendirPoornima G2017-04-131-1/+2
* cluster/dht: Make rebalance honor min-free-diskSusant Palai2017-04-133-17/+234
* dht/rebalance: Crawler performance improvementSusant Palai2017-04-101-127/+34
* dht: The xattrs sent in readdirp should be sent in opendir aswellPoornima G2017-04-061-28/+44
* cluster/dht: Modify local->loc.gfid in thread safe mannerPranith Kumar K2017-04-041-3/+2
* dht/rebalance: update op_errno for rebalance failuresSusant Palai2017-03-091-3/+4
* cluster/dht: Fix crash in "nuke-dir" featureKrutika Dhananjay2017-03-021-1/+10
* dht/rebalance: Increase maximum read block size from 128 KB to 1 MBShreyas Siravara2017-03-021-1/+1
* Remove double free for disk_layoutMichael Scherer2017-02-271-2/+0
* dnt: Add a GF_DEFRAG_CMD_NONE to gf_defrag_typeMichael Scherer2017-02-261-0/+1
* dnt: Fix crash when showing the error messageMichael Scherer2017-02-261-1/+1
* Reorder the variable initialisationMichael Scherer2017-02-261-3/+1
* Filter coverty false positivesMichael Scherer2017-02-241-0/+1
* libglusterfs, dht, locks, glusterd: Coverity fixesNigel Babu2017-02-231-1/+3
* Ressources used by va_start must be freed with va_endMichael Scherer2017-02-201-1/+4
* cluster/dht Fix error assignment in dht_*xattr2 functionsN Balachandran2017-02-151-2/+6
* cluster/dht: Use int8 instead of string to pass DHT_IATT_IN_XDATA_KEYKrutika Dhananjay2017-02-133-11/+6
* cluster/dht: Don't update layout in rebalance_task_completionN Balachandran2017-02-061-24/+0
* refcount: typecast function for calling on freeNiels de Vos2017-01-311-7/+2
* Readdir-ahead : Honor readdir-optimise option of dhtPoornima G2017-01-241-0/+13
* dht/cluster: add logs to fix-layout code pathSusant Palai2017-01-203-49/+158
* dht/rebalance Estimate time to complete rebalanceN Balachandran2017-01-191-1/+101
* tier : Tier as a servicehari gowtham2017-01-164-6/+20
* feature/dht: undo partially successful dir renameCsaba Henk2017-01-114-7/+61
* dht: At places needed use STACK_WIND_COOKIEPoornima G2017-01-0910-654/+664
* cluster/dht: Incorrect migration checks in fsyncN Balachandran2017-01-081-5/+6
* dht/rebalance: remove errno check for failure detectionSusant Palai2017-01-061-16/+13
* cluster/dht: Do rename cleanup as rootPranith Kumar K2017-01-051-0/+1
* cluster/dht: Fix dict_leak in migration check tasksN Balachandran2017-01-021-0/+7
* dht/rebalance: reverify lookup failuresSusant Palai2016-12-222-58/+130
* cluster/dht: Fix memory corruption while accessing regex stored inRaghavendra G2016-12-083-45/+64
* dht/md-cache: Filter invalidate if the file is made a linkto filePoornima G2016-12-021-1/+7
* dht/rename : Incase of failure remove linkto file properlyJiffin Tony Thottan2016-12-012-2/+14
* cluster/dht: A hard link is lost during rebalance + lookupMohit Agrawal2016-11-291-40/+62