summaryrefslogtreecommitdiffstats
path: root/contrib
Commit message (Expand)AuthorAgeFilesLines
* contrib/timer-wheel: import linux kernel timer-wheelVenky Shankar2015-03-183-0/+417
* build, glusterd: Add liburcu to build systemKaushal M2015-02-231-0/+42
* Do not use umount -l on non Linux systemsEmmanuel Dreyfus2015-01-021-2/+4
* core: fix Ubuntu code audit (cppcheck) resultsKaleb S. KEITHLEY2014-11-251-14/+3
* Use F_CLOSEM if availableEmmanuel Dreyfus2014-10-301-0/+7
* Lazy umount emulation: deal with stopped volumesEmmanuel Dreyfus2014-10-301-5/+11
* Do not hardcode umount(8) path, emulate lazy umountEmmanuel Dreyfus2014-10-032-0/+257
* porting: Remove unnecessary code from mount_darwin.cHarshavardhana2014-08-291-279/+180
* osx: Enable qemu feature build on DarwinHarshavardhana2014-08-112-3/+7
* build: make GLUSTERD_WORKDIR rely on localstatedirHarshavardhana2014-08-075-9/+12
* porting: Port for FreeBSD rebased from Mike Ma's effortsHarshavardhana2014-07-0210-269/+821
* NetBSD qemu build fixesEmmanuel Dreyfus2014-06-021-0/+2
* logging: remove unused message-id scriptsNiels de Vos2014-05-221-1/+1
* contrib: Cross platform fixes after recent commitsHarshavardhana2014-05-172-12/+65
* build: MacOSX Porting fixesHarshavardhana2014-04-2414-64/+550
* build: move argp-standalone into contrib/ directoryHarshavardhana2014-04-0419-0/+6951
* contrib/qemu: remove the CONFIG_INT128 host config optionBrian Foster2013-12-041-1/+0
* features/qemu-block: simplify coroutine model to use single synctask, ucontextBrian Foster2013-11-102-1/+225
* contrib/qemu: disable coroutine caching in qemuBrian Foster2013-10-091-1/+1
* features/qemu-block: support for QCOW2 and QED formatsAnand Avati2013-09-031-0/+12
* contrib/qemu: Import qemu block source codeAnand Avati2013-09-03107-0/+39119
* fuse: sync fuse_kernel.h from linux 3.11.0(-rc3) headerBrian Foster2013-08-031-223/+256
* fuse-bridge: update to protocol minor version 22Brian Foster2013-08-031-2/+42
* fuse-bridge: update to fuse protocol minor version 16 (Linux)Brian Foster2013-08-011-2/+60
* fuse: pass the mountflags to older (< 2.6.21) kernelsNiels de Vos2013-07-031-1/+1
* gluster: add fallocate fop supportBrian Foster2013-06-131-0/+9
* mount/fuse: enable fuse real async dio when availableBrian Foster2013-05-151-0/+1
* Renamed TMP_MAX to GF_TMP_MAX to avoid namespace clash on OSX.Kaleb S. KEITHLEY2013-03-131-20/+17
* fuse: log options passed to fuse when mount failsLubomir Rintel2013-02-071-1/+2
* fuse-bridge: use READDIRPLUS support when availableAnand Avati2013-02-071-0/+12
* core: fixes for gcc's '-pedantic' flag buildAvra Sengupta2013-01-213-4/+4
* NetBSD MS_RDONLY portability build fixEmmanuel Dreyfus2012-12-121-0/+1
* fuse: handle mountflags properlyNiels de Vos2012-11-192-10/+25
* glusterfs: add gf_mkostemp api and use it instead of mkostemp of libcRaghavendra Bhat2012-10-171-0/+110
* build: split CPPFLAGS from CFLAGSJeff Darcy2012-10-031-1/+3
* build: consolidate common compilation flags into one variableJeff Darcy2012-10-011-1/+1
* Detect python > 2.5, make sure MKDIR_P is substitutedEmmanuel Dreyfus2012-09-092-0/+355
* Add missing contrib/libgen files to distributionEmmanuel Dreyfus2012-08-302-0/+8
* remove useless if-before-free (and free-like) functionsJim Meyering2012-07-131-2/+1
* read_conf: don't let a corrupt config file cause invalid line[-1] referenceJim Meyering2012-07-111-2/+2
* get_mnt_opts: don't let empty option string cause (*mpt_optsp)[-1] referenceJim Meyering2012-07-021-2/+2
* Switch to GNU basename_r() and dirname_r()Emmanuel Dreyfus2012-05-242-167/+244
* fuse: sync with upstreamCsaba Henk2012-05-213-48/+62
* fuse: reorganize mounting codeCsaba Henk2012-05-216-389/+408
* fuse, glusterfsd: mount logic fixesCsaba Henk2012-05-212-217/+155
* Provide missing basename_r and dirname_rEmmanuel Dreyfus2012-05-182-0/+198
* NetBSD build fixesEmmanuel Dreyfus2012-05-111-0/+2
* contrib/rbtree: additional license from Richard FontanaKaleb KEITHLEY2012-04-302-0/+14
* contrib/rbtree license GPL -> LGPLKaleb KEITHLEY2012-04-252-41/+35
* fuse: allow requests during mount (needed for SELinux labels)Jeff Darcy2012-04-232-11/+51