summaryrefslogtreecommitdiffstats
path: root/libglusterfs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add lock-less versions of fd_ctx_*Vikas Gorur2009-04-072-52/+104
* libglusterfsclient code changesRaghavendra G2009-04-032-0/+21
* server-protocol - reimplement connection cleanup to happen in 2 phasesRaghavendra G2009-04-032-10/+55
* change char to int in execute_cmd (based on comment on #26006 from Giorgio Ma...Anand V. Avati2009-04-021-1/+1
* Changed few lines to ensure Optimization (lesser code).Bharat Shetty Barkur2009-04-021-3/+1
* use (fgetc() != EOF) instaed of feof() in parserAnand V. Avati2009-04-011-2/+1
* Enable glusterfs client to exit after a configured number of failed connects ...Raghavendra G2009-04-011-0/+1
* Avoid infinite loop while parsing volume specification files on Linux/ARM.Raghavendra G2009-04-011-2/+4
* Add new type of option type INTERNET_ADDRESS for validationRaghavendra G2009-04-012-0/+126
* fix duplicate setting of values in inode->ctx and fd->ctxAnand V. Avati2009-03-262-10/+26
* Changed the gf_log warning for return of null via CALLOC from 'old' to 'newdata'Bharat Shetty Barkur2009-03-261-1/+1
* fixed sys_<fops> related warnings. (on mac os x and opensolaris)2.0.0rc5Amar Tumballi2009-03-192-1/+2
* Add system call abstraction layerVikas Gorur2009-03-175-23/+637
* Add extra 'volume' parameter to inodelk/entrylk callsVikas Gorur2009-03-126-24/+71
* xlator.c option validation should check for empty valid options list (for str...Basavanagowda Kanur2009-03-121-4/+6
* Fixed two more occurrences of poll_out variables used for logging.Bharat Shetty Barkur2009-03-101-2/+2