summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* volgen script failed initial tests due to wrong fd definitionv2.0.7Harshavardhana Ranganath2009-10-011-2/+2
* cluster/afr: dir-write: Fix inode number handling.Vikas Gorur2009-09-282-24/+41
* libglusterfsclient: don't destroy the iobuf pool during fini.Raghavendra G2009-09-281-1/+1
* libglusterfsclient: traverse the vmplist during fini only if any entries are ...Raghavendra G2009-09-281-5/+8
* glusterfs volume generatorAmar Tumballi2009-09-282-1/+402
* write-behind: check for NULL file pointer in flush callbackAnand Avati2009-09-241-1/+2
* performance/write-behind: Add NULL checks for file pointer.Raghavendra G2009-09-241-83/+104
* glusterfsd/main: Do a sem_post only if running in daemon mode.Vikas Gorur2009-09-241-2/+2
* booster: Cleanup booster_cleanup and register for atexitShehjar Tikoo2009-09-241-20/+10
* libglusterfsclient: Support TRACE loglevelShehjar Tikoo2009-09-241-1/+4
* libglusterfsclient: Wait for all call pools to be destroyedShehjar Tikoo2009-09-241-0/+34
* libglusterfsclient: Clean up fini and umount code pathsShehjar Tikoo2009-09-241-19/+5
* iobuf, logging: Expose existing functions as requiredShehjar Tikoo2009-09-242-0/+2
* libglusterfsclient: Reduce logging aggressiveness to TRACEShehjar Tikoo2009-09-241-18/+18
* booster: Reduce logging aggressiveness to TRACEShehjar Tikoo2009-09-242-159/+159
* libglusterfsclient: Re-validate root inode on every path resolutionShehjar Tikoo2009-09-242-0/+24
* performance/write-behind: Add a NULL check for request->stub before checking ...Raghavendra G2009-09-241-1/+2
* fuse: emit a flush from release if we didn't get an adjacent FLUSH message fr...Csaba Henk2009-09-233-5/+52
* Changes for custom daemon function.vinayak hegde2009-09-231-5/+104
* performance/write-behind: store currently aggregated data size in wb_fileRaghavendra G2009-09-231-27/+30
* performance/write-behind: store the current window size in wb_file.Raghavendra G2009-09-231-44/+40
* performance/write-behind: reduce usage of iov_length.Raghavendra G2009-09-231-47/+27
* booster: implement F_DUPFD command in fcntl.Raghavendra G2009-09-221-0/+2
* performance/write-behind: add option "enable-trickling-writes".Raghavendra G2009-09-221-22/+41
* performance/write-behind: reduce traversal of request list during wb_mark_winds.Raghavendra G2009-09-221-35/+28
* performance/write-behind: reduce list-traversal during wb_mark_unwindsRaghavendra G2009-09-221-13/+19
* performance/write-behind: remove redundant traversal of write-requests in the...Raghavendra G2009-09-221-3/+5
* performance/write-behind: Aggregate adjacent contiguous write-buffers into si...Raghavendra G2009-09-221-1/+77
* performance/write-behind: fine-tune logic of wb_mark_windsRaghavendra G2009-09-221-65/+14
* libglusterfsclient: Fix build warningsShehjar Tikoo2009-09-221-18/+20
* booster: Fix build warningsShehjar Tikoo2009-09-221-14/+15
* performance/quick-read: refine logic of qr_readv.Raghavendra G2009-09-221-3/+14
* performance/quick-read: optimizations to lookupRaghavendra G2009-09-221-24/+49
* performance/quick-read: make a comment more explicit.Raghavendra G2009-09-221-2/+2
* performance/quick-read: checking for qr_file in inode-context and creating if...Raghavendra G2009-09-221-30/+45
* performance/quick-read: refine the logic in qr_lookup.Raghavendra G2009-09-221-40/+54
* protocol/client: access glusterfs context from the ctx member of xlator objectRaghavendra G2009-09-222-1/+8
* performance/write-behind: check for the presence of context only in fds not o...Raghavendra G2009-09-221-6/+12
* client-protocol: fix race-condition encountered while accessing fdctxRaghavendra G2009-09-221-47/+218
* performance/quick-read: access glusterfs_ctx from xlator instead of using glu...Raghavendra G2009-09-172-2/+1
* io-cache: fix table->max_pri to 1 as the lowest priorityAnand Avati2009-09-161-1/+2
* booster: use __REDIRECT macro to prevent creat being renamed to creat64.Raghavendra G2009-09-151-1/+4
* libglusterfsclient: NULL terminate the vmp entry during vmp_entry_init.Raghavendra G2009-09-151-2/+5
* booster: use appropriate conversion specifier during logging in close.Raghavendra G2009-09-151-1/+1
* 2.0.6 patch for io-cache pattern-matched non-cachingStephan von Krawczynski2009-09-151-5/+23
* storage/posix: transform inode number in stat structureRaghavendra G2009-09-151-153/+489
* extras: Add LD_PRELOAD test toolShehjar Tikoo2009-09-155-0/+1089
* transport/ib-verbs: initialize fini member of new-transports created during a...Raghavendra G2009-09-141-0/+2
* backporting quick read to 2.0Raghavendra G2009-09-146-1/+2363
* backport stat-prefetch from 2.1Raghavendra G2009-09-136-385/+1774