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
*
libglusterfs/rbtree: change rbthash_init_table to take no of expected entries...
Raghavendra G
2009-10-28
2
-6
/
+14
*
performance/io-cache: fix memory leak.
Raghavendra G
2009-10-28
1
-0
/
+1
*
performance/io-cache: fix double free.
Raghavendra G
2009-10-28
1
-1
/
+1
*
fuse: use postbuf in truncate_cbk for attributes to return
Anand Avati
2009-10-28
1
-4
/
+4
*
mount/fuse: Derive fd from the file handle for setattr
Vikas Gorur
2009-10-28
1
-1
/
+3
*
protocol/server: resolver fixes
Anand Avati
2009-10-28
1
-5
/
+12
*
performance/io-cache: change data structure used to store page-cache.
Raghavendra G
2009-10-28
5
-69
/
+90
*
cluster/afr: Set local->fd in fsync.
Vikas Gorur
2009-10-28
1
-0
/
+1
*
mount/fuse: Use correct offset for name in fuse_getxattr
Vikas Gorur
2009-10-27
1
-1
/
+1
*
cluster/afr: Remove struct's for [f]chown, [f]chmod, utimens from afr_local_t.
Vikas Gorur
2009-10-27
1
-37
/
+0
*
cluster/afr: NFS-friendly logic changes
Vikas Gorur
2009-10-27
6
-73
/
+250
*
cluster/afr: Pick the data self-heal algorithm dynamically.
Vikas Gorur
2009-10-26
2
-13
/
+66
*
cluster/afr: Check the target of symlink's in entry self-heal.
Vikas Gorur
2009-10-26
3
-12
/
+208
*
storage/posix: Ensure time(2) is stored in a 64-bit variable.
Vikas Gorur
2009-10-26
1
-1
/
+3
*
protocol/server: touchup loc only if inode/entry resolution was successful
Anand Avati
2009-10-26
1
-2
/
+4
*
protocol/server: fix assignment of inode number in server_readlink
Anand Avati
2009-10-26
1
-1
/
+1
*
cluster/afr: Set read-subvolume to the source while self-heal is in progress.
Vikas Gorur
2009-10-26
1
-0
/
+1
*
cluster/afr: Do self-heal in the background.
Vikas Gorur
2009-10-26
5
-11
/
+163
*
cluster/afr: Pipeline the "diff" data self-heal read-write loop.
Vikas Gorur
2009-10-23
2
-110
/
+267
*
mount/fuse: Don't use fsi if it is already cleaned up
Vijay Bellur
2009-10-23
1
-1
/
+4
*
protocol/server: deep resolution support
Anand Avati
2009-10-23
3
-59
/
+188
*
protocol/server: send fresh lookups on revalidate failures
Anand Avati
2009-10-23
1
-1
/
+23
*
whitespace fixes
Anand Avati
2009-10-23
1
-3105
/
+3105
*
cluster/afr: Pipeline the "full" data self-heal read-write loop.
Vikas Gorur
2009-10-23
4
-55
/
+243
*
cluster/afr: Prevent spurious entry self-heal.
Vikas Gorur
2009-10-23
1
-2
/
+13
*
fuse-bridge: send fresh lookup on failed revalidate to return new nodeid
Anand Avati
2009-10-23
1
-47
/
+56
*
cluster/afr: entry self-heal: Store parent_loc on the heap for impunge_parent...
Vikas Gorur
2009-10-22
1
-7
/
+12
*
cluster/afr: entry self-heal: Set parent directory's attributes using a new f...
Vikas Gorur
2009-10-22
1
-24
/
+20
*
protocol/server: generation number and dentry resolution
Anand Avati
2009-10-20
7
-3028
/
+1680
*
performance/write-behind: fix to bug in setattr which was causing frames to b...
Raghavendra G
2009-10-20
1
-1
/
+2
*
performance/read-ahead: Process state dump operations are added.
vinayak hegde
2009-10-20
1
-0
/
+47
*
performance/quick-read: Process state dump operations are added.
vinayak hegde
2009-10-20
1
-0
/
+35
*
performance/write-behind: Process state dump operations are added.
vinayak hegde
2009-10-20
1
-0
/
+43
*
cluster/afr: Attempt to set fd ctx in create only if the call has succeeded.
Vikas Gorur
2009-10-20
1
-10
/
+9
*
protocol/client: incoroporate generation numbers
Anand Avati
2009-10-18
1
-52
/
+105
*
fuse: use inode_t address as nodeid and use new inode API
Anand V. Avati
2009-10-18
1
-224
/
+105
*
locks: fix leak in inodelk
Anand Avati
2009-10-18
1
-1
/
+2
*
storage/posix: Set right the op_ret value from posix_readlink()
Vijay Bellur
2009-10-18
1
-4
/
+6
*
indentation fixes to conform to coding standards in locks
Anand Avati
2009-10-16
6
-798
/
+798
*
locks: keep ref on the inode while locks are held
Anand Avati
2009-10-16
6
-7
/
+66
*
posix: posix_{f, l}stat_with_gen to return 0 on success (instead of >= 0)
Anand V. Avati
2009-10-16
1
-0
/
+2
*
posix - generation number support
Anand V. Avati
2009-10-16
2
-294
/
+229
*
posix - use lchown and lchmod in setattr
Anand V. Avati
2009-10-16
1
-2
/
+2
*
distribute - more NULL check
Anand V. Avati
2009-10-16
1
-3
/
+21
*
distribute,nufa: layout handling changes
Anand V. Avati
2009-10-16
7
-136
/
+209
*
fix double initialization of dht_local_t
Anand V. Avati
2009-10-16
1
-7
/
+0
*
NULL checks on local->loc.parent
Anand V. Avati
2009-10-16
1
-17
/
+36
*
performance/write-behind: initialize frame->local before goto out label
vinayak hegde
2009-10-16
1
-10
/
+10
*
shuffle hash layouts on directories
Anand Avati
2009-10-15
1
-2
/
+44
*
performance/write-behind: In wb_setattr, inode is checked twice
vinayak hegde
2009-10-15
1
-27
/
+10
[next]