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: detect short writes and pend an EIO error
Brian Foster
2012-07-25
1
-1
/
+15
*
performance/write-behind: preserve lk-owner while syncing writes.
Raghavendra G
2012-07-25
1
-66
/
+143
*
remove useless if-before-free (and free-like) functions
Jim Meyering
2012-07-13
6
-32
/
+12
*
fuse/md-cache: add support for the 'fopen-keep-cache' mount option
Brian Foster
2012-07-13
2
-8
/
+39
*
md-cache: cache SELinux and Posix ACL xattrs only if enabled
Anand Avati
2012-07-04
1
-5
/
+56
*
localtime and ctime are not MT-SAFE
Kaleb S. KEITHLEY
2012-06-29
2
-8
/
+6
*
io-cache,quick-read: bring down log level
Anand Avati
2012-06-07
2
-4
/
+5
*
performance/md-cache: make cache timeout reconfigurable via cli
Raghavendra Bhat
2012-05-29
1
-3
/
+3
*
performance/quick-read: fix race-conditions in qr_unlink.
Raghavendra G
2012-05-23
3
-46
/
+80
*
performance/md-cache: use mdc_fsetattr_cbk as the callback if setattr is on a fd
Raghavendra Bhat
2012-05-21
1
-1
/
+1
*
mount/fuse: Use state->lk_lock to print lock information on EAGAIN.
Mohammed Junaid
2012-05-15
1
-1
/
+1
*
license: dual license under GPLV2 and LGPLV3+
Kaleb KEITHLEY
2012-05-10
20
-283
/
+103
*
quick-read, md-cache: selectively cache xattr data to conserve memory
Brian Foster
2012-05-08
2
-7
/
+94
*
core: coverity issues fixed
Amar Tumballi
2012-04-23
1
-4
/
+6
*
clean up handling of special client pids
Csaba Henk
2012-04-23
1
-1
/
+1
*
performance/io-threads: Change the thread scaling logic.
Pranith Kumar K
2012-04-20
2
-6
/
+8
*
performance/quick-read: disable reading from cache if unlink has
Raghavendra G
2012-04-18
1
-0
/
+4
*
md-cache: fix dict memory leak in mdc_inode_xatt_update
Brian Foster
2012-04-12
1
-2
/
+0
*
md-cache: fix time comparison to support 0 timeout
Brian Foster
2012-04-02
1
-2
/
+2
*
performance/quick-read: open shouldn't be worried about checking
Raghavendra G
2012-04-02
2
-73
/
+0
*
performance/io-cache: Enhance state-dump output
shishir gowda
2012-04-01
1
-4
/
+10
*
performance/quick-read: fix build errors.
Raghavendra G
2012-03-28
2
-9
/
+13
*
performance/quick-read: make unlink aware of open-behind behaviour of quick-r...
Raghavendra G
2012-03-28
3
-24
/
+336
*
performance/write-behind: queue setattr fop with writes always.
v3.3.0qa32
Raghavendra G
2012-03-27
1
-8
/
+1
*
core: adding extra data for fops
Amar Tumballi
2012-03-22
10
-786
/
+887
*
performance/read-ahead: destroy pages which survived from being flushed
Raghavendra G
2012-03-20
3
-2
/
+10
*
performance/io-cache: destroy the pages which survived in
Raghavendra G
2012-03-20
2
-0
/
+6
*
mgmt/glusterd : volume set validation fixes
Kaushal M
2012-03-18
1
-1
/
+1
*
performance/io-cache: cleanup the xlator private data completely in fini.
Raghavendra G
2012-03-14
1
-1
/
+16
*
performance/read-ahead: cleanup xlator private data completely in fini.
Raghavendra G
2012-03-14
1
-2
/
+5
*
performance/quick-read: implement fini
Raghavendra G
2012-03-14
1
-0
/
+51
*
performance/io-cache: store op_errno in page.
Raghavendra G
2012-03-14
4
-4
/
+8
*
Print non-zero timestamps in statedump
v3.3.0qa27
Vijay Bellur
2012-03-11
2
-10
/
+15
*
performance/io-cache: pass appropriate op_errno even during successful
Raghavendra G
2012-03-08
4
-11
/
+21
*
performance/io-cache: move mem-pool initialisation to init.
Raghavendra G
2012-03-08
1
-24
/
+13
*
Fix memory leaks found in readdir
Vijay Bellur
2012-03-01
1
-0
/
+2
*
perf/md-cache: hold lock on modification of md_cache structure
Amar Tumballi
2012-02-29
1
-36
/
+69
*
mempool: adjustments in pool sizes
Amar Tumballi
2012-02-22
4
-4
/
+4
*
core: utilize mempool for frame->local allocations
Amar Tumballi
2012-02-21
10
-81
/
+79
*
features/md-cache: Change strdup to gf_strdup
Vijay Bellur
2012-02-21
1
-1
/
+1
*
Honor O_SYNC etc. properly.
Jeff Darcy
2012-02-21
1
-2
/
+28
*
performance/md-cache: Add mem_acct_init
Pranith Kumar K
2012-02-20
1
-0
/
+8
*
md-cache: replace stat-prefetch with md-cache in a backward compatible way
Anand Avati
2012-02-20
7
-4426
/
+10
*
md-cache: meta-data caching translator
Anand Avati
2012-02-20
5
-1
/
+1813
*
iobuf: use 'iobuf_get2()' to get variable sized buffers
Amar Tumballi
2012-02-20
2
-0
/
+4
*
core: add an extra flag to readv()/writev() API
Amar Tumballi
2012-02-14
8
-138
/
+122
*
read-ahead: add performance.read-ahead--page-count option to 'volume set' fra...
Kaushik BV
2012-02-03
1
-42
/
+25
*
performanc/stat-prefetch: check if loc->gfid is present before checking loc->...
Raghavendra Bhat
2012-02-02
1
-5
/
+10
*
Fix race between read-ahead and write.
Jeff Darcy
2012-01-30
3
-26
/
+68
*
core: add 'fremovexattr()' fop
Amar Tumballi
2012-01-25
1
-0
/
+49
[next]