summaryrefslogtreecommitdiffstats
path: root/xlators/cluster
Commit message (Expand)AuthorAgeFilesLines
* cluster/tier: Don't update cached subvolN Balachandran2017-05-121-15/+3
* afr: send the correct iatt values in fsync cbkRavishankar N2017-05-111-25/+43
* afr: fixes to quorum-type in afr_priv_dump()Ravishankar N2017-05-101-0/+2
* cluster/ec: fix incorrect answer check in seek fopXavier Hernandez2017-05-091-15/+8
* afr: include quorum type and count when dumping afr privRavishankar N2017-05-081-0/+6
* cluster/dht: Fix ret checkN Balachandran2017-05-081-1/+1
* coreutils: use coreutils instead of duplicate codeZhou Zhengping2017-05-051-3/+1
* Fix wrong operatorsMichael Scherer2017-05-042-4/+3
* Halo Replication feature for AFR translatorKevin Vigor2017-05-025-58/+422
* cluster/dht: Make rebalance throttle option tuned by numberSusant Palai2017-04-293-26/+110
* dht: send lookup on old name inside rename with bname and pargfidSusant Palai2017-04-291-9/+58
* cluster/dht: rebalance perf enhancementSusant Palai2017-04-292-108/+246
* cluster/dht: Pass the correct xdata in fremovexattr fopKrutika Dhananjay2017-04-281-8/+4
* cluster/dht Remove redundant logs in dht rmdirN Balachandran2017-04-261-8/+7
* feature/dht: Directory synchronizationKotresh HR2017-04-2610-1141/+1897
* cluster/dht: correct space check for rebalanceSusant Palai2017-04-251-1/+1
* cluster/ec: Implement self-heal-window_size optionSunil Kumar Acharya2017-04-253-3/+16
* cluster/dht: Pass the req dict instead of NULL in dht_attr2()Krutika Dhananjay2017-04-243-54/+71
* cluster/dht: rm -rf fails if dir has stale linkto filesN Balachandran2017-04-211-45/+203
* cluster/afr: GFID split brain resolution with favorite-child-policykarthik-us2017-04-202-45/+162
* cluster/dht: Skip file migration if the subvol that meets min-free-diskSusant Palai2017-04-193-25/+92
* afr: don't do a post-op on a brick if op failedRavishankar N2017-04-181-6/+15
* dht: Add missing braces in dht_opendirPoornima G2017-04-131-1/+2
* cluster/dht: Make rebalance honor min-free-diskSusant Palai2017-04-133-17/+234
* cluster/ec : Don't count healing brick as healthy brickAshish Pandey2017-04-121-1/+1
* dht/rebalance: Crawler performance improvementSusant Palai2017-04-101-127/+34
* dht: The xattrs sent in readdirp should be sent in opendir aswellPoornima G2017-04-061-28/+44
* build: clang has __builtin_popcount() and __builtin_ffs()Kaleb S. KEITHLEY2017-04-051-1/+1
* cluster/dht: Modify local->loc.gfid in thread safe mannerPranith Kumar K2017-04-041-3/+2
* build: miscellaneous spelling fixesPatrick Matthäi2017-04-021-1/+1
* syncop: don't wake task in synctask_wake unless really neededRavishankar N2017-03-281-8/+16
* cluster/afr: Undo pending xattrs only on the up brickskarthik-us2017-03-271-1/+1
* cluster/ec: Metadata healing fails to update the versionSunil Kumar Acharya2017-03-211-7/+5
* afr: do not mention split-brain in log message in read_txnRavishankar N2017-03-201-3/+2
* dht/rebalance: update op_errno for rebalance failuresSusant Palai2017-03-091-3/+4
* cluster/ec: Don't mark dirty on entry/meta ops in query-infoPranith Kumar K2017-03-072-9/+2
* afr: restore atime/mtime for non-regular filesRavishankar N2017-03-064-51/+64
* cluster/ec: Introduce optimistic changelog in ECPranith Kumar K2017-03-044-6/+83
* cluster/dht: Fix crash in "nuke-dir" featureKrutika Dhananjay2017-03-021-1/+10
* dht/rebalance: Increase maximum read block size from 128 KB to 1 MBShreyas Siravara2017-03-021-1/+1
* Remove double free for disk_layoutMichael Scherer2017-02-271-2/+0
* cluster/ec: Don't trigger data/metadata heal on LookupsPranith Kumar K2017-02-265-100/+309
* dnt: Add a GF_DEFRAG_CMD_NONE to gf_defrag_typeMichael Scherer2017-02-261-0/+1
* dnt: Fix crash when showing the error messageMichael Scherer2017-02-261-1/+1
* Reorder the variable initialisationMichael Scherer2017-02-261-3/+1
* Filter coverty false positivesMichael Scherer2017-02-241-0/+1
* libglusterfs, dht, locks, glusterd: Coverity fixesNigel Babu2017-02-231-1/+3
* cluster/ec: Fallback to precompiled codeXavier Hernandez2017-02-213-70/+63
* Ressources used by va_start must be freed with va_endMichael Scherer2017-02-201-1/+4
* posix: Fix creation of files with S_ISVTX on FreeBSDXavier Hernandez2017-02-181-1/+1