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
*
Change Copyright current year
Pranith Kumar K
2011-08-10
4
-4
/
+4
*
LICENSE: s/GNU Affero General Public/GNU General Public/
Pranith Kumar K
2011-08-06
4
-12
/
+12
*
fuse: retire the faked-FLUSH-upon-RELEASE hack
Csaba Henk
2010-10-26
1
-1
/
+0
*
Copyright changes
Vijay Bellur
2010-10-11
4
-4
/
+4
*
Change GNU GPL to GNU AGPL
Pranith K
2010-10-04
4
-12
/
+12
*
booster/fcntl: implement F_GETFD and F_SETFD.
Raghavendra G
2010-01-23
3
-5
/
+85
*
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
*
Revert "booster, libglusterfsclient: Support samba specific relative paths"
Raghavendra G
2009-11-18
1
-8
/
+0
*
booster: Must check errno for error number not return value
Shehjar Tikoo
2009-10-30
1
-3
/
+3
*
booster, libglusterfsclient: Support samba specific relative paths
Shehjar Tikoo
2009-10-30
1
-0
/
+8
*
booster: seperate out the implementations of readdir and readdir64.
Raghavendra G
2009-10-26
2
-13
/
+41
*
Changed occurrences of Z Research to Gluster.
Vijay Bellur
2009-10-07
4
-4
/
+4
*
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
[next]