summaryrefslogtreecommitdiffstats
path: root/booster
Commit message (Expand)AuthorAgeFilesLines
* booster/fcntl: implement F_GETFD and F_SETFD.Raghavendra G2010-01-233-5/+85
* 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
* 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-302-12/+20
* booster: Another attempt to fix 32 and 64 bit interoperabilityShehjar Tikoo2009-06-301-17/+27
* booster: Add new booster-specific fd-tableShehjar Tikoo2009-06-304-139/+438
* booster: fix build error in fcntl implementation.Raghavendra G2009-06-301-1/+7
* booster: fix memory corruption in booster_cleanupRaghavendra G2009-06-301-4/+10
* booster: implement fcntl.Raghavendra G2009-06-301-1/+104
* booster: implement readdir_r and readdir64_r.Raghavendra G2009-06-302-0/+70
* booster: call glusterfs_umount_all during cleanupRaghavendra G2009-06-301-0/+4
* booster: implement sendfile.Raghavendra G2009-06-301-0/+58
* booster: remove mount table which maps a path to glusterfs handler.Raghavendra G2009-06-301-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 libglusterfstag-release-2.0Shehjar Tikoo2009-05-204-109/+500
* booster: Fall back to remaining real_* functorsShehjar Tikoo2009-05-191-13/+36
* booster: Dont de-init fd tables on VMP-init failureShehjar Tikoo2009-05-191-17/+5
* booster: Do not read info for non-glusterfs mount pointsShehjar Tikoo2009-05-191-0/+3
* booster: Add telldir APIShehjar Tikoo2009-05-182-0/+38
* booster: Add seekdir APIShehjar Tikoo2009-05-182-0/+36
* booster: Add rewinddir APIShehjar Tikoo2009-05-182-0/+37
* booster: Supplement fstab option parsingShehjar Tikoo2009-05-181-6/+14
* booster: Add fstab parsing supportShehjar Tikoo2009-05-081-57/+74
* booster: Standardize conf file and env variableShehjar Tikoo2009-05-081-2/+2
* booster: Use CONFDIR as booster.conf default locationShehjar Tikoo2009-05-061-1/+1
* booster: Change booster conf env var nameShehjar Tikoo2009-05-061-1/+2
* booster: Add lchown APIShehjar Tikoo2009-05-051-0/+23
* booster: Add remove APIShehjar Tikoo2009-05-051-0/+22
* booster: Add getxattr,lgetxattr APIShehjar Tikoo2009-05-051-1/+47
* booster: Add readdir64 APIShehjar Tikoo2009-05-052-1/+14
* booster: Add statvfs APIShehjar Tikoo2009-05-052-0/+65