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
/
performance
/
io-threads
Commit message (
Expand
)
Author
Age
Files
Lines
*
io-threads: Clarify thread count range
Shehjar Tikoo
2009-05-05
2
-16
/
+23
*
io-threads: indentation and logging fixes
Raghavendra G
2009-05-05
2
-199
/
+250
*
io-threads: Add fxattrop fop
Shehjar Tikoo
2009-04-22
1
-666
/
+565
*
io-threads: Add xattrop fop
Shehjar Tikoo
2009-04-22
1
-0
/
+44
*
io-threads: Add readdir fop
Shehjar Tikoo
2009-04-22
1
-0
/
+36
*
io-threads: Add removexattr fop
Shehjar Tikoo
2009-04-22
1
-0
/
+45
*
io-threads: Add fsetxattr fop
Shehjar Tikoo
2009-04-22
1
-0
/
+35
*
io-threads: Add fgetxattr fop
Shehjar Tikoo
2009-04-22
1
-0
/
+34
*
io-threads: Add getxattr fop
Shehjar Tikoo
2009-04-22
1
-0
/
+44
*
io-threads: Add setxattr fop
Shehjar Tikoo
2009-04-22
1
-0
/
+45
*
io-threads: Add statfs fop
Shehjar Tikoo
2009-04-22
1
-1
/
+34
*
io-threads: Add fsyncdir fop
Shehjar Tikoo
2009-04-22
1
-0
/
+34
*
io-threads: Add opendir fop
Shehjar Tikoo
2009-04-22
1
-0
/
+34
*
io-threads: Add link fop
Shehjar Tikoo
2009-04-22
1
-0
/
+37
*
io-threads: Remove unnecessary call to pthread_attr_setstacksize
Shehjar Tikoo
2009-04-12
1
-4
/
+0
*
updated performance/io-threads with new readv writev prototypes
Anand V. Avati
2009-04-12
1
-6
/
+10
*
io-threads: Reduce default min and max threads
Shehjar Tikoo
2009-04-10
1
-2
/
+2
*
io-threads: Use non-default thread stack size
Shehjar Tikoo
2009-04-10
2
-1
/
+27
*
io-threads: Refactor un-ordered worker exit path
Shehjar Tikoo
2009-04-08
1
-33
/
+17
*
io-threads: Refactor ordered worker exit path
Shehjar Tikoo
2009-04-08
1
-34
/
+25
*
io-threads: Cleaner stub destruction
Shehjar Tikoo
2009-04-06
1
-0
/
+3
*
io-threads: Sanity check worker thread idx
Shehjar Tikoo
2009-04-06
1
-20
/
+62
*
io-threads: Support autoscaling volfile options
Shehjar Tikoo
2009-04-02
2
-24
/
+104
*
io-threads: Cleanup request queueing,thread firing
Shehjar Tikoo
2009-04-02
1
-30
/
+38
*
io-threads: Allow scaling to be switched off
Shehjar Tikoo
2009-04-02
2
-11
/
+73
*
io-threads: Add ordered threadpool state and code
Shehjar Tikoo
2009-04-02
2
-58
/
+182
*
io-threads: Add un-ordered thread-pool.
Shehjar Tikoo
2009-04-02
2
-98
/
+334
*
io-threads: Classify requests for threadpool type
Shehjar Tikoo
2009-04-02
1
-26
/
+33
*
io-threads: Wire in support for rename fop
Shehjar Tikoo
2009-04-02
1
-0
/
+55
*
io-threads: Wire in support for symlink fop
Shehjar Tikoo
2009-04-02
1
-0
/
+53
*
io-threads: Wire in support for rmdir fop
Shehjar Tikoo
2009-04-02
1
-0
/
+40
*
io-threads: Wire in support for mkdir fop
Shehjar Tikoo
2009-04-02
1
-0
/
+44
*
io-threads: Wire in support for mknod fop
Shehjar Tikoo
2009-04-02
1
-0
/
+47
*
io-threads: Wire in support for readlink fop
Shehjar Tikoo
2009-04-02
1
-0
/
+43
*
io-threads: Wire in support for access fop
Shehjar Tikoo
2009-04-02
1
-0
/
+43
*
io-threads: Wire in support for fchown fop
Shehjar Tikoo
2009-04-02
1
-0
/
+46
*
io-threads: Wire in support for chown
Shehjar Tikoo
2009-04-02
1
-0
/
+46
*
io-threads: Wire in support for fchmod fop
Shehjar Tikoo
2009-04-02
1
-0
/
+43
*
io-threads: Wire in support for chmod fop
Shehjar Tikoo
2009-04-02
1
-0
/
+42
*
io-threads: Wire in support for lookup fop
Shehjar Tikoo
2009-04-02
1
-0
/
+46
*
fix a segfault with io-threads when iot-schedule is called with NULL inode
Amar Tumballi
2009-04-01
1
-1
/
+2
*
Add return after STACK_UNWIND
Shehjar Tikoo
2009-03-18
1
-0
/
+2
*
IO-threads Cleanup: Remove useless data structures.
Shehjar Tikoo
2009-03-17
2
-109
/
+0
*
IO-threads Cleanup: Clean-up request scheduling and queueing interface.
Shehjar Tikoo
2009-03-17
1
-216
/
+61
*
IO-threads Cleanup: Change workers list to dynamically allocated array
Shehjar Tikoo
2009-03-17
2
-28
/
+51
*
IO-threads Cleanup: Change request queue into a struct list_head
Shehjar Tikoo
2009-03-17
2
-24
/
+20
*
updated copyright header to extend copyright upto 2009
Basavanagowda Kanur
2009-02-26
2
-2
/
+2
*
RE-SEND: Add braces around critical sections.
Shehjar Tikoo
2009-02-23
1
-16
/
+20
*
Reduce iothreads requests queue lock granularity.
Shehjar Tikoo
2009-02-19
2
-34
/
+22
*
Remove conf->cache_size checks
Shehjar Tikoo
2009-02-19
2
-16
/
+0
[next]