summaryrefslogtreecommitdiffstats
path: root/xlators/features
Commit message (Expand)AuthorAgeFilesLines
* features/marker: log error when unlinking timestamp fileVenky Shankar2013-03-211-4/+13
* geo-rep: retire old style ssh setupCsaba Henk2013-03-141-0/+6
* features/quota: Add option to consider the quota limit in statfs estimationVarun Shastry2013-02-192-3/+21
* features: add a directory-protection translatorJeff Darcy2013-02-176-1/+460
* gsyncd: allow the override of the compiled-in python pathJoe Julian2013-02-071-3/+7
* Use proper libtool option -avoid-version instead of bogus -avoidversionAnand Avati2013-02-0710-11/+11
* geo-rep / gsyncd: Separate log file directory for Mountbroker sessionsVenky Shankar2013-02-041-1/+5
* locks: Protected racy (read) access of ext_listKrishnan Parthasarathi2013-02-031-10/+18
* core: fixes for gcc's '-pedantic' flag buildAvra Sengupta2013-01-214-10/+5
* core: remove all the 'inner' functions in codebaseAmar Tumballi2012-12-191-1/+3
* features/locks : Made changes to display brick information on clearing locks.Avra Sengupta2012-12-181-16/+101
* geo-rep: do not access BaseException.message in syncdutilsNiels de Vos2012-12-181-2/+2
* geo-rep / gsyncd: play nicely with peer multiplexing when setting a checkpointCsaba Henk2012-12-041-5/+16
* geo-rep / gsyncd,glusterd: do not hardcode socket pathCsaba Henk2012-11-282-2/+5
* geo-replication: catch select.error on select()Niels de Vos2012-11-281-2/+2
* features/locks: implement fgetxattr and fsetxattrRaghavendra G2012-11-272-0/+342
* Put _check_key_is_zero_filled outside _xattrop_index_actionVenkatesh Somyajulu2012-11-201-11/+13
* features/locks: fcntl(3) on F_GETLK must return first conflicting lockKrishnan Parthasarathi2012-11-181-1/+23
* features/quota: Failure of quota commands if the dir-name contains ':' in itVarun Shastry2012-11-091-3/+6
* build: libraries must be in LDADD/LIBADDJeff Darcy2012-10-031-2/+3
* build: split CPPFLAGS from CFLAGSJeff Darcy2012-10-0311-23/+36
* build: remove useless explicit -fPIC -shared fromJeff Darcy2012-10-0311-21/+21
* build: remove -nostartfiles flagJeff Darcy2012-10-0210-10/+10
* build: consolidate common compilation flags into one variableJeff Darcy2012-10-0111-12/+12
* build: add missing GF_CFLAGS in api/src/Jeff Darcy2012-10-011-1/+1
* geo-rep / gsyncd: gsyncd binary wrapper context fixesVenky Shankar2012-09-242-0/+25
* features/marker: if parent inode is NULL, then get it by inode_parentRaghavendra Bhat2012-09-172-4/+13
* features/quota: Avoid mem_put on null localPranith Kumar K2012-09-172-11/+1
* All: License message changeVarun Shastry2012-09-1344-307/+265
* geo-rep/gsyncd: work around rsync argument overflowCsaba Henk2012-09-071-3/+8
* libglusterfs/dict: make 'dict_t' a opaque objectAmar Tumballi2012-09-065-24/+18
* All: License message changeVarun Shastry2012-08-2844-622/+234
* gsyncd: don't use void* arithmetic; don't leak upon OOM; remove castJim Meyering2012-08-191-4/+6
* geo-rep / gsycnd: restore the generic signature for sendmark_regularCsaba Henk2012-07-301-3/+3
* features/locks: Fix statedump codePranith Kumar K2012-07-294-74/+52
* features/index: make pthread_attr_t local to init()Pranith Kumar K2012-07-252-8/+6
* 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-241-4/+4
* 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
* geo-rep / gsyncd: rsync option cleanups, fixesCsaba Henk2012-07-182-2/+6
* 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
* gsyncd: don't dereference NULL upon failed reallocJim Meyering2012-07-131-1/+1
* remove useless if-before-free (and free-like) functionsJim Meyering2012-07-1310-54/+27
* gsyncd: don't let a bogus config file make us read/write buf[-1]Jim Meyering2012-07-111-2/+4
* pidinfo: don't let a corrupt /proc/PID/status cause buf[-1] accessJim Meyering2012-07-021-2/+4
* localtime and ctime are not MT-SAFEKaleb S. KEITHLEY2012-06-293-39/+31