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
*
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
*
Change to fix the build problems with bison 1.28 (in RHEL 4.6)
Amar Tumballi
2009-03-04
2
-2
/
+0
*
inode_ctx_t locks added
Anand V. Avati
2009-03-03
1
-30
/
+54
*
changes in patchset and repo version
Amar Tumballi
2009-03-03
1
-1
/
+1
*
Fixed small error regarding the poll_out variable
Bharat Shetty Barkur
2009-03-03
1
-1
/
+1
*
volumefile modification awareness to make sure there are no inconsistencies.
Amar Tumballi
2009-02-27
3
-0
/
+56
*
moved dht_hashfn_tea() to libglusterfs/hashfn.c as gf_dm_hashfn() (dm - davie...
Basavanagowda Kanur
2009-02-27
2
-0
/
+105
*
updated copyright header to extend copyright upto 2009
Basavanagowda Kanur
2009-02-26
44
-44
/
+44
*
fd->lock added to protect transactions for accessing and modifying fd->_ctx.
Basavanagowda Kanur
2009-02-26
2
-33
/
+64
*
__inode_unlink() should not be sent a NULL inode.
Basavanagowda Kanur
2009-02-26
1
-0
/
+2
*
backtick support enhancement
Raghavendra G
2009-02-25
1
-105
/
+101
[next]