summaryrefslogtreecommitdiffstats
path: root/libglusterfs
Commit message (Expand)AuthorAgeFilesLines
* libglusterfs: Add empty and NULL dirents list checksShehjar Tikoo2009-06-082-0/+12
* THIS: use xlator_init() for initializing xlatorsAnand V. Avati2009-05-221-1/+1
* THIS: add xlator_init() API to set @THISAnand V. Avati2009-05-222-0/+18
* THIS: default_notify to use xlator_notify for THIS compatibilityAnand V. Avati2009-05-221-7/+4
* THIS: xlator_notify API to be used for propagating notifications with proper ...Anand V. Avati2009-05-222-0/+19
* THIS: set appropriately in call stub resumesAnand V. Avati2009-05-221-4/+11
* THIS: set appropriately in STACK_* macrosAnand V. Avati2009-05-221-4/+21
* globals: add globals.h/c THIS: macro to access thread specific current xlator...Anand V. Avati2009-05-223-2/+209
* mem-pool,io-threads: Destroy mem-pool on deallocationShehjar Tikoo2009-05-212-0/+16
* booster: Move fstab parsing into booster from libglusterfsShehjar Tikoo2009-05-203-393/+2
* mem-pool: Restructure mem-pool behaviourShehjar Tikoo2009-05-192-31/+55
* mem-pool: Fix #define spellingShehjar Tikoo2009-05-191-3/+3
* mem-pool: Remove hard coded value for pad boundaryShehjar Tikoo2009-05-191-1/+1
* mem-pool: Fix memory leak in mem-pool init phaseShehjar Tikoo2009-05-191-1/+3
* dict.c: make dict_serialized_length and dict_serialize to hold locks.Raghavendra G2009-05-161-120/+10
* dict.c: Add dict_allocate_and_serializeRaghavendra G2009-05-162-0/+230
* booster: Add fstab parsing supportShehjar Tikoo2009-05-083-2/+393
* valid_host_name(): accept string lengths upto 75 chars (the limit accepted by...Anand V. Avati2009-05-071-1/+1
* transport shortcut b/w client and serverAnand V. Avati2009-05-072-2/+118
* libglusterfs log cleanupAnand V. Avati2009-04-282-10/+6
* log message supressing in DNS resolutionAnand V. Avati2009-04-241-4/+4
* Cleaned up log messages in xlator.cVikas Gorur2009-04-241-20/+20
* Cleaned up log messages in spec.yVikas Gorur2009-04-241-31/+28
* Cleaned up log messages in inode.cVikas Gorur2009-04-241-41/+4
* Changed logging format to remove line number & function name from NORMAL and ...Vikas Gorur2009-04-241-4/+10
* Introduce new log level GF_LOG_TRACE.Vikas Gorur2009-04-242-4/+5
* Remove log level TRACE and the macro GF_TRACE.Vikas Gorur2009-04-242-8/+0
* iobuf: Define MAP_ANONYMOUSShehjar Tikoo2009-04-241-0/+11
* iobuf_pool->arenas_cnt should be incremented in iobuf_arena_alloc, and not io...Anand V. Avati2009-04-221-1/+2
* call-stub: Check for NULL in the correct variableShehjar Tikoo2009-04-221-1/+1
* inode.c - NULL check for the extra __inode_search performed, when presented i...Anand V. Avati2009-04-201-0/+6
* pruning buffer margin - do not destroy if no other non-filled arenas are in t...Anand V. Avati2009-04-182-3/+26
* added 2 APIs iobuf_size and iobref_size to return the system memory usage by ...Anand V. Avati2009-04-172-0/+46
* libglusterfsclient: Use macros for argument checksShehjar Tikoo2009-04-171-0/+10
* 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
* introduce page_size in glusterfs_ctx_t to be used by all translators set it t...Anand V. Avati2009-04-131-0/+1
* 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-132-1/+10
* 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-132-1/+20
* 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
* updated transport interface functions to accommodate IOBUF/IOBREFAnand V. Avati2009-04-122-8/+11
* do away with frame->root->{req,rsp}_refs membersAnand V. Avati2009-04-121-2/+0
* update prototype of writev and readv_cbk to use IOBREF in parameter (step tow...Anand V. Avati2009-04-125-27/+39
* IOBREF support for holding iobuf refs along with fops (replacement for frame-...Anand V. Avati2009-04-122-0/+152
* IOBUF support (to be used by transports and fuse)Anand V. Avati2009-04-124-2/+494