summaryrefslogtreecommitdiffstats
path: root/xlators/cluster/dht/src/tier.c
Commit message (Expand)AuthorAgeFilesLines
* tier: coverity fixes in tier.chari gowtham2017-11-231-25/+16
* xlator/tier: flood of -Wformat-truncation warnings with gcc-7.1v4.0dev1Kaleb S. KEITHLEY2017-11-011-8/+9
* libglusterfs: Name threads on creationRaghavendra Talur2017-07-191-12/+8
* cluster/rebalance: Use GF_XATTR_LIST_NODE_UUIDS_KEY to figure out local subvols.Susant Palai2017-06-261-49/+1
* cluster/dht: rebalance gets file count periodicallyN Balachandran2017-06-231-0/+1
* cluster/dht: Rebalance on all nodes should migrate filesN Balachandran2017-05-161-4/+53
* Reorder the variable initialisationMichael Scherer2017-02-261-3/+1
* Filter coverty false positivesMichael Scherer2017-02-241-0/+1
* tier : Tier as a servicehari gowtham2017-01-161-1/+2
* cluster/tier: break the monolith processing functionMilind Changire2016-10-261-309/+429
* cluster/tier: handle fast demotionsMilind Changire2016-10-191-15/+78
* xlators/{dht,tier}: fix unused variable warnings/errorsKaleb S. KEITHLEY2016-09-131-4/+0
* cluster/tier: add tiering eventsMilind Changire2016-09-081-0/+64
* cluster/tier: Adding compaction option for metadata databasesDiogenes Nunez2016-09-041-40/+514
* dht/tiering: fix unused variable warnings/errorsKaleb S. KEITHLEY2016-08-301-1/+0
* cluster/tier: dont promote if estimated block consumption > hi watermarkMilind Changire2016-07-291-50/+152
* cluster/tier: fix statfs for dht/tiered volumesDan Lambright2016-07-271-1/+1
* cluster/tier: downgrade max-cycle-time log message to INFODan Lambright2016-05-161-1/+1
* tier: avoid pthread_join if pthread_create failsPrasanna Kumar Kalever2016-05-111-2/+5
* tier/migrator: Fetch the next query file for the next cycleJoseph Fernandes2016-04-301-0/+21
* cluster/tier: add tunable to migrate files based on sizeDan Lambright2016-03-161-0/+24
* TIER: stopping the tierd when the volume goes downhari gowtham2016-03-141-0/+9
* Tier: Avoiding stale entries from causing demotion to stophari gowtham2016-03-131-2/+27
* cluster/tier: make promotion and demotion independantDan Lambright2016-02-281-125/+125
* cluster/tier : Fixed wrong variable comparisonN Balachandran2016-02-101-3/+15
* cluster/tier: Create linkfiles to hardlinks correctlyN Balachandran2016-02-071-1/+1
* tier/gfdb : Round-Robin read of query filesJoseph Fernandes2016-02-031-75/+305
* cluster/tier : Reset watermarks in tierN Balachandran2016-02-031-9/+36
* cluster/tier: break out of iterating query file once cycle time endsDan Lambright2016-02-031-0/+27
* tier/dht : Default value for demote-freq, max files and mbJoseph Fernandes2016-01-261-2/+3
* cluster/tier: Ignore quota-deem-statfs for watermark calculationN Balachandran2016-01-251-0/+21
* cluster/tier: allow db queries to be interruptableDan Lambright2016-01-071-12/+38
* cluster/tier: check watermark during migrationDan Lambright2016-01-051-46/+57
* cluster/tier: Additional details in error messagesN Balachandran2016-01-041-41/+45
* cluster/dht : Ftruncate on migrating file fails with EINVALN Balachandran2015-12-221-0/+1
* tier:delete the linkfile if data file creation failsMohammed Rafi KC2015-12-221-1/+1
* cluster/tier: do not block in synctask created from pause tierDan Lambright2015-12-211-5/+49
* cluster/tier: fix tier-max-files bookeeping and helpDan Lambright2015-12-181-1/+1
* tier:unlink during migrationMohammed Rafi KC2015-12-161-1/+1
* tier : Spawn promotion or demotion thread depending on local bricksJoseph Fernandes2015-12-091-22/+29
* cluster/tier : Fix double free in tier processN Balachandran2015-12-071-3/+1
* tier/dht: Fix mem leak from lookup response dictJoseph Fernandes2015-12-061-0/+6
* tier/tier: Ignoring status of already migrated filesJoseph Fernandes2015-12-031-5/+16
* cluster/tier: fix loading tier.so into glusterdN Balachandran2015-12-031-8/+34
* cluster/tier: readdirp to cold tier onlyDan Lambright2015-11-231-41/+5
* core: use syscall wrappers instead of direct syscalls - tailKaleb S KEITHLEY2015-11-161-2/+2
* cluster/tier: Disallow detach commit when detach in progressDan Lambright2015-11-161-4/+5
* cluster/tier correct promotion cycle calculationDan Lambright2015-11-071-3/+9
* tier/libgfdb: Replacing ASCII query file with binaryJoseph Fernandes2015-11-061-191/+149
* tier/dht: Ignoring replica for migration countingJoseph Fernandes2015-11-041-7/+24