summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* libglusterfsclient: Use macros for argument checksShehjar Tikoo2009-04-172-37/+32
* libglusterfsclient: Rename XLATOR_NAME defineShehjar Tikoo2009-04-171-25/+25
* protocol/client - NULL check for loc->inode added in statfs(), before trying ...Basavanagowda Kanur2009-04-171-8/+10
* RPM spec file updates for RHEL,CentOS,Fedora,SLES and OpenSUSE for upcoming 2...Harshavardhana2009-04-171-171/+157
* add NULL check in iobuf_arena_destroyAnand V. Avati2009-04-161-0/+3
* logging enhances to commit d77279ef04ca75ab9715864274567d1ce0ce66a6Raghavendra G2009-04-162-11/+22
* Use original pid when calling the FOP in afr transaction.Vikas Gorur2009-04-162-3/+42
* write-behind aggregate-size related changesRaghavendra G2009-04-161-15/+76
* write-behind: adhere to coding guidelines.Raghavendra G2009-04-161-16/+32
* cluster/distribute bug fix - try to create linkfile in dht_lookup_everywhere_...Basavanagowda Kanur2009-04-163-16/+68
* Fixed the build problems observedHarshavardhana2009-04-161-1/+1
* eliminate this_ino_get(), this_ino_set(). handle inode_ctx_{get,set}() at the...Basavanagowda Kanur2009-04-161-132/+290
* Changed xattr format of afr changelog to support adding and removing of subvo...Vikas Gorur2009-04-1611-287/+322
* server-helpers: Add check for NULL connection arguement being passed in helpers.Raghavendra G2009-04-141-2/+23
* remove unused variable @ret in ib_verbs_options_initAnand V. Avati2009-04-141-1/+0
* 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
* cluster/unify link() should be sent to only one subvolume.Basavanagowda Kanur2009-04-141-0/+1
* minor bug fix in posix_create() when 'o-direct enable' option is given.Amar Tumballi2009-04-141-1/+1
* bug fixes in dht-disk-usage feature.Amar Tumballi2009-04-144-35/+72
* Send statbuf from the same subvolume, even across revalidates.Vikas Gorur2009-04-131-5/+14
* use ctx->page_size in all translators and transports instead of having their ...Anand V. Avati2009-04-134-101/+7
* introduce page_size in glusterfs_ctx_t to be used by all translators set it t...Anand V. Avati2009-04-133-2/+6
* client_readv_cbk - when op_ret is 0, iobuf comes NULL from transport, handles...Anand V. Avati2009-04-131-3/+5
* 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
* change arena size to 8MBAnand V. Avati2009-04-131-1/+1
* 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
* switch scheduler to validate the subvolume specified for a pattern, against t...Basavanagowda Kanur2009-04-131-2/+33
* changes to database read interface, to make use of a given buffer instead of ...Basavanagowda Kanur2009-04-133-79/+100
* log formatting fixes. use GF_PRI_SIZET for size_t.Basavanagowda Kanur2009-04-131-22/+32
* minor initialization bug fix in quota's build_locAmar Tumballi2009-04-121-0/+1
* in dht, initialize the free available space properly, so the first few create...Amar Tumballi2009-04-123-3/+52
* Coding Style: Add a few pointsShehjar Tikoo2009-04-121-7/+31
* feature to disable volumefile's checksumAmar Tumballi2009-04-122-20/+47
* reset errno to 0 before calling first fuse_lowlevel_new() to reliably detect ...Anand V. Avati2009-04-121-1/+3
* io-threads: Remove unnecessary call to pthread_attr_setstacksizeShehjar Tikoo2009-04-121-4/+0
* prefix ULL to large constants (to fix bdb build warning)Anand V. Avati2009-04-121-2/+2
* updated glusterfsd to create iobuf pool at initializationAnand V. Avati2009-04-121-0/+1
* updated libglusterfsclient with IOBUF/IOBREFsAnand V. Avati2009-04-123-22/+25
* updated transport/ib-verbs to use IOBUF/IOBREFsAnand V. Avati2009-04-122-14/+14
* updated transport/socket to use IOBUF/IOBREFsAnand V. Avati2009-04-122-37/+43
* updated mount/fuse with new readv writev prototypesAnand V. Avati2009-04-121-37/+18
* updated encryption/rot-13 with new readv writev prototypesAnand V. Avati2009-04-121-4/+7
* update features/quota with new readv writev prototypesAnand V. Avati2009-04-121-7/+9
* updated features/filter with new readv writev prototypesAnand V. Avati2009-04-121-4/+8