summaryrefslogtreecommitdiffstats
path: root/xlators
Commit message (Expand)AuthorAgeFilesLines
* trash_ftruncate fop addedAmar Tumballi2009-12-011-0/+357
* trash_truncate fop addedAmar Tumballi2009-12-011-2/+443
* trash_rename fop addedAmar Tumballi2009-12-011-0/+258
* trash_unlink fop addedAmar Tumballi2009-12-012-1/+337
* features/trash initial cleanup commitAmar Tumballi2009-12-013-610/+194
* cluster/afr: Don't do memcpy of afr_local_t in afr_local_copy.Vikas Gorur2009-12-013-20/+7
* cluster/afr: Set file size properly before unwinding from self-heal.Vikas Gorur2009-12-011-2/+5
* cluster/afr: Set the self-heal "source" as read subvolume even when not doing...Vikas Gorur2009-12-015-29/+117
* stat-prefetch: fix unsafe reference to @local in sp_lookup_cbkAnand Avati2009-12-011-1/+5
* performance/stat-prefetch: make lookup to wait for the completion of another ...Raghavendra G2009-12-011-14/+106
* performance/stat-prefetch: don't use same variable for getting inode context ...Raghavendra G2009-12-011-5/+5
* performance/stat-prefetch: fix errors in handling memory allocation failures ...Raghavendra G2009-12-011-3/+3
* fix leaks pointed out by cppcheck static analyzerCsaba Henk2009-11-303-3/+7
* cluster/afr: Preserve generation number along with inode in lookup and creati...Vikas Gorur2009-11-303-3/+26
* cluster/afr: Refactored lookup_cbk and introduce precedence of errors.Vikas Gorur2009-11-302-117/+303
* afr: fix crash in afr_sh_data_closeAnand Avati2009-11-291-0/+3
* protocol/server: enhance trace loggingAnand Avati2009-11-293-85/+206
* afr: handle fdctx->pre_op_done handlingAnand Avati2009-11-291-0/+1
* afr: fix logic to break out of diff/checksum loopAnand Avati2009-11-281-9/+5
* protocol/server: fix improper validation of fd in server_rchecksumAnand Avati2009-11-281-6/+0
* performance/quick-read: change the maximum value of max-file-size to 1000KB f...Raghavendra G2009-11-281-4/+4
* moved unify from 'cluster/unify' to 'legacy/cluster/unify'Amar Tumballi2009-11-281-1/+1
* performance/stat-prefetch: Changed rbthash to make use of 1 bucketVijay Bellur2009-11-262-16/+66
* protocol/server: Introduce option trace to log requests and replies in normal...Pavan Sondur2009-11-264-6/+176
* protocol/server: Get all fops to use the new 'resolve_and_resume' path in ser...Pavan Sondur2009-11-262-277/+299
* Changed rbthash_table_init() to take a mem-pool argument.Vijay Bellur2009-11-264-20/+66
* fixes in nufaAmar Tumballi2009-11-263-96/+92
* switch translator addedAmar Tumballi2009-11-263-1/+1059
* add an extra check for loc->parent when loc->ino is not 1Amar Tumballi2009-11-261-1/+1
* Fixed typo in gf_proc_dump for attribute_timeout.Harshavardhana Ranganath2009-11-261-1/+1
* don't allow stripe with just one subvolumeAmar Tumballi2009-11-261-1/+7
* protocol/server: Changed logging level of message on deep resolutionVijay Bellur2009-11-261-1/+1
* changed the log level of failure case in client_setvolume_cbkAmar Tumballi2009-11-261-1/+1
* Added boundaries for each fops, mops and cbks.Harshavardhana Ranganath2009-11-261-6/+7
* cluster/afr: Include "common-utils.h" instead of alloca.hVikas Gorur2009-11-261-1/+1
* protocol/client: Make log message print both generation number and inode number.Vikas Gorur2009-11-251-4/+6
* cluster/afr: Do self-heal on unopened fds.Vikas Gorur2009-11-256-26/+232
* performance/stat-prefetch: Add refcounting to cache objectsRaghavendra G2009-11-241-6/+88
* performance/stat-prefetch: remove lock member in sp_fd_ctx_t.Raghavendra G2009-11-242-36/+22
* performance/stat-prefetch: don't free the cache in readdir if the offset is n...Raghavendra G2009-11-241-5/+2
* cluster/afr: Refactored the self-heal interface.Vikas Gorur2009-11-249-167/+141
* cluster/afr: Do self-heal on reopened fds.Vikas Gorur2009-11-2410-229/+699
* cluster/afr: Provide a post-post_op hook in the transaction.Vikas Gorur2009-11-242-6/+23
* cluster/afr: Refactored the data self-heal algorithm.Vikas Gorur2009-11-242-143/+248
* cluster/afr: Hold blocking locks for data self-heal.Vikas Gorur2009-11-244-35/+62
* cluster/afr: Set read-child = source regardless of foreground/background self...Vikas Gorur2009-11-241-1/+2
* cluster/afr: Fix inode context bitmasks.Vikas Gorur2009-11-244-17/+11
* cluster/afr: Fix double-free in opendir self-heal callback.Vikas Gorur2009-11-241-1/+4
* performance/quick-read: use STACK_UNWIND_STRICT for unwinding.Raghavendra G2009-11-241-40/+49
* performance/write-behind: use STACK_UNWIND_STRICT for unwinding.Raghavendra G2009-11-241-2/+2