summaryrefslogtreecommitdiffstats
path: root/xlators/cluster/afr/src
Commit message (Expand)AuthorAgeFilesLines
* afr: pass back xdata in createBrian Foster2012-07-231-2/+5
* remove useless if-before-free (and free-like) functionsJim Meyering2012-07-139-88/+44
* xlator options: remove overwritten data-self-heal initializerJim Meyering2012-07-111-1/+0
* cluster/afr: post-op-delay supportAnand Avati2012-07-046-2/+175
* cluster/afr: cleanup lk_owner and PID messAnand Avati2012-07-043-41/+28
* cluster/afr: add a new option to select read-subvol by indexJeff Darcy2012-07-031-0/+27
* cluster/afr: fix for read-subvolume option does not workJeff Darcy2012-07-031-2/+2
* cluster/afr: Don't reset split-brain when data-self-heal is offPranith Kumar K2012-06-193-2/+4
* cluster/afr: Treat EEXIST as success in hardlinkPranith Kumar K2012-06-141-0/+12
* libglusterfs : Fix validation for integer volume options.Kaushal M2012-06-071-0/+1
* cluster/afr: Check for null gfid_reqPranith Kumar K2012-06-061-1/+1
* replicate: default read_child to a local brick if there is one.Jeff Darcy2012-06-055-3/+162
* Self-heald: inode_link files while crawlingPranith Kumar K2012-06-051-5/+10
* replicate: add hashed read-child method.Jeff Darcy2012-05-316-18/+93
* storage/posix: Move landfill inside .glusterfsPranith Kumar K2012-05-313-41/+2
* cluster/afr: decrement changelog when fdctx is absentPranith Kumar K2012-05-241-0/+2
* cluster/afr: Release inodelk on erase changelog failuresPranith Kumar K2012-05-231-0/+3
* cluster/afr: Unlock higher entry locks in rename entrylk failure.Pranith Kumar K2012-05-221-0/+4
* Thou shalt not free(3) memory dirname(3) returnedEmmanuel Dreyfus2012-05-211-1/+9
* cluster/afr: Assign gfid path if path is NULL in lookupPranith Kumar K2012-05-211-9/+14
* cluster/afr: Enforce order in pre/post opPranith Kumar K2012-05-189-100/+135
* cluster/afr: Perform conservative merge on dir with xattr split-brainPranith Kumar K2012-05-183-10/+61
* cluster/afr: Handle files w.o. xattrs and size mismatch.Pranith Kumar K2012-05-182-10/+44
* cluster/afr: Mark zero size file as sink in absense of xattrs.Pranith Kumar K2012-05-182-2/+53
* cluster/afr: Determining sources should do both fxattrop, fstatPranith Kumar K2012-05-182-95/+65
* Self-heald: Enable configuring of heal poll timeoutPranith Kumar K2012-05-183-3/+12
* Self-heald: Print the time stamp of the event-historyPranith Kumar K2012-05-171-10/+22
* cluster/replicate: check for 'loc->path' before dereferencing itAmar Tumballi2012-05-161-1/+1
* cluster/afr: Return EIO if read-child < 0 in inode-read fopsPranith Kumar K2012-05-161-1/+4
* license: dual license under GPLV2 and LGPLV3+Kaleb KEITHLEY2012-05-1028-413/+161
* Self-heald: Dump the event history completelyPranith Kumar K2012-05-074-24/+5
* cluster/afr: Fix inodelk-trace logs to print lk-ownersPranith Kumar K2012-05-071-11/+11
* cluster/afr: Perform Flush with lk-owner given by parent xlator.Pranith Kumar K2012-05-072-0/+8
* self-heald: loc should have gfid path for better loggingPranith Kumar K2012-05-041-18/+28
* self-heald: Don't trigger self-heal always.Pranith Kumar K2012-05-041-3/+18
* cluster/pump: Fixed fd leaks in pump directory traversal logicRaghavendra Bhat2012-05-031-1/+17
* cluster/afr: Fix race in nonblocking entrylkPranith Kumar K2012-05-031-6/+6
* cluster/afr: Log enhancementsPranith Kumar K2012-04-251-10/+13
* pump: Removed extra dict_unref in pump_command_replyKrishnan Parthasarathi2012-04-251-2/+0
* cluster/afr: Set errno correctly in find_fresh_parents failuresPranith Kumar K2012-04-191-1/+3
* cluster/afr: Handle transient parent-entry xactions in lookupPranith Kumar K2012-04-192-6/+96
* cluster/afr: Build parent loc for expungePranith Kumar K2012-04-181-0/+7
* cluster/afr: increment change log with correct byte orderPranith Kumar K2012-04-161-2/+5
* cluster/afr: Perform gfid-less lookup in afrPranith Kumar K2012-04-121-0/+5
* Fix compiler warnings and typos from Debian build.Jeff Darcy2012-04-102-2/+2
* cluster/afr: Fix a compilation warningVijay Bellur2012-04-051-1/+1
* self-heald: succeed heal info alwaysPranith Kumar K2012-04-051-1/+2
* self-heald: Add node-uuid option for determining brick positionPranith Kumar K2012-04-053-66/+13
* self-heald: Find self-heal failures, split-brainPranith Kumar K2012-04-056-13/+36
* cluster/afr: Handle self-heal of files with holesPranith Kumar K2012-04-044-15/+45