summaryrefslogtreecommitdiffstats
path: root/xlators
Commit message (Expand)AuthorAgeFilesLines
* add xlator debug/io-statsCsaba Henk2009-05-204-1/+1534
* io-threads: Use boolean enums instead of integer 1Shehjar Tikoo2009-05-201-2/+2
* io-threads: Change mutexes/condvars to spinlocks/semaphoresShehjar Tikoo2009-05-202-36/+80
* io-threads: Reduce default max for threads to 64Shehjar Tikoo2009-05-201-1/+1
* io-threads: Support mem-pool allocator for iot_request_tShehjar Tikoo2009-05-202-23/+44
* io-threads: Add graceful shutdown of worker threadsRaghavendra G2009-05-202-25/+79
* io-threads: handle memory allocation failuresRaghavendra G2009-05-201-197/+760
* Change errno to EAGAIN in readv/writevVikas Gorur2009-05-191-6/+7
* Bug fix in pl_readv/writev to handle the mandatory lock case properly.Vikas Gorur2009-05-181-23/+21
* client-protocol: Fix memory corruption in client_lookupRaghavendra G2009-05-161-13/+7
* make getxattr fail with ERANGE if reply is bigger than what was requestedCsaba Henk2009-05-161-31/+25
* avoid duplicate mounts while using mount.glusterfsAmar Tumballi2009-05-161-1/+1
* replace BIG_FUSE_CHANNEL_SIZE with 'this->ctx->page_size'Amar Tumballi2009-05-161-9/+9
* posix: Fix build warning on incorrect typeShehjar Tikoo2009-05-161-1/+1
* stripe init 'block-size' pattern parsing bug fixed.2.0.1Amar Tumballi2009-05-081-59/+78
* Set op_errno properly in afr_flush.Vikas Gorur2009-05-081-0/+1
* symlink-cache: fix return value of readlinkRaghavendra G2009-05-071-2/+2
* fix in mount.glusterfs for proper direct io mode option.Amar Tumballi2009-05-071-1/+1
* protocol/client: indentation fixesAnand V. Avati2009-05-071-926/+737
* protocol/client: removed conf->childAnand V. Avati2009-05-072-603/+0
* transport shortcut b/w client and serverAnand V. Avati2009-05-072-0/+13
* fix log message from transport-timeout to frame-timeoutAnand V. Avati2009-05-061-1/+1
* afr self-heal: update file size of the returning stat buf with source file's ...Anand V. Avati2009-05-061-0/+1
* log level fixes in read-aheadAnand V. Avati2009-05-051-6/+6
* log level fix in storage/posixAnand V. Avati2009-05-051-1/+1
* io-cache logging level fixesAnand V. Avati2009-05-054-33/+32
* Do not lock entire file for metadata operations.Vikas Gorur2009-05-052-8/+8
* Made afr_flush a 'quick-unwind' transaction.Vikas Gorur2009-05-051-6/+67
* io-threads: Clarify thread count rangeShehjar Tikoo2009-05-052-16/+23
* io-cache: indentation and logging fixesRaghavendra G2009-05-054-509/+426
* io-threads: indentation and logging fixesRaghavendra G2009-05-052-199/+250
* Cleaned up log messages in storage/posix.Vikas Gorur2009-05-051-181/+214
* write-behind: indentation and logging fixesRaghavendra G2009-04-301-158/+74
* read-ahead: indentation and logging fixesRaghavendra G2009-04-302-105/+84
* bug fix in server protocol segfault when the volume file key is NULLAmar Tumballi2009-04-301-0/+4
* Cleaned up log messages in features/locks.Vikas Gorur2009-04-303-57/+64
* cluster/unify - unify_forget() should not try to access inode->ctx, if inode-...Basavanagowda Kanur2009-04-301-1/+1
* protocol/server indentation fixesAnand V. Avati2009-04-281-1532/+1048
* protocol/server log level fixesAnand V. Avati2009-04-281-117/+118
* protocol client log cleanupAnand V. Avati2009-04-282-31/+37
* fuse-bridge log cleanupAnand V. Avati2009-04-281-486/+373
* dht logging cleanupAnand V. Avati2009-04-283-10/+14
* afr logging cleanupAnand V. Avati2009-04-284-52/+45
* log message cleanup in distributeAnand V. Avati2009-04-249-291/+242
* Cleaned up log messages in replicate.Vikas Gorur2009-04-2410-186/+179
* Cleaned up log messages in client-protocol.Vikas Gorur2009-04-242-88/+97
* Cleaned up log messages in mount/fuse.Vikas Gorur2009-04-241-120/+120
* Remove log level TRACE and the macro GF_TRACE.Vikas Gorur2009-04-241-1/+1
* rename transport-timeout to frame-timeout, and set default to 30mins2.0.0Anand V. Avati2009-04-242-16/+16
* Do not fail lookup() in case of split-brain.2.0.0rc9Vikas Gorur2009-04-231-6/+0