summaryrefslogtreecommitdiffstats
path: root/xlators
Commit message (Expand)AuthorAgeFilesLines
* Filter out changelog xattrs in replicate.Vikas Gorur2009-06-111-1/+64
* io-threads: Fix missed notification in sem_timedwaitShehjar Tikoo2009-06-112-5/+4
* read-ahead: handle memory allocation failuresRaghavendra G2009-06-113-17/+111
* read-ahead: return with error code EBADF for fops on fds without file set in ...Raghavendra G2009-06-111-11/+45
* read-ahead: unwind with a return value of -1 and error code of ENOMEM on memo...Raghavendra G2009-06-111-0/+4
* removed unused option 'page-size' in io-cacheAmar Tumballi2009-06-091-5/+0
* Print PID after daemonizing glusterfs.Vikas Gorur2009-06-091-6/+10
* server-helpers: cleanup connection only if there are no active transports.Raghavendra G2009-06-083-129/+194
* Fix crash in afr data self heal. Bugzilla ID: 3Vikas Gorur2009-06-081-0/+2
* io-cache: prevent frames from getting woken up while page is getting validatedAnand Avati2009-06-031-1/+1
* unify getdents count reduced to 512 (from 1024)Amar Tumballi2009-06-031-1/+1
* bug fix in dht-diskusage when statvfs->f_blocks is 0Amar Tumballi2009-06-021-2/+3
* Do itransform in AFR readdir.Vikas Gorur2009-05-261-3/+10
* Always do itransform of the inode number from the first up child.Vikas Gorur2009-05-261-8/+17
* Preserve atime/mtime during data self heal.Vikas Gorur2009-05-261-8/+51
* THIS: bootstrap @THIS in fuse threadAnand V. Avati2009-05-221-0/+2
* THIS: unify now uses xlator_notify for setting THISAnand V. Avati2009-05-221-1/+1
* THIS: protocol/client now uses xlator_notify for setting THISAnand V. Avati2009-05-221-12/+9
* mem-pool,io-threads: Destroy mem-pool on deallocationShehjar Tikoo2009-05-211-0/+1
* 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