summaryrefslogtreecommitdiffstats
path: root/libglusterfs/src/iobuf.c
Commit message (Expand)AuthorAgeFilesLines
* iobuf.c, h: minor fixesYaniv Kaul2019-11-071-55/+31
* Revert "iobuf: Get rid of pre allocated iobuf_pool and use per thread mem pool"Amar Tumballi2019-01-081-57/+779
* iobuf: Get rid of pre allocated iobuf_pool and use per thread mem poolPoornima G2018-12-181-779/+57
* libglusterfs: Move devel headers under glusterfs directoryShyamsundarR2018-12-051-3/+3
* libglusterfs/src/iobuf.c: small refactor to re-use code.Yaniv Kaul2018-12-051-23/+13
* libglusterfs/src/iobuf.c: don't forget to unlock a mutexYaniv Kaul2018-11-061-0/+1
* libglusterfs/src/iobuf.c: where possible, pass the index parameterYaniv Kaul2018-11-061-66/+54
* libglusterfs/src/iobuf.c: take the pool lock once in new poolYaniv Kaul2018-11-061-24/+9
* libglusterfs/src/iobuf.c: remove some if statementsYaniv Kaul2018-11-061-25/+19
* all: fix the format string exceptionsAmar Tumballi2018-11-051-9/+10
* Land part 2 of clang-format changesGluster Ant2018-09-121-869/+832
* libglusterfs/src/iobuf.c: remove memset(), CALLOC -> MALLOCYaniv Kaul2018-08-241-6/+1
* All: run codespell on the code and fix issues.Yaniv Kaul2018-07-221-15/+15
* core: make glfs_iobuf_copy() consumable for general purpose.Susant Palai2018-05-241-0/+43
* glusterfs: Use gcc builtin ATOMIC operator to increase/decreate refcount.Mohit Agrawal2017-12-121-45/+7
* core: coverity, NULL potinter checkZhou Zhengping2016-07-221-0/+2
* libglusterfs: Implement API that provides page-aligned iobufsKrutika Dhananjay2016-06-281-0/+35
* experimental: add fdl (Full Data Logging) translatorJeff Darcy2016-02-131-1/+1
* defaults,globals,iobuf,latency,logging,options,xlator/libglusterfs : porting ...Mohamed Ashiq2015-06-241-24/+35
* iobuf: Do not call __iobuf_ref directlyRaghavendra Talur2015-04-021-2/+2
* libglusterfs: Change iobuf_pool_destroy to destroy all the arenas.Poornima G2015-03-041-7/+38
* rdma: pre-register iobuf_pool with rdma devices.Mohammed Rafi KC2015-02-171-6/+32
* 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 takenv3.3.0qa15Raghavendra 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