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
path:
root
/
xlators
Commit message (
Expand
)
Author
Age
Files
Lines
*
cluster/afr: Don't dereference fd ptr - it might be NULL due to a failed call.
Pavan Sondur
2010-05-21
1
-1
/
+1
*
write-behind: update default values for better small file performance
Anand Avati
2010-05-13
1
-2
/
+2
*
dht: perform revalidate on one subvolume
Anand Avati
2010-05-13
1
-106
/
+16
*
fuse, dht: use readdir by default.
Anand Avati
2010-05-13
2
-5
/
+17
*
Adding GF_LOG_OCCASIONALLY to prevent repeated warning log messages in dht_is...
Anush Shetty
2010-05-11
1
-5
/
+7
*
Adding GF_LOG_OCCASIONALLY to prevent repeated log messages
Anush Shetty
2010-05-11
1
-5
/
+8
*
storage/posix: Use off_t for return value from lseek()
Vijay Bellur
2010-05-08
1
-4
/
+8
*
Check whether a server is down before calling rename on the directory
Raghavendra Bhat
2010-05-08
1
-0
/
+7
*
performance/read-ahead: don't set ra_file in fd->ctx unless all memebers of r...
Raghavendra G
2010-05-04
1
-5
/
+15
*
cluster/afr: Unwind lk using struct flock from a successful server
Vikas Gorur
2010-05-03
1
-1
/
+2
*
dht: don't overwrite the layout after the subvolume expansion
Amar Tumballi
2010-04-29
1
-1
/
+1
*
performance/io-cache: Dump private information
Vijay Bellur
2010-04-29
1
-0
/
+34
*
Set op_ret to -1 when open fails in posix create
v3.0.5rc1
Raghavendra Bhat
2010-04-27
1
-0
/
+1
*
performance/quick-read: don't try to validate again if qr_readv is called jus...
Raghavendra G
2010-04-27
2
-9
/
+21
*
fuse: fix too early freeing
Csaba Henk
2010-04-27
1
-1
/
+1
*
Filter out extended attribute visibility on the mount point.
Sachidananda
2010-04-23
1
-0
/
+6
*
mount/fuse: Destroy STACK when truncate and other op are part of same SETATTR
Vijay Bellur
2010-04-23
1
-1
/
+2
*
Do not hardcode the lru_limit on inodes to 1 Million while creating the inode...
Raghavendra Bhat
2010-04-22
1
-1
/
+1
*
cluster/afr: Check for call_count in ENTRY_RENAME_TRANSACTION.
Vijay Bellur
2010-04-20
1
-1
/
+2
*
cluster/afr: Send xattr in lookup from the source subvolume.
Vikas Gorur
2010-04-20
1
-0
/
+8
*
afr: afr_fsetattr - send proper inode pointer to afr_read_child()
Anand Avati
2010-04-08
1
-1
/
+1
*
afr: fix inode ref leak in lookup
Anand Avati
2010-04-08
1
-3
/
+0
*
performance/quick-read: make use of nanosecond resolution of mtime to decide ...
Raghavendra G
2010-04-08
1
-2
/
+6
*
performance/io-cache: make use of nano second resolution of mtime during cach...
Raghavendra G
2010-04-08
3
-6
/
+16
*
fuse: change behavior of direct io mode.
Raghavendra G
2010-04-08
1
-7
/
+15
*
performance/quick-read: read directly from backend for fds opened with O_DIRE...
Raghavendra G
2010-04-08
2
-2
/
+12
*
cluster/afr: Cleanup fd ctx in releasedir cbk
v3.0.4rc4
Vijay Bellur
2010-04-07
3
-6
/
+17
*
stripe readv: proper 'op_ret' validation
Amar Tumballi
2010-03-31
1
-5
/
+6
*
performance/write-behind: Resume all the consecutive non-write operations in ...
Raghavendra G
2010-03-29
1
-3
/
+0
*
cluster/afr: UNWIND if opendir returns an error.
Vijay Bellur
2010-03-25
1
-0
/
+3
*
stripe: proper fix for reading 'holes'
Amar Tumballi
2010-03-25
2
-131
/
+172
*
fix posix_utimes
Raghavendra Bhat
2010-03-25
1
-1
/
+4
*
stripe: logic fixes
Amar Tumballi
2010-03-24
1
-76
/
+110
*
stripe: removed unwanted functions
Amar Tumballi
2010-03-24
1
-287
/
+124
*
stripe: whitespace cleanup
Amar Tumballi
2010-03-24
2
-223
/
+223
*
cluster/afr: Fix possible NULL dereference in readdirp_cbk
v3.0.4rc1
Vikas Gorur
2010-03-17
1
-16
/
+18
*
features/quota: Minor quota fixes due to xattrop FOP which results in quota n...
v3.0.3rc2
v3.0.3
Pavan Sondur
2010-03-12
1
-49
/
+11
*
features/quota: Handle multiple clients on volume quotas.
Pavan Sondur
2010-03-12
1
-11
/
+49
*
features/quota: Account for disk usage changes in directories and device files
Pavan Sondur
2010-03-12
1
-96
/
+44
*
When option mandatory is given, print warning messages instead of Error.
Sachidananda
2010-03-12
1
-1
/
+1
*
protocol/server: Do gf_flock to flock conversion at the right place
Vijay Bellur
2010-03-11
1
-1
/
+2
*
features/quota: store the entire vector in local instead of just a pointer to...
Raghavendra G
2010-03-10
1
-4
/
+13
*
dht: preserve and return proper pre/postparent structures during unlink
Anand Avati
2010-03-04
1
-1
/
+3
*
cluster/afr: Failover readdir calls.
Vikas Gorur
2010-03-04
4
-46
/
+299
*
io-stats: new counters
Anand Avati
2010-03-04
1
-206
/
+528
*
io-stats: indentation fixes
Anand Avati
2010-03-04
1
-701
/
+449
*
posix: gen number fixes on non-Linux systems
Vijay Bellur
2010-03-03
1
-2
/
+17
*
performance/io-threads: Support for Solaris.
Vijay Bellur
2010-03-03
1
-0
/
+3
*
features/quota: Remember '/' loc_t to initiate xattr calls.
Pavan Sondur
2010-03-02
1
-31
/
+60
*
stripe read fix (when read() is done on a sparse file over glusterfs)
Amar Tumballi
2010-03-01
2
-12
/
+69
[next]