summaryrefslogtreecommitdiffstats
path: root/booster/src/booster.c
Commit message (Expand)AuthorAgeFilesLines
* booster: Cleanup booster_cleanup and register for atexitShehjar Tikoo2009-09-241-20/+10
* booster: Reduce logging aggressiveness to TRACEShehjar Tikoo2009-09-241-155/+155
* 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-091-61/+515
* booster: Fix build problems with various libtool versionsShehjar Tikoo2009-06-291-1/+6
* booster: Another attempt to fix 32 and 64 bit interoperabilityShehjar Tikoo2009-06-291-17/+27
* booster: Add new booster-specific fd-tableShehjar Tikoo2009-06-291-137/+73
* 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-111-0/+69
* 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: 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
* booster: Move fstab parsing into booster from libglusterfsShehjar Tikoo2009-05-201-108/+1
* 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-181-0/+29
* booster: Add seekdir APIShehjar Tikoo2009-05-181-0/+26
* booster: Add rewinddir APIShehjar Tikoo2009-05-181-0/+28
* 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-051-1/+1
* booster: Add statvfs APIShehjar Tikoo2009-05-051-0/+47
* booster: Add statfs APIShehjar Tikoo2009-05-051-0/+46
* booster: Add lstat APIShehjar Tikoo2009-05-051-0/+94
* booster: Add fstat APIShehjar Tikoo2009-05-051-0/+107
* booster: Add stat APIShehjar Tikoo2009-05-051-1/+97
* booster: Add closedir APIShehjar Tikoo2009-05-051-0/+33
* booster: Add readdir APIShehjar Tikoo2009-05-051-0/+32
* booster: Add opendir APIShehjar Tikoo2009-05-051-0/+51
* booster: Add realpath APIShehjar Tikoo2009-05-051-0/+20
* booster: Add readlink APIShehjar Tikoo2009-05-051-0/+20
* booster: Add symlink APIShehjar Tikoo2009-05-051-0/+20
* booster: Add unlink APIShehjar Tikoo2009-05-051-0/+20
* booster: Add mkfifo APIShehjar Tikoo2009-05-051-0/+20