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
/
xlators
/
performance
Commit message (
Expand
)
Author
Age
Files
Lines
*
performance/write-behind: invoke request queue processing if
Raghavendra G
2013-09-10
1
-19
/
+30
*
io-cache: fix unsafe typcasting of pointer to uint64
Anand Avati
2013-09-10
1
-1
/
+3
*
performance/io-threads: fix potential use after free crash
Brian Foster
2013-09-09
1
-1
/
+1
*
performance/open-behind: Fix fd-leaks in unlink, rename
Pranith Kumar K
2013-09-09
1
-0
/
+4
*
xlator: NULL terminate volume_options struct
Santosh Kumar Pradhan
2013-09-09
2
-5
/
+7
*
open-behind: propagate errors from ob_wake_cbk
Anand Avati
2013-09-09
1
-9
/
+25
*
performance/open-behind: use anonymous fd for doing fstat and readv
Raghavendra Bhat
2013-09-09
1
-2
/
+2
*
mount/fuse: perform lookup() on inodes linked through readdirplus
Anand Avati
2013-09-09
1
-0
/
+7
*
md-cache: fix xattr caching code in getxattr
Anand Avati
2013-09-09
1
-2
/
+2
*
md-cache: invalidate attributes on xattr update
Anand Avati
2013-09-08
1
-0
/
+164
*
call-stub: internal refactor
Anand Avati
2013-09-05
1
-40
/
+40
*
md-cache: support negative xattr entries
Anand Avati
2013-06-08
1
-10
/
+31
*
quick-read: prune cache on write/[f]truncate
Anand Avati
2013-06-08
1
-0
/
+43
*
performance/write-behind: Enable write-behind when strict_O_DIRECT is not set.
Vijay Bellur
2013-05-29
1
-2
/
+1
*
performance/io-cache: check the inode context to be NULL before accessing
v3.4.0beta2
Raghavendra Bhat
2013-05-23
1
-0
/
+7
*
md-cache: Make options structure NULL terminated
Krishnan Parthasarathi
2013-05-20
1
-0
/
+1
*
performance/io-cache: Avoid double mem_put in ioc_readv
Pranith Kumar K
2013-05-07
1
-2
/
+3
*
performance/write-behind: guarantee non-overlapping concurrent writes
v3.4.0alpha2
Jeff Darcy
2013-03-06
1
-1
/
+65
*
performance/write-behind: mark fd bad if any written behind writes fail
Raghavendra G
2013-03-06
1
-57
/
+114
*
Use proper libtool option -avoid-version instead of bogus -avoidversion
Anand Avati
2013-02-07
8
-8
/
+8
*
open-behind: translator to perform open calls in background
Anand Avati
2013-02-06
5
-1
/
+958
*
performance/write-behind: do not try to take LOCK in forget
Raghavendra Bhat
2013-02-03
1
-7
/
+3
*
quick-read: various fixes
Anand Avati
2013-01-29
1
-1
/
+12
*
performance/io-cache: propagate errors while unwinding frame in
Raghavendra G
2013-01-29
1
-5
/
+11
*
performance/md-cache: add force-readdirp flag to make readdirp configurable
Brian Foster
2013-01-28
1
-3
/
+29
*
quick-read: refactor
Anand Avati
2013-01-28
3
-3340
/
+413
*
"gcc -pedantic": made 'inline' functions as 'static inline' functions
Amar Tumballi
2013-01-23
2
-6
/
+4
*
glusterd/cli: Updated the options descriptions for "volume set help"
Avra Sengupta
2013-01-21
1
-0
/
+2
*
core: fixes for gcc's '-pedantic' flag build
Avra Sengupta
2013-01-21
2
-3
/
+6
*
write-behind: fixes issues with iobuf length for large writes
Kaushal M
2012-12-13
1
-5
/
+15
*
fix memory leaks
Raghavendra Bhat
2012-12-04
1
-0
/
+2
*
perf/io-threads: least-rate-limit least priority throttling
Brian Foster
2012-11-21
2
-2
/
+94
*
write-behind: use uint64_t for overlap comparison
Anand Avati
2012-10-13
1
-4
/
+4
*
performance/write-behind: use try lock while taking statedumps
Raghavendra Bhat
2012-10-11
1
-2
/
+9
*
build: split CPPFLAGS from CFLAGS
Jeff Darcy
2012-10-03
7
-14
/
+23
*
build: remove useless explicit -fPIC -shared from
Jeff Darcy
2012-10-03
7
-14
/
+14
*
build: remove -nostartfiles flag
Jeff Darcy
2012-10-02
7
-7
/
+7
*
build: consolidate common compilation flags into one variable
Jeff Darcy
2012-10-01
7
-7
/
+7
*
write-behind: implement causal ordering and other cleanup
Anand Avati
2012-10-01
1
-2418
/
+1068
*
performance/io-cache: provide hook for dumping inode context
Raghavendra Bhat
2012-09-19
1
-29
/
+38
*
libglusterfs/dict: make 'dict_t' a opaque object
Amar Tumballi
2012-09-06
1
-4
/
+7
*
performance/write-behind: avoid deadlock while taking the statedump of fds
Raghavendra Bhat
2012-08-19
1
-6
/
+24
*
performance/write-behind: store the wb_inode in local before winding
Raghavendra Bhat
2012-08-11
1
-1
/
+3
*
core: reduce the usage of global variables
Amar Tumballi
2012-08-03
1
-1
/
+1
*
performance/io-cache: use pthread_mutex_trylock to hold mutex in statedumps
Raghavendra Bhat
2012-08-02
1
-7
/
+60
*
performance/quick-read: use pthread_mutex_trylock to hold mutex in statedumps
Raghavendra Bhat
2012-08-02
1
-3
/
+16
*
performance/write-behind: maintain a per-inode request queue instead of maint...
Raghavendra G
2012-08-02
2
-596
/
+769
*
performance/read-ahead: use pthread_mutex_trylock to hold mutex in statedumps
Raghavendra Bhat
2012-08-01
1
-11
/
+18
*
performance/io-threads: dump the io-threads specific information in statedump
Raghavendra Bhat
2012-07-30
2
-2
/
+52
*
performance/io-threads: Provide option to turn off least-priority
Pranith Kumar K
2012-07-30
2
-5
/
+13
[next]