summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* configure.ac: print summary to stdoutAnand V. Avati2009-06-091-2/+0
* 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
* libglusterfsclient: Avoid dirent copies in readdir cbkShehjar Tikoo2009-06-082-7/+16
* libglusterfs: Add empty and NULL dirents list checksShehjar Tikoo2009-06-082-0/+12
* ib-verbs error log enhancementAmar Tumballi2009-06-031-3/+10
* 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
* libglusterfsclient: Increase readdir block sizeShehjar Tikoo2009-06-031-1/+1
* libglusterfsclient: Add dirent pre-fetching and cachingShehjar Tikoo2009-06-032-64/+215
* booster: attr_timeout: Read timeout from booster fstabShehjar Tikoo2009-06-031-0/+17
* libglusterfsclient: Simplify inode and stat cachingShehjar Tikoo2009-06-033-127/+94
* libglusterfsclient: Allocate right sized structureShehjar Tikoo2009-06-031-1/+1
* booster: Clean-up handling of log/fstab env variablesShehjar Tikoo2009-06-021-5/+14
* booster: Eliminate gluster context creation raceShehjar Tikoo2009-06-021-92/+133
* booster: Clear up env var usageShehjar Tikoo2009-06-021-1/+14
* bug fix in dht-diskusage when statvfs->f_blocks is 0Amar Tumballi2009-06-021-2/+3
* Remove absolute path for init scripts.Harshavardhana2009-05-291-1/+1
* socket: New option: Set receive and send buffer sizeShehjar Tikoo2009-05-292-3/+76
* Fix mismatch in size of used buffer to prevent an infinite loopPavan Sondur2009-05-291-1/+1
* 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
* add booster_fstab.h in noinst_HEADERS to fix build breakage after 'make dist'Anand Avati2009-05-261-0/+1
* Preserve atime/mtime during data self heal.Vikas Gorur2009-05-261-8/+51
* fix crash in __socket_reset. Previously iobuf_p was an allocated pointer, but...Anand Avati2009-05-221-2/+2
* THIS: use xlator_init() for initializing xlatorsAnand V. Avati2009-05-222-2/+2
* THIS: add xlator_init() API to set @THISAnand V. Avati2009-05-222-0/+18
* 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
* THIS: ib-verbs now uses xlator_notify for setting THISAnand V. Avati2009-05-221-4/+4
* THIS: socket now uses xlator_notify for setting THISAnand V. Avati2009-05-221-4/+4
* THIS: default_notify to use xlator_notify for THIS compatibilityAnand V. Avati2009-05-221-7/+4
* THIS: xlator_notify API to be used for propagating notifications with proper ...Anand V. Avati2009-05-222-0/+19
* THIS: set appropriately in call stub resumesAnand V. Avati2009-05-221-4/+11
* THIS: set appropriately in STACK_* macrosAnand V. Avati2009-05-221-4/+21
* globals: add globals.h/c THIS: macro to access thread specific current xlator...Anand V. Avati2009-05-224-4/+215
* Check for returns when apxs fails and disable mod_glusterfsHarshavardhana2009-05-211-4/+10
* mem-pool,io-threads: Destroy mem-pool on deallocationShehjar Tikoo2009-05-213-0/+17
* booster: Move fstab parsing into booster from libglusterfsShehjar Tikoo2009-05-206-436/+436
* add xlator debug/io-statsCsaba Henk2009-05-205-1/+1536
* add 'non-blocking-io' to the options array in sockets.Amar Tumballi2009-05-201-0/+3
* 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
* mem-pool: Restructure mem-pool behaviourShehjar Tikoo2009-05-192-31/+55