summaryrefslogtreecommitdiff
path: root/src/conn
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2209 from wiredtiger/more-bool-keithMichael Cahill2015-09-299-271/+277
* WT-2101 Don't update the logging ckpt_lsn on clean shutdown.Michael Cahill2015-09-281-2/+1
* WT-2093 Use the C99 bool type to clarify when functions return true/falseMichael Cahill2015-09-281-1/+1
* WT-2038 Immediately discard temporary handles from session caches.Michael Cahill2015-08-141-23/+20
* WT-2038 Count and report the total number of data handlesMichael Cahill2015-08-141-0/+4
* WT-1481 Fix and clarify some sweep statistics.Michael Cahill2015-08-141-6/+10
* WT-2038 Use TAILQ for all lists.Michael Cahill2015-08-134-24/+23
* WT-2038 In the mongodb-3.0 branch, we need the handle list lock when expiring...Michael Cahill2015-08-111-2/+3
* WT-2038 Avoid long scans holding the handle list lock.Michael Cahill2015-08-112-45/+52
* WT-2036 Make handle sweeps more robustMichael Cahill2015-08-101-68/+72
* WT-1930 Add configuration option to disable sweep of old handlesAlex Gorrod2015-08-101-2/+13
* Merge pull request #2088 from wiredtiger/rand-strict-aliasDavid Hows2015-08-041-1/+1
* WT-2007 Statically allocate log slot buffers to a maximum size.sueloverso2015-08-031-5/+5
* Cherry pick naming fixups.Michael Cahill2015-06-291-19/+19
* WT-1907 Add a "soft update" of the oldest ID from application threads in case...Michael Cahill2015-06-291-1/+1
* WT-1975 Wait for sync_lsn of earlier log files to complete for forced sync.Michael Cahill2015-06-291-0/+2
* Cleanup flow in sweep mark dead function.Alex Gorrod2015-05-261-2/+0
* Disable eviction in a tree while it is being marked dead.Michael Cahill2015-05-261-0/+2
* Merge pull request #1976 from wiredtiger/checkpoint-deadAlex Gorrod2015-05-251-1/+3
* Merge pull request #1973 from wiredtiger/disable-eviction-during-mark-deadAlex Gorrod2015-05-251-37/+59
* Merge pull request #1894 from wiredtiger/tree-discard-backgroundMichael Cahill2015-04-272-108/+232
* Fixes after cherry-picking.Michael Cahill2015-04-251-1/+1
* Fix a deadlock related to handle locking.Alex Gorrod2015-04-251-3/+11
* Move the "cache is empty" check to where the cache is destoyed, not when the ...Michael Cahill2015-04-251-0/+16
* Shut down the eviction server before closing file handles to avoid a race.Michael Cahill2015-04-251-3/+1
* Don't ignore sweeping entirely when we reach the open-file-count limit,Keith Bostic2015-04-251-8/+7
* Don't keep sweeping once we reach the minimum number of handles.Keith Bostic2015-04-251-0/+5
* Fix places where we were using the wrong link for traversing hash buckets.Keith Bostic2015-04-251-1/+1
* Rename file_manager.open_handles to file_manager.close_handle_minimum,Keith Bostic2015-04-251-1/+1
* Don't sweep unless there's a reason we need to close file handles.Keith Bostic2015-04-251-0/+8
* Set checkpoint LSN to existing log record. #1700Susan LoVerso2015-04-251-0/+2
* The handle sweep code should handle busy returns.Alex Gorrod2015-03-261-1/+3
* Sweep needs to write-lock handles before discarding them. The handle list lo...Michael Cahill2015-03-261-1/+14
* Merge branch 'develop' into checkpoint-closing-filesMichael Cahill2015-03-268-61/+95
|\
| * Merge pull request #1821 from markbenvenuto/windows_thread_fixAlex Gorrod2015-03-265-15/+15
| |\
| | * Use beginthreadex, and ensure we use the correct C calling conventions in all...Mark Benvenuto2015-03-255-15/+15
| * | whitespaceKeith Bostic2015-03-251-2/+1
| |/
| * Split sweep into two passes: one that walks the handle list without locking a...Michael Cahill2015-03-252-30/+60
| * Add a single set of fhandle flags for open and close. #1785Susan LoVerso2015-03-242-5/+6
| * Merge branch 'develop' into file-flagsSusan LoVerso2015-03-241-0/+6
| |\
| | * Merge pull request #1810 from wiredtiger/stat-cache-internal-page-sizeKeith Bostic2015-03-241-0/+6
| | |\
| | | * Add statistics to track internal/overflow/leaf pages in cache.Alex Gorrod2015-03-241-0/+6
| * | | Add flags to wt_fopen/fclose. #1785Susan LoVerso2015-03-232-6/+6
* | | | Change the sweep server to only operate on clean files. Track the maximum tr...Michael Cahill2015-03-242-8/+15
| |/ / |/| |
* | | Revert "Avoid a deadlock between the sweep server and a checkpoint."Alex Gorrod2015-03-241-26/+4
| |/ |/|
* | Avoid a deadlock between the sweep server and a checkpoint.Michael Cahill2015-03-241-4/+26
|/
* The statistics log server thread includes the database directory in path names.Michael Cahill2015-03-231-1/+2
* Merge branch 'develop' into base-config-crashKeith Bostic2015-03-224-52/+146
|\
| * Merge pull request #1796 from wiredtiger/clear-handle-on-closeAlex Gorrod2015-03-234-8/+5
| |\
| | * Pass __wt_close() a reference to the WT_FH memory, that way it getsKeith Bostic2015-03-214-8/+5