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
/
protocol
/
client
/
src
/
client.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Land clang-format changes
Gluster Ant
2018-09-12
1
-379
/
+392
*
client: remove the "connecting" state - it's not used
Michael Adam
2018-06-21
1
-1
/
+0
*
protocol/client: Don't send fops till SETVOLUME is complete
Raghavendra G
2018-05-31
1
-0
/
+5
*
protocol/client: fix memory corruption
Xavi Hernandez
2018-03-09
1
-1
/
+0
*
quiesce, gfproxy: Implement failover across multiple gfproxy nodes
Poornima G
2018-01-30
1
-2
/
+0
*
protocol: Remove lock recovery logic from client and server
Anoop C S
2018-01-29
1
-24
/
+0
*
protocol: make on-wire-change of protocol using new XDR definition.
Amar Tumballi
2018-01-19
1
-0
/
+91
*
protocol/client: reduce lock contention
Zhang Huan
2017-12-26
1
-0
/
+2
*
protocol/client: Fix double free of client fdctx destroy
Ravishankar N
2017-02-13
1
-2
/
+3
*
compound fops: Some fixes to compound fops framework
Anuradha Talur
2016-08-30
1
-3
/
+22
*
protocol/client: fix coding style violations
Jeff Darcy
2016-05-04
1
-32
/
+37
*
protocol: add setactivelk () fop
Susant Palai
2016-05-01
1
-0
/
+9
*
protocol: add getactivelk () fop
Susant Palai
2016-05-01
1
-0
/
+6
*
protocol/client : Implementation of compound fop
Anuradha Talur
2016-04-30
1
-0
/
+77
*
protocol/client : Refactoring functions
Anuradha Talur
2016-04-30
1
-0
/
+6
*
Protocol: Add lease fop
Poornima G
2016-04-29
1
-0
/
+1
*
protocol client/server: Fix client-server handshake
Avra Sengupta
2016-03-10
1
-0
/
+3
*
protocol: implement seek() FOP
Niels de Vos
2016-02-04
1
-0
/
+1
*
protocol/client: Remove dead code from client_rpc_notify
Anoop C S
2015-09-28
1
-0
/
+2
*
protocol-client/server: Fix incorrect grace-timeout value in logs
Anoop C S
2015-09-03
1
-1
/
+1
*
protocol/client : porting log messages to new framework
Manikandan Selvaganesh
2015-06-15
1
-1
/
+2
*
cluster/dht: Change the subvolume encoding in d_off to be a "global"
Dan Lambright
2015-03-18
1
-1
/
+3
*
protocol/client: defer cleanup of private until RPC notifications are handled.
Krishnan Parthasarathi
2015-03-02
1
-0
/
+3
*
protocol/client: sequence CHILD_UP, CHILD_DOWN etc notifications
Krishnan Parthasarathi
2015-02-07
1
-0
/
+2
*
epoll: Adding the ability to configure epoll threads
Shyam
2015-02-07
1
-0
/
+3
*
protocol/client: Prevent "Dereference after NULL check" errors.
Vijay Bellur
2015-01-16
1
-0
/
+2
*
rdma: client connection establishment takes more time
Mohammed Rafi KC
2014-11-18
1
-4
/
+0
*
rpc: implement server.manage-gids for group resolving on the bricks
Niels de Vos
2014-05-09
1
-0
/
+2
*
protocol/client: conn-id should be unique when lk-heal is off
Pranith Kumar K
2014-02-17
1
-0
/
+5
*
libglusterfs: Add monotonic clocking counter for timer thread
Harshavardhana
2013-10-15
1
-1
/
+1
*
protocol/client: Prevent excessive logging of client's "disconnect" messages.
Venkatesh Somyajulu
2013-05-28
1
-0
/
+4
*
protocol/client: Periodically attempt reopens
Pranith Kumar K
2013-02-03
1
-17
/
+23
*
protocol/client: Add fdctx back to saved-list after reopen
Pranith Kumar K
2013-02-03
1
-1
/
+2
*
protocol/client: add an option to filter O_DIRECT flag in open
Amar Tumballi
2012-11-28
1
-0
/
+2
*
protocol/client: quick-reconnect after portmap query
Anand Avati
2012-09-25
1
-0
/
+5
*
protocol/client: Re-open should not have O_CREAT|O_TRUNC|O_EXCL
Pranith Kumar K
2012-06-19
1
-2
/
+0
*
protocol/client: Remember the gfid of opened fd
Pranith Kumar K
2012-06-06
1
-3
/
+1
*
client/protocol : Changes in client3_1_getxattr()
Kaushal M
2012-05-16
1
-0
/
+1
*
license: dual license under GPLV2 and LGPLV3+
Kaleb KEITHLEY
2012-05-10
1
-16
/
+7
*
core: adding extra data for fops
Amar Tumballi
2012-03-22
1
-3
/
+3
*
protocol/client: Handle failures in lock self healing gracefully (part 1).
Mohammed Junaid
2012-03-19
1
-0
/
+6
*
protocol/server: Handle server send reply failure gracefully.
Mohammed Junaid
2012-03-19
1
-6
/
+6
*
protocol/client: replace STACK_UNWIND_STRICT macro with CLIENT_STACK_UNWIND,
Raghavendra G
2012-03-18
1
-0
/
+8
*
protocol/client: remove unused variables from 'priv/conf'
Amar Tumballi
2012-03-12
1
-2
/
+0
*
protocol/client: Register a timer(grace-timer) conditionally.
Mohammed Junaid
2012-03-10
1
-1
/
+6
*
protocol/client: Added lk_ctx info in fdctx dump
Krishnan Parthasarathi
2012-03-07
1
-0
/
+2
*
transport/socket: configuring tcp window-size
Rajesh Amaravathi
2012-02-29
1
-0
/
+2
*
rpc/clnt: handle PARENT_DOWN event appropriately
Amar Tumballi
2012-02-21
1
-0
/
+2
*
protocol/client,server: fcntl lock self healing.
Mohammed Junaid
2012-02-20
1
-1
/
+15
*
protocol/client: if the remote_fd is -1, then unwind instead of sending the c...
Raghavendra Bhat
2012-01-25
1
-1
/
+8
[next]