index
:
glusterfs.git
bug-deprecated
dht-stale-layout-fixes
exp
experimental
heal-info
master
release-2.0
release-3.0
release-3.1
release-3.10
release-3.11
release-3.12
release-3.13
release-3.2
release-3.3
release-3.4
release-3.5
release-3.6
release-3.7
release-3.8
release-3.8-fb
release-3.9
release-4.0
release-4.1
release-5
release-6
release-7
release-8
round-robin2
testing-regression-job
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
renamed xlator/protocol to xlator/protocol/legacy
Amar Tumballi
2010-06-21
45
-36
/
+70
*
Revert "performance/write-behind: explicitly enforce ordering of overlapping ...
Anand V. Avati
2010-06-15
1
-126
/
+128
*
Changes to volgen such that it does not error out in python2.4
Raghavendra Bhat
2010-06-10
1
-1
/
+4
*
changed the order of gf_log in xlator.c to prevent hang
Amar Tumballi
2010-06-10
1
-3
/
+3
*
Fix compilation failure on Solaris in __socket_keepalive()
Vijay Bellur
2010-06-08
1
-1
/
+1
*
mem-types: include *-mem-types.h in noinst_HEADERS variables in all Makefile.am
Anand Avati
2010-06-08
24
-21
/
+29
*
quick-read: fix size parameter to GF_CALLOC of priv to fix mem corruption
Anand Avati
2010-06-07
1
-1
/
+1
*
dynamic volume changes for graph replacement
Anand Avati
2010-06-07
30
-2002
/
+2383
*
fuse: add a built-in fuse traffic dumper mechanism
Csaba Henk
2010-06-07
4
-40
/
+143
*
performance/quick-read: fix the size-to-be pruned.
Raghavendra G
2010-06-03
1
-2
/
+2
*
performance/quick-read: set default cache-size value to 128MB.
Raghavendra G
2010-06-03
1
-1
/
+3
*
cluster/afr: Check before accessing xattrs in data self heal.
Pavan Sondur
2010-06-01
1
-1
/
+2
*
extras/gnfs-lognalyzer: Delete class instance to release mem early
Shehjar Tikoo
2010-06-01
1
-0
/
+1
*
mount3: Handle unmount for unknown volume names
Shehjar Tikoo
2010-06-01
1
-7
/
+19
*
mount3: Handle <volname> as well for unmount dirpath
Shehjar Tikoo
2010-06-01
1
-1
/
+4
*
nfs3: Special-case the lookup for parent dir of root
Shehjar Tikoo
2010-06-01
1
-7
/
+31
*
nfs3: Funge . and .. ino/gen in readdir of root
Shehjar Tikoo
2010-06-01
3
-39
/
+96
*
OS X: make location of launchd service configurable
Csaba Henk
2010-05-31
2
-1
/
+9
*
OS X: salvage signal handling from mount routine
Csaba Henk
2010-05-31
1
-2
/
+3
*
protocol/client: Add missing argument to readlink unwind call.
Pavan Sondur
2010-05-31
1
-1
/
+2
*
cluster/stripe: NULL pointer dereference checks added
Amar Tumballi
2010-05-28
1
-152
/
+359
*
cluster/stripe: added STACK_UNWIND_STRICT macro
Amar Tumballi
2010-05-28
1
-664
/
+717
*
catch up with 4911659 on OS X
Csaba Henk
2010-05-28
1
-0
/
+1
*
protocol/server: Use EBADFD instead of EBADF in the case of a failed fd resol...
Pavan Sondur
2010-05-27
1
-1
/
+1
*
protocol/client: Unwind with error if getting remote inode number fails.
Pavan Sondur
2010-05-27
1
-1
/
+44
*
nfs/lib: Remove "-module" from LDFLAGS
Vikas Gorur
2010-05-27
1
-1
/
+1
*
stat information of postparent stored in preparentstr insteadof postparentstr...
Raghavendra Bhat
2010-05-27
1
-1
/
+1
*
take the return value of trace_stat_to_str for preparent and postparent in co...
Raghavendra Bhat
2010-05-27
1
-2
/
+2
*
Check whether NULL is returned after GF_CALLOC in the init function of io-stats
Raghavendra Bhat
2010-05-27
1
-0
/
+6
*
resolver: set safer conditionals during path creation
Anand Avati
2010-05-27
1
-1
/
+1
*
performance/write-behind: explicitly enforce ordering of overlapping writes.
Raghavendra G
2010-05-26
1
-128
/
+126
*
features/locks: Use fuse supplied lock owner even for internal locks.
Pavan Sondur
2010-05-26
2
-2
/
+2
*
socket: make tcp keepalive work on OS X
Csaba Henk
2010-05-26
1
-2
/
+10
*
fix format string warning on OS X
Csaba Henk
2010-05-26
1
-1
/
+6
*
performance/quick-read: implement an upper size limit for the cache.
Raghavendra G
2010-05-26
3
-254
/
+610
*
libglusterfs: Use usecond resolution for logging
Vijay Bellur
2010-05-21
1
-3
/
+8
*
free this->private in fini in io-stats
Raghavendra Bhat
2010-05-21
1
-0
/
+2
*
socket: Support TCP-KEEPALIVE
Shehjar Tikoo
2010-05-21
2
-0
/
+84
*
nfs: Introduce trusted-write and trusted-sync options
Shehjar Tikoo
2010-05-21
3
-6
/
+183
*
Log proper error message when hostname or ip does not conform to standards.
Sachidananda
2010-05-21
1
-1
/
+6
*
OS X: enable mac-compat for OS X clients.
Csaba Henk
2010-05-21
1
-2
/
+6
*
OS X: adjustments, minor fixes to eliminate warnings
Csaba Henk
2010-05-21
8
-15
/
+153
*
OS X: NFS adjustments needed for OS X
Csaba Henk
2010-05-21
3
-0
/
+16
*
OS X: basic additions for OS X client support
Csaba Henk
2010-05-21
13
-47
/
+1290
*
cluster/afr: Don't dereference fd ptr - it might be NULL due to a failed call.
Pavan Sondur
2010-05-21
1
-1
/
+1
*
Bug 799: dht prints 100% full when subvolume is not connected to remote host
Lakshmipathi
2010-05-21
1
-1
/
+1
*
fuse, dht: use readdir by default.
Anand Avati
2010-05-13
2
-5
/
+17
*
dht: perform revalidate on one subvolume
Anand Avati
2010-05-13
1
-108
/
+17
*
write-behind: update default values for better small file performance
Anand Avati
2010-05-13
1
-2
/
+2
*
added features/mac-compat
Csaba Henk
2010-05-13
12
-268
/
+345
[next]