summaryrefslogtreecommitdiffstats
path: root/xlators/cluster
Commit message (Expand)AuthorAgeFilesLines
* 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
* cluster/dht: Leverage MDS subvol for dht_removexattr alsoMohit Agrawal2018-06-111-60/+190
* dht: Delete MDS internal xattr from dict in dht_getxattr_cbkMohit Agrawal2018-06-031-0/+4
* cluster:dht: Corrected ret code checkN Balachandran2018-05-301-1/+1
* dht: Excessive 'dict is null' logs in dht_revalidate_cbkMohit Agrawal2018-05-291-2/+4
* 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/ec: Fix pre-op xattrop managementXavi Hernandez2018-05-233-32/+66
* afr: fix bug-1363721.t failureRavishankar N2018-05-213-0/+55
* build: Disallow unresolved symbol referencesPrashanth Pai2018-05-181-8/+12
* cluster/dht: Remove EIO from dht_inode_missingN Balachandran2018-05-172-4/+2
* dht: Excessive 'dict is null' logs in dht_discover_completeMohit Agrawal2018-05-111-1/+2
* cluster/dht: Debug virtual xattrs for dhtN Balachandran2018-05-092-0/+101
* cluster/dht: Debug logs in dht_readdir(p)_cbkN Balachandran2018-05-091-2/+27
* dht: Avoid dict log flooding for internal MDS xattrMohit Agrawal2018-05-081-1/+1
* cluster/dht: fixes to parallel renames to same destination codepathRaghavendra G2018-05-076-81/+558
* cluster/dht: log error only if layout healing is requiredRaghavendra G2018-05-072-188/+12
* afr: Add lease() fopPoornima G2018-05-053-0/+157
* cluster/dht: unwind if dht_selfheal_dir_mkdir returns an errorRaghavendra G2018-05-031-1/+5
* dht: gf_defrag_settle_hash should ignore ENOENT and ESTALE errorSusant Palai2018-04-301-1/+8
* cluster/afr: shd changes for thin arbiterkarthik-us2018-04-301-0/+184
* afr: initial changes for thin arbiterRavishankar N2018-04-306-8/+229
* libglusterfs: Capture the dict response in syncop_xattrop_cbkkarthik-us2018-04-271-1/+1