index
:
glusterfs-afrv1.git
development
master
release-2.0
release-3.0
release-3.1
release-3.2
release-3.3
release-3.4
release-3.5
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
xlators
/
protocol
/
client
Commit message (
Expand
)
Author
Age
Files
Lines
*
protocol/client: Fix negative return in client_setvolume
Krutika Dhananjay
2012-08-01
1
-2
/
+3
*
remove useless if-before-free (and free-like) functions
Jim Meyering
2012-07-13
4
-286
/
+142
*
rpc: variable name changes
Amar Tumballi
2012-07-12
2
-192
/
+192
*
rpc: add extra arguments to _callback's actor function
Amar Tumballi
2012-07-11
2
-4
/
+5
*
xlators/protocol: better filename
Amar Tumballi
2012-07-04
2
-2
/
+3
*
protocol/client: Re-open should not have O_CREAT|O_TRUNC|O_EXCL
Pranith Kumar K
2012-06-19
3
-9
/
+5
*
protocol/client: Remember the gfid of opened fd
Pranith Kumar K
2012-06-06
3
-112
/
+107
*
replicate: default read_child to a local brick if there is one.
Jeff Darcy
2012-06-05
1
-2
/
+2
*
protocol/client: do not ignore the xdata received for some fops
Raghavendra Bhat
2012-06-03
1
-0
/
+11
*
protocol/client: provide a buffer for storing reply of readlink.
Raghavendra G
2012-06-01
1
-7
/
+46
*
protocol/client: do not access the local object after being freed
Raghavendra Bhat
2012-05-31
1
-2
/
+2
*
protocol: do not log getxattr/ENODATA as warning
Anand Avati
2012-05-29
1
-1
/
+1
*
protocol/client: use correct xlator object while creating frames
Raghavendra G
2012-05-23
1
-2
/
+2
*
protocol/client: do not print the null gfid when symlink fails
Raghavendra Bhat
2012-05-22
1
-3
/
+6
*
protocol: handle proper vector size for writev()/readv()
Amar Tumballi
2012-05-21
1
-0
/
+15
*
protocol/client: free the 'loc2' variable of client_local
Amar Tumballi
2012-05-21
1
-0
/
+1
*
protocol/client: Concatinate the graph uuid along with process uuid in
Mohammed Junaid
2012-05-18
1
-10
/
+18
*
protocol/client: check if the name is NULL before duping it
Raghavendra Bhat
2012-05-17
1
-1
/
+3
*
client/protocol : Changes in client3_1_getxattr()
Kaushal M
2012-05-16
3
-2
/
+11
*
license: dual license under GPLV2 and LGPLV3+
Kaleb KEITHLEY
2012-05-10
8
-115
/
+43
*
protocol/{client,server} : Log improvements
Kaushal M
2012-05-08
1
-18
/
+36
*
protocol/client: hold lock when cancelling ping_timer in
Raghavendra G
2012-05-05
1
-16
/
+22
*
protocol: fix memory leak of lk-owner buffer in *lk() calls
Amar Tumballi
2012-05-03
1
-0
/
+3
*
log cleanup: in setxattr() path
Amar Tumballi
2012-05-02
1
-22
/
+29
*
core: coverity issues fixed
Amar Tumballi
2012-04-23
1
-2
/
+1
*
protocol/client,server: Lock self healing off by default.
Mohammed Junaid
2012-04-16
1
-1
/
+2
*
protocol/client: in link_cbk() try to print valid information in case of error
Amar Tumballi
2012-04-11
1
-2
/
+6
*
core: fix all the iobuf related refs and unrefs
Amar Tumballi
2012-03-29
3
-51
/
+88
*
protocol/client: Set grace_timer_needed flag to false on a disconnect.
Mohammed Junaid
2012-03-28
1
-0
/
+3
*
core: adding extra data for fops
Amar Tumballi
2012-03-22
5
-352
/
+1139
*
protocol/client: memory leak fixes.
v3.3.0qa31
Raghavendra G
2012-03-20
2
-14
/
+4
*
protocol/client: Handle failures in lock self healing gracefully (part2).
Mohammed Junaid
2012-03-19
1
-49
/
+169
*
rpc-clnt: separate out connection_cleanup() from destroy()
v3.3.0qa30
Amar Tumballi
2012-03-19
1
-2
/
+9
*
protocol/client: Handle failures in lock self healing gracefully (part 1).
Mohammed Junaid
2012-03-19
2
-93
/
+51
*
protocol/server: Handle server send reply failure gracefully.
Mohammed Junaid
2012-03-19
2
-36
/
+55
*
protocol/client: Avoid STACK_DESTROYing more than once in RELEASE fops.
Vijay Bellur
2012-03-19
1
-2
/
+4
*
protocol/client: replace STACK_UNWIND_STRICT macro with CLIENT_STACK_UNWIND,
Raghavendra G
2012-03-18
3
-196
/
+111
*
rpc: don't unwind the fop in caller if client_submit_request fails
Raghavendra G
2012-03-18
3
-236
/
+183
*
protocol/client: remove unused variables from 'priv/conf'
Amar Tumballi
2012-03-12
2
-4
/
+0
*
protocol/client: Register a timer(grace-timer) conditionally.
Mohammed Junaid
2012-03-10
2
-8
/
+20
*
protocol/client: Added lk_ctx info in fdctx dump
Krishnan Parthasarathi
2012-03-07
4
-27
/
+83
*
protocol/client: Free readdirp xdr leak
Pranith Kumar K
2012-03-07
1
-0
/
+1
*
fops/removexattr: prevent users from removing glusterfs xattrs
Rajesh Amaravathi
2012-03-05
1
-1
/
+1
*
Fix memory leaks found in readdir
Vijay Bellur
2012-03-01
1
-0
/
+6
*
protocol/client: Calling GF_FREE on memory allocated via GF_CALLOC.
Mohammed Junaid
2012-03-01
1
-1
/
+1
*
protocol/client: send unique key to server during handshake
Amar Tumballi
2012-02-29
1
-2
/
+7
*
transport/socket: configuring tcp window-size
Rajesh Amaravathi
2012-02-29
2
-0
/
+7
*
protocol/client: Pass correct dict in client_readdirp
shishir gowda
2012-02-22
2
-1
/
+3
*
protocol/client: Print correct error message
Pranith Kumar K
2012-02-22
1
-1
/
+1
*
mempool: adjustments in pool sizes
Amar Tumballi
2012-02-22
1
-2
/
+2
[next]