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
Commit message (
Expand
)
Author
Age
Files
Lines
*
glusterfsd+libglusterfs: add null checks during attach
Jeff Darcy
2017-03-09
2
-9
/
+22
*
glusterd: don't queue attach reqs before connecting
Jeff Darcy
2017-03-08
1
-11
/
+18
*
glusterfsd: don't quit (in client) on connection failure
Jeff Darcy
2017-03-08
1
-2
/
+4
*
extras/devel-tools: script to resolve bt addresses
Milind Changire
2017-03-07
1
-0
/
+94
*
Free the mutex even if we can't allocate a inode
Michael Scherer
2017-03-07
1
-1
/
+1
*
cluster/ec: Don't mark dirty on entry/meta ops in query-info
Pranith Kumar K
2017-03-07
2
-9
/
+2
*
posix: use nanosecond accuracy when available
Niklas Hambüchen
2017-03-07
6
-13
/
+87
*
rpc: avoid logging success on failure
Milind Changire
2017-03-07
4
-8
/
+31
*
tests: Fix tests/bugs/distribute/bug-1161311.t
Shreyas Siravara
2017-03-06
1
-2
/
+8
*
glusterd : Fix for replicate and disperse volume option
Gaurav Yadav
2017-03-06
2
-2
/
+41
*
glusterd: disallow increasing replica count for arbiter volumes
Ravishankar N
2017-03-06
2
-0
/
+16
*
afr: restore atime/mtime for non-regular files
Ravishankar N
2017-03-06
4
-51
/
+64
*
cluster/ec: Introduce optimistic changelog in EC
Pranith Kumar K
2017-03-04
7
-6
/
+243
*
Fix bad free
Michael Scherer
2017-03-03
1
-3
/
+3
*
storage/posix: Use more granular mutex locks for atomic writes
Krutika Dhananjay
2017-03-03
3
-8
/
+33
*
doc: Added documentation about ec implementation
Xavier Hernandez
2017-03-03
1
-0
/
+588
*
cluster/dht: Fix crash in "nuke-dir" feature
Krutika Dhananjay
2017-03-02
1
-1
/
+10
*
doc: Added a github issue template to redirect to mails or bugzilla
Shyam
2017-03-02
1
-0
/
+13
*
dht/rebalance: Increase maximum read block size from 128 KB to 1 MB
Shreyas Siravara
2017-03-02
1
-1
/
+1
*
protocol/server: Fix crash bug in unlink flow
Richard Wareing
2017-03-02
1
-0
/
+4
*
glusterd: use sys_lstat instead of lstat
Jeff Darcy
2017-03-02
1
-1
/
+1
*
Do not use va_end before cli_rl_out, since it use ap
Michael Scherer
2017-03-01
1
-2
/
+4
*
storage/posix: Set ret value correctly before exiting
Krutika Dhananjay
2017-03-01
2
-4
/
+3
*
Return ret as soon as `this` is freed
Nigel Babu
2017-03-01
1
-0
/
+1
*
tests: Fix and enable split-brain-healing mtime check
Niklas Hambüchen
2017-03-01
1
-6
/
+36
*
rpc: log more about socket disconnects
Milind Changire
2017-03-01
1
-3
/
+15
*
rpc/clnt: remove locks while notifying CONNECT/DISCONNECT
Raghavendra G
2017-03-01
3
-32
/
+68
*
Free brick_hint at the end of the function
Nigel Babu
2017-03-01
1
-0
/
+2
*
Use int instead of int8_t for the 3 variables
Michael Scherer
2017-02-28
1
-1
/
+1
*
Free arg_save when malloc fail
Michael Scherer
2017-02-28
1
-0
/
+1
*
tests: Mark tests/bitrot/bug-1373520.t bad until fixed
Krutika Dhananjay
2017-02-28
1
-0
/
+3
*
protocol/client: Add gfid in request for better tcpdumps
Pranith Kumar K
2017-02-27
1
-0
/
+2
*
socket: Avoid flooding of SSL messages in case of failure/success
Mohit Agrawal
2017-02-27
1
-7
/
+7
*
glusterd: Fix the incorrect check
Nigel Babu
2017-02-27
1
-1
/
+1
*
Remove double free for disk_layout
Michael Scherer
2017-02-27
1
-2
/
+0
*
core: Clean up pmap registry up correctly on volume/brick stop
Samikshan Bairagya
2017-02-27
5
-14
/
+75
*
glusterd: add portmap details in glusterd statedump
Atin Mukherjee
2017-02-27
1
-0
/
+22
*
storage/posix: Execute syscalls in xattrop under different locks
Krutika Dhananjay
2017-02-27
4
-36
/
+111
*
protocol/mgmt: sending wrong return value during emancipation
Mohammed Rafi KC
2017-02-27
1
-0
/
+2
*
cluster/ec: Don't trigger data/metadata heal on Lookups
Pranith Kumar K
2017-02-26
11
-143
/
+408
*
events: use attribute(format(/printf)) to catch fmt string errors
Kaleb S. KEITHLEY
2017-02-26
7
-12
/
+14
*
build: fixes to build 3.9.0rc2 on Debian
Kaleb S. KEITHLEY
2017-02-26
4
-1
/
+94
*
mgmt: Reset conf_fd to default value to avoid double close
Michael Scherer
2017-02-26
1
-0
/
+2
*
dnt: Add a GF_DEFRAG_CMD_NONE to gf_defrag_type
Michael Scherer
2017-02-26
2
-2
/
+3
*
dnt: Fix crash when showing the error message
Michael Scherer
2017-02-26
1
-1
/
+1
*
Free iobuf after using it, not before
Michael Scherer
2017-02-26
1
-2
/
+2
*
Reorder the variable initialisation
Michael Scherer
2017-02-26
1
-3
/
+1
*
Remove deadcode
Michael Scherer
2017-02-26
1
-3
/
+0
*
Remove unused conditionnal
Michael Scherer
2017-02-26
1
-15
/
+0
*
Remove deadcode, found by coverty
Michael Scherer
2017-02-26
1
-2
/
+0
[next]