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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
libglusterfsclient: Return EEXIST on lookup success in glusterfs_mkdir
Shehjar Tikoo
2009-04-08
1
-4
/
+3
*
libglusterfsclient: Perform explicit create
Shehjar Tikoo
2009-04-08
1
-4
/
+3
*
libglusterfsclient: Handle O_CREAT on lookup failure
Shehjar Tikoo
2009-04-08
1
-0
/
+15
*
libglusterfsclient: Dont depend on ENOENT
Shehjar Tikoo
2009-04-08
1
-2
/
+2
*
libglusterfsclient: Remove spurious strcmp
Shehjar Tikoo
2009-04-08
1
-6
/
+0
*
libglusterfsclient: Resolve path on empty caches
Shehjar Tikoo
2009-04-08
1
-17
/
+11
*
libglusterfsclient: Fix segfault in glusterfs_open
Shehjar Tikoo
2009-04-08
1
-3
/
+3
*
introduction of secondary index database in storage/bdb
Basavanagowda Kanur
2009-04-08
4
-1523
/
+2019
*
link() & rename() on storage/bdb will always return EXDEV.
Basavanagowda Kanur
2009-04-08
3
-353
/
+2
*
storage/bdb untabify, code alignment to limit to 80 characters per line.
Basavanagowda Kanur
2009-04-08
4
-4409
/
+4566
*
map translator cleanup.
Amar Tumballi
2009-04-08
1
-643
/
+1065
*
Fix minor bug in afr_open_cbk.
Vikas Gorur
2009-04-08
1
-3
/
+7
*
io-threads: Refactor un-ordered worker exit path
Shehjar Tikoo
2009-04-08
1
-33
/
+17
*
io-threads: Refactor ordered worker exit path
Shehjar Tikoo
2009-04-08
1
-34
/
+25
*
add .gitignore
Csaba Henk
2009-04-08
1
-0
/
+12
*
Fix in changelog logic.
Vikas Gorur
2009-04-07
6
-41
/
+254
*
Consider a subvolume dead if an fop fails on it
Vikas Gorur
2009-04-07
3
-17
/
+19
*
Add lock-less versions of fd_ctx_*
Vikas Gorur
2009-04-07
2
-52
/
+104
*
Enabling booster after port to work with changed libglusterfsclient interface.
Raghavendra G
2009-04-06
1
-0
/
+929
*
fix to fd leak in posix_create() in case of some failures.
Amar Tumballi
2009-04-06
1
-2
/
+3
*
nufa to take care of free disk-space while creating files.
Amar Tumballi
2009-04-06
1
-32
/
+74
*
Fix in return value of afr_sh_mark_sources
Vikas Gorur
2009-04-06
3
-10
/
+26
*
bitrot-13 fix
Csaba Henk
2009-04-06
1
-0
/
+2
*
Fix an incorrect type-cast in libglusterfsclient.c
Vikas Gorur
2009-04-06
1
-1
/
+1
*
io-threads: Cleaner stub destruction
Shehjar Tikoo
2009-04-06
1
-0
/
+3
*
io-threads: Sanity check worker thread idx
Shehjar Tikoo
2009-04-06
1
-20
/
+62
*
disabling booster
Anand V. Avati
2009-04-03
1
-920
/
+0
*
distribute to take care of available disk space while creating new dirs, and ...
Amar Tumballi
2009-04-03
5
-26
/
+384
*
fix broken transport-type unix
Rommer
2009-04-03
1
-1
/
+5
*
libglusterfsclient - reimplement glusterfs_fgetxattr and glusterfs_fsetxattr
Raghavendra G
2009-04-03
1
-90
/
+137
*
libglusterfsclient - fix bug in __do_path_resolve
Raghavendra G
2009-04-03
1
-22
/
+26
*
libglusterfsclient - move lookup timeout related code to libgf_client_path_lo...
Raghavendra G
2009-04-03
3
-227
/
+181
*
libglusterfsclient - fix indentation
Raghavendra G
2009-04-03
3
-78
/
+155
*
libglusterfsclient - change implementation of glusterfs_get
Raghavendra G
2009-04-03
3
-41
/
+49
*
mod_glusterfs/lighttpd/1.4 port and memory leak fixes
Raghavendra G
2009-04-03
2
-99
/
+196
*
mod_glusterfs/apache/1.3 port
Raghavendra G
2009-04-03
1
-25
/
+26
*
mod_glusterfs/apache/2.2 port
Raghavendra G
2009-04-03
1
-20
/
+21
*
libglusterfsclient code changes
Raghavendra G
2009-04-03
7
-436
/
+1194
*
server-protocol - reimplement connection cleanup to happen in 2 phases
Raghavendra G
2009-04-03
6
-32
/
+261
*
Made afr inode context a 64-bit packed value instead of a structure.
Vikas Gorur
2009-04-03
4
-313
/
+205
*
Load balance read operations among subvolumes in afr
Vikas Gorur
2009-04-02
4
-110
/
+513
*
Defined afr_inode_ctx_t structure.
Vikas Gorur
2009-04-02
2
-11
/
+76
*
io-threads: Support autoscaling volfile options
Shehjar Tikoo
2009-04-02
2
-24
/
+104
*
io-threads: Cleanup request queueing,thread firing
Shehjar Tikoo
2009-04-02
1
-30
/
+38
*
io-threads: Allow scaling to be switched off
Shehjar Tikoo
2009-04-02
2
-11
/
+73
*
io-threads: Add ordered threadpool state and code
Shehjar Tikoo
2009-04-02
2
-58
/
+182
*
io-threads: Add un-ordered thread-pool.
Shehjar Tikoo
2009-04-02
2
-98
/
+334
*
io-threads: Classify requests for threadpool type
Shehjar Tikoo
2009-04-02
1
-26
/
+33
*
io-threads: Wire in support for rename fop
Shehjar Tikoo
2009-04-02
1
-0
/
+55
*
io-threads: Wire in support for symlink fop
Shehjar Tikoo
2009-04-02
1
-0
/
+53
[prev]
[next]