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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make changes such that glusterfs builds with Werror and fix LONG_LONG_MAX def...
Pavan Sondur
2009-10-01
1
-2
/
+2
*
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
2
-159
/
+159
*
fuse: emit a flush from release if we didn't get an adjacent FLUSH message fr...
Csaba Henk
2009-09-23
1
-0
/
+1
*
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
3
-71
/
+547
*
booster: Support backward compatible options
Shehjar Tikoo
2009-09-02
1
-0
/
+6
*
changed booster fstab to parse the arguments same as mount.glusterfs
Amar Tumballi
2009-08-20
1
-2
/
+2
*
booster: Fix fd leak due to incorrect NULL check
Shehjar Tikoo
2009-07-29
1
-1
/
+1
*
booster: automake 1.11 compatibility fix
Csaba Henk
2009-07-02
1
-1
/
+1
*
booster: Fix build problems with various libtool versions
Shehjar Tikoo
2009-06-29
2
-12
/
+20
*
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
4
-139
/
+438
*
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
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
[next]