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
/
lsm
Age
Commit message (
Expand
)
Author
2014-10-13
whitespace
Keith Bostic
2014-10-08
WT_ATOMIC_ADD4, WT_ATOMIC_SUB4 return values.
Keith Bostic
2014-10-08
whitespace
Keith Bostic
2014-10-07
Fix warning.
Susan LoVerso
2014-10-07
Have LSM compact wait for in-progress merges to complete. #1259
Susan LoVerso
2014-10-04
We don't yet need anything other than single-byte versions of the
Keith Bostic
2014-10-04
STATIC_ASSERT is outside of the claimed WiredTiger name space (and
Keith Bostic
2014-10-03
Add size specific atomics for 1, 4 & 8 byte atomic operations
Mark Benvenuto
2014-10-02
Introduce a new type to replace off_t called wt_off_t since off_t is 32-bits ...
Mark Benvenuto
2014-09-26
Close the LSM manager session, not just the workers.
Alex Gorrod
2014-09-26
Only free LSM worker sessions if they are initialized.
Alex Gorrod
2014-09-26
Free all LSM worker sessions.
Alex Gorrod
2014-09-25
Fix unused var warnings.
Susan LoVerso
2014-09-25
Merge branch 'develop' into lsm-threads
Susan LoVerso
2014-09-25
Decrement lsm_workers. #1237
Susan LoVerso
2014-09-25
Fix which half of LSM workers can handle merges. #1247
Susan LoVerso
2014-09-23
Add reconfigure support for LSM manager #1237
Susan LoVerso
2014-09-23
LSM configuration and thread management changes to lay the foundation
Susan LoVerso
2014-09-23
spelling
Keith Bostic
2014-09-23
Keep backward compatability in LSM metadata parsing.
Alex Gorrod
2014-09-19
Remove lsm=(merge_threads) configuration option.
Alex Gorrod
2014-09-19
Merge pull request #1231 from wiredtiger/lsm-cleanup
Alex Gorrod
2014-09-18
Comments, cleanup and fix an error path. #1208
Susan LoVerso
2014-09-18
Add stat to count number of times we reach queue_ref maximum. #1230
Susan LoVerso
2014-09-18
Remove manager struct lengths and add in per-queue lengths to stats.
Susan LoVerso
2014-09-18
Check tree's queue length and remove global assertion. #1230
Susan LoVerso
2014-09-17
Tweak the LSM manager aggressive update alg and server trigger. #1230
Susan LoVerso
2014-09-16
__wt_cursor_init has a long list of tests for cursor methods that we
Keith Bostic
2014-09-16
Add length tracking and assertions for lsm work queues. #1208 #1230
Susan LoVerso
2014-09-16
Add push/pop macros for the different queues. #1208
Susan LoVerso
2014-09-15
Separate LSM work unit types from flags. #1208
Susan LoVerso
2014-09-15
Merge branch 'develop' into connection-vs-session-cleanup
Susan LoVerso
2014-09-15
Set compacting if we don't have a chunk to flush. #1225
Susan LoVerso
2014-09-15
Update LSM compact to avoid a hang.
Alex Gorrod
2014-09-15
Fix a hang in LSM compact. Refs #1225
Alex Gorrod
2014-09-12
Update dist/s_style to check for cases where we jump to the error label
Keith Bostic
2014-09-12
Coverity #1199717, fix a bug in 7179a227 where the test for a lock was
Keith Bostic
2014-09-12
Merge branch 'develop' into connection-vs-session-cleanup
Keith Bostic
2014-09-12
typo.
Keith Bostic
2014-09-12
Merge branch 'develop' into connection-vs-session-cleanup
Keith Bostic
2014-09-12
Review where we're passing WT_CONNECTION_IMPL instead of WT_SESSION_IMPL,
Keith Bostic
2014-09-12
Fix build warning:
Alex Gorrod
2014-09-12
Merge pull request #1213 from wiredtiger/force-all
Alex Gorrod
2014-09-11
Comments and cleanup. #1200
Susan LoVerso
2014-09-11
Split flushing versus compacting phases of compact. Cleanup. #1200
Susan LoVerso
2014-09-11
Change transaction ID allocation so that if transactions stop, the last ID be...
Michael Cahill
2014-09-10
Wait for ondisk flag to get set on compact. #1200
Susan LoVerso
2014-09-10
Move the LSM manager re-configuration code into the LSM manager file.
Keith Bostic
2014-09-10
Fix warnings.
Susan LoVerso
2014-09-10
Add flushing stage to compact. Restore COMPACTING check during merges
Susan LoVerso
[next]