summaryrefslogtreecommitdiffstats
path: root/xlators/cluster/dht/src/dht-rebalance.c
Commit message (Expand)AuthorAgeFilesLines
* multiple files: another attempt to remove includesYaniv Kaul2019-06-141-2/+1
* cluster/dht: Lookup all files when processing directoryN Balachandran2019-05-231-6/+6
* core: make gf_thread_create() easier to useXavi Hernandez2019-02-011-6/+1
* all: handle USE_AFTER_FREE warningsAmar Tumballi2018-12-201-1/+1
* libglusterfs: Move devel headers under glusterfs directoryShyamsundarR2018-12-051-3/+3
* tiering: remove the translator from build and glusterdAmar Tumballi2018-11-021-12/+0
* cluster/dht: NULL pointer dereferencing clang fixHarpreet Lalwani2018-10-311-35/+29
* all: fix warnings on non 64-bits architecturesXavi Hernandez2018-10-101-6/+5
* Land part 2 of clang-format changesGluster Ant2018-09-121-4539/+4361
* multiple xlators: strncpy()->sprintf(), reduce strlen()'sYaniv Kaul2018-09-071-3/+3
* {dht-rebalance|glusterd-geo-rep|glusterd-utils|nfs|bd}.c: no dict_del before ...Yaniv Kaul2018-09-041-1/+0
* cluster/dht: coverity fixesN Balachandran2018-08-211-0/+1
* cluster/dht: Fixed rebalanced filesN Balachandran2018-08-141-1/+1
* core (named threads): flood of -Wformat-truncation warnings with gcc-7.1Kaleb S. KEITHLEY2018-07-231-2/+1
* All: run codespell on the code and fix issues.Yaniv Kaul2018-07-221-6/+6
* cluster/dht: Refactor rebalance codeN Balachandran2018-06-131-309/+253
* cluster:dht: Corrected ret code checkN Balachandran2018-05-301-1/+1
* cluster/dht: Increase failure count for lookup failure in remove-brick opSusant Palai2018-05-281-3/+31
* cluster/dht: Fix rebalance log msgN Balachandran2018-05-241-2/+2
* cluster/dht: fixes to parallel renames to same destination codepathRaghavendra G2018-05-071-3/+60
* dht: gf_defrag_settle_hash should ignore ENOENT and ESTALE errorSusant Palai2018-04-301-1/+8
* cluster/dht: Handle file migrations when brick downN Balachandran2018-04-131-5/+51
* cluster/dht: enable lookup-optimize by defaultN Balachandran2018-04-041-1/+3
* cluster/dht: ENOSPC will not fail rebalanceN Balachandran2018-03-281-6/+2
* cluster/dht: Skipped files are not treated as errorsN Balachandran2018-03-121-9/+11
* cluster/dht: Ignore ENODATA from getxattr for posix aclsN Balachandran2018-02-221-6/+8
* cluster/dht: Fixed a typoN Balachandran2018-02-211-2/+2
* gfapi: return pre/post attributes from glfs_ftruncateKinglong Mee2018-02-121-4/+7
* gfapi: return pre/post attributes from glfs_fsync/fdatasyncKinglong Mee2018-02-121-1/+1
* gfapi: return pre/post attributes from glfs_pread/pwriteKinglong Mee2018-02-121-2/+3
* cluster/dht: Cleanup on fallocate failureN Balachandran2018-02-051-1/+17
* cluster/dht: avoid overwriting client writes during migrationSusant Palai2018-02-021-11/+92
* core: fix some of the dict_{get,set} with proper APIsAmar Tumballi2018-01-171-2/+2
* cluster/dht: Use percentages for space checkN Balachandran2018-01-021-5/+20
* cluster/dht: Add migration checks to dht_(f)xattropN Balachandran2017-12-261-30/+43
* cluster/dht: fix memory leaks in rebalanceSusant Palai2017-12-111-12/+19
* dht: coverity fix in dht-rebalance.ckarthik-us2017-11-301-1/+0
* cluster/dht: make rebalance use truncate incaseSusant Palai2017-11-221-68/+96
* cluster/dht: Coverity fixes for dht-rebalance.ckarthik-us2017-11-211-80/+54
* cluster/dht: Don't set ACLs on linkto fileN Balachandran2017-11-191-0/+11
* cluster/dht: Don't store the entire uuid for subvolsN Balachandran2017-10-101-5/+13
* dht: fix a coverity error of type - UNREACHABLEKamal Mohanan2017-09-281-3/+0
* cluster/dht: Log files skipped by rebalanceN Balachandran2017-08-301-0/+11
* cluster/dht: Reorder dir operations in gf_defrag_fix_layoutN Balachandran2017-08-201-76/+71
* cluster/dht: Handle wrong rebalance status reportingSusant Palai2017-08-011-29/+32
* cluster/dht: rebalance min-free-disk fixSusant Palai2017-08-011-6/+12
* cluster/dht: change log level to debug for thread activitySusant Palai2017-07-261-13/+11
* cluster/dht: Fix negative rebalance estimatesN Balachandran2017-07-261-8/+20
* cluster/dht: Update size processed for non-migrated filesN Balachandran2017-07-251-6/+10
* cluster/dht: Correct iterator for decommissioned bricksN Balachandran2017-07-251-1/+1