summaryrefslogtreecommitdiffstats
path: root/booster
Commit message (Expand)AuthorAgeFilesLines
* 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
* booster: Add statfs APIShehjar Tikoo2009-05-052-0/+64
* booster: Add lstat APIShehjar Tikoo2009-05-052-0/+127
* booster: Add fstat APIShehjar Tikoo2009-05-052-0/+141
* booster: Add stat APIShehjar Tikoo2009-05-053-2/+153
* 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
* booster: Add mknod APIShehjar Tikoo2009-05-051-0/+20
* booster: Add utime APIShehjar Tikoo2009-05-051-0/+22
* booster: Add utimes APIShehjar Tikoo2009-05-051-0/+20
* booster: Add rename APIShehjar Tikoo2009-05-051-0/+21
* booster: Add link APIShehjar Tikoo2009-05-051-0/+21