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
*
libglusterfsclient: Add VMP-based mkdir
Shehjar Tikoo
2009-04-21
2
-7
/
+26
*
libglusterfsclient: Add VMP-based lstat
Shehjar Tikoo
2009-04-21
2
-1
/
+30
*
libglusterfsclient: Add VMP-based stat
Shehjar Tikoo
2009-04-21
2
-6
/
+33
*
libglusterfsclient: Fix stat cache bug
Shehjar Tikoo
2009-04-21
1
-5
/
+12
*
libglusterfsclient: Add VMP-based setxattr
Shehjar Tikoo
2009-04-21
2
-9
/
+35
*
libglusterfsclient: Add VMP-based creat
Shehjar Tikoo
2009-04-21
2
-4
/
+26
*
libglusterfsclient: Add VMP-based open
Shehjar Tikoo
2009-04-21
3
-8
/
+42
*
libglusterfsclient: Add VMP-based getxattr
Shehjar Tikoo
2009-04-21
2
-8
/
+35
*
libglusterfsclient: Add VMP-based get
Shehjar Tikoo
2009-04-21
2
-6
/
+30
*
libglusterfsclient: Add virtual mount point support
Shehjar Tikoo
2009-04-21
3
-0
/
+178
*
libglusterfsclient: Must return size from readv
Shehjar Tikoo
2009-04-21
1
-1
/
+0
*
libglusterfsclient: Expose glusterfs_realpath
Shehjar Tikoo
2009-04-21
1
-0
/
+3
*
Check return value of afr_sh_select_source.
Vikas Gorur
2009-04-20
3
-1
/
+18
*
change errno EINVAL to ENOENT in case of all fuse_* calls for fuse_reply_err ()
Harshavardhana
2009-04-20
1
-26
/
+26
*
Minor fix in afr_sh_build_pending_matrix.
Vikas Gorur
2009-04-20
1
-3
/
+0
*
inode.c - NULL check for the extra __inode_search performed, when presented i...
Anand V. Avati
2009-04-20
1
-0
/
+6
*
afr-transaction: handle double flushes
Anand V. Avati
2009-04-20
1
-1
/
+3
*
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
[next]