summaryrefslogtreecommitdiffstats
path: root/xlators/cluster/afr/src
Commit message (Expand)AuthorAgeFilesLines
* cluster/afr: Fix endian conversion for fxattropPranith Kumar K2011-08-181-1/+1
* Change Copyright current yearPranith Kumar K2011-08-1026-26/+26
* LICENSE: s/GNU Affero General Public/GNU General Public/v3.1.6qa6Pranith Kumar K2011-08-0626-78/+78
* cluster/afr: previous read_child should take precedence over priv->read_childPranith K2011-07-172-2/+10
* cluster/afr: save xattr of all the children in lookup_cbkPranith K2011-07-171-2/+2
* afr: changes in volume_options to assist volume setKaushik BV2011-07-171-4/+40
* cluster/afr: set frame local before access windPranith K2011-07-011-0/+2
* cluster/afr: fix the range of the lock taken in [f]truncatePranith K2011-07-011-4/+4
* pump: mark pending before notify to children to avoid race in single CPU.Krishnan P2011-06-221-2/+2
* afr: bg self-heal must be off if self-heal-count=0.Krishnan P2011-06-221-3/+3
* loc_t: add 'gfid' and 'pargfid' fieldsAmar Tumballi2011-06-144-0/+26
* pump: cleanup potential dict related memory corruption.v3.1.5qa2Krishnan Parthasarathi2011-06-104-39/+101
* cluster/afr: propagate proper errno returned by lock fopsAnand Avati2011-06-101-4/+0
* cluster/afr: Give proper device id for mknodPranith Kumar K2011-06-091-1/+2
* cluster/afr: lookup should set the read-child based on pending xattrsPranith Kumar K2011-06-093-34/+100
* cluster/afr: Read-dir should wind to the read-child firstPranith Kumar K2011-06-091-44/+53
* cluster/afr: Log errors in afr self-heal with GF_LOG_ERRORPranith Kumar K2011-06-096-43/+57
* cluster/afr: declare favorite_child as int instead of unsigned intRaghavendra Bhat2011-05-312-2/+2
* send the proper device id to posix while self healing device special file entryRaghavendra Bhat2011-05-311-9/+14
* pump: init last_event array to be used in afr_notifyPranith Kumar K2011-05-311-0/+7
* cluster/afr: Send Non-blocking lock in non-blocking entrylkPranith Kumar K2011-05-311-1/+1
* pump: Detect 'empty' brick and finish migration.Krishnan Parthasarathi2011-05-311-0/+8
* cluster/afr: Send the first child up/down after all its children notifyPranith Kumar K2011-05-313-55/+113
* cluster/afr: Avoid null dereferencePranith Kumar K2011-04-141-0/+3
* cluster/afr: skip openfd flush when the file is already deletedPranith K2011-04-112-6/+19
* afr-entry-self-heal: fixes to detected renames (gfid based)Anand Avati2011-04-112-15/+39
* cluster/afr: Re-factoring code for alignmentVijay Bellur2011-02-281-62/+62
* cluster/afr: Whitespace cleanupVijay Bellur2011-02-282-124/+126
* core: have framework for GF_EVENT_CHILD_MODIFIED notifcation eventAnand Avati2011-02-221-0/+4
* Solaris build fixesshishir gowda2011-02-221-1/+1
* replicate: set read-child to the subvolume which replied first (fastest)Anand Avati2011-02-221-20/+0
* cluster/afr: stop spawning self-heal loops when the self-heal failsPranith K2011-02-171-12/+24
* cluster/afr: Perform self-heal as rootPranith K2011-02-082-1/+4
* cluster/afr: fix races in self-healPranith K2011-02-041-119/+125
* adding libxlator, to ensure proper client side aggregation of marks by cluste...Kaushik BV2011-01-273-6/+85
* cluster/replicate: update st_nlink count of stat sent to application after co...Raghavendra G2011-01-071-3/+18
* afr_lookup_done: Propogate the same inode number as sent in first lookupshishir gowda2010-12-291-7/+7
* change the log level from warning to debug while getting pending matrixRaghavendra Bhat2010-12-271-1/+1
* Add volume key to select data-self-heal-algorithmHarshavardhana2010-12-271-11/+55
* cluster/replicate: fix warnings due to format string mismatches during invoca...Raghavendra G2010-12-143-21/+30
* set the return value to -1 intitially which may be returned as success in val...Raghavendra Bhat2010-12-121-1/+1
* check the return value after setting the fd context in afrRaghavendra Bhat2010-12-121-2/+2
* check the return value properly after calling inode_pathRaghavendra Bhat2010-12-121-1/+1
* replicate: propagate CHILD_DOWN upwards properlyAnand Avati2010-12-082-4/+12
* error out if the data-self-heal-window-size is less than 1Raghavendra Bhat2010-11-181-2/+2
* cluster/pump: send PARENT_UP to dst_child after init is successfulAmar Tumballi2010-11-181-0/+6
* cluster/replicate: Fix memory leak in afr_fd_ctx_cleanup.Raghavendra G2010-11-151-0/+3
* cluster/pump: Reset saved path upon pump completionVijay Bellur2010-11-141-0/+2
* replicate: optimistic changelogAnand Avati2010-11-093-13/+101
* replicate: attempt re-open of files before performing openfd selfhealAnand Avati2010-10-271-7/+176