index
:
mongo.git
master
release-6.0.1
release-7.0.1
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
async
Age
Commit message (
Expand
)
Author
2014-10-03
Add size specific atomics for 1, 4 & 8 byte atomic operations
Mark Benvenuto
2014-09-12
Review where we're passing WT_CONNECTION_IMPL instead of WT_SESSION_IMPL,
Keith Bostic
2014-09-11
Refactor to only parse async config once. #1172
Susan LoVerso
2014-09-10
KNF
Keith Bostic
2014-09-10
Merging the wiredtiger_open configuration means we should never see
Keith Bostic
2014-09-10
Fix some places we were passing the WT_CONNECTION_IMPL to underlying routines,
Keith Bostic
2014-09-03
Remove uses of WT_ERR_TIMEDOUT_OK. __wt_cond_wait already takes care of
Susan LoVerso
2014-08-05
Return EBUSY if no async handles available and fix ex_async to look for it. #...
Susan LoVerso
2014-08-01
Mark some internal sessions as not allowed to open data handles. Use this to...
Michael Cahill
2014-07-30
Create a new routine that creates internal sessions (the old "internal"
Keith Bostic
2014-07-02
dead assignment, ret already set.
Keith Bostic
2014-06-27
I can never remember which version of API_END has the return call and
Keith Bostic
2014-05-23
Minor async lint.
Keith Bostic
2014-05-14
Fix initialization bug in async reconfig. #1002
Susan LoVerso
2014-05-14
Return ENOTSUP if someone tries to allocate an async op handle
Susan LoVerso
2014-05-13
Add async to reconfig test. Fix code to retain defaults. #1002
Susan LoVerso
2014-05-13
Allow async to be reconfigured. #1002
Susan LoVerso
2014-05-12
Add backoff to sleep if no async work available. #1002
Susan LoVerso
2014-05-08
Valgrind - free ops key/value buffers and work queue.
Susan LoVerso
2014-05-07
Add async test for config flags. Fix bug found by test.
Susan LoVerso
2014-05-06
Lint.
Susan LoVerso
2014-05-06
Fix some warnings introduced by the async API.
Michael Cahill
2014-05-05
Fixes to worker thread: Use wt_session interface for transactions
Susan LoVerso
2014-05-02
Fix handling of raw cursors in the async API: always go through the {get,set}...
Michael Cahill
2014-05-02
Move the async code from conn_async.c under src/async. It's easier (for me) ...
Michael Cahill
2014-05-02
Rename async_api.c to async_op.c to make way for conn_async.c.
Michael Cahill
2014-04-29
Merge branch 'develop' into async
Susan LoVerso
2014-04-28
Add asynchronous compact support to async API.
Susan LoVerso
2014-04-21
Add asyncop->get_type API and change example to use it.
Susan LoVerso
2014-04-17
Fix wrap around bug in ring buffer.
Susan LoVerso
2014-04-17
Add use of flush_gen.
Susan LoVerso
2014-04-17
Use the correct queue size.
Susan LoVerso
2014-04-16
Copyin async op's key/value.
Susan LoVerso
2014-04-16
Changes for atomic use for flush command. Fix counts in wtperf for
Susan LoVerso
2014-04-15
Implement a ring buffer without locking.
Susan LoVerso
2014-04-15
Remove does not set a value.
Susan LoVerso
2014-04-14
Test with yield rather than a cond var.
Susan LoVerso
2014-04-10
Comments and minor cleanup.
Susan LoVerso
2014-04-10
Only allocate the configured number of async ops rather than a static
Susan LoVerso
2014-04-09
Use an underlying cursor for async op keys/values.
Susan LoVerso
2014-04-09
Revert "Begin some refactoring of cursor key/value manipulation."
Susan LoVerso
2014-04-09
Revert "More key/value refactoring."
Susan LoVerso
2014-04-08
More key/value refactoring.
Susan LoVerso
2014-04-08
Begin some refactoring of cursor key/value manipulation.
Susan LoVerso
2014-04-07
Add the uri/config/format cached queue for async ops.
Susan LoVerso
2014-04-03
Fix some s_string warnings.
Susan LoVerso
2014-04-03
Remove some fprintfs
Susan LoVerso
2014-04-03
Add async_op config processing.
Susan LoVerso
2014-04-02
Fix warning.
Susan LoVerso
2014-04-02
More printf cleanup.
Susan LoVerso
[next]