summaryrefslogtreecommitdiffstats
path: root/libglusterfs/src/iobuf.c
Commit message (Expand)AuthorAgeFilesLines
* iobufs: make iobref container size dynamicAnand Avati2013-11-261-5/+44
* iobuf: Added a function iobref_clearPrashanth Pai2013-03-201-0/+23
* remove useless if-before-free (and free-like) functionsJim Meyering2012-07-131-2/+1
* license: dual license under GPLV2 and LGPLV3+Kaleb KEITHLEY2012-05-101-14/+5
* iobuf: option to provide larger size of buffersAmar Tumballi2012-05-031-8/+91
* iobuf: add a counter to keep track of request missesAmar Tumballi2012-03-121-0/+3
* iobuf: fix a crash in iobuf when statedump is takenRaghavendra Bhat2011-12-071-1/+1
* libglusterfs/iobuf: have fixed number of arenasAmar Tumballi2011-12-071-104/+157
* libglusterfs/iobuf: increase the iobref's iobuf array sizeAmar Tumballi2011-10-101-4/+4
* statedump: add more memory accounting related statsAmar Tumballi2011-09-221-10/+34
* Change Copyright current yearPranith Kumar K2011-08-101-1/+1
* LICENSE: s/GNU Affero General Public/GNU General Public/Pranith Kumar K2011-08-061-3/+3
* IOBUF: Bring in variable iobuf supportshishir gowda2011-07-311-74/+173
* logging: fill proper domain names at places where it is missingAmar Tumballi2011-06-161-15/+11
* libglusterfs/src: bring in VALIDATE_OR_GOTO to argsAmar Tumballi2011-04-111-53/+107
* libglusterfs/src/*.c: log enhancementAmar Tumballi2011-03-171-28/+70
* libglusterfs/src/*.c: whitespace cleanupAmar Tumballi2011-03-171-40/+39
* 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