summaryrefslogtreecommitdiffstats
path: root/libglusterfs
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* added fgetxattr and fsetxattr FOPsVikas Gorur2009-03-079-22/+381
* code changes in the usage of inode_ctx_get and inode_ctx_put after their impl...Raghavendra G2009-03-052-29/+53
* Change to fix the build problems with bison 1.28 (in RHEL 4.6)Amar Tumballi2009-03-042-2/+0
* inode_ctx_t locks addedAnand V. Avati2009-03-031-30/+54
* changes in patchset and repo versionAmar Tumballi2009-03-031-1/+1
* Fixed small error regarding the poll_out variableBharat Shetty Barkur2009-03-031-1/+1
* volumefile modification awareness to make sure there are no inconsistencies.Amar Tumballi2009-02-273-0/+56
* moved dht_hashfn_tea() to libglusterfs/hashfn.c as gf_dm_hashfn() (dm - davie...Basavanagowda Kanur2009-02-272-0/+105
* updated copyright header to extend copyright upto 2009Basavanagowda Kanur2009-02-2644-44/+44
* fd->lock added to protect transactions for accessing and modifying fd->_ctx.Basavanagowda Kanur2009-02-262-33/+64
* __inode_unlink() should not be sent a NULL inode.Basavanagowda Kanur2009-02-261-0/+2
* backtick support enhancementRaghavendra G2009-02-251-105/+101
* added lock_notify and lock_fnotify FOPs to everywhere necessary in libgluster...Vikas Gorur2009-02-239-2/+287
* attritbute and entry timeout values under volume now support float/double valuesHarshavardhana2009-02-213-4/+38
* new function gf_string2double for float/double valuesHarshavardhana2009-02-212-0/+40
* new functions dict_{get,set}_double for float/double valueHarshavardhana2009-02-212-0/+99
* fix to remove ''input' defined but not used' warning in building glusterfsAmar Tumballi2009-02-201-0/+1
* Fix the order of CALLOC() argsShehjar Tikoo2009-02-191-1/+1
* Added all filesVikas Gorur2009-02-1847-0/+21722