summaryrefslogtreecommitdiffstats
path: root/xlators/cluster/afr/src/afr-transaction.c
Commit message (Expand)AuthorAgeFilesLines
* cluster/afr : TA: Return actual error code in case of failureAshish Pandey2019-03-141-6/+6
* afr: mark changelog_fsync as internalSoumya Koduri2019-03-051-1/+3
* cluster/thin-arbiter: Consider thin-arbiter before marking new entry changelogAshish Pandey2019-02-011-19/+75
* cluster/afr: Refactor internal locking code to allow multiple inodelksPranith Kumar K2018-12-281-74/+96
* cluster/afr: Allow lookup on root if it is from ADD_REPLICA_MOUNTkarthik-us2018-12-181-5/+8
* AFR xlator: use dict_{setn|getn|deln|get_int32n|set_int32n|set_strn}Yaniv Kaul2018-12-171-3/+6
* libglusterfs: Move devel headers under glusterfs directoryShyamsundarR2018-12-051-4/+4
* afr: thin-arbiter 2 domain locking and in-memory stateRavishankar N2018-10-251-24/+461
* cluster/afr: Make data eager-lock decision based on number of locksPranith Kumar K2018-09-211-6/+17
* cluster/afr: Batch writes in same lock even when multiple fds are openPranith Kumar K2018-09-191-9/+2
* Land part 2 of clang-format changesGluster Ant2018-09-121-1984/+1903
* afr: common thin-arbiter functionsRavishankar N2018-08-231-4/+10
* afr: switch lk_owner only when pre-op succeedsRavishankar N2018-07-181-10/+10
* cluster/afr: Mark dirty for entry transactions for quorum failureskarthik-us2018-07-161-11/+51
* cluster/afr: Make sure lk-owner is assigned at the time of lockPranith Kumar K2018-07-041-2/+1
* afr: don't update readables if inode refresh failed on all childrenRavishankar N2018-06-181-1/+6
* afr: fix bug-1363721.t failureRavishankar N2018-05-211-0/+38
* afr: initial changes for thin arbiterRavishankar N2018-04-301-0/+107
* afr: fixes to afr-eager lockingRavishankar N2018-04-181-0/+2
* afr: add quorum checks in pre-opRavishankar N2018-04-051-33/+31
* cluster/afr: Make AFR eager-locking similar to ECPranith Kumar K2018-03-141-397/+516
* cluster/afr: Remove unused code pathsPranith Kumar K2018-03-061-122/+15
* cluster/afr: Remove compound-fops usage in afrPranith Kumar K2018-03-061-329/+4
* cluster/afr: Fix dict-leak in pre-opPranith Kumar K2018-02-281-10/+10
* afr: capture the correct errno in post-op quorum checkRavishankar N2018-01-311-8/+8
* afr: add quorum checks in post-opRavishankar N2018-01-191-0/+29
* cluster/afr: Adding option to take full file lockkarthik-us2018-01-191-1/+1
* cluster/afr: Fixing the flaws in arbiter becoming source patchkarthik-us2018-01-131-20/+25
* afr: coverity fixesRavishankar N2017-11-241-2/+0
* cluster/afr: Fix for arbiter becoming sourcekarthik-us2017-11-181-0/+4
* cluster/afr: Fail open on split-brainPranith Kumar K2017-10-261-42/+1
* afr: propagate correct errno for fop failures in arbiterRavishankar N2017-05-151-11/+12
* afr: don't do a post-op on a brick if op failedRavishankar N2017-04-181-6/+15
* cluster/afr: Do not log of split-brain when there isn't oneKrutika Dhananjay2017-01-111-6/+1
* cluster/afr: Fix missing name indices due to EEXIST errorKrutika Dhananjay2016-12-271-0/+10
* cluster/afr: Fix per-txn optimistic changelog initialisationKrutika Dhananjay2016-12-121-24/+69
* cluster/afr: Serialize conflicting locks on all subvolsPranith Kumar K2016-12-061-1/+3
* afr: fix bug in passing child index in afr_inode_write_fillRavishankar N2016-12-061-4/+3
* afr, client: More mem-leak fixes in COMPOUND fop cbkKrutika Dhananjay2016-12-041-4/+21
* afr: fix auto-quorumJeff Darcy2016-11-281-10/+29
* afr: Fix the EIO that can occur in afr_inode_refresh as a resultPoornima G2016-11-281-1/+3
* afr: allow I/O when favorite-child-policy is enabledRavishankar N2016-11-271-8/+1
* cluster/afr: Fix bugs in [f]inodelk/[f]entrylkPranith Kumar K2016-11-261-8/+0
* cluster/afr: Fix deadlock due to compound fopsKrutika Dhananjay2016-11-261-14/+8
* cluster/afr: Handle rpc errors, xdr failures etc with proper NULL checksKrutika Dhananjay2016-11-241-6/+17
* cluster/afr: When failing fop due to lack of quorum, also log error stringKrutika Dhananjay2016-11-091-11/+12
* afr: Take full locks in arbiter only for data transactionsRavishankar N2016-10-141-1/+2
* xlators/afr: fix unused variable warnings/errorsKaleb S. KEITHLEY2016-09-151-2/+0
* xlators/afr: fix unused variable warnings/errorsKaleb S. KEITHLEY2016-09-131-5/+0
* afr: Consume compound fops in afr transactionAnuradha Talur2016-09-011-30/+361