summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* protocol/server: Implement rchecksum.Vikas Gorur2009-09-221-1/+80
* protocol/client: Implement rchecksum.Vikas Gorur2009-09-221-0/+71
* storage/posix: Implement rchecksum.Vikas Gorur2009-09-221-0/+66
* libglusterfs: Add RCHECKSUM fop.Vikas Gorur2009-09-229-2/+204
* libglusterfs: Add checksum functions.Vikas Gorur2009-09-225-2/+495
* 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
* storage/posix: Update nr_files after system call succeeds.Vikas Gorur2009-09-221-12/+12
* 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-171-1/+1
* Add iot_fxattrop to io-threadsPavan Sondur2009-09-171-0/+1
* Dumop inodectx addedVijay Bellur2009-09-165-13/+88
* Changed prototype for inode_table_dump() and inode_dump().Vijay Bellur2009-09-165-20/+76
* protocol/client: Support for dumpop priv.Vijay Bellur2009-09-161-0/+56
* mount/fuse: Support for dumpop priv.Vijay Bellur2009-09-161-0/+47
* cluster/dht: Support for dumpop priv.Vijay Bellur2009-09-161-0/+134
* libglusterfs:Acquire lock before accessing fdtable contents during statedump.Vijay Bellur2009-09-161-8/+16
* glusterfsd: Removing conditional compilation for SIGUSR1 handler.Vijay Bellur2009-09-161-2/+0
* io-cache: fix table->max_pri to 1 as the lowest priorityAnand Avati2009-09-161-1/+2
* cluster/stripe, when dbench is run, client crashes because in stripe.c priv i...Vinayak Hegde2009-09-161-1/+4
* 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-133/+446
* 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
* libglusterfsclient: Wait for time ample enough for all the children of distri...Raghavendra G2009-09-131-0/+11
* protocol/server: server_stub_resume should check for failure of lookup when o...Raghavendra G2009-09-131-1/+2
* booster: Fix fd_t leak in pread64Shehjar Tikoo2009-09-091-0/+1
* libglusterfsclient: Fix incorrect NULL check for fdShehjar Tikoo2009-09-091-1/+1
* libglusterfsclient: Handle CALLOC failure in libgf_client_lookupShehjar Tikoo2009-09-091-0/+7
* libglusterfsclient: Handle CALLOC failure in libgf_init_vmpentryShehjar Tikoo2009-09-091-0/+18
* libglusterfsclient: Add inode_ctx NULL check during iattr cache validationShehjar Tikoo2009-09-091-0/+6
* libglusterfsclient: Enhance loggingShehjar Tikoo2009-09-091-43/+318
* booster: Enhance booster loggingShehjar Tikoo2009-09-093-71/+547