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
/
afr
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
afr: fix inode ref leak in lookup
Anand Avati
2010-04-08
1
-3
/
+0
*
cluster/afr: Cleanup fd ctx in releasedir cbk
Vijay Bellur
2010-04-08
3
-5
/
+17
*
initialization fixes
Csaba Henk
2010-04-08
1
-3
/
+3
*
fop namespace cleanup.
Amar Tumballi
2010-03-31
3
-243
/
+0
*
cluster/afr: UNWIND if opendir returns an error.
Vijay Bellur
2010-03-25
1
-0
/
+3
*
iatt: changes across the codebase
Anand V. Avati
2010-03-16
15
-333
/
+311
*
replicate: Use link's parent ino for post/pre-parent not target dir's
Shehjar Tikoo
2010-03-04
1
-1
/
+1
*
replicate: Restore parent ino from saved inode number
Shehjar Tikoo
2010-03-04
1
-0
/
+3
*
cluster/afr: Failover readdir calls.
Vikas Gorur
2010-03-04
4
-46
/
+299
*
Fix memory access in afr's self-heal code (replace pointer casts by memcpy).
Hraban Luyat
2010-02-07
1
-24
/
+30
*
cluster/afr: Send the struct flock returned by the server to the user.
Vikas Gorur
2010-01-21
1
-1
/
+1
*
cluster/afr: Pick a source for metadata self-heal even if all nodes are innoc...
Vikas Gorur
2010-01-14
1
-0
/
+28
*
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
*
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
*
afr: fix fd ref leak in self-heal
Anand Avati
2009-12-06
1
-1
/
+3
*
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
*
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
*
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
*
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/afr: Handle op_ret properly in opendir_cbk
Vikas Gorur
2009-11-19
1
-2
/
+3
[prev]
[next]