summaryrefslogtreecommitdiffstats
path: root/xlators/cluster/dht/src/dht-rebalance.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* libglusterfs: Name threads on creationRaghavendra Talur2017-07-191-7/+12
* cluster/rebalance: Fix hardlink migration failuresSusant Palai2017-07-131-13/+81
* cluster/dht: Clear clean_dst flag on target changeN Balachandran2017-07-111-0/+5
* cluster/dht: Use size to calculate estimatesN Balachandran2017-07-101-24/+180
* cluster/rebalance: Use GF_XATTR_LIST_NODE_UUIDS_KEY to figure out local subvols.Susant Palai2017-06-261-4/+24
* cluster/dht: rebalance gets file count periodicallyN Balachandran2017-06-231-30/+92
* dht: passing the errno as an argument to gf_msgAnkitRaj2017-06-201-110/+109
* cluster/dht: Additional checks for rebalance estimatesN Balachandran2017-06-201-5/+15
* dht: reduce duplicate code in tier migrateAmar Tumballi2017-06-141-75/+10
* cluster/dht: Include dirs in rebalance estimatesN Balachandran2017-06-071-26/+77
* cluster/dht: fix on demand migration files from clientSusant Palai2017-05-301-16/+25
* cluster/dht: Rebalance on all nodes should migrate filesN Balachandran2017-05-161-7/+81
* cluster/dht: Fix ret checkN Balachandran2017-05-081-1/+1
* Fix wrong operatorsMichael Scherer2017-05-041-3/+2