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
/
libglusterfs
Commit message (
Expand
)
Author
Age
Files
Lines
*
transport shortcut b/w client and server
Anand V. Avati
2009-05-07
2
-2
/
+118
*
libglusterfs log cleanup
Anand V. Avati
2009-04-28
2
-10
/
+6
*
log message supressing in DNS resolution
Anand V. Avati
2009-04-24
1
-4
/
+4
*
Cleaned up log messages in xlator.c
Vikas Gorur
2009-04-24
1
-20
/
+20
*
Cleaned up log messages in spec.y
Vikas Gorur
2009-04-24
1
-31
/
+28
*
Cleaned up log messages in inode.c
Vikas Gorur
2009-04-24
1
-41
/
+4
*
Changed logging format to remove line number & function name from NORMAL and ...
Vikas Gorur
2009-04-24
1
-4
/
+10
*
Introduce new log level GF_LOG_TRACE.
Vikas Gorur
2009-04-24
2
-4
/
+5
*
Remove log level TRACE and the macro GF_TRACE.
Vikas Gorur
2009-04-24
2
-8
/
+0
*
iobuf: Define MAP_ANONYMOUS
Shehjar Tikoo
2009-04-24
1
-0
/
+11
*
iobuf_pool->arenas_cnt should be incremented in iobuf_arena_alloc, and not io...
Anand V. Avati
2009-04-22
1
-1
/
+2
*
call-stub: Check for NULL in the correct variable
Shehjar Tikoo
2009-04-22
1
-1
/
+1
*
inode.c - NULL check for the extra __inode_search performed, when presented i...
Anand V. Avati
2009-04-20
1
-0
/
+6
*
pruning buffer margin - do not destroy if no other non-filled arenas are in t...
Anand V. Avati
2009-04-18
2
-3
/
+26
*
added 2 APIs iobuf_size and iobref_size to return the system memory usage by ...
Anand V. Avati
2009-04-17
2
-0
/
+46
*
libglusterfsclient: Use macros for argument checks
Shehjar Tikoo
2009-04-17
1
-0
/
+10
*
add NULL check in iobuf_arena_destroy
Anand V. Avati
2009-04-16
1
-0
/
+3
*
use MAP_FAILED macro to free mem_base in arena_destroy
Anand V. Avati
2009-04-14
1
-1
/
+2
*
FREE arena->iobufs in iobuf_arena_destory
Anand V. Avati
2009-04-14
1
-0
/
+2
*
introduce page_size in glusterfs_ctx_t to be used by all translators set it t...
Anand V. Avati
2009-04-13
1
-0
/
+1
*
bug fix in iobuf_select_arena - call __iobuf_pool_add_arena (unlocked version)
Anand V. Avati
2009-04-13
1
-1
/
+1
*
bug fix - arena destruction now calls munmap and not FREE
Anand V. Avati
2009-04-13
1
-1
/
+5
*
add purge list support to make iobuf_pool_purge() in expensive, and actually ...
Anand V. Avati
2009-04-13
2
-1
/
+10
*
bug fix in iobuf_select_arena - never created a new arena
Anand V. Avati
2009-04-13
1
-2
/
+5
*
add @filled list in iobuf_pool to keep away filled list from getting searched...
Anand V. Avati
2009-04-13
2
-1
/
+20
*
use MAP_FAILED macro to check for mmap failure instead of (void *) -1
Anand V. Avati
2009-04-13
1
-1
/
+1
*
fixed sizeof parameter in CALLOC of a new arena
Anand V. Avati
2009-04-13
1
-1
/
+1
*
updated transport interface functions to accommodate IOBUF/IOBREF
Anand V. Avati
2009-04-12
2
-8
/
+11
*
do away with frame->root->{req,rsp}_refs members
Anand V. Avati
2009-04-12
1
-2
/
+0
*
update prototype of writev and readv_cbk to use IOBREF in parameter (step tow...
Anand V. Avati
2009-04-12
5
-27
/
+39
*
IOBREF support for holding iobuf refs along with fops (replacement for frame-...
Anand V. Avati
2009-04-12
2
-0
/
+152
*
IOBUF support (to be used by transports and fuse)
Anand V. Avati
2009-04-12
4
-2
/
+494
*
Add lock-less versions of fd_ctx_*
Vikas Gorur
2009-04-07
2
-52
/
+104
*
libglusterfsclient code changes
Raghavendra G
2009-04-03
2
-0
/
+21
*
server-protocol - reimplement connection cleanup to happen in 2 phases
Raghavendra G
2009-04-03
2
-10
/
+55
*
change char to int in execute_cmd (based on comment on #26006 from Giorgio Ma...
Anand V. Avati
2009-04-02
1
-1
/
+1
*
Changed few lines to ensure Optimization (lesser code).
Bharat Shetty Barkur
2009-04-02
1
-3
/
+1
*
use (fgetc() != EOF) instaed of feof() in parser
Anand V. Avati
2009-04-01
1
-2
/
+1
*
Enable glusterfs client to exit after a configured number of failed connects ...
Raghavendra G
2009-04-01
1
-0
/
+1
*
Avoid infinite loop while parsing volume specification files on Linux/ARM.
Raghavendra G
2009-04-01
1
-2
/
+4
*
Add new type of option type INTERNET_ADDRESS for validation
Raghavendra G
2009-04-01
2
-0
/
+126
*
fix duplicate setting of values in inode->ctx and fd->ctx
Anand V. Avati
2009-03-26
2
-10
/
+26
*
Changed the gf_log warning for return of null via CALLOC from 'old' to 'newdata'
Bharat Shetty Barkur
2009-03-26
1
-1
/
+1
*
fixed sys_<fops> related warnings. (on mac os x and opensolaris)
Amar Tumballi
2009-03-19
2
-1
/
+2
*
Add system call abstraction layer
Vikas Gorur
2009-03-17
5
-23
/
+637
*
Add extra 'volume' parameter to inodelk/entrylk calls
Vikas Gorur
2009-03-12
6
-24
/
+71
*
xlator.c option validation should check for empty valid options list (for str...
Basavanagowda Kanur
2009-03-12
1
-4
/
+6
*
Fixed two more occurrences of poll_out variables used for logging.
Bharat Shetty Barkur
2009-03-10
1
-2
/
+2
*
added fgetxattr and fsetxattr FOPs
Vikas Gorur
2009-03-07
9
-22
/
+381
*
code changes in the usage of inode_ctx_get and inode_ctx_put after their impl...
Raghavendra G
2009-03-05
2
-29
/
+53
[next]