summaryrefslogtreecommitdiffstats
path: root/xlators/cluster
Commit message (Expand)AuthorAgeFilesLines
* afr: thin-arbiter read txn changesRavishankar N2018-09-053-19/+255
* glusterd: Fix Buffer size issuesSanju Rakonde2018-09-041-3/+3
* {dht-rebalance|glusterd-geo-rep|glusterd-utils|nfs|bd}.c: no dict_del before ...Yaniv Kaul2018-09-041-1/+0
* multiple files: calloc -> mallocYaniv Kaul2018-09-047-41/+50
* xlators/cluster/afr/src/afr-inode-read.c: move to GF_MALLOC() instead of GF_C...Yaniv Kaul2018-09-041-1/+1
* cluster/afr: Delegate name-heal when possiblePranith Kumar K2018-09-042-27/+85
* cluster/dht: In rename, unlink after creating linkto fileN Balachandran2018-09-031-122/+132
* cluster/ec: Fix Coverity issueAshish Pandey2018-08-312-42/+0
* xlators/cluster/dht/src/dht-common.c: simplify some if statementsYaniv Kaul2018-08-311-48/+52
* build: add --enable-asan configure optionsNiels de Vos2018-08-301-1/+1
* multiple files: remove unndeeded memset()Yaniv Kaul2018-08-293-4/+4
* cluster/afr: Coverity fixes in afrkarthik-us2018-08-292-3/+5
* multiple files: move from strlen() to sizeof()Yaniv Kaul2018-08-293-10/+10
* cluster/afr: Delegate metadata heal with pending xattrs to SHDPranith Kumar K2018-08-283-38/+47
* cluster/ec: Prevent a possible out-of-bounds readVijay Bellur2018-08-271-0/+1
* multiple files: move from strlen() to sizeof()Yaniv Kaul2018-08-254-8/+8
* stripe: FORWARD_NULL coverity fixShwetha Acharya2018-08-241-6/+9
* dht/switch: Fix coverity issuesShyamsundarR2018-08-241-4/+19
* afr: common thin-arbiter functionsRavishankar N2018-08-236-12/+173
* cluster/dht: coverity fixesN Balachandran2018-08-212-12/+14
* performance/readdir-ahead: keep stats of cached dentries in sync with modific...Krutika Dhananjay2018-08-181-2/+2
* cluster/ec: FORWARD_NULL coverity fixSunil Kumar Acharya2018-08-162-1/+5
* cluster/dht: Fixed rebalanced filesN Balachandran2018-08-141-1/+1
* cluster/dht: fix inode ref management in dht_heal_pathSusant Palai2018-08-141-2/+7
* All: remove memset() before sprintf()Yaniv Kaul2018-08-143-3/+3
* Revert "performance/readdir-ahead: Invalidate cached dentries if they're modi...Raghavendra G2018-08-031-2/+2
* performance/readdir-ahead: Invalidate cached dentries if they're modified whi...Krutika Dhananjay2018-07-281-2/+2
* coverity: Ignore most of SECURE_TEMP issuesShyamsundarR2018-07-271-0/+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-2223-50/+50
* cluster/dht: Set loc->gfid before healing attrN Balachandran2018-07-181-1/+2
* afr: switch lk_owner only when pre-op succeedsRavishankar N2018-07-181-10/+10
* dht: remove useless argument from dht_iatt_mergeKinglong Mee2018-07-187-88/+78
* dht: delete tier related internal xattr in dht_getxattr_cbkSunny Kumar2018-07-171-2/+1
* tier: Move time string formattingYaniv Kaul2018-07-171-7/+10
* cluster/afr: Mark dirty for entry transactions for quorum failureskarthik-us2018-07-161-11/+51
* dht: delete tier related internal xattr in dht_getxattr_cbkSunny Kumar2018-07-161-0/+15
* md-cache: Do not invalidate cache post set/remove xattrPoornima G2018-07-112-2/+65
* dht: Inconsistent permission for directories after brick stop/startMohit Agrawal2018-07-113-9/+77
* Fix compile warningsXavi Hernandez2018-07-101-12/+25
* cluster/afr: Prevent execution of code after call_count decrementingPranith Kumar K2018-07-101-7/+8
* cluster/afr: Make sure lk-owner is assigned at the time of lockPranith Kumar K2018-07-041-2/+1
* afr,ec: Print if the subvolume is up in statedumpPranith Kumar K2018-07-032-0/+2
* cluster/dht: Do not try to use up the readdirp bufferN Balachandran2018-06-293-53/+66
* cluster/dht: Fix rename journal in changelogKotresh HR2018-06-241-0/+11
* cluster/dht: refactor dht_lookupN Balachandran2018-06-211-211/+321
* cluster/dht: Minor code cleanupN Balachandran2018-06-201-15/+13
* afr: heal gfids when file is not present on all bricksRavishankar N2018-06-195-12/+51
* afr: don't update readables if inode refresh failed on all childrenRavishankar N2018-06-184-32/+50
* cluster/dht: Refactor rebalance codeN Balachandran2018-06-131-309/+253