summaryrefslogtreecommitdiffstats
path: root/xlators/cluster/afr/src/afr-transaction.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* cluster/afr: Give option to do consistent-ioPranith Kumar K2016-08-221-0/+6
* cluster/afr: Prevent split-brain when bricks are brought off and on in cyclic...Krutika Dhananjay2016-08-221-0/+7
* cluster/afr: Bug fixes in txn codepathKrutika Dhananjay2016-08-151-2/+2
* afr: Consider ENOSPC and EDQUOT as symmetric errorsRavishankar N2016-06-121-5/+1
* core, shard: Make shards inherit main file's O_DIRECT flag if presentKrutika Dhananjay2016-06-071-1/+2
* cluster/afr: Unwind with xdata in inode-write fopsPranith Kumar K2016-06-011-1/+2
* cluster/afr: Unwind xdata_rsp even in case of failuresPranith Kumar K2016-05-301-0/+71
* cluster/afr: Fix warning about unused variablePranith Kumar K2016-05-291-1/+0
* cluster/afr: Refresh inode for inode-write fops in needPranith Kumar K2016-05-191-24/+71
* cluster/afr: If possible give errno received from lower xlatorsPranith Kumar K2016-05-181-1/+3
* cluster/afr : Do post-op in case of symmetric errorsAnuradha Talur2016-05-131-2/+6
* cluster/afr: Don't let NFS cache stat after writesPranith Kumar K2016-05-041-2/+44
* afr/index: changes for granular entry self-healRavishankar N2016-04-301-9/+84
* arbiter: write performance improvementRavishankar N2016-04-111-4/+12
* all: fixes for clang compile warningsKaleb S KEITHLEY2016-02-151-1/+1
* afr: wind writes only on subvols where preop succeededRavishankar N2015-10-261-2/+4
* afr: do not wind write if pre-op fails on all childrenRavishankar N2015-10-201-1/+5
* afr: Unset dirty xattr after setting pending xattr during post-opRavishankar N2015-09-021-13/+13
* afr: modify afr_txn_nothing_failed()Ravishankar N2015-08-251-12/+3
* afr: Porting messages to new logging frameworkarao2015-06-271-19/+29
* afr: Block fops when file is in split-brainRavishankar N2015-06-261-0/+7
* afr: add arbitration supportRavishankar N2015-05-051-31/+152