summaryrefslogtreecommitdiffstats
path: root/xlators/cluster/stripe/src/stripe.c
Commit message (Expand)AuthorAgeFilesLines
* all: remove code which is not being considered in buildAmar Tumballi2018-12-131-5612/+0
* libglusterfs: Move devel headers under glusterfs directoryShyamsundarR2018-12-051-2/+2
* libglusterfs: rename macros roof and floor to not conflict with math.hRaghavendra Gowdappa2018-11-281-13/+14
* all: fix warnings on non 64-bits architecturesXavi Hernandez2018-10-101-1/+1
* Land part 2 of clang-format changesGluster Ant2018-09-121-4715/+4541
* multiple files: move from strlen() to sizeof()Yaniv Kaul2018-08-291-2/+2
* stripe: FORWARD_NULL coverity fixShwetha Acharya2018-08-241-6/+9
* All: run codespell on the code and fix issues.Yaniv Kaul2018-07-221-2/+2
* core: fix some of the dict_{get,set} with proper APIsAmar Tumballi2018-01-171-1/+1
* stripe, quiesce: volume option fixesAmar Tumballi2017-12-201-4/+13
* cluster: dead_code coverity fixKartik_Burmee2017-11-141-2/+0
* cluster/ec: FORWARD_NULL coverity fixSunil Kumar Acharya2017-11-011-1/+3
* coreutils: use coreutils instead of duplicate codeZhou Zhengping2017-05-051-3/+1
* Fix wrong operatorsMichael Scherer2017-05-041-1/+1
* libglusterfs: Add debug and trace logs for stack traceRaghavendra Talur2016-04-271-3/+3
* stripe: add seek() FOP as not supportedNiels de Vos2016-02-041-0/+12
* quota: add version to quota xattrsvmallika2015-11-021-2/+2
* all: reduce "inline" usageJeff Darcy2015-09-011-3/+3
* stripe: fix use-after-freeJeff Darcy2015-06-021-4/+10
* stripe: set ENOENT when a READ hits EOFNiels de Vos2015-05-071-0/+5
* Avoid conflict between contrib/uuid and system uuidEmmanuel Dreyfus2015-04-041-10/+10
* libxlator: Change marker xattr handling interfacePranith Kumar K2015-03-251-61/+23
* doc: Fix typos in stripe xlator src, no code changes presentHumble Chirammal2015-01-281-5/+5
* core: fix Ubuntu code audit (cppcheck) resultsKaleb S. KEITHLEY2014-11-251-2/+5
* NFS: stripe-xlator should pass EOF at end of READDIRNiels de Vos2014-08-191-11/+8
* cluster/stripe: Fix EINVAL errors on quota enabled volumesKrutika Dhananjay2014-06-261-1/+0
* cluster/stripe: don't treat ESTALE as failure in lookupRavishankar N2014-06-231-2/+3
* build: MacOSX Porting fixesHarshavardhana2014-04-241-5/+5
* cluster/afr: refactorAnand Avati2014-03-221-1/+1
* cluster/stripe: Fix the possible resource leaks.Poornima2014-02-121-4/+5
* cluster/stripe: Remove redundant code blocksChristopher R. Hertel2014-01-241-24/+0
* pathinfo: Provide user namespace access.Vijaykumar M2013-12-161-5/+2
* Fixes for ZF reported by coverityM. Mohan Kumar2013-11-191-1/+3
* zerofill: Change the type of len argument of glfs_zerofill() to off_tBharata B Rao2013-11-141-1/+1
* bd: Add BD support to other xlatorsM. Mohan Kumar2013-11-131-11/+47
* glusterfs: zerofill supportM. Mohan Kumar2013-11-101-0/+186
* cluster/stripe: enable coalesce mode by defaultBrian Foster2013-08-281-4/+4
* stripe: remove unused param, handle mem alloc failureKaleb S. KEITHLEY2013-08-281-2/+2
* libxlator: implement pluggable aggregation policiesAvra Sengupta2013-07-151-1/+3
* glusterfs: discard (hole punch) supportBrian Foster2013-06-131-0/+167
* gluster: add fallocate fop supportBrian Foster2013-06-131-0/+168
* cluster xlators: s/-1/GF_CLIENT_PID_GSYNCD/Csaba Henk2013-03-031-3/+3
* cluster/stripe: Mount issues with Stripe xlatorVarun Shastry2013-02-031-19/+44
* cluster/stripe: handle GF_XATTR_LOCKINFO_KEY in f(get)(set)xattrRaghavendra2012-11-271-16/+209
* libglusterfs/dict: make 'dict_t' a opaque objectAmar Tumballi2012-09-061-4/+2
* cluster/stripe: handle short writes and errors in writev callbackBrian Foster2012-07-301-34/+102
* cluster: fix crash on link of named pipe in stripe/replicate volBrian Foster2012-07-251-10/+10
* cluster/stripe: don't fail if no fctx on a non-regular fileBrian Foster2012-07-251-10/+14
* stripe: filter coalesce key in getxattr()/listxattr()Amar Tumballi2012-07-171-0/+3
* remove useless if-before-free (and free-like) functionsJim Meyering2012-07-131-10/+5