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
*
cluster/dht: Check for size 0 in check_is_linkfile()
Vijay Bellur
2010-01-28
1
-1
/
+3
*
dht: initialize layout type
Anand Avati
2010-01-23
3
-5
/
+6
*
cluster/afr: Send the struct flock returned by the server to the user.
Vikas Gorur
2010-01-21
1
-1
/
+1
*
stripe entry self heal
Amar Tumballi
2010-01-19
1
-10
/
+97
*
cluster/afr: Pick a source for metadata self-heal even if all nodes are innoc...
Vikas Gorur
2010-01-14
1
-0
/
+28
*
cluster/unify: don't call xl_init_tree on namespace node.
Raghavendra G
2010-01-14
1
-11
/
+0
*
cluster/afr: Use dict_ref instead of dict_copy_with_ref.
Vikas Gorur
2010-01-08
1
-2
/
+2
*
cluster/afr: Allocate diff algorithm loop_state structures only once.
Vikas Gorur
2009-12-28
2
-47
/
+167
*
cluster/afr: Report number of blocks healed during diff self-heal.
Vikas Gorur
2009-12-28
2
-1
/
+18
*
properly ref/unref fd in stripe_opendir_cbk
Amar Tumballi
2009-12-22
1
-0
/
+5
*
distribute: Dont dereference sbuf on failed readlink_cbk
Shehjar Tikoo
2009-12-18
1
-0
/
+4
*
cluster/dht: Check for pointers before de-referencing in dht_stat_merge()
Vijay Bellur
2009-12-16
1
-0
/
+3
*
more cleanup in stripe stat structures
Amar Tumballi
2009-12-15
1
-335
/
+83
*
cluster/afr: Sync the parent directory's mtime during missing entries self-heal.
Vikas Gorur
2009-12-07
1
-6
/
+26
*
cluster/afr: Don't do entry self-heal in the background.
Vikas Gorur
2009-12-07
1
-5
/
+0
*
cluster/afr: Hold inode lock on 0-infinity for a flush transaction.
Vikas Gorur
2009-12-07
1
-1
/
+1
*
Save st_dev properly in stbuf.st_dev from the same subvolume.
Harshavardhana Ranganath
2009-12-06
1
-1
/
+1
*
distribute: more cases of st_dev setting
Anand Avati
2009-12-06
1
-1
/
+4
*
distribute: return st_dev from the same subvol from where itransform is perfo...
Anand Avati
2009-12-06
2
-0
/
+5
*
THIS: set THIS pointers before forget/release/releasedir callbacks
Anand Avati
2009-12-06
1
-1
/
+1
*
afr: fix fd ref leak in self-heal
Anand Avati
2009-12-06
1
-1
/
+3
*
corrected the stripe's stat structure return logic.
Amar Tumballi
2009-12-06
2
-354
/
+260
*
cluster/afr: Fix inode_ref's for local->cont.lookup.inode
Vikas Gorur
2009-12-05
1
-4
/
+8
*
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
[next]