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
Commit message (
Expand
)
Author
Age
Files
Lines
*
client_protocol_reconnect - do not send notify of CHILD_DOWN event if errno f...
Anand V. Avati
2009-04-20
1
-1
/
+1
*
keep ctx->page_size fixed at 128KB but only add the margin for iobufs which a...
Anand V. Avati
2009-04-18
1
-2
/
+2
*
enhancement to migrate-unify-to-distribute.sh
Anand V. Avati
2009-04-18
1
-2
/
+15
*
added migration script from unify based setup to distribute based setup
Amar Tumballi
2009-04-18
2
-1
/
+24
*
pruning buffer margin - do not destroy if no other non-filled arenas are in t...
Anand V. Avati
2009-04-18
2
-3
/
+26
*
disconnect transport peer if system is out of memory while allocating iobuf
Anand V. Avati
2009-04-18
2
-4
/
+26
*
iobuf - account with iobref_size() instead of iov_length (vector)
Anand V. Avati
2009-04-17
2
-5
/
+9
*
added 2 APIs iobuf_size and iobref_size to return the system memory usage by ...
Anand V. Avati
2009-04-17
2
-0
/
+46
*
Destroy old ping timer before setting new one.
Vikas Gorur
2009-04-17
1
-1
/
+5
*
Fix two memory leaks in afr self heal code.
Vikas Gorur
2009-04-17
1
-0
/
+4
*
add 4KB margin in iobuf to accommodate fuse header
Anand V. Avati
2009-04-17
1
-1
/
+1
*
Fixed parameter to finodelk in STACK_WIND in dht
Vikas Gorur
2009-04-17
1
-1
/
+1
*
libglusterfsclient: Fix typecast to fix build warning
Shehjar Tikoo
2009-04-17
1
-2
/
+2
*
protocol/client - set remote inode number in inode context for root inode als...
Basavanagowda Kanur
2009-04-17
1
-23
/
+21
*
Renamed abs_top_srcdir to top_srcdir for older versions of autotool
Harshavardhana
2009-04-17
1
-1
/
+1
*
libglusterfsclient: Remove unused variables
Shehjar Tikoo
2009-04-17
1
-10
/
+0
*
libglusterfsclient: Add realpath API
Shehjar Tikoo
2009-04-17
1
-0
/
+184
*
libglusterfsclient: Add lstat API
Shehjar Tikoo
2009-04-17
1
-5
/
+81
*
libglusterfsclient: Add readlink API
Shehjar Tikoo
2009-04-17
1
-0
/
+79
*
libglusterfsclient: Add symlink API
Shehjar Tikoo
2009-04-17
1
-0
/
+116
*
libglusterfsclient: Add unlink API
Shehjar Tikoo
2009-04-17
1
-0
/
+74
*
libglusterfsclient: Add mkfifo API
Shehjar Tikoo
2009-04-17
1
-0
/
+49
*
libglusterfsclient: Add mknod API
Shehjar Tikoo
2009-04-17
2
-0
/
+96
*
libglusterfsclient: Add utime API
Shehjar Tikoo
2009-04-17
1
-0
/
+47
*
libglusterfsclient: Add utimes API
Shehjar Tikoo
2009-04-17
1
-0
/
+85
*
libglusterfsclient: Add rename API
Shehjar Tikoo
2009-04-17
1
-0
/
+109
*
libglusterfsclient: Add statvfs API
Shehjar Tikoo
2009-04-17
1
-0
/
+39
*
libglusterfsclient: Add statfs API
Shehjar Tikoo
2009-04-17
1
-0
/
+99
*
libglusterfsclient: Add link API
Shehjar Tikoo
2009-04-17
1
-0
/
+103
*
libglusterfsclient: Add ftruncate API
Shehjar Tikoo
2009-04-17
1
-0
/
+77
*
linglusterfsclient: Add fsync API
Shehjar Tikoo
2009-04-17
1
-0
/
+50
*
libglusterfsclient: Add fchown API
Shehjar Tikoo
2009-04-17
1
-0
/
+57
*
libglusterfsclient: Add fchmod API
Shehjar Tikoo
2009-04-17
1
-0
/
+56
*
libglusterfsclient: Add closedir API
Shehjar Tikoo
2009-04-17
1
-0
/
+22
*
libglusterfsclient: Add opendir API
Shehjar Tikoo
2009-04-17
1
-0
/
+58
*
libglusterfsclient: Add chown API
Shehjar Tikoo
2009-04-17
1
-0
/
+69
*
libglusterfsclient: Add chmod API
Shehjar Tikoo
2009-04-17
1
-0
/
+69
*
libglusterfsclient: Abstract away inode attr cache updates
Shehjar Tikoo
2009-04-17
1
-138
/
+100
*
libglusterfsclient: Replace dict based inode ctx with array based one
Shehjar Tikoo
2009-04-17
1
-82
/
+103
*
libglusterfsclient: Fix fd_ctx leak on release cbks
Shehjar Tikoo
2009-04-17
1
-5
/
+27
*
libglusterfsclient: Replace dict-based fd ctx with array-based one
Shehjar Tikoo
2009-04-17
1
-114
/
+105
*
libglusterfsclient: Generalize [RW] checks on dirs
Shehjar Tikoo
2009-04-17
1
-16
/
+11
*
libglusterfsclient: Check for directory on O_CREAT
Shehjar Tikoo
2009-04-17
1
-2
/
+13
*
libglusterfsclient: Create and use LIBGF_REPLY_NOTIFY macro
Shehjar Tikoo
2009-04-17
2
-110
/
+27
*
libglusterfsclient: Fix segfault on non-NULL loc->name
Shehjar Tikoo
2009-04-17
1
-3
/
+3
*
libglusterfsclient: Use macros for argument checks
Shehjar Tikoo
2009-04-17
2
-37
/
+32
*
libglusterfsclient: Rename XLATOR_NAME define
Shehjar Tikoo
2009-04-17
1
-25
/
+25
*
protocol/client - NULL check for loc->inode added in statfs(), before trying ...
Basavanagowda Kanur
2009-04-17
1
-8
/
+10
*
RPM spec file updates for RHEL,CentOS,Fedora,SLES and OpenSUSE for upcoming 2...
Harshavardhana
2009-04-17
1
-171
/
+157
*
add NULL check in iobuf_arena_destroy
Anand V. Avati
2009-04-16
1
-0
/
+3
[next]