index
:
glusterfs.git
bug-deprecated
dht-stale-layout-fixes
exp
experimental
heal-info
master
release-2.0
release-3.0
release-3.1
release-3.10
release-3.11
release-3.12
release-3.13
release-3.2
release-3.3
release-3.4
release-3.5
release-3.6
release-3.7
release-3.8
release-3.8-fb
release-3.9
release-4.0
release-4.1
release-5
release-6
release-7
release-8
round-robin2
testing-regression-job
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: 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