Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | iobuf: Expose macros and create new ones | Shehjar Tikoo | 2010-03-04 | 1 | -0/+9 |
| | | | | | | | | Signed-off-by: Shehjar Tikoo <shehjart@gluster.com> Signed-off-by: Anand V. Avati <avati@dev.gluster.com> BUG: 597 (miscellaneous fixes for xlators to work well with NFS xlator) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=597 | ||||
* | Changed occurrences of Z Research to Gluster. | Vijay Bellur | 2009-10-07 | 1 | -1/+1 |
| | | | | Signed-off-by: Anand V. Avati <avati@dev.gluster.com> | ||||
* | TAKE2[PATCH BUG:213 1/1] Support for Process State Dump | Vijay Bellur | 2009-08-19 | 1 | -0/+104 |
| | | | | | | | | | Support for process state dump. Signed-off-by: Anand V. Avati <avati@dev.gluster.com> BUG: 213 (Support for process state dump) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=213 | ||||
* | iobuf_pool->arenas_cnt should be incremented in iobuf_arena_alloc, and not ↵ | Anand V. Avati | 2009-04-22 | 1 | -1/+2 |
| | | | | | | iobuf_pool_add_arena (to avoid counting of unpruned arenas) Signed-off-by: Anand V. Avati <avati@amp.gluster.com> | ||||
* | pruning buffer margin - do not destroy if no other non-filled arenas are in ↵ | Anand V. Avati | 2009-04-18 | 1 | -2/+25 |
| | | | | the pool | ||||
* | added 2 APIs iobuf_size and iobref_size to return the system memory usage by ↵ | Anand V. Avati | 2009-04-17 | 1 | -0/+42 |
| | | | | an iobuf, and by all iobufs in an iobref respectively | ||||
* | 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 |
| | | | | Signed-off-by: Anand V. Avati <avati@amp.gluster.com> | ||||
* | FREE arena->iobufs in iobuf_arena_destory | Anand V. Avati | 2009-04-14 | 1 | -0/+2 |
| | | | | Signed-off-by: Anand V. Avati <avati@amp.gluster.com> | ||||
* | bug fix in iobuf_select_arena - call __iobuf_pool_add_arena (unlocked version) | Anand V. Avati | 2009-04-13 | 1 | -1/+1 |
| | | | | Signed-off-by: Anand V. Avati <avati@amp.gluster.com> | ||||
* | bug fix - arena destruction now calls munmap and not FREE | Anand V. Avati | 2009-04-13 | 1 | -1/+5 |
| | | | | Signed-off-by: Anand V. Avati <avati@amp.gluster.com> | ||||
* | add purge list support to make iobuf_pool_purge() in expensive, and actually ↵ | Anand V. Avati | 2009-04-13 | 1 | -1/+9 |
| | | | | | | call it in iobuf_put :-) Signed-off-by: Anand V. Avati <avati@amp.gluster.com> | ||||
* | bug fix in iobuf_select_arena - never created a new arena | Anand V. Avati | 2009-04-13 | 1 | -2/+5 |
| | | | | Signed-off-by: Anand V. Avati <avati@amp.gluster.com> | ||||
* | add @filled list in iobuf_pool to keep away filled list from getting ↵ | Anand V. Avati | 2009-04-13 | 1 | -1/+19 |
| | | | | | | searched in iobuf_select_arena Signed-off-by: Anand V. Avati <avati@amp.gluster.com> | ||||
* | use MAP_FAILED macro to check for mmap failure instead of (void *) -1 | Anand V. Avati | 2009-04-13 | 1 | -1/+1 |
| | | | | Signed-off-by: Anand V. Avati <avati@amp.gluster.com> | ||||
* | fixed sizeof parameter in CALLOC of a new arena | Anand V. Avati | 2009-04-13 | 1 | -1/+1 |
| | | | | Signed-off-by: Anand V. Avati <avati@amp.gluster.com> | ||||
* | IOBREF support for holding iobuf refs along with fops (replacement for ↵ | Anand V. Avati | 2009-04-12 | 1 | -0/+139 |
| | | | | | | frame->root->{req,rsp}_refs Signed-off-by: Anand V. Avati <avati@amp.gluster.com> | ||||
* | IOBUF support (to be used by transports and fuse) | Anand V. Avati | 2009-04-12 | 1 | -0/+394 |
Signed-off-by: Anand V. Avati <avati@amp.gluster.com> |