Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | booster: fix memory corruption in booster_cleanup | Raghavendra G | 2009-06-11 | 1 | -4/+10 |
* | booster: implement fcntl. | Raghavendra G | 2009-06-11 | 1 | -1/+104 |
* | booster: implement readdir_r and readdir64_r. | Raghavendra G | 2009-06-11 | 2 | -0/+70 |
* | booster: call glusterfs_umount_all during cleanup | Raghavendra G | 2009-06-11 | 1 | -0/+4 |
* | booster: implement sendfile. | Raghavendra G | 2009-06-11 | 1 | -0/+58 |
* | booster: remove mount table which maps a path to glusterfs handler. | Raghavendra G | 2009-06-11 | 1 | -236/+86 |
* | booster: attr_timeout: Read timeout from booster fstab | Shehjar Tikoo | 2009-06-03 | 1 | -0/+17 |
* | booster: Clean-up handling of log/fstab env variables | Shehjar Tikoo | 2009-06-02 | 1 | -5/+14 |
* | booster: Eliminate gluster context creation race | Shehjar Tikoo | 2009-06-02 | 1 | -92/+133 |
* | booster: Clear up env var usage | Shehjar Tikoo | 2009-06-02 | 1 | -1/+14 |
* | add booster_fstab.h in noinst_HEADERS to fix build breakage after 'make dist' | Anand Avati | 2009-05-26 | 1 | -0/+1 |
* | booster: Move fstab parsing into booster from libglusterfs | Shehjar Tikoo | 2009-05-20 | 4 | -109/+500 |
* | booster: Fall back to remaining real_* functors | Shehjar Tikoo | 2009-05-19 | 1 | -13/+36 |
* | booster: Dont de-init fd tables on VMP-init failure | Shehjar Tikoo | 2009-05-19 | 1 | -17/+5 |
* | booster: Do not read info for non-glusterfs mount points | Shehjar Tikoo | 2009-05-19 | 1 | -0/+3 |
* | booster: Add telldir API | Shehjar Tikoo | 2009-05-18 | 2 | -0/+38 |
* | booster: Add seekdir API | Shehjar Tikoo | 2009-05-18 | 2 | -0/+36 |
* | booster: Add rewinddir API | Shehjar Tikoo | 2009-05-18 | 2 | -0/+37 |
* | booster: Supplement fstab option parsing | Shehjar Tikoo | 2009-05-18 | 1 | -6/+14 |
* | booster: Add fstab parsing support | Shehjar Tikoo | 2009-05-08 | 1 | -57/+74 |
* | booster: Standardize conf file and env variable | Shehjar Tikoo | 2009-05-08 | 1 | -2/+2 |
* | booster: Use CONFDIR as booster.conf default location | Shehjar Tikoo | 2009-05-06 | 1 | -1/+1 |
* | booster: Change booster conf env var name | Shehjar Tikoo | 2009-05-06 | 1 | -1/+2 |
* | booster: Add lchown API | Shehjar Tikoo | 2009-05-05 | 1 | -0/+23 |
* | booster: Add remove API | Shehjar Tikoo | 2009-05-05 | 1 | -0/+22 |
* | booster: Add getxattr,lgetxattr API | Shehjar Tikoo | 2009-05-05 | 1 | -1/+47 |
* | booster: Add readdir64 API | Shehjar Tikoo | 2009-05-05 | 2 | -1/+14 |
* | booster: Add statvfs API | Shehjar Tikoo | 2009-05-05 | 2 | -0/+65 |
* | booster: Add statfs API | Shehjar Tikoo | 2009-05-05 | 2 | -0/+64 |
* | booster: Add lstat API | Shehjar Tikoo | 2009-05-05 | 2 | -0/+127 |
* | booster: Add fstat API | Shehjar Tikoo | 2009-05-05 | 2 | -0/+141 |
* | booster: Add stat API | Shehjar Tikoo | 2009-05-05 | 3 | -2/+153 |
* | booster: Add closedir API | Shehjar Tikoo | 2009-05-05 | 1 | -0/+33 |
* | booster: Add readdir API | Shehjar Tikoo | 2009-05-05 | 1 | -0/+32 |
* | booster: Add opendir API | Shehjar Tikoo | 2009-05-05 | 1 | -0/+51 |
* | booster: Add realpath API | Shehjar Tikoo | 2009-05-05 | 1 | -0/+20 |
* | booster: Add readlink API | Shehjar Tikoo | 2009-05-05 | 1 | -0/+20 |
* | booster: Add symlink API | Shehjar Tikoo | 2009-05-05 | 1 | -0/+20 |
* | booster: Add unlink API | Shehjar Tikoo | 2009-05-05 | 1 | -0/+20 |
* | booster: Add mkfifo API | Shehjar Tikoo | 2009-05-05 | 1 | -0/+20 |
* | booster: Add mknod API | Shehjar Tikoo | 2009-05-05 | 1 | -0/+20 |
* | booster: Add utime API | Shehjar Tikoo | 2009-05-05 | 1 | -0/+22 |
* | booster: Add utimes API | Shehjar Tikoo | 2009-05-05 | 1 | -0/+20 |
* | booster: Add rename API | Shehjar Tikoo | 2009-05-05 | 1 | -0/+21 |
* | booster: Add link API | Shehjar Tikoo | 2009-05-05 | 1 | -0/+21 |
* | booster: Add ftruncate API | Shehjar Tikoo | 2009-05-05 | 1 | -0/+23 |
* | booster: Add fsync API | Shehjar Tikoo | 2009-05-05 | 1 | -0/+23 |
* | booster: Add fchown API | Shehjar Tikoo | 2009-05-05 | 1 | -0/+25 |
* | booster: Add fchmod API | Shehjar Tikoo | 2009-05-05 | 1 | -1/+21 |
* | booster: Add chown API | Shehjar Tikoo | 2009-05-05 | 1 | -0/+21 |