summaryrefslogtreecommitdiffstats
path: root/xlators/cluster
Commit message (Expand)AuthorAgeFilesLines
* cluster/dht: populate inode in dentry for single subvolume dhtRaghavendra G2017-12-022-1/+69
* cluster/dht: don't overfill the buffer in readdir(p)Raghavendra G2017-12-021-3/+18
* Tier: Stop tierd for detach starthari gowtham2017-12-011-3/+10
* dht: coverity fix in dht-rebalance.ckarthik-us2017-11-301-1/+0
* cluster/ec: EC DISCARD doesn't punch hole properlySunil Kumar Acharya2017-11-281-2/+4
* cluster/ec: Prevent self-heal to work after PARENT_DOWNXavier Hernandez2017-11-282-28/+52
* afr: volume option fixes for GD2Ravishankar N2017-11-272-39/+121
* afr: coverity fixesRavishankar N2017-11-245-24/+24
* tier: coverity fixes in tier.chari gowtham2017-11-231-25/+16
* cluster/dht: Serialize mds update code path with lookup unwind in selfhealMohit Agrawal2017-11-223-306/+216
* cluster/dht: make rebalance use truncate incaseSusant Palai2017-11-223-71/+99
* ec: Use tiebreaker_inodelk where necessaryPranith Kumar K2017-11-221-8/+11
* cluster/dht: Coverity fixes for dht-rebalance.ckarthik-us2017-11-211-80/+54
* cluster/dht: dead code coverity fixKartik_Burmee2017-11-211-3/+0
* cluster/dht: Don't set ACLs on linkto fileN Balachandran2017-11-191-0/+11
* afr: add checks for allowing lookupsRavishankar N2017-11-184-93/+162
* cluster/afr: Fix for arbiter becoming sourcekarthik-us2017-11-184-6/+102
* tier: coverity fix for tier-common.chari gowtham2017-11-161-28/+5
* cluster/ec: Fix op-version for disperse.other-eager-lockXavier Hernandez2017-11-141-1/+1
* cluster: dead_code coverity fixKartik_Burmee2017-11-141-2/+0
* cluster/ec: Keep last written strip in in-memory cacheAshish Pandey2017-11-108-84/+519
* Coverity Issue: PW.INCLUDE_RECURSION in several filesGirjesh Rajoria2017-11-096-10/+0
* cluster/ec: UNUSED_VALUE coverity fixSunil Kumar Acharya2017-11-081-0/+4
* cluster/ec: REVERSE_INULL coverity fixSunil Kumar Acharya2017-11-081-2/+1
* cluster/dht: Check for NULL local before using itAshish Pandey2017-11-081-2/+6
* cluster/ec: NEGATIVE_RETURNS coverity fixSunil Kumar Acharya2017-11-071-0/+5
* cluster/ec: FORWARD_NULL coverity fixSunil Kumar Acharya2017-11-071-4/+6
* cluster/dht: Check for NULL before using variableAshish Pandey2017-11-062-4/+6
* cluster/ec: Remove possibility of NULL derefAshish Pandey2017-11-051-1/+1
* cluster/ec: create eager-lock option for non-regular filesXavier Hernandez2017-11-053-13/+47
* core: make gf_boolean_t a C99 bool instead of an enumJeff Darcy2017-11-032-4/+10
* xlator/tier: flood of -Wformat-truncation warnings with gcc-7.1v4.0dev1Kaleb S. KEITHLEY2017-11-011-8/+9
* cluster/ec: FORWARD_NULL coverity fixSunil Kumar Acharya2017-11-011-1/+3
* cluster/ec: FORWARD_NULL coverity fixSunil Kumar Acharya2017-11-012-0/+5
* cluster/ec: MISSING_BREAK coverity fixSunil Kumar Acharya2017-10-311-0/+3
* cluster/afr: Honor default timeout of 5min for analyzing split-brain fileskarthik-us2017-10-301-1/+5
* cluster/afr: Fail open on split-brainPranith Kumar K2017-10-2611-95/+208
* cluster/ec: Implement DISCARD FOP for ECSunil Kumar Acharya2017-10-255-48/+332
* cluster/ec: Allow parallel writes in EC if possiblePranith Kumar K2017-10-248-142/+282
* cluster/dht: fix crash when deleting directoriesZhang Huan2017-10-161-2/+4
* cluster/ec: Coverity Fix UNUSED_VALUE in ec_create_nameKamal Mohanan2017-10-161-1/+1
* cluster/ec: Improve heal info command to handle obvious casesAshish Pandey2017-10-163-24/+41
* cluster/ec: add functions for stripe alignmentXavier Hernandez2017-10-136-47/+129
* dht: free memory allocated in dht_init() and dht_init_subvolumes()Niels de Vos2017-10-111-1/+17
* cluster/dht: Don't store the entire uuid for subvolsN Balachandran2017-10-104-19/+40
* cluster/ec: Handle parallel get_size_versionPranith Kumar K2017-10-103-59/+102
* afr: heal gfid as a part of entry healRavishankar N2017-10-094-67/+120
* cluster/ec: Improve performance with xattrop updateSunil Kumar Acharya2017-10-061-24/+102
* xlator/cluster/afr:coverity Issue "UNUSED_VALUE" in afr_get_split_brain_statusSubha sree Mohankumar2017-10-051-1/+7
* cluster/dht : User xattrs are not healed after brick stop/startMohit Agrawal2017-10-047-111/+2077