summaryrefslogtreecommitdiffstats
path: root/xlators
Commit message (Expand)AuthorAgeFilesLines
* cluster/afr: Handle child_up & fd not opened case in xactionPranith Kumar K2012-08-011-7/+8
* performance/read-ahead: use pthread_mutex_trylock to hold mutex in statedumpsRaghavendra Bhat2012-08-011-11/+18
* mount/fuse: initialize entry and negative timeouts correctly.Raghavendra G2012-08-011-2/+2
* protocol/client: Fix negative return in client_setvolumeKrutika Dhananjay2012-08-011-2/+3
* cluster/afr: Handle failures in fop_cbk gracefullyPranith Kumar K2012-07-311-31/+46
* cluster/afr: update loc inode after inode_linkPranith Kumar K2012-07-311-12/+24
* glusterd: Modifed replace-brick mount cleanup to use lazy umountKrishnan Parthasarathi2012-07-301-94/+135
* cluster/stripe: handle short writes and errors in writev callbackBrian Foster2012-07-303-38/+106
* performance/io-threads: dump the io-threads specific information in statedumpRaghavendra Bhat2012-07-302-2/+52
* geo-rep / gsycnd: restore the generic signature for sendmark_regularCsaba Henk2012-07-301-3/+3
* performance/io-threads: Provide option to turn off least-priorityPranith Kumar K2012-07-303-5/+14
* volgen: add option to add trace/error-gen in client volume fileAmar Tumballi2012-07-291-0/+6
* glusterd: Persisted hooks friendly user.* keysKrishnan Parthasarathi2012-07-294-48/+51
* features/locks: Fix statedump codePranith Kumar K2012-07-294-74/+52
* glusterd: Ensured 'store' data reaches disk.Krishnan Parthasarathi2012-07-291-15/+55
* Warnings: Fix set, unused variable warningsPranith Kumar K2012-07-291-2/+0
* acl: enable handling of FMODE_EXEC flagAmar Tumballi2012-07-271-0/+7
* cluster/afr: Modified split-brain handlingPranith Kumar K2012-07-265-57/+146
* cluster/afr: Filter O_TRUNC in afr-fix-openPranith Kumar K2012-07-251-1/+2
* performance/write-behind: detect short writes and pend an EIO errorBrian Foster2012-07-251-1/+15
* performance/write-behind: preserve lk-owner while syncing writes.Raghavendra G2012-07-251-66/+143
* cluster: fix crash on link of named pipe in stripe/replicate volBrian Foster2012-07-252-12/+11
* cluster/afr: Perform data self-heal for non regular filesPranith Kumar K2012-07-255-217/+162
* cluster/stripe: don't fail if no fctx on a non-regular fileBrian Foster2012-07-251-10/+14
* features/index: make pthread_attr_t local to init()Pranith Kumar K2012-07-252-8/+6
* cluster/distribute: Suppress user xattr mismatch log messageshishir gowda2012-07-251-1/+1
* features/index: Fix race in this->private initializationPranith Kumar K2012-07-251-5/+27
* gsyncd / geo-rep: Fix sendmark() invocation for Normal MixinVenky Shankar2012-07-251-1/+1
* Fixes for gsyncd / geo-rep and FUSE listxattrVenky Shankar2012-07-242-8/+32
* afr: pass back xdata in createBrian Foster2012-07-231-2/+5
* gsyncd / geo-rep: Fix typo in 'purge' flowVenky Shankar2012-07-201-1/+1
* geo-rep / gsyncd: convert ignore-deletes to a mixin tooCsaba Henk2012-07-191-3/+16
* geo-rep / gsyncd: add support for sending xtimes through rsyncCsaba Henk2012-07-193-14/+35
* glusterd: Refactored brickinfo APIsKrishnan Parthasarathi2012-07-199-199/+145
* fuse-bridge: utilize the option handle framework for doubleAnand Avati2012-07-191-52/+34
* fuse-bridge: expose negative entry caching of FUSEAnand Avati2012-07-193-2/+24
* glusterd: atomic store update.Krishnan Parthasarathi2012-07-192-2/+118
* FUSE: ignore setxattr for some keys from gsyncd aux mountVenky Shankar2012-07-193-0/+34
* cluster/distribute: cli support for setting directory-layout-spreadshishir gowda2012-07-181-0/+1
* mount/fuse: check for fuse inval notify support when fopen-keep-cache enabledBrian Foster2012-07-181-1/+15
* geo-rep / gsyncd: rsync option cleanups, fixesCsaba Henk2012-07-182-2/+6
* stripe: filter coalesce key in getxattr()/listxattr()Amar Tumballi2012-07-171-0/+3
* glusterfs_ctx_t: un-globalize the filesystem contextAnand Avati2012-07-173-8/+6
* storage/posix: use the size returned by getxattr to allocate memoryRaghavendra Bhat2012-07-171-2/+2
* rpc-transport/socket: Add SSL support.Jeff Darcy2012-07-172-1/+19
* storage/posix: use ssize_t variable to get the return value of getxattrRaghavendra Bhat2012-07-172-45/+63
* libglusterfs,mount/fuse: implement gidcache mechanism in fuse-bridgeBrian Foster2012-07-178-118/+95
* geo-rep / gsyncd: fixes to communication with child processesCsaba Henk2012-07-141-7/+11
* geo-rep / gsyncd: sanitize error log of external commandsCsaba Henk2012-07-141-2/+10
* storage/posix: implement native linux AIO supportAnand Avati2012-07-148-6/+657