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
/
src
/
iobuf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
libglusterfs/iobuf: increase the iobref's iobuf array size
Amar Tumballi
2011-10-10
1
-4
/
+4
*
Change Copyright current year
Pranith Kumar K
2011-08-10
1
-1
/
+1
*
LICENSE: s/GNU Affero General Public/GNU General Public/
Pranith Kumar K
2011-08-06
1
-3
/
+3
*
libglusterfs/src: bring in VALIDATE_OR_GOTO to args
Amar Tumballi
2011-04-11
1
-53
/
+107
*
libglusterfs/src/*.c: log enhancement
Amar Tumballi
2011-03-17
1
-28
/
+70
*
libglusterfs/src/*.c: whitespace cleanup
Amar Tumballi
2011-03-17
1
-40
/
+39
*
Change assert to GF_ASSERT
Vijay Bellur
2010-10-12
1
-1
/
+1
*
Copyright changes
Vijay Bellur
2010-10-11
1
-1
/
+1
*
Change GNU GPL to GNU AGPL
Pranith K
2010-10-04
1
-3
/
+3
*
Provides the ability to filter the output of state dump
Kaushik BV
2010-08-30
1
-1
/
+1
*
Memory accounting changes
Vijay Bellur
2010-04-23
1
-7
/
+11
*
libglusterfs: Remove passive iobufs from statedump
Vijay Bellur
2010-03-29
1
-8
/
+0
*
iobuf: Expose macros and create new ones
Shehjar Tikoo
2010-03-04
1
-0
/
+9
*
Changed occurrences of Z Research to Gluster.
Vijay Bellur
2009-10-07
1
-1
/
+1
*
TAKE2[PATCH BUG:213 1/1] Support for Process State Dump
Vijay Bellur
2009-08-19
1
-0
/
+104
*
iobuf_pool->arenas_cnt should be incremented in iobuf_arena_alloc, and not io...
Anand V. Avati
2009-04-22
1
-1
/
+2
*
pruning buffer margin - do not destroy if no other non-filled arenas are in t...
Anand V. Avati
2009-04-18
1
-2
/
+25
*
added 2 APIs iobuf_size and iobref_size to return the system memory usage by ...
Anand V. Avati
2009-04-17
1
-0
/
+42
*
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
*
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
1
-1
/
+9
*
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
1
-1
/
+19
*
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
*
IOBREF support for holding iobuf refs along with fops (replacement for frame-...
Anand V. Avati
2009-04-12
1
-0
/
+139
*
IOBUF support (to be used by transports and fuse)
Anand V. Avati
2009-04-12
1
-0
/
+394