summaryrefslogtreecommitdiffstats
path: root/xlators/cluster/afr/src/afr-common.c
Commit message (Expand)AuthorAgeFilesLines
* pump: cleanup potential dict related memory corruption.v3.1.5qa2Krishnan Parthasarathi2011-06-101-2/+12
* cluster/afr: lookup should set the read-child based on pending xattrsPranith Kumar K2011-06-091-22/+76
* cluster/afr: declare favorite_child as int instead of unsigned intRaghavendra Bhat2011-05-311-1/+1
* cluster/afr: Send the first child up/down after all its children notifyPranith Kumar K2011-05-311-55/+105
* core: have framework for GF_EVENT_CHILD_MODIFIED notifcation eventAnand Avati2011-02-221-0/+4
* replicate: set read-child to the subvolume which replied first (fastest)Anand Avati2011-02-221-20/+0
* afr_lookup_done: Propogate the same inode number as sent in first lookupshishir gowda2010-12-291-7/+7
* set the return value to -1 intitially which may be returned as success in val...Raghavendra Bhat2010-12-121-1/+1
* replicate: propagate CHILD_DOWN upwards properlyAnand Avati2010-12-081-4/+5
* cluster/replicate: Fix memory leak in afr_fd_ctx_cleanup.Raghavendra G2010-11-151-0/+3
* Change assert to GF_ASSERTVijay Bellur2010-10-121-2/+2
* Copyright changesVijay Bellur2010-10-111-1/+1
* lock recovery: temporarily disable lock healingAnand Avati2010-10-071-4/+5
* Change GNU GPL to GNU AGPLPranith K2010-10-041-3/+3
* cluster/pump: mgmt/glusterd: Misc fixes for replace-brickPavan Sondur2010-10-041-0/+3
* Changes to replace flock with gf_flock across GlusterFS.Pavan Sondur2010-10-011-5/+5
* cluster/afr: Recover locks on child_up from source to sink.Pavan Sondur2010-10-011-0/+18
* protocol/client: cluster/afr: Support lock recovery and self heal.Pavan Sondur2010-09-301-3/+28
* replicate: remove checks which prevented self-heal when open fds were presentAnand Avati2010-09-291-15/+1
* replicate: keep read_child in inode ctx as up-to-date as possibleAnand Avati2010-09-291-3/+0
* replicate: replace first-write-to-flush optimizationAnand V. Avati2010-09-291-114/+28
* whitespace cleanupAnand V. Avati2010-09-291-957/+957
* mgmt/glusterd: Misc fixes to pump / cli / glusterd wrt replace brick.v3.1.0qa30v3.1.0betaPavan Sondur2010-09-231-1/+1
* remove 'gen' from iatt/protocol structuresAmar Tumballi2010-09-141-3/+0
* cluster/afr: Various self heal fixes wrt gfid.Pavan Sondur2010-09-071-0/+14
* gfid: changes in symlink() prototype to have params dictionary with uuid in itAnand Avati2010-09-041-0/+5
* gfid: changes in mkdir() prototype to have params dictionary with uuid in itAnand Avati2010-09-041-0/+5
* gfid: changes in mknod() prototype to have params dictionary with uuid in itAnand Avati2010-09-041-0/+5
* gfid: change in create() prototype to have params dictionary with uuid in itAnand Avati2010-09-041-0/+2
* gfid: changes in inode managementAnand Avati2010-09-041-2/+0
* cluster/afr: Break STACK_WIND loop when the call count is reached.Pavan Sondur2010-08-311-1/+12
* cluster/afr: Clean up dead assignments.Sachidananda2010-08-241-14/+21
* cluster/afr: Use 2 phase locking for transactions and self heal.Pavan Sondur2010-08-221-26/+13
* cluster/afr: Return correct flock structures correctly in lk fopsPranith Kumar K2010-08-171-8/+10
* cluster/afr: Remove dead pump code in afr_lookupPavan Sondur2010-08-121-8/+0
* add pump xlator and changes for replace-brickPavan Sondur2010-08-061-0/+2642