index
:
glusterfs-afrv1.git
development
master
release-2.0
release-3.0
release-3.1
release-3.2
release-3.3
release-3.4
release-3.5
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
booster
/
src
/
booster.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Copyright changes
Vijay Bellur
2010-10-11
1
-1
/
+1
*
Change GNU GPL to GNU AGPL
Pranith K
2010-10-04
1
-3
/
+3
*
booster/fcntl: implement F_GETFD and F_SETFD.
Raghavendra G
2010-01-23
1
-0
/
+26
*
fixing some warnings on 64bit machine.
Amar Tumballi
2009-12-03
1
-8
/
+11
*
booster: implement xattr related apis.
Raghavendra G
2009-11-18
1
-0
/
+101
*
booster: implement creat64.
Raghavendra G
2009-11-18
1
-0
/
+47
*
booster: implement truncate and truncate64.
Raghavendra G
2009-11-18
1
-0
/
+76
*
booster: implement ftruncate64.
Raghavendra G
2009-11-18
1
-1
/
+33
*
booster: implement getcwd.
Raghavendra G
2009-11-18
1
-0
/
+14
*
booster: implement fchdir.
Raghavendra G
2009-11-18
1
-0
/
+43
*
booster: implement chdir.
Raghavendra G
2009-11-18
1
-0
/
+53
*
booster: Must check errno for error number not return value
Shehjar Tikoo
2009-10-30
1
-3
/
+3
*
booster: seperate out the implementations of readdir and readdir64.
Raghavendra G
2009-10-26
1
-1
/
+41
*
Changed occurrences of Z Research to Gluster.
Vijay Bellur
2009-10-07
1
-1
/
+1
*
booster: Cleanup booster_cleanup and register for atexit
Shehjar Tikoo
2009-09-24
1
-20
/
+10
*
booster: Reduce logging aggressiveness to TRACE
Shehjar Tikoo
2009-09-24
1
-155
/
+155
*
booster: implement F_DUPFD command in fcntl.
Raghavendra G
2009-09-22
1
-0
/
+2
*
booster: Fix build warnings
Shehjar Tikoo
2009-09-22
1
-14
/
+15
*
booster: use __REDIRECT macro to prevent creat being renamed to creat64.
Raghavendra G
2009-09-15
1
-1
/
+4
*
booster: use appropriate conversion specifier during logging in close.
Raghavendra G
2009-09-15
1
-1
/
+1
*
booster: Fix fd_t leak in pread64
Shehjar Tikoo
2009-09-09
1
-0
/
+1
*
booster: Enhance booster logging
Shehjar Tikoo
2009-09-09
1
-61
/
+515
*
booster: Fix build problems with various libtool versions
Shehjar Tikoo
2009-06-29
1
-1
/
+6
*
booster: Another attempt to fix 32 and 64 bit interoperability
Shehjar Tikoo
2009-06-29
1
-17
/
+27
*
booster: Add new booster-specific fd-table
Shehjar Tikoo
2009-06-29
1
-137
/
+73
*
booster: fix build error in fcntl implementation.
Raghavendra G
2009-06-15
1
-1
/
+7
*
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
1
-0
/
+69
*
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: 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
*
booster: Move fstab parsing into booster from libglusterfs
Shehjar Tikoo
2009-05-20
1
-108
/
+1
*
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
1
-0
/
+29
*
booster: Add seekdir API
Shehjar Tikoo
2009-05-18
1
-0
/
+26
*
booster: Add rewinddir API
Shehjar Tikoo
2009-05-18
1
-0
/
+28
*
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
[next]