summaryrefslogtreecommitdiffstats
path: root/xlators/cluster/dht/src/dht-rebalance.c
Commit message (Expand)AuthorAgeFilesLines
* dht: fix rebalance of sparse files (#2318)Xavi Hernandez2021-04-091-56/+60
* cluster/dht: use readdir for fix-layout in rebalance (#2243)Pranith Kumar Karampuri2021-03-221-35/+24
* cluster/dht: Provide option to disable fsync in data migration (#2259)Pranith Kumar Karampuri2021-03-171-12/+16
* DHT/Rebalance - removing an unneeded subvol calculation and comparison (#1803)Barak Sason Rofman2020-12-231-103/+112
* DHT - Remove redundant lookup operation in Rebalance (#1696)Barak Sason Rofman2020-12-201-45/+16
* DHT/Rebalance -removing unused variable (#1795)Barak Sason Rofman2020-12-041-14/+13
* DHT/Rebalance - Ensure Rebalance reports status only once upon stopping (#1783)Barak Sason Rofman2020-11-241-35/+33
* DHT - Fixing rebalance failure on issuing stop command (#1628)Barak Sason Rofman2020-10-301-11/+12
* cluster/dht: Perform migrate-file with lk-owner (#1581)Pranith Kumar Karampuri2020-10-291-3/+25
* dht/rebalance - fixed dhtfcnt_thread wakeup time to be in absolute time (#1667)Tamar Shacked2020-10-211-1/+1
* core: configure optimum inode table hash_size for shd (#1576)mohit842020-10-111-1/+1
* DHT - Removing commit hash and 'magical' return value from rebalanceBarak Sason Rofman2020-09-211-26/+7
* dht - Remove "tier" code (part 2)Barak Sason Rofman2020-09-161-196/+38
* DHT - Fixing memory allocation crashBarak Sason Rofman2020-09-241-1/+6
* DHT - fixing a bug in thread creationBarak Sason Rofman2020-09-241-2/+2
* Revert "dht: optimize rebalance crawl path"Pranith Kumar K2020-09-021-395/+5
* cluster/dht: simplify and cleanup internal time managementDmitry Antipov2020-08-111-18/+6
* libglusterfs: add functions to calculate time differenceDmitry Antipov2020-08-141-4/+2
* dht: optimize rebalance crawl pathSusant Palai2020-04-271-5/+395
* cluster/dht: suppress file migration error for node not supposed to migrate fileTamar Shacked2020-07-151-13/+25
* cluster/afr: Delay post-op for fsyncPranith Kumar K2020-05-291-1/+14
* dht - sparse files rebalance enhancementsBarak Sason Rofman2020-05-061-111/+102
* dht: add null check in gf_defrag_free_dir_dfmetaSusant Palai2020-05-221-1/+2
* dht: Do opendir selectively in gf_defrag_process_dirSusant Palai2020-05-041-22/+53
* dht: Handle setxattr and rm race for directory in rebalanceSusant Palai2020-04-241-0/+11
* dht - fixing rebalance failures for files with holesBarak Sason Rofman2020-04-211-11/+10
* dht/rebalance - fixing recursive failure issueBarak Sason Rofman2020-03-101-1/+2
* dht - Remove "tier" code (part 1)Barak Sason Rofman2020-04-121-450/+19
* dht: gf_defrag_process_dir is called even if gf_defrag_fix_layout has failedSusant Palai2020-03-161-0/+1
* dht/rebalance - fixing failure occurace due to rebalance stopBarak Sason Rofman2020-02-091-0/+8
* cluster/dht: Add comments to codeN Balachandran2019-12-031-1/+13
* Multiple files: make root gfid a static variableYaniv Kaul2019-10-041-4/+1
* cluster/dht: Handle file truncates during migrationN Balachandran2019-08-271-26/+34
* Multiple files: get trivial stuff done before lockYaniv Kaul2019-06-081-1/+1
* multiple files: another attempt to remove includesYaniv Kaul2019-06-091-2/+1
* cluster/dht: Lookup all files when processing directoryN Balachandran2019-05-201-6/+6
* core: make gf_thread_create() easier to useXavi Hernandez2019-01-241-6/+1
* all: handle USE_AFTER_FREE warningsAmar Tumballi2018-12-191-1/+1
* libglusterfs: Move devel headers under glusterfs directoryShyamsundarR2018-11-291-3/+3
* tiering: remove the translator from build and glusterdAmar Tumballi2018-10-031-12/+0
* cluster/dht: NULL pointer dereferencing clang fixHarpreet Lalwani2018-10-041-35/+29
* all: fix warnings on non 64-bits architecturesXavi Hernandez2018-09-251-6/+5
* Land part 2 of clang-format changesGluster Ant2018-09-121-4539/+4361
* multiple xlators: strncpy()->sprintf(), reduce strlen()'sYaniv Kaul2018-08-211-3/+3
* {dht-rebalance|glusterd-geo-rep|glusterd-utils|nfs|bd}.c: no dict_del before ...Yaniv Kaul2018-08-191-1/+0
* cluster/dht: coverity fixesN Balachandran2018-08-091-0/+1
* cluster/dht: Fixed rebalanced filesN Balachandran2018-08-131-1/+1
* core (named threads): flood of -Wformat-truncation warnings with gcc-7.1Kaleb S. KEITHLEY2017-09-141-2/+1
* All: run codespell on the code and fix issues.Yaniv Kaul2018-07-161-6/+6
* cluster/dht: Refactor rebalance codeN Balachandran2018-06-061-309/+253