| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix clang/gcc warning -Wformat-extra-args | Michael Scherer | 2017-09-07 | 1 | -2/+4 |
* | contrib/fuse-lib: Fix compiler warning within switch case | Anoop C S | 2017-08-09 | 1 | -1/+3 |
* | contrib/xxhash: Add xxhash library | Kotresh HR | 2017-06-30 | 3 | -0/+2429 |
* | fuse: implement "-oauto_unmount" | Csaba Henk | 2017-05-23 | 2 | -0/+47 |
* | libglusterfs: extract some functionality to functions | Csaba Henk | 2017-05-23 | 1 | -25/+14 |
* | contrib/timerwheel: bad 32-bit, use builtin fls(), fix copyright | Kaleb S. KEITHLEY | 2017-05-15 | 2 | -71/+66 |
* | Revert "contrib/timerwheel: probable bug on 32-bit, use __builtin_ffs()" | Shyamsundar Ranganathan | 2017-05-01 | 1 | -12/+5 |
* | contrib/timerwheel: probable bug on 32-bit, use __builtin_ffs() | Kaleb S. KEITHLEY | 2017-05-01 | 1 | -5/+12 |
* | fuse: clean up mount flag processing | Csaba Henk | 2017-04-27 | 4 | -19/+148 |
* | cli: keep 'gluster volume status detail' consistent | Xavier Hernandez | 2017-01-19 | 1 | -111/+155 |
* | fuse: limit fusermount fallback to EPERM cases | Csaba Henk | 2017-01-17 | 1 | -4/+9 |
* | build: out-of-tree builds generates files in the wrong directory | Kaleb S KEITHLEY | 2016-09-18 | 1 | -1/+2 |
* | qemu-block: deprecated/defunct, remove from tree | Kaleb S KEITHLEY | 2016-03-07 | 109 | -39377/+0 |
* | fuse: add support for SEEK_HOLE and SEEK_DATA through lseek() | Niels de Vos | 2016-02-10 | 1 | -1/+16 |
* | fuse: update fuse_kernel.h to version 23 | Ravishankar N | 2016-02-06 | 1 | -3/+29 |
* | build: fix ecdh.h and dh.h deps | Milind Changire | 2015-11-16 | 1 | -0/+7 |
* | build: Mac OS X build issues, no spinlock, need sys_lgetxattr | Kaleb S. KEITHLEY | 2015-07-05 | 1 | -1/+1 |
* | features/bitrot: cleanup, v2 | Venky Shankar | 2015-06-25 | 2 | -3/+9 |
* | contrib/timer-wheel: fix deadlock in del_timer() | Venky Shankar | 2015-06-02 | 1 | -1/+1 |
* | contrib/timer-wheel: mod_timer() and friends | Venky Shankar | 2015-05-28 | 2 | -5/+89 |
* | fuse: fix return value check for setuid | Prasanna Kumar Kalever | 2015-05-16 | 1 | -2/+10 |
* | core: Global timer-wheel | Venky Shankar | 2015-04-26 | 1 | -0/+3 |
* | Avoid conflict between contrib/uuid and system uuid | Emmanuel Dreyfus | 2015-04-04 | 11 | -59/+59 |
* | contrib/timer-wheel: import linux kernel timer-wheel | Venky Shankar | 2015-03-18 | 3 | -0/+417 |
* | build, glusterd: Add liburcu to build system | Kaushal M | 2015-02-23 | 1 | -0/+42 |
* | Do not use umount -l on non Linux systems | Emmanuel Dreyfus | 2015-01-02 | 1 | -2/+4 |
* | core: fix Ubuntu code audit (cppcheck) results | Kaleb S. KEITHLEY | 2014-11-25 | 1 | -14/+3 |
* | Use F_CLOSEM if available | Emmanuel Dreyfus | 2014-10-30 | 1 | -0/+7 |
* | Lazy umount emulation: deal with stopped volumes | Emmanuel Dreyfus | 2014-10-30 | 1 | -5/+11 |
* | Do not hardcode umount(8) path, emulate lazy umount | Emmanuel Dreyfus | 2014-10-03 | 2 | -0/+257 |
* | porting: Remove unnecessary code from mount_darwin.c | Harshavardhana | 2014-08-29 | 1 | -279/+180 |
* | osx: Enable qemu feature build on Darwin | Harshavardhana | 2014-08-11 | 2 | -3/+7 |
* | build: make GLUSTERD_WORKDIR rely on localstatedir | Harshavardhana | 2014-08-07 | 5 | -9/+12 |
* | porting: Port for FreeBSD rebased from Mike Ma's efforts | Harshavardhana | 2014-07-02 | 10 | -269/+821 |
* | NetBSD qemu build fixes | Emmanuel Dreyfus | 2014-06-02 | 1 | -0/+2 |
* | logging: remove unused message-id scripts | Niels de Vos | 2014-05-22 | 1 | -1/+1 |
* | contrib: Cross platform fixes after recent commits | Harshavardhana | 2014-05-17 | 2 | -12/+65 |
* | build: MacOSX Porting fixes | Harshavardhana | 2014-04-24 | 14 | -64/+550 |
* | build: move argp-standalone into contrib/ directory | Harshavardhana | 2014-04-04 | 19 | -0/+6951 |
* | contrib/qemu: remove the CONFIG_INT128 host config option | Brian Foster | 2013-12-04 | 1 | -1/+0 |
* | features/qemu-block: simplify coroutine model to use single synctask, ucontext | Brian Foster | 2013-11-10 | 2 | -1/+225 |
* | contrib/qemu: disable coroutine caching in qemu | Brian Foster | 2013-10-09 | 1 | -1/+1 |
* | features/qemu-block: support for QCOW2 and QED formats | Anand Avati | 2013-09-03 | 1 | -0/+12 |
* | contrib/qemu: Import qemu block source code | Anand Avati | 2013-09-03 | 107 | -0/+39119 |
* | fuse: sync fuse_kernel.h from linux 3.11.0(-rc3) header | Brian Foster | 2013-08-03 | 1 | -223/+256 |
* | fuse-bridge: update to protocol minor version 22 | Brian Foster | 2013-08-03 | 1 | -2/+42 |
* | fuse-bridge: update to fuse protocol minor version 16 (Linux) | Brian Foster | 2013-08-01 | 1 | -2/+60 |
* | fuse: pass the mountflags to older (< 2.6.21) kernels | Niels de Vos | 2013-07-03 | 1 | -1/+1 |
* | gluster: add fallocate fop support | Brian Foster | 2013-06-13 | 1 | -0/+9 |
* | mount/fuse: enable fuse real async dio when available | Brian Foster | 2013-05-15 | 1 | -0/+1 |