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
Commit message (
Expand
)
Author
Age
Files
Lines
*
fuse: instead of having a fixed option list, assemble it using "fuse_opt_add_...
Csaba Henk
2009-06-22
1
-56
/
+40
*
Avoid accessing local unconditionally in trash_common_*_cbk functions.
Vijay Bellur
2009-06-22
1
-0
/
+8
*
local->loc should be filled in dht-mknod()
Amar Tumballi
2009-06-18
1
-0
/
+9
*
making dht and nufa's 'min-free-disk' option to take both percent and disk-size
Amar Tumballi
2009-06-18
4
-38
/
+90
*
change the log level of disk full message in dht-diskusage
Amar Tumballi
2009-06-18
1
-3
/
+3
*
change ha-statfs() to handle the case of loc->inode being NULL
Amar Tumballi
2009-06-17
2
-27
/
+44
*
client: Replace saved_fds dict with list
Shehjar Tikoo
2009-06-15
2
-158
/
+177
*
libglusterfs: Turn fd-table O(1)
Shehjar Tikoo
2009-06-15
1
-16
/
+16
*
write-behind: fix memory corruption
Raghavendra G
2009-06-15
1
-0
/
+1
*
write-behind: check for memory allocation failures and take appropriate action
Raghavendra G
2009-06-15
1
-78
/
+434
*
Do stat to check mode of the export directory in storage/posix.
Vikas Gorur
2009-06-15
1
-1
/
+1
*
io-cache: fix warning by initializing conf = NULL
Anand V. Avati
2009-06-15
1
-1
/
+1
*
read-ahead: fix warning by initializing conf = NULL
Anand V. Avati
2009-06-15
1
-1
/
+1
*
strict check of extended attribute flags while opening a striped file
Amar Tumballi
2009-06-11
2
-68
/
+223
*
stripe: don't allow entry modification operations when any node is down
Amar Tumballi
2009-06-11
1
-5
/
+13
*
stripe cleanup
Amar Tumballi
2009-06-11
3
-2621
/
+2759
*
io-cache: handle memory allocation failures
Raghavendra G
2009-06-11
4
-65
/
+373
*
Implemented LOG MOP in server-protocol.
Vikas Gorur
2009-06-11
1
-0
/
+28
*
Implemented LOG MOP in client-protocol.
Vikas Gorur
2009-06-11
1
-0
/
+61
*
Do not fail over readdir in replicate.
Vikas Gorur
2009-06-11
1
-27
/
+4
*
Do itransform on every entry in readdir_cbk.
Vikas Gorur
2009-06-11
1
-4
/
+9
*
Filter out changelog xattrs in replicate.
Vikas Gorur
2009-06-11
1
-1
/
+64
*
io-threads: Fix missed notification in sem_timedwait
Shehjar Tikoo
2009-06-11
2
-5
/
+4
*
read-ahead: handle memory allocation failures
Raghavendra G
2009-06-11
3
-17
/
+111
*
read-ahead: return with error code EBADF for fops on fds without file set in ...
Raghavendra G
2009-06-11
1
-11
/
+45
*
read-ahead: unwind with a return value of -1 and error code of ENOMEM on memo...
Raghavendra G
2009-06-11
1
-0
/
+4
*
removed unused option 'page-size' in io-cache
Amar Tumballi
2009-06-09
1
-5
/
+0
*
Print PID after daemonizing glusterfs.
Vikas Gorur
2009-06-09
1
-6
/
+10
*
server-helpers: cleanup connection only if there are no active transports.
Raghavendra G
2009-06-08
3
-129
/
+194
*
Fix crash in afr data self heal. Bugzilla ID: 3
Vikas Gorur
2009-06-08
1
-0
/
+2
*
io-cache: prevent frames from getting woken up while page is getting validated
Anand Avati
2009-06-03
1
-1
/
+1
*
unify getdents count reduced to 512 (from 1024)
Amar Tumballi
2009-06-03
1
-1
/
+1
*
bug fix in dht-diskusage when statvfs->f_blocks is 0
Amar Tumballi
2009-06-02
1
-2
/
+3
*
Do itransform in AFR readdir.
Vikas Gorur
2009-05-26
1
-3
/
+10
*
Always do itransform of the inode number from the first up child.
Vikas Gorur
2009-05-26
1
-8
/
+17
*
Preserve atime/mtime during data self heal.
Vikas Gorur
2009-05-26
1
-8
/
+51
*
THIS: bootstrap @THIS in fuse thread
Anand V. Avati
2009-05-22
1
-0
/
+2
*
THIS: unify now uses xlator_notify for setting THIS
Anand V. Avati
2009-05-22
1
-1
/
+1
*
THIS: protocol/client now uses xlator_notify for setting THIS
Anand V. Avati
2009-05-22
1
-12
/
+9
*
mem-pool,io-threads: Destroy mem-pool on deallocation
Shehjar Tikoo
2009-05-21
1
-0
/
+1
*
add xlator debug/io-stats
Csaba Henk
2009-05-20
4
-1
/
+1534
*
io-threads: Use boolean enums instead of integer 1
Shehjar Tikoo
2009-05-20
1
-2
/
+2
*
io-threads: Change mutexes/condvars to spinlocks/semaphores
Shehjar Tikoo
2009-05-20
2
-36
/
+80
*
io-threads: Reduce default max for threads to 64
Shehjar Tikoo
2009-05-20
1
-1
/
+1
*
io-threads: Support mem-pool allocator for iot_request_t
Shehjar Tikoo
2009-05-20
2
-23
/
+44
*
io-threads: Add graceful shutdown of worker threads
Raghavendra G
2009-05-20
2
-25
/
+79
*
io-threads: handle memory allocation failures
Raghavendra G
2009-05-20
1
-197
/
+760
*
Change errno to EAGAIN in readv/writev
Vikas Gorur
2009-05-19
1
-6
/
+7
*
Bug fix in pl_readv/writev to handle the mandatory lock case properly.
Vikas Gorur
2009-05-18
1
-23
/
+21
*
client-protocol: Fix memory corruption in client_lookup
Raghavendra G
2009-05-16
1
-13
/
+7
[next]