summaryrefslogtreecommitdiffstats
path: root/xlators/cluster/afr/src
Commit message (Expand)AuthorAgeFilesLines
...
* afr: fix auto-quorumJeff Darcy2016-11-283-49/+31
* afr: Fix the EIO that can occur in afr_inode_refresh as a resultPoornima G2016-11-284-18/+84
* afr: allow I/O when favorite-child-policy is enabledRavishankar N2016-11-278-61/+387
* cluster/afr: Fix bugs in [f]inodelk/[f]entrylkPranith Kumar K2016-11-265-336/+381
* 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
* afr,dht,ec: Replace GF_EVENT_CHILD_MODIFIED with event SOME_DESCENDENT_DOWN/UPPoornima G2016-11-211-22/+16
* events: Add FMT_WARN for gf_eventPranith Kumar K2016-11-181-1/+4
* cluster/afr: When failing fop due to lack of quorum, also log error stringKrutika Dhananjay2016-11-091-11/+12
* features/shard: Fill loc.pargfid too for named lookups on individual shardsKrutika Dhananjay2016-11-081-2/+4
* afr,ec: Heal device files with correct major, minor numbersPranith Kumar K2016-10-261-1/+2
* md-cache, afr: Reduce the window of stale readPoornima G2016-10-202-2/+40
* cluster/afr: Prevent dict_set() on NULL dictPranith Kumar K2016-10-151-1/+2
* afr: Take full locks in arbiter only for data transactionsRavishankar N2016-10-141-1/+2
* cluster/ec: Implement heal info with lockAshish Pandey2016-10-111-18/+9
* afr: fix incorrect debug log in selfheal pathRavishankar N2016-10-041-2/+2
* afr: Implement IPC fopPoornima G2016-09-292-0/+121
* afr: Ignore gluster internal (virtual) xattrs in metadata heal checkRavishankar N2016-09-261-6/+7
* afr: Modifications to afr eventsRavishankar N2016-09-235-8/+14
* build: out-of-tree builds generates files in the wrong directoryKaleb S KEITHLEY2016-09-181-2/+3
* xlators/afr: fix unused variable warnings/errorsKaleb S. KEITHLEY2016-09-151-2/+0
* xlators/afr: fix unused variable warnings/errorsKaleb S. KEITHLEY2016-09-132-6/+0
* afr: add replication eventsRavishankar N2016-09-064-16/+82
* afr: Consume compound fops in afr transactionAnuradha Talur2016-09-017-64/+535
* glusterd : Introduce reset brickAnuradha Talur2016-08-291-2/+2
* afr: fix unused variable warnings/errorsKaleb S. KEITHLEY2016-08-291-1/+0
* cluster/ec: Do multi-threaded self-healPranith Kumar K2016-08-241-3/+3
* cluster/afr: Give option to do consistent-ioPranith Kumar K2016-08-229-41/+229
* cluster/afr: Prevent split-brain when bricks are brought off and on in cyclic...Krutika Dhananjay2016-08-225-19/+152
* cluster/afr: Bug fixes in txn codepathKrutika Dhananjay2016-08-151-2/+2
* libglusterfs: move alloca0 definition to common-utilsRavishankar N2016-08-121-1/+0
* cluster/afr: copy loc before passing to syncopPranith Kumar K2016-08-041-1/+2
* afr: some coverity fixesRavishankar N2016-07-267-103/+155
* dict: Don't expose get_new_dict/dict_destroyPranith Kumar K2016-07-252-4/+4
* afr, index: Clean up stale directory and file indices in granular entry shKrutika Dhananjay2016-07-113-13/+53
* cluster/afr: Fix a minor typo in afr-self-heald.cVijay Bellur2016-07-091-6/+6
* afr:Don't wind reads for files in metadata split-brainRavishankar N2016-06-241-10/+4
* afr: Consider ENOSPC and EDQUOT as symmetric errorsRavishankar N2016-06-121-5/+1
* afr: afr-pending-xattr fallback checkRavishankar N2016-06-091-31/+63
* core, shard: Make shards inherit main file's O_DIRECT flag if presentKrutika Dhananjay2016-06-071-1/+2
* cluster/ec: Add/Modify description for eager-lock optionAshish Pandey2016-06-031-4/+5
* cluster/afr: Unwind with xdata in inode-write fopsPranith Kumar K2016-06-014-10/+12
* cluster/afr: Unwind xdata_rsp even in case of failuresPranith Kumar K2016-05-307-21/+120
* cluster/afr: Fix warning about unused variablePranith Kumar K2016-05-291-1/+0
* core: assorted spelling mistakes reported by DebianKaleb S KEITHLEY2016-05-261-1/+1
* cluster/afr: Attempt name-index purge even on full-heal of directoryKrutika Dhananjay2016-05-261-58/+72
* afr: Automagic unsplit-brain by [ctime|mtime|size|majority]Ravishankar N2016-05-257-22/+356
* cluster/afr: Check for required number of entrylksRavishankar N2016-05-241-5/+83
* cluster/afr: Do not inode_link in afrPranith Kumar K2016-05-203-5/+46
* cluster/afr: Refresh inode for inode-write fops in needPranith Kumar K2016-05-194-37/+98