summaryrefslogtreecommitdiffstats
path: root/xlators
Commit message (Expand)AuthorAgeFilesLines
* distribute: NFS-friendly logic changesShehjar Tikoo2009-10-014-101/+320
* ha: Handle memory allocation failuresShehjar Tikoo2009-10-012-15/+618
* ha: NFS-friendly logic changesShehjar Tikoo2009-10-012-22/+46
* symlink-cache: NFS-friendly logic changesShehjar Tikoo2009-10-011-4/+12
* io-threads: NFS-friendly logic changesShehjar Tikoo2009-10-011-25/+31
* read-ahead: NFS-friendly logic changesShehjar Tikoo2009-10-011-4/+16
* write-behind: NFS-friendly logic changesShehjar Tikoo2009-10-011-112/+172
* filter: NFS-friendly logic changesShehjar Tikoo2009-10-011-27/+84
* stripe: NFS-friendly logic changesShehjar Tikoo2009-10-012-199/+361
* error-gen: NFS-friendly logic changesShehjar Tikoo2009-10-011-21/+37
* locks: NFS-friendly logic changesShehjar Tikoo2009-10-012-6/+9
* io-stats: NFS-friendly logic changesShehjar Tikoo2009-10-011-10/+18
* trace: NFs-friendly logic changesShehjar Tikoo2009-10-011-109/+335
* client: NFS-friendly logic changesShehjar Tikoo2009-10-011-22/+93
* server: NFS-friendly logic changesShehjar Tikoo2009-10-011-1/+19
* posix: NFS-friendly logic changesShehjar Tikoo2009-10-012-26/+394
* unify: NFS-friendly logic changesShehjar Tikoo2009-10-013-112/+140
* Global: NFS-friendly prototype changesShehjar Tikoo2009-10-0140-506/+1689
* Global: Introduce setattr and fsetattr fopsShehjar Tikoo2009-10-0133-5092/+2179
* Changes to use this->name while using logging instead of explicitly mentionin...Pavan Sondur2009-10-015-20/+20
* Check if path is valid after call to inode_path before accessing it.Pavan Sondur2009-10-011-4/+8
* cluster/afr: dir-write: Fix inode number handling.Vikas Gorur2009-09-282-24/+41
* cluster/afr: Fix memory leak in "diff" self-heal algorithm.Vikas Gorur2009-09-241-0/+30
* 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