summaryrefslogtreecommitdiffstats
path: root/booster
Commit message (Expand)AuthorAgeFilesLines
* core: remove unused codeAmar Tumballi2012-07-118-4342/+0
* Change Copyright current yearPranith Kumar K2011-08-102-2/+2
* LICENSE: s/GNU Affero General Public/GNU General Public/Pranith Kumar K2011-08-064-12/+12
* fuse: retire the faked-FLUSH-upon-RELEASE hackCsaba Henk2010-10-261-1/+0
* Copyright changesVijay Bellur2010-10-114-4/+4
* Change GNU GPL to GNU AGPLPranith K2010-10-044-12/+12
* booster/fcntl: implement F_GETFD and F_SETFD.v3.0.1rc5Raghavendra G2010-01-233-5/+85
* fixing some warnings on 64bit machine.Amar Tumballi2009-12-031-8/+11
* booster: implement xattr related apis.Raghavendra G2009-11-181-0/+101
* booster: implement creat64.Raghavendra G2009-11-181-0/+47
* booster: implement truncate and truncate64.Raghavendra G2009-11-181-0/+76
* booster: implement ftruncate64.Raghavendra G2009-11-181-1/+33
* booster: implement getcwd.Raghavendra G2009-11-181-0/+14
* booster: implement fchdir.Raghavendra G2009-11-181-0/+43
* booster: implement chdir.Raghavendra G2009-11-181-0/+53
* Revert "booster, libglusterfsclient: Support samba specific relative paths"Raghavendra G2009-11-181-8/+0
* booster: Must check errno for error number not return valueShehjar Tikoo2009-10-301-3/+3
* booster, libglusterfsclient: Support samba specific relative pathsShehjar Tikoo2009-10-301-0/+8
* booster: seperate out the implementations of readdir and readdir64.Raghavendra G2009-10-262-13/+41
* Changed occurrences of Z Research to Gluster.Vijay Bellur2009-10-074-4/+4
* Make changes such that glusterfs builds with Werror and fix LONG_LONG_MAX def...Pavan Sondur2009-10-011-2/+2
* booster: Cleanup booster_cleanup and register for atexitShehjar Tikoo2009-09-241-20/+10
* booster: Reduce logging aggressiveness to TRACEShehjar Tikoo2009-09-242-159/+159
* fuse: emit a flush from release if we didn't get an adjacent FLUSH message fr...Csaba Henk2009-09-231-0/+1
* booster: implement F_DUPFD command in fcntl.Raghavendra G2009-09-221-0/+2
* booster: Fix build warningsShehjar Tikoo2009-09-221-14/+15
* booster: use __REDIRECT macro to prevent creat being renamed to creat64.Raghavendra G2009-09-151-1/+4
* booster: use appropriate conversion specifier during logging in close.Raghavendra G2009-09-151-1/+1
* booster: Fix fd_t leak in pread64Shehjar Tikoo2009-09-091-0/+1
* booster: Enhance booster loggingShehjar Tikoo2009-09-093-71/+547
* booster: Support backward compatible optionsShehjar Tikoo2009-09-021-0/+6
* changed booster fstab to parse the arguments same as mount.glusterfsAmar Tumballi2009-08-201-2/+2
* booster: Fix fd leak due to incorrect NULL checkShehjar Tikoo2009-07-291-1/+1
* booster: automake 1.11 compatibility fixCsaba Henk2009-07-021-1/+1
* booster: Fix build problems with various libtool versionsShehjar Tikoo2009-06-292-12/+20
* booster: Another attempt to fix 32 and 64 bit interoperabilityShehjar Tikoo2009-06-291-17/+27
* booster: Add new booster-specific fd-tableShehjar Tikoo2009-06-294-139/+438
* booster: fix build error in fcntl implementation.Raghavendra G2009-06-151-1/+7
* booster: fix memory corruption in booster_cleanupRaghavendra G2009-06-111-4/+10
* booster: implement fcntl.Raghavendra G2009-06-111-1/+104
* booster: implement readdir_r and readdir64_r.Raghavendra G2009-06-112-0/+70
* booster: call glusterfs_umount_all during cleanupRaghavendra G2009-06-111-0/+4
* booster: implement sendfile.Raghavendra G2009-06-111-0/+58
* booster: remove mount table which maps a path to glusterfs handler.Raghavendra G2009-06-111-236/+86
* booster: attr_timeout: Read timeout from booster fstabShehjar Tikoo2009-06-031-0/+17
* booster: Clean-up handling of log/fstab env variablesShehjar Tikoo2009-06-021-5/+14
* booster: Eliminate gluster context creation raceShehjar Tikoo2009-06-021-92/+133
* booster: Clear up env var usageShehjar Tikoo2009-06-021-1/+14
* add booster_fstab.h in noinst_HEADERS to fix build breakage after 'make dist'Anand Avati2009-05-261-0/+1
* booster: Move fstab parsing into booster from libglusterfsShehjar Tikoo2009-05-204-109/+500