index
:
glusterfs.git
bug-deprecated
dht-stale-layout-fixes
exp
experimental
heal-info
master
release-2.0
release-3.0
release-3.1
release-3.10
release-3.11
release-3.12
release-3.13
release-3.2
release-3.3
release-3.4
release-3.5
release-3.6
release-3.7
release-3.8
release-3.8-fb
release-3.9
release-4.0
release-4.1
release-5
release-6
release-7
release-8
round-robin2
testing-regression-job
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
xlators
/
cluster
Commit message (
Expand
)
Author
Age
Files
Lines
*
cluster/afr: Fixes for halo
Pranith Kumar K
2020-03-13
3
-5
/
+19
*
dht - selfheal code cleaning
Barak Sason Rofman
2020-03-12
1
-135
/
+20
*
dht/rebalance - fixing failure occurace due to rebalance stop
Barak Sason Rofman
2020-03-04
1
-0
/
+8
*
xlator/dht-helper: structure logging
yatipadia
2020-03-03
2
-97
/
+75
*
cluster/afr: fix race when bricks come up
Xavi Hernandez
2020-03-02
3
-6
/
+9
*
xlator/dht-lock: structure logging
yatipadia
2020-02-26
2
-105
/
+113
*
afr: prevent spurious entry heals leading to gfid split-brain
Ravishankar N
2020-02-18
5
-15
/
+7
*
cluster/thin-arbiter: Wait for TA connection before ta-file lookup
Ashish Pandey
2020-02-17
1
-17
/
+21
*
dht - Reducing methods scope
Barak Sason Rofman
2020-02-13
6
-104
/
+60
*
cluster/afr: Check for lock on source & sink before doing data heal
karthik-us
2020-02-13
1
-3
/
+19
*
tests: Fix spurious self-heald.t failure
Pranith Kumar K
2020-02-11
1
-23
/
+15
*
dht: Fix stale-layout and create issue
Susant Palai
2020-02-09
2
-15
/
+140
*
dht-hashfn.c: ensure we do not try to calculate hash on NULL path
Yaniv Kaul
2020-02-05
1
-0
/
+3
*
xlator/dht-selfheal: structure logging
yatipadia
2020-02-04
3
-258
/
+222
*
xlator/dht-linkfile: structure logging
yatip
2020-02-04
2
-26
/
+269
*
Improve logging in EC, client and lock translator
Ashish Pandey
2020-02-03
2
-3
/
+4
*
geo-rep: Fix for "Transport End Point not connected" issue
Harpreet Kaur
2020-01-31
2
-0
/
+63
*
afr: restore timestamp of files during metadata heal
Sheetal Pamecha
2020-01-24
1
-6
/
+2
*
dht-hashfn.c: remove a strlen()
Yaniv Kaul
2020-01-14
1
-16
/
+19
*
multiple xlators: reduce key length
Yaniv Kaul
2020-01-14
1
-3
/
+3
*
dht-rename.c: fix Coverity issues 1397018/7 - strcat into uninitialized value
Yaniv Kaul
2020-01-10
1
-0
/
+4
*
afr: expose cluster.optimistic-change-log to CLI.
Ravishankar N
2020-01-07
1
-0
/
+2
*
afr: simplify afr_has_quorum()
Yaniv Kaul
2020-01-02
3
-29
/
+10
*
Avoid buffer overwrite due to uuid_utoa() misuse
Dmitry Antipov
2019-12-27
1
-2
/
+3
*
afr_inode/xlator: structure logging
yatipadia
2019-12-20
3
-57
/
+159
*
DHT - Reduce methods scope (dht-common.c)
Barak Sason Rofman
2019-12-17
3
-804
/
+708
*
dht-common.h/dht-helper.c: exctract the LOCK() from DHT_UPDATE_TIME
Yaniv Kaul
2019-12-17
2
-20
/
+20
*
afr: make heal info lockless
Ravishankar N
2019-12-12
3
-203
/
+211
*
afr/self-heald - Missing error logs
Barak Sason Rofman
2019-12-10
2
-24
/
+77
*
cluster/dht: Add comments to code
N Balachandran
2019-12-10
2
-2
/
+14
*
cluster/afr - coverity issue fix
Barak Sason Rofman
2019-11-28
1
-0
/
+5
*
Revert "afr: make heal info lockless"
Ravishankar N
2019-11-28
3
-178
/
+68
*
afr: make heal info lockless
Ravishankar N
2019-11-28
3
-68
/
+178
*
cluster/dht: Add comments to the code
N Balachandran
2019-11-16
1
-12
/
+75
*
afr: fix log flooding
Ravishankar N
2019-11-16
2
-1
/
+4
*
cluster/dht: Don't skip entries with invalid stat
N Balachandran
2019-11-13
1
-5
/
+4
*
cluster/ec: Change handling of heal failure to avoid crash
Ashish Pandey
2019-11-04
2
-13
/
+13
*
afr: lock healing changes
Ravishankar N
2019-10-30
7
-36
/
+849
*
cluster/afr: Take a copy of xattr-req
Pranith Kumar K
2019-10-30
1
-2
/
+7
*
dht: Rebalance causing IO Error - File descriptor in bad state
Mohit Agrawal
2019-10-15
5
-17
/
+116
*
cluster/afr: Add afr_seek to fops table
Pranith Kumar K
2019-10-14
2
-0
/
+4
*
Multiple files: make root gfid a static variable
Yaniv Kaul
2019-10-14
4
-15
/
+4
*
afr: align structs
Yaniv Kaul
2019-10-14
2
-138
/
+138
*
cluster/afr: Heal entries when there is a source & no healed_sinks
karthik-us
2019-10-09
1
-0
/
+15
*
afr: support split-brain CLI for replica 3
Ravishankar N
2019-10-09
1
-1
/
+2
*
afr: replace afr_frame_return() when possible with direct call
Yaniv Kaul
2019-10-07
5
-15
/
+9
*
cluster/dht: Correct fd processing loop
N Balachandran
2019-10-02
1
-22
/
+62
*
cluster/ec: Implement read-mask feature
Pranith Kumar K
2019-09-27
3
-0
/
+82
*
cluster/ec: prevent filling shd log with "table not found" messages
Xavi Hernandez
2019-09-26
1
-2
/
+13
*
afr-common.c, afr-self-heal.h: calloc/alloca0 -> malloc/alloca
Yaniv Kaul
2019-09-20
2
-5
/
+4
[next]