summaryrefslogtreecommitdiffstats
path: root/xlators/cluster/stripe/src
Commit message (Expand)AuthorAgeFilesLines
* cluster/afr: refactorAnand Avati2014-03-221-1/+1
* cluster/stripe: Fix the possible resource leaks.Poornima2014-02-121-4/+5
* cluster/stripe: Fix the resource leaks.Poornima2014-02-121-0/+2
* 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
* Use proper libtool option -avoid-version instead of bogus -avoidversionAnand Avati2013-02-071-1/+1
* cluster/stripe: Mount issues with Stripe xlatorVarun Shastry2013-02-033-20/+46
* cluster/stripe: handle GF_XATTR_LOCKINFO_KEY in f(get)(set)xattrRaghavendra2012-11-273-19/+302
* build: split CPPFLAGS from CFLAGSJeff Darcy2012-10-031-2/+3
* build: remove useless explicit -fPIC -shared fromJeff Darcy2012-10-031-2/+2
* build: remove -nostartfiles flagJeff Darcy2012-10-021-1/+1
* build: consolidate common compilation flags into one variableJeff Darcy2012-10-011-1/+1
* libglusterfs/dict: make 'dict_t' a opaque objectAmar Tumballi2012-09-062-6/+4
* cluster/stripe: handle short writes and errors in writev callbackBrian Foster2012-07-303-38/+106
* 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-132-14/+7
* cluster/stripe: implement the coalesce stripe file formatBrian Foster2012-06-073-78/+407
* core: coverity fixes (mostly resource leak fixes)Amar Tumballi2012-06-051-2/+9
* Fixed a memory leak in stripe translator.Alexander Bersenev2012-05-171-1/+3
* license: dual license under GPLV2 and LGPLV3+Kaleb KEITHLEY2012-05-104-58/+21
* stripe: don't send parent pointer in stripe_readdirp_lookup()shishir gowda2012-05-031-27/+5
* core: coverity issues fixedAmar Tumballi2012-04-232-2/+6
* stripe: make sure we have complete set of subvolumes before making fopshishir gowda2012-04-202-0/+21
* locks, stripe: check if dict is NULL before refing itRaghavendra Bhat2012-04-031-3/+6
* cluster/stripe: minimum blk size log messageshylesh kumar2012-03-301-1/+2
* cluster/stripe- do not ref if dict is nullshylesh kumar2012-03-281-1/+3
* core: adding extra data for fopsAmar Tumballi2012-03-224-718/+781
* cluster/stripe: fix {set/get}xattr query for dirs/symlinkVenky Shankar2012-03-181-16/+89
* mgmt/glusterd : volume set validation fixesKaushal M2012-03-181-56/+154
* cluster/stripe: Readdirp - send aggregated block_size in statshishir gowda2012-03-121-0/+3
* fops/removexattr: prevent users from removing glusterfs xattrsRajesh Amaravathi2012-03-051-30/+98
* cluster/stripe: Send xattr request in lookup even when type is INVALshishir gowda2012-02-291-2/+5
* Introduce new extended attribute: node-uuidVenky Shankar2012-02-222-58/+113
* mempool: adjustments in pool sizesAmar Tumballi2012-02-221-1/+1
* cluster/stripe: Readdirp should call lookup on entriesshishir gowda2012-02-222-50/+116
* core: utilize mempool for frame->local allocationsAmar Tumballi2012-02-213-77/+57
* iobuf: use 'iobuf_get2()' to get variable sized buffersAmar Tumballi2012-02-201-1/+2
* filter stripe internal xattrs from getxattr callShylesh Kumar2012-02-161-1/+30