summaryrefslogtreecommitdiffstats
path: root/xlators/cluster
Commit message (Expand)AuthorAgeFilesLines
* cluster/afr: Set all the xattrs needed by index xlatorAnuradha2014-09-162-41/+30
* cluster/dht: Changed log level to DEBUGVenkatesh Somyajulu2014-09-161-2/+4
* ec: Optimize read/write performanceXavier Hernandez2014-09-1513-268/+706
* ec: Only heal data/metadata when inode has enough informationXavier Hernandez2014-09-151-0/+8
* cluster/afr: Handle EAGAIN properly in inodelkPranith Kumar K2014-09-152-14/+130
* ec: Do not destroy inode context on inode invalidationXavier Hernandez2014-09-111-28/+13
* ec: Removed SSE2 dependencyXavier Hernandez2014-09-117-10271/+11684
* cluster/dht: Changed log level to DEBUGVenkatesh Somyajulu2014-09-111-4/+4
* cluster/dht: fix memory corruption in locking api.Raghavendra G2014-09-091-2/+2
* cluster/dht: Fixed double UNWIND in lookup everywhere codeShyam2014-09-091-4/+4
* cluster/afr: perform list-xattr during lookupRavishankar N2014-09-054-11/+222
* cluster/afr : Mark pending changelog xattrs for new creationsAnuradha2014-09-037-90/+148
* cluster/dht: Added code to capture races in dht-lookup pathVenkatesh Somyajulu2014-09-031-10/+146
* cluster/afr: Minor fixes to #8574Krutika Dhananjay2014-09-031-5/+3
* Cluster/DHT: Changing rename log severityNithya Balachandran2014-09-031-6/+5
* cluster/dht: remove specifying cached-subvol as part of name inRaghavendra G2014-09-021-12/+1
* cluster/dht: Rename should not fail post hardlink creationShyam2014-09-022-41/+99
* cluster/dht: Treat linkto file rename failure as non-critial errorShyam2014-09-021-8/+42
* cluster/afr: Propagate EIO on inode's type mismatchKrutika Dhananjay2014-09-027-120/+333
* dht: Avoid using inline, if necessary use it with 'static inline'Harshavardhana2014-08-291-1/+1
* cluster/dht: synchronize rename and file-migrationRaghavendra G2014-08-283-34/+293
* cluster/dht: invoke callback when there are no locks to be unlocked.Raghavendra G2014-08-281-0/+4
* cluster/afr: Fix dict_t leaksKrutika Dhananjay2014-08-288-35/+64
* cluster/dht: introduce locking api.Raghavendra G2014-08-265-1/+658
* cluster/afr: Fix all locked_on bricks are sinks check in self-healsPranith Kumar K2014-08-265-82/+66
* Cluster/DHT : Additional log messagesNithya Balachandran2014-08-242-5/+8
* cluster/afr: Perform metadata sync inside metadata locksPranith Kumar K2014-08-221-19/+15
* cluster/afr: Perform gfid heal inside locks.Pranith Kumar K2014-08-226-27/+69
* cluster/afr: Set pending changelog based on filetype for new entriesPranith Kumar K2014-08-211-4/+12
* NFS: stripe-xlator should pass EOF at end of READDIRNiels de Vos2014-08-191-11/+8
* cluster/dht: Fix dht_access treating directory like filesShyam2014-08-181-4/+5
* cluster/dht: Added keys in dht_lookup_everywhere_doneVenkatesh Somyajulu2014-08-141-4/+72
* cluster/afr: Fix mem-leakPranith Kumar K2014-08-111-2/+5
* Always build EC xlatorEmmanuel Dreyfus2014-08-101-1/+1
* cluster/ec: Fix incorrect management of NFS requestsXavier Hernandez2014-08-023-89/+51
* cluster/dht: Modified logic of linkto file deletion on non-hashedVenkatesh Somyajulu2014-07-312-21/+73
* ec: Add -msse2 option to avoid fedora/rawhide compilation errorsXavier Hernandez2014-07-311-1/+1
* Symlink mtime changes when rebalancingAnders Blomdell2014-07-311-1/+2
* build: fix compile issue in unittest on EPEL-5Niels de Vos2014-07-301-1/+1
* cluster/afr: Improve inodelk/entrylk failure log messagesKrutika Dhananjay2014-07-302-7/+18
* dht: fix rename raceNithya Balachandran2014-07-301-2/+5
* Attempt to fix cmockery2 buildEmmanuel Dreyfus2014-07-271-1/+1
* features/changelog: Capture "correct" internal FOPsVenky Shankar2014-07-232-6/+6
* Disable Erasure Code xlator if MMX is missingEmmanuel Dreyfus2014-07-231-1/+1
* porting: include compat-errno.h for errno'sHarshavardhana2014-07-221-0/+1
* ec: Fixed coveriry scan issuesXavier Hernandez2014-07-219-39/+66
* build: Support for unit tests using Cmockery2Luis Pabon2014-07-183-0/+47
* DHT/mkdir : Fill the stbuf from the subvols on which directory creationSusant Palai2014-07-181-4/+0
* cluster/dht: Fix races to avoid deletion of linkto fileVenkatesh Somyajulu2014-07-183-30/+334
* DHT/Create : Failing to identify a linkto file in lookup_everywhere_cbk pathv3.7devSusant Palai2014-07-171-7/+47