summaryrefslogtreecommitdiffstats
path: root/libglusterfs/src/iobuf.c
Commit message (Expand)AuthorAgeFilesLines
* Change Copyright current yearPranith Kumar K2011-08-101-1/+1
* LICENSE: s/GNU Affero General Public/GNU General Public/v3.1.6qa6Pranith Kumar K2011-08-061-3/+3
* Change assert to GF_ASSERTVijay Bellur2010-10-121-1/+1
* Copyright changesVijay Bellur2010-10-111-1/+1
* Change GNU GPL to GNU AGPLPranith K2010-10-041-3/+3
* Provides the ability to filter the output of state dumpKaushik BV2010-08-301-1/+1
* Memory accounting changesVijay Bellur2010-04-231-7/+11
* libglusterfs: Remove passive iobufs from statedumpVijay Bellur2010-03-291-8/+0
* iobuf: Expose macros and create new onesShehjar Tikoo2010-03-041-0/+9
* Changed occurrences of Z Research to Gluster.Vijay Bellur2009-10-071-1/+1
* TAKE2[PATCH BUG:213 1/1] Support for Process State DumpVijay Bellur2009-08-191-0/+104
* iobuf_pool->arenas_cnt should be incremented in iobuf_arena_alloc, and not io...Anand V. Avati2009-04-221-1/+2
* pruning buffer margin - do not destroy if no other non-filled arenas are in t...Anand V. Avati2009-04-181-2/+25
* added 2 APIs iobuf_size and iobref_size to return the system memory usage by ...Anand V. Avati2009-04-171-0/+42
* add NULL check in iobuf_arena_destroyAnand V. Avati2009-04-161-0/+3
* use MAP_FAILED macro to free mem_base in arena_destroyAnand V. Avati2009-04-141-1/+2
* FREE arena->iobufs in iobuf_arena_destoryAnand V. Avati2009-04-141-0/+2
* bug fix in iobuf_select_arena - call __iobuf_pool_add_arena (unlocked version)Anand V. Avati2009-04-131-1/+1
* bug fix - arena destruction now calls munmap and not FREEAnand V. Avati2009-04-131-1/+5
* add purge list support to make iobuf_pool_purge() in expensive, and actually ...Anand V. Avati2009-04-131-1/+9
* bug fix in iobuf_select_arena - never created a new arenaAnand V. Avati2009-04-131-2/+5
* add @filled list in iobuf_pool to keep away filled list from getting searched...Anand V. Avati2009-04-131-1/+19
* use MAP_FAILED macro to check for mmap failure instead of (void *) -1Anand V. Avati2009-04-131-1/+1
* fixed sizeof parameter in CALLOC of a new arenaAnand V. Avati2009-04-131-1/+1
* IOBREF support for holding iobuf refs along with fops (replacement for frame-...Anand V. Avati2009-04-121-0/+139
* IOBUF support (to be used by transports and fuse)Anand V. Avati2009-04-121-0/+394