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
/
cluster
Commit message (
Expand
)
Author
Age
Files
Lines
*
afr: fix memory leaks
Anand Avati
2009-12-04
3
-14
/
+36
*
cluster/afr: Don't mark the fop as failed if rmdir returns ENOTEMPTY.
Vikas Gorur
2009-12-03
1
-1
/
+1
*
posix-compliance test now passes over stripe
Amar Tumballi
2009-12-03
1
-36
/
+51
*
cluster/afr: Don't do transactional flush if pre-op has been nowhere done.
Vikas Gorur
2009-12-03
1
-18
/
+106
*
cluster/afr: Add log messages when setattr fails in self-heal.
Vikas Gorur
2009-12-02
2
-0
/
+14
*
cluster/afr: Fix conditional typo.
Vikas Gorur
2009-12-02
1
-1
/
+2
*
storage/posix: Added janitor thread.
Vikas Gorur
2009-12-02
4
-17
/
+16
*
fixes to compile on MacOSX (no fuse client)
Amar Tumballi
2009-12-01
1
-1
/
+1
*
afr: remove memcpy of @local contents in afr_local_copy
Anand Avati
2009-12-01
1
-8
/
+23
*
afr: fix fd reference leak
Anand Avati
2009-12-01
1
-1
/
+1
*
cluster/afr: Don't do memcpy of afr_local_t in afr_local_copy.
Vikas Gorur
2009-12-01
3
-20
/
+7
*
cluster/afr: Set file size properly before unwinding from self-heal.
Vikas Gorur
2009-12-01
1
-2
/
+5
*
cluster/afr: Set the self-heal "source" as read subvolume even when not doing...
Vikas Gorur
2009-12-01
5
-29
/
+117
*
fix leaks pointed out by cppcheck static analyzer
Csaba Henk
2009-11-30
1
-1
/
+3
*
cluster/afr: Preserve generation number along with inode in lookup and creati...
Vikas Gorur
2009-11-30
3
-3
/
+26
*
cluster/afr: Refactored lookup_cbk and introduce precedence of errors.
Vikas Gorur
2009-11-30
2
-117
/
+303
*
afr: fix crash in afr_sh_data_close
Anand Avati
2009-11-29
1
-0
/
+3
*
afr: handle fdctx->pre_op_done handling
Anand Avati
2009-11-29
1
-0
/
+1
*
afr: fix logic to break out of diff/checksum loop
Anand Avati
2009-11-28
1
-9
/
+5
*
moved unify from 'cluster/unify' to 'legacy/cluster/unify'
Amar Tumballi
2009-11-28
1
-1
/
+1
*
fixes in nufa
Amar Tumballi
2009-11-26
3
-96
/
+92
*
switch translator added
Amar Tumballi
2009-11-26
3
-1
/
+1059
*
don't allow stripe with just one subvolume
Amar Tumballi
2009-11-26
1
-1
/
+7
*
cluster/afr: Include "common-utils.h" instead of alloca.h
Vikas Gorur
2009-11-26
1
-1
/
+1
*
cluster/afr: Do self-heal on unopened fds.
Vikas Gorur
2009-11-25
6
-26
/
+232
*
cluster/afr: Refactored the self-heal interface.
Vikas Gorur
2009-11-24
9
-167
/
+141
*
cluster/afr: Do self-heal on reopened fds.
Vikas Gorur
2009-11-24
10
-229
/
+699
*
cluster/afr: Provide a post-post_op hook in the transaction.
Vikas Gorur
2009-11-24
2
-6
/
+23
*
cluster/afr: Refactored the data self-heal algorithm.
Vikas Gorur
2009-11-24
2
-143
/
+248
*
cluster/afr: Hold blocking locks for data self-heal.
Vikas Gorur
2009-11-24
4
-35
/
+62
*
cluster/afr: Set read-child = source regardless of foreground/background self...
Vikas Gorur
2009-11-24
1
-1
/
+2
*
cluster/afr: Fix inode context bitmasks.
Vikas Gorur
2009-11-24
4
-17
/
+11
*
cluster/afr: Fix double-free in opendir self-heal callback.
Vikas Gorur
2009-11-24
1
-1
/
+4
*
cluster/afr: Unlock only those paths which have been locked during rename.
Vikas Gorur
2009-11-24
1
-77
/
+142
*
cluster/afr: Fix handling of revalidate lookups.
Vikas Gorur
2009-11-24
2
-24
/
+38
*
cluster/distribute: copy the stat structure while copying dentries in readdir...
Raghavendra G
2009-11-19
1
-0
/
+2
*
cluster/stripe: Wrong variable is checked after calloc.
vinayak hegde
2009-11-19
1
-1
/
+1
*
cluster/afr: Handle op_ret properly in opendir_cbk
Vikas Gorur
2009-11-19
1
-2
/
+3
*
fixes in stripe
Amar Tumballi
2009-11-16
1
-2
/
+3
*
cluster/afr: Fix self-heal loop driver termination logic.
Vikas Gorur
2009-11-13
1
-7
/
+19
*
cluster/afr: Ensure directory contents are in sync during opendir.
Vikas Gorur
2009-11-13
5
-10
/
+281
*
cluster/afr: Refactored inode context bitmasks.
Vikas Gorur
2009-11-13
1
-6
/
+10
*
cluster/dht: Do readdir in dht_readdir instead of readdirp
Vikas Gorur
2009-11-13
1
-1
/
+1
*
cluster/stripe: Initialize frame->local before checking for directory or regu...
vinayak hegde
2009-11-13
1
-18
/
+22
*
cluster/stripe: Set local->inode value before referring it.
vinayak hegde
2009-11-12
1
-1
/
+7
*
cluster/stripe: local was not being set in stripe_mknod_ifreg_setxattr_cbk()
Vijay Bellur
2009-11-12
1
-0
/
+2
*
Add unhashed-sticky-bit option to volume_options structure
Sachidananda
2009-11-12
1
-0
/
+3
*
cluster/afr: In fop structure afr_readdirp is not correctly registered.
vinayak hegde
2009-11-05
1
-1
/
+1
*
cluster/afr: Bail out of the self-heal driver loops as soon as possible
Vikas Gorur
2009-11-03
1
-4
/
+4
*
cluster/afr: Don't try to self-heal if there are locks held
Vikas Gorur
2009-10-30
2
-1
/
+18
[next]