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
...
*
libglusterfsclient: Simplify inode and stat caching
Shehjar Tikoo
2009-06-03
3
-127
/
+94
*
libglusterfsclient: Allocate right sized structure
Shehjar Tikoo
2009-06-03
1
-1
/
+1
*
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
*
bug fix in dht-diskusage when statvfs->f_blocks is 0
Amar Tumballi
2009-06-02
1
-2
/
+3
*
Remove absolute path for init scripts.
Harshavardhana
2009-05-29
1
-1
/
+1
*
socket: New option: Set receive and send buffer size
Shehjar Tikoo
2009-05-29
2
-3
/
+76
*
Fix mismatch in size of used buffer to prevent an infinite loop
Pavan Sondur
2009-05-29
1
-1
/
+1
*
Do itransform in AFR readdir.
Vikas Gorur
2009-05-26
1
-3
/
+10
*
Always do itransform of the inode number from the first up child.
Vikas Gorur
2009-05-26
1
-8
/
+17
*
add booster_fstab.h in noinst_HEADERS to fix build breakage after 'make dist'
Anand Avati
2009-05-26
1
-0
/
+1
*
Preserve atime/mtime during data self heal.
Vikas Gorur
2009-05-26
1
-8
/
+51
*
fix crash in __socket_reset. Previously iobuf_p was an allocated pointer, but...
Anand Avati
2009-05-22
1
-2
/
+2
*
THIS: use xlator_init() for initializing xlators
Anand V. Avati
2009-05-22
2
-2
/
+2
*
THIS: add xlator_init() API to set @THIS
Anand V. Avati
2009-05-22
2
-0
/
+18
*
THIS: bootstrap @THIS in fuse thread
Anand V. Avati
2009-05-22
1
-0
/
+2
*
THIS: unify now uses xlator_notify for setting THIS
Anand V. Avati
2009-05-22
1
-1
/
+1
*
THIS: protocol/client now uses xlator_notify for setting THIS
Anand V. Avati
2009-05-22
1
-12
/
+9
*
THIS: ib-verbs now uses xlator_notify for setting THIS
Anand V. Avati
2009-05-22
1
-4
/
+4
*
THIS: socket now uses xlator_notify for setting THIS
Anand V. Avati
2009-05-22
1
-4
/
+4
*
THIS: default_notify to use xlator_notify for THIS compatibility
Anand V. Avati
2009-05-22
1
-7
/
+4
*
THIS: xlator_notify API to be used for propagating notifications with proper ...
Anand V. Avati
2009-05-22
2
-0
/
+19
*
THIS: set appropriately in call stub resumes
Anand V. Avati
2009-05-22
1
-4
/
+11
*
THIS: set appropriately in STACK_* macros
Anand V. Avati
2009-05-22
1
-4
/
+21
*
globals: add globals.h/c THIS: macro to access thread specific current xlator...
Anand V. Avati
2009-05-22
4
-4
/
+215
*
Check for returns when apxs fails and disable mod_glusterfs
Harshavardhana
2009-05-21
1
-4
/
+10
*
mem-pool,io-threads: Destroy mem-pool on deallocation
Shehjar Tikoo
2009-05-21
3
-0
/
+17
*
booster: Move fstab parsing into booster from libglusterfs
Shehjar Tikoo
2009-05-20
6
-436
/
+436
*
add xlator debug/io-stats
Csaba Henk
2009-05-20
5
-1
/
+1536
*
add 'non-blocking-io' to the options array in sockets.
Amar Tumballi
2009-05-20
1
-0
/
+3
*
io-threads: Use boolean enums instead of integer 1
Shehjar Tikoo
2009-05-20
1
-2
/
+2
*
io-threads: Change mutexes/condvars to spinlocks/semaphores
Shehjar Tikoo
2009-05-20
2
-36
/
+80
*
io-threads: Reduce default max for threads to 64
Shehjar Tikoo
2009-05-20
1
-1
/
+1
*
io-threads: Support mem-pool allocator for iot_request_t
Shehjar Tikoo
2009-05-20
2
-23
/
+44
*
io-threads: Add graceful shutdown of worker threads
Raghavendra G
2009-05-20
2
-25
/
+79
*
io-threads: handle memory allocation failures
Raghavendra G
2009-05-20
1
-197
/
+760
*
Change errno to EAGAIN in readv/writev
Vikas Gorur
2009-05-19
1
-6
/
+7
*
mem-pool: Restructure mem-pool behaviour
Shehjar Tikoo
2009-05-19
2
-31
/
+55
*
mem-pool: Fix #define spelling
Shehjar Tikoo
2009-05-19
1
-3
/
+3
*
mem-pool: Remove hard coded value for pad boundary
Shehjar Tikoo
2009-05-19
1
-1
/
+1
*
mem-pool: Fix memory leak in mem-pool init phase
Shehjar Tikoo
2009-05-19
1
-1
/
+3
*
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
*
Appropriate changes to statvfs struct for Solaris host.
Harshavardhana Ranganath
2009-05-19
1
-0
/
+13
*
libglusterfsclient: Comply with EEXIST rule on rename
Shehjar Tikoo
2009-05-18
1
-8
/
+0
*
libglusterfsclient: __do_path_resolve: Fix pathname resolution bug
Shehjar Tikoo
2009-05-18
1
-1
/
+1
*
libglusterfsclient: Wipe loc->ino in libgf_client_loc_wipe
Shehjar Tikoo
2009-05-18
1
-0
/
+1
*
booster: Add telldir API
Shehjar Tikoo
2009-05-18
2
-0
/
+38
[prev]
[next]