summaryrefslogtreecommitdiffstats
path: root/xlators
Commit message (Expand)AuthorAgeFilesLines
* 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-231-5/+51
* Implemented inodelks with support for domains.Pavan Vilas Sondur2009-09-236-75/+644
* Implemented entry locks and support for domains.Pavan Vilas Sondur2009-09-236-26/+681
* Removed internal.c and old domain definition in locks.Pavan Vilas Sondur2009-09-233-906/+7
* mount.glusterfs had a problem understanding when "volfile" was given as one o...Harshavardhana Ranganath2009-09-231-5/+6
* 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-43/+39
* performance/write-behind: reduce usage of iov_length.Raghavendra G2009-09-231-47/+27
* cluster/afr: Add new option "data-self-heal-algorithm"Vikas Gorur2009-09-225-3/+36
* cluster/afr: Add the "diff" self-heal algorithm.Vikas Gorur2009-09-223-2/+362
* cluster/afr: Make the self-heal algorithm pluggable.Vikas Gorur2009-09-225-168/+287
* cluster/afr: Open source and sinks in read/write mode during self-heal.Vikas Gorur2009-09-221-2/+2
* 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
* 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
* 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-221-1/+1
* 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-163-13/+70
* Changed prototype for inode_table_dump() and inode_dump().Vijay Bellur2009-09-163-3/+53
* 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
* 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
* 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
* protocol/server: server_stub_resume should check for failure of lookup when o...Raghavendra G2009-09-131-1/+2
* mount/fuse: Set d_type in readdir_cbk using the stat buf for the entry.Vikas Gorur2009-09-091-1/+32
* cluster/afr: Check op_ret in afr_getxattr_cbk before accessing dictVikas Gorur2009-09-081-1/+2
* cluster/afr: Do not try to self-heal "/"Vikas Gorur2009-09-081-8/+16
* performance/write-behind: hold locks when accessing members of wb_file.Raghavendra G2009-09-081-25/+99
* performance/write-behind: communicate back the errors in writes to servers, i...Raghavendra G2009-09-081-1/+12
* performance/quick-read: if open fails during cache validation, don't continue...Raghavendra G2009-09-082-2/+24
* performance/quick-read: Fix access of freed memory in qr_open_cbk.Raghavendra G2009-09-081-1/+9