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
/
include
Age
Commit message (
Expand
)
Author
2015-03-09
Revert "Move writing into log worker thread. #1683"
Michael Cahill
2015-03-06
lint: fix some warnings, a minor leak and a Windows test failure (from callin...
Michael Cahill
2015-03-06
Merge branch 'develop' into log-wrlsn-thread
Michael Cahill
2015-03-06
Review comments from @keithbostic:
Michael Cahill
2015-03-05
Comment typo.
Keith Bostic
2015-03-05
Minor commen updates.
Keith Bostic
2015-03-05
Revert some of the change: have a fast-discard path for trees marked clean, b...
Michael Cahill
2015-03-05
Have bulk trees start dirty: finishing a bulk load should write a checkpoint ...
Michael Cahill
2015-03-05
Don't allow pages with any "page modified" flags to be evicted during a check...
Michael Cahill
2015-03-03
Merge pull request #1713 from wiredtiger/shared-cache-reconfigure-bug
Keith Bostic
2015-03-03
__wt_cache_config_local is private to conn_cache.c, rename it to be
Keith Bostic
2015-03-03
Move writing into log worker thread. #1683
Susan LoVerso
2015-03-03
Merge pull request #1707 from wiredtiger/paranoia
Michael Cahill
2015-03-03
Split __wt_row_ikey into a (rare) raw alloc flavor and the (much more common)...
Michael Cahill
2015-03-03
Handle switching to a shared cache in reconfigure.
Alex Gorrod
2015-03-03
Fix a bug in the reconfigure API related to shared cache quotas.
Alex Gorrod
2015-03-02
whitespace
Keith Bostic
2015-03-02
Merge pull request #1706 from wiredtiger/eviction-force-optimizations
Michael Cahill
2015-03-01
Merge branch 'develop' into log-wrlsn-thread
Susan LoVerso
2015-03-02
Reverse the direction of the LRU walk each time the eviction server goes to s...
Michael Cahill
2015-03-02
Fixup test for whether a page is already being evicted.
Alex Gorrod
2015-03-02
Merge branch 'develop' into eviction-force-optimizations
Alex Gorrod
2015-02-28
WT_READ_SKIP_LEAF no longer used anywhere (and I think the
Keith Bostic
2015-02-27
Fix a comment (cursor.restart no longer saves modification methods).
Keith Bostic
2015-02-27
Add paranoia to catch files opened during WT_CONNECTION::close
Michael Cahill
2015-02-26
Further updates to eviction. Including
Alex Gorrod
2015-02-26
Add some paranoia around setting row-store internal keys.
Michael Cahill
2015-02-26
Fix a bug in checkpoint, where it could get an EBUSY return.
Alex Gorrod
2015-02-24
Move WT_PAGE.u.row.d next to WT_PAGE.u.row.entries, it reduces
Keith Bostic
2015-02-24
Merge pull request #1665 from wiredtiger/page-structure-cache-miss
Keith Bostic
2015-02-24
Merge branch 'statistics-sources-handle-overwrite' of github.com:wiredtiger/w...
Michael Cahill
2015-02-24
Review places that set/clear session->dhandle, replace with macros. Change c...
Michael Cahill
2015-02-23
Clear flags when freeing slot. Remove extra stats. #1683
Susan LoVerso
2015-02-23
Still more stats. #1683
Susan LoVerso
2015-02-23
Add more stats. #1683
Susan LoVerso
2015-02-23
Compaction wasn't checking WT_BTREE_NO_EVICTION before executing a
Keith Bostic
2015-02-23
Add some stats. #1683
Susan LoVerso
2015-02-19
Add log worker thread to advance write_lsn. #1683
Susan LoVerso
2015-02-19
Fix the logic for eviction of pages that were never dirtied.
Michael Cahill
2015-02-19
Merge pull request #1681 from wiredtiger/mongo-eviction
Michael Cahill
2015-02-19
review: rename a variable for clarity
Michael Cahill
2015-02-19
Changes based on @keithbostic's review
Michael Cahill
2015-02-18
Merge branch 'develop' into eviction-thread-reconfigure
Keith Bostic
2015-02-18
I broke the Windows error handling code with the WT_SESSION.strerror
Keith Bostic
2015-02-18
All of the tests in __wt_page_can_evict are first dirty pages, abstract
Keith Bostic
2015-02-18
Merge pull request #1629 from wiredtiger/session-strerror
Michael Cahill
2015-02-18
whitespace
Michael Cahill
2015-02-18
Flip cache overhead to apply to the allocated bytes rather than the total siz...
Michael Cahill
2015-02-17
Coverity notes the TXN_API_END_RETRY macro has an unnecessary test for
Keith Bostic
2015-02-17
Allow the maximum number of eviction threads to be reconfigured. This was pr...
Michael Cahill
[next]