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
/
rpc
Commit message (
Expand
)
Author
Age
Files
Lines
*
rpclib: slow floating point math and libm
Kaleb S. KEITHLEY
2019-04-03
2
-9
/
+3
*
transport/socket: log shutdown msg occasionally
Raghavendra G
2019-04-03
2
-2
/
+3
*
mgmt/shd: Implement multiplexing in self heal daemon
Mohammed Rafi KC
2019-04-01
1
-0
/
+2
*
rpc: Remove duplicate code
Pranith Kumar K
2019-03-28
3
-77
/
+1
*
build: link libgfrpc with MATH_LIB (libm, -lm)
Kaleb S. KEITHLEY
2019-03-26
1
-1
/
+1
*
rpc/transport: Missing a ref on dict while creating transport object
Mohammed Rafi KC
2019-03-20
5
-43
/
+16
*
socket/ssl: fix crl handling
Milind Changire
2019-03-19
2
-19
/
+94
*
dict: handle STR_OLD data type in xdr conversions
Amar Tumballi
2019-03-08
2
-0
/
+3
*
core: implement a global thread pool
Xavi Hernandez
2019-02-18
4
-22
/
+49
*
socket: socket event handlers now return void
Milind Changire
2019-02-18
1
-7
/
+7
*
clnt/rpc: ref leak during disconnect.
Mohammed Rafi KC
2019-02-12
1
-1
/
+10
*
Multiple files: reduce work while under lock.
Yaniv Kaul
2019-01-29
1
-17
/
+13
*
core: heketi-cli is throwing error "target is busy"
Mohit Agrawal
2019-01-24
2
-0
/
+2
*
core: move logs which are only developer relevant to DEBUG level
Amar Tumballi
2019-01-23
1
-1
/
+1
*
rpc: use address-family option from vol file
Milind Changire
2019-01-22
2
-3
/
+3
*
socket: don't pass return value from protocol handler to event handler
Zhang Huan
2019-01-22
1
-2
/
+2
*
socket: fix issue when socket read return with EAGAIN
Zhang Huan
2019-01-22
1
-7
/
+11
*
socket: fix issue when socket write return with EAGAIN
Zhang Huan
2019-01-17
1
-0
/
+2
*
socket: fix counting of socket total_bytes_read and total_bytes_write
Zhang Huan
2019-01-17
1
-4
/
+4
*
Revert "iobuf: Get rid of pre allocated iobuf_pool and use per thread mem pool"
Amar Tumballi
2019-01-08
2
-4
/
+248
*
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
*
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
*
socket: Remove redundant in_lock in incoming message handling
Krutika Dhananjay
2018-12-26
2
-37
/
+4
*
rpc: Use adaptive mutex in rpcsvc_program_register
Mohit Agrawal
2018-12-20
1
-2
/
+8
*
rdma: fix possible buffer overflow
Rinku Kothiya
2018-12-19
1
-1
/
+6
*
iobuf: Get rid of pre allocated iobuf_pool and use per thread mem pool
Poornima G
2018-12-18
2
-248
/
+4
*
clang: Fix various missing checks for empty list
ShyamsundarR
2018-12-14
1
-3
/
+1
*
[geo-rep]: Worker still ACTIVE after killing bricks
Mohit Agrawal
2018-12-13
1
-0
/
+6
*
rpc: Resolve memory leak in mgmt_pmap_signout_cbk
Mohit Agrawal
2018-12-12
1
-0
/
+6
*
copy_file_range support in GlusterFS
Raghavendra Bhat
2018-12-12
4
-0
/
+16
*
libglusterfs: Move devel headers under glusterfs directory
ShyamsundarR
2018-12-05
44
-106
/
+106
*
protocol/server: support server.all-squash
Xie Changlong
2018-12-05
3
-0
/
+60
*
rpc-transport/socket: NULL pointer dereferencing clang fix
Sheetal Pamecha
2018-12-05
1
-1
/
+3
*
rpc: check if fini is there before calling it
Raghavendra Bhat
2018-12-04
1
-1
/
+3
*
server: Resolve memory leak path in server_init
Mohit Agrawal
2018-12-03
5
-9
/
+66
*
rpc *.h fles: align structs
Yaniv Kaul
2018-12-03
8
-106
/
+100
*
Multiple xlator .h files: remove unused private gf_* memory types.
Yaniv Kaul
2018-11-30
1
-1
/
+0
*
rpcsvc: provide each request handler thread its own queue
Raghavendra Gowdappa
2018-11-29
8
-141
/
+348
*
libglusterfs: rename macros roof and floor to not conflict with math.h
Raghavendra Gowdappa
2018-11-28
1
-4
/
+4
*
core: create a constant for default network timeout
Xavi Hernandez
2018-11-23
1
-3
/
+3
*
rpc: stop log flooding about ENODATA
Milind Changire
2018-11-23
1
-3
/
+3
*
core: fix strncpy warnings
Kaleb S. KEITHLE
2018-11-15
1
-2
/
+2
*
rpc/rpc-lib/src/rpc-clnt.c: unlock sooner, if we fail to connect.
Yaniv Kaul
2018-11-15
1
-15
/
+11
*
glusterfsd: Make each multiplexed brick sign in
Prashanth Pai
2018-11-12
1
-0
/
+1
*
rpc-clnt*: several code changes to reduce conn lock times
Yaniv Kaul
2018-11-12
3
-55
/
+25
*
libglusterfs multiple files: remove dead initilization
Yaniv Kaul
2018-11-11
1
-8
/
+2
*
all: fix the format string exceptions
Amar Tumballi
2018-11-05
1
-2
/
+2
*
rpc-transport/socket: NULL pointer dereferencing clang fix
Shwetha Acharya
2018-10-30
2
-3
/
+3
[next]