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
*
doc: fix wrong description of localtime-logging in manpages
Kinglong Mee
2019-01-11
3
-6
/
+6
*
extras/systemd: Remove socket activated syslog.target and add documentation keys
Vijay Bellur
2019-01-11
2
-1
/
+4
*
core: brick process is crashed at the time of spawn thread
Mohit Agrawal
2019-01-11
3
-18
/
+35
*
performance/md-cache: Fix a crash when statfs caching is enabled
Vijay Bellur
2019-01-11
2
-2
/
+26
*
tests: increase the timeout for distribute bug 1117851.t
Amar Tumballi
2019-01-11
1
-0
/
+2
*
afr : fix memory leak
Sunny Kumar
2019-01-11
1
-23
/
+15
*
cluster/afr: Disable client side heals in AFR by default.
Sunil Kumar Acharya
2019-01-10
11
-4
/
+33
*
dht: Add NULL check for stbuf in dht_rmdir_lookup_cbk
Susant Palai
2019-01-10
1
-2
/
+1
*
features/locks: Dump connection_id even for posix locks
Krutika Dhananjay
2019-01-09
1
-1
/
+1
*
timer-wheel: run the timer function outside of locked region
Amar Tumballi
2019-01-09
1
-1
/
+8
*
features/shard: Assign fop id during background deletion to prevent excessive...
Krutika Dhananjay
2019-01-08
1
-0
/
+1
*
Revert "iobuf: Get rid of pre allocated iobuf_pool and use per thread mem pool"
Amar Tumballi
2019-01-08
8
-95
/
+1311
*
features/bit-rot: do not send version and signature keys in dict
Raghavendra Bhat
2019-01-08
2
-10
/
+53
*
performance/io-threads: Improve debuggability in statedump
Vijay Bellur
2019-01-07
1
-6
/
+23
*
gfapi: update returned/callback pre/post attributes to glfs_stat
ShyamsundarR
2019-01-07
7
-55
/
+169
*
gfapi: new api glfs_statx as linux's statx
ShyamsundarR
2019-01-07
9
-7
/
+500
*
glfs-fops.c: fix the bad string length for snprintf
Kinglong Mee
2019-01-07
1
-2
/
+2
*
leases: Reset lease_ctx->timer post deletion
Soumya Koduri
2019-01-07
1
-0
/
+1
*
rpc-clnt: reduce transport connect log for EINPROGRESS
Kinglong Mee
2019-01-07
1
-1
/
+2
*
rpcsvc: Don't expect dictionary values to be available
Pranith Kumar K
2019-01-07
1
-2
/
+2
*
glusterd: rebalance status should display information of localhost
Sanju Rakonde
2019-01-04
1
-0
/
+2
*
extras: Add readdir-ahead to samba group command
Anoop C S
2019-01-04
1
-0
/
+1
*
glusterd: aggregate rsp from peers for profile command
Sanju Rakonde
2019-01-03
1
-1
/
+2
*
glusterd: fix memory leak in handshake
Zhang Huan
2019-01-03
1
-0
/
+3
*
glusterd: kill the process without releasing the cleanup mutex lock
Sanju Rakonde
2019-01-02
1
-4
/
+3
*
gfapi: nit cleanup related to releasing fs->mutex lock
Soumya Koduri
2018-12-31
1
-1
/
+1
*
libgfapi : fix coverity issue
Sunny Kumar
2018-12-31
1
-2
/
+4
*
posix: buffer_size_warning coverity fix
Harpreet Kaur
2018-12-31
1
-1
/
+1
*
multiple-files: clang-scan fixes
Amar Tumballi
2018-12-31
5
-7
/
+23
*
libglusterfs/src/mem-types.h: remove unused common enums from mem-types.h
Yaniv Kaul
2018-12-30
2
-144
/
+99
*
configure: add a message about asan option
Amar Tumballi
2018-12-29
1
-0
/
+12
*
glusterd: NULL pointer dereferencing clang fix
Sheetal Pamecha
2018-12-29
1
-1
/
+1
*
mgmt/glusterd: fix clang warning
Sheetal Pamecha
2018-12-29
1
-1
/
+0
*
cluster/afr: Refactor internal locking code to allow multiple inodelks
Pranith Kumar K
2018-12-28
6
-798
/
+366
*
rpc/rpc-lib: fix coverity issue
Sheetal Pamecha
2018-12-28
1
-4
/
+0
*
rpc : fix coverity in rpc/rpc-lib/src/rpcsvc.c
Sunny Kumar
2018-12-28
1
-2
/
+2
*
barrier: replace boolean-switch statement with if/else
Niels de Vos
2018-12-28
1
-43
/
+23
*
glusterd: coverity fixes
Sanju Rakonde
2018-12-27
2
-0
/
+3
*
cluster/ta: Check number/type of locks held on ta file
Ashish Pandey
2018-12-27
1
-0
/
+68
*
core: Fixed typos in nl-cache and logging-guidelines.md
N Balachandran
2018-12-26
2
-3
/
+3
*
cluster/dht: refactor dht_lookup_cbk
N Balachandran
2018-12-26
1
-93
/
+101
*
socket: Remove redundant in_lock in incoming message handling
Krutika Dhananjay
2018-12-26
2
-37
/
+4
*
cli: fix memory leak
Sunny Kumar
2018-12-26
1
-23
/
+72
*
posix: stack-buffer-overflow reported by asan
Harpreet Kaur
2018-12-26
2
-2
/
+5
*
gfapi: Access fs->oldvolfile under mutex lock
Soumya Koduri
2018-12-25
1
-0
/
+6
*
meta : fix coverity issue
Sunny Kumar
2018-12-23
1
-1
/
+1
*
tests: Brick is getting OOM in ./tests/bugs/core/bug-1432542-mpx-restart-crash.t
Mohit Agrawal
2018-12-21
1
-2
/
+3
*
rpc: Use adaptive mutex in rpcsvc_program_register
Mohit Agrawal
2018-12-20
1
-2
/
+8
*
all: handle string-overflow warnings of coverity
Amar Tumballi
2018-12-20
2
-29
/
+46
*
all: handle USE_AFTER_FREE warnings
Amar Tumballi
2018-12-20
6
-16
/
+60
[next]