summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* mem-pool: Fix #define spellingShehjar Tikoo2009-05-191-3/+3
* mem-pool: Remove hard coded value for pad boundaryShehjar Tikoo2009-05-191-1/+1
* mem-pool: Fix memory leak in mem-pool init phaseShehjar Tikoo2009-05-191-1/+3
* booster: Fall back to remaining real_* functorsShehjar Tikoo2009-05-191-13/+36
* booster: Dont de-init fd tables on VMP-init failureShehjar Tikoo2009-05-191-17/+5
* booster: Do not read info for non-glusterfs mount pointsShehjar Tikoo2009-05-191-0/+3
* Appropriate changes to statvfs struct for Solaris host.Harshavardhana Ranganath2009-05-191-0/+13
* libglusterfsclient: Comply with EEXIST rule on renameShehjar Tikoo2009-05-181-8/+0
* libglusterfsclient: __do_path_resolve: Fix pathname resolution bugShehjar Tikoo2009-05-181-1/+1
* libglusterfsclient: Wipe loc->ino in libgf_client_loc_wipeShehjar Tikoo2009-05-181-0/+1
* booster: Add telldir APIShehjar Tikoo2009-05-182-0/+38
* booster: Add seekdir APIShehjar Tikoo2009-05-182-0/+36
* booster: Add rewinddir APIShehjar Tikoo2009-05-182-0/+37
* libglusterfsclient: Refine readdir entry parsing logicShehjar Tikoo2009-05-181-25/+19
* libglusterfsclient: Add telldir APIShehjar Tikoo2009-05-182-0/+35
* libglusterfsclient: Add seekdir APIShehjar Tikoo2009-05-182-0/+32
* libglusterfsclient: Add rewinddir APIShehjar Tikoo2009-05-182-1/+33
* libglusterfsclient: Revert and re-do readdir conformanceShehjar Tikoo2009-05-182-61/+29
* booster: Supplement fstab option parsingShehjar Tikoo2009-05-181-6/+14
* workaround for not including sys/cdefs.h -- including sys/cdefs.h breaks buil...Anand V. Avati2009-05-181-1/+16
* 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
* dict.c: make dict_serialized_length and dict_serialize to hold locks.Raghavendra G2009-05-161-120/+10
* dict.c: Add dict_allocate_and_serializeRaghavendra G2009-05-162-0/+230
* make getxattr fail with ERANGE if reply is bigger than what was requestedCsaba Henk2009-05-161-31/+25
* apache/2.2/mod_glusterfs: port to use new glusterfs_readdir interface.Raghavendra G2009-05-161-5/+5
* avoid duplicate mounts while using mount.glusterfsAmar Tumballi2009-05-161-1/+1
* modified init scripts to honour @prefix@Harshavardhana2009-05-164-3/+12
* Edited log message for --volfile-checkVikas Gorur2009-05-161-1/+1
* minor log enhancement in 'ib-verbs' transport.Amar Tumballi2009-05-161-0/+5
* replace BIG_FUSE_CHANNEL_SIZE with 'this->ctx->page_size'Amar Tumballi2009-05-161-9/+9
* default log file different per mount (or if server, per volumefile)Amar Tumballi2009-05-161-8/+54
* 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
* scheduler-nufa: fix initialization of refresh-intervalRaghavendra G2009-05-081-8/+10
* Set op_errno properly in afr_flush.Vikas Gorur2009-05-081-0/+1