summaryrefslogtreecommitdiffstats
path: root/libglusterfs
Commit message (Expand)AuthorAgeFilesLines
* Print volume file after printing other details.Vikas Gorur2009-07-021-1/+1
* libglusterfs-fd: Simplify gf_roundup_power_of_twoShehjar Tikoo2009-06-301-30/+10
* booster: Remove gf_fd_unused_get2Shehjar Tikoo2009-06-302-40/+4
* libglusterfs: Prevent gf_fd_put'ing of unallocated fdShehjar Tikoo2009-06-301-1/+11
* libglusterfs: Chain newly allocated fdentries.Shehjar Tikoo2009-06-301-0/+1
* libglusterfs: Change GF_FDENTRY_ALLOCATED constantShehjar Tikoo2009-06-301-3/+2
* libglusterfs: Turn fd-table O(1)Shehjar Tikoo2009-06-302-66/+125
* version check between client/server made more specific to protocol only.Amar Tumballi2009-06-291-0/+5
* gf-dirent: add support for stat attribute in dir entry (to work likeAnand V. Avati2009-06-262-5/+13
* Removed the swap being done for __noswap functions.Vijay Bellur2009-06-171-3/+3
* libglusterfs: Add empty and NULL dirents list checksShehjar Tikoo2009-06-082-0/+12
* booster: Move fstab parsing into booster from libglusterfstag-release-2.0Shehjar 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