summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* updated features/locks with new readv writev prototypesAnand V. Avati2009-04-121-8/+12
* updated debug/error-gen with new readv writev prototypesAnand V. Avati2009-04-121-4/+8
* updated debug/trace with new readv writev prototypesAnand V. Avati2009-04-121-4/+7
* updated performance/io-cache with new readv writev prototypesAnand V. Avati2009-04-123-34/+41
* updated performance/io-threads with new readv writev prototypesAnand V. Avati2009-04-121-6/+10
* update performance/read-ahead with new readv writev prototypesAnand V. Avati2009-04-123-21/+21
* update performance/write-behind with new readv writev prototypesAnand V. Avati2009-04-121-18/+18
* update protocol/server with new readv writev prototypesAnand V. Avati2009-04-123-141/+118
* updated protocol/client with new readv writev prototypesAnand V. Avati2009-04-123-125/+110
* updated transport interface functions to accommodate IOBUF/IOBREFAnand V. Avati2009-04-122-8/+11
* update storage/bdb with new readv writev prototypesAnand V. Avati2009-04-121-71/+26
* update storage/posix with new readv writev prototypesAnand V. Avati2009-04-121-92/+22
* update cluster/map with new readv writev prototypesAnand V. Avati2009-04-121-11/+13
* update cluster/ha with new readv writev prototypesAnand V. Avati2009-04-121-6/+10
* update cluster/dht with new readv writev prototypesAnand V. Avati2009-04-121-5/+8
* update cluster/afr with new readv writev prototypesAnand V. Avati2009-04-125-17/+20
* update cluster/stripe with new readv writev prototypesAnand V. Avati2009-04-121-13/+17
* update cluster/unify with new readv writev prototypesAnand V. Avati2009-04-121-4/+7