| Commit message (Expand) | Author | Age | Files | Lines |
* | Most WiredTiger calloc calls are to allocate a single structure, | Keith Bostic | 2014-12-15 | 1 | -1/+1 |
* | Clean up a few __wt_calloc() calls that can be __wt_calloc_def() instead. | Keith Bostic | 2014-12-15 | 1 | -1/+1 |
* | KNF | Keith Bostic | 2014-11-09 | 1 | -1/+1 |
* | Move initialization of direct_io. | Susan LoVerso | 2014-11-06 | 1 | -1/+1 |
* | Keep an open file handle on the log directory. #1343 | Susan LoVerso | 2014-11-06 | 1 | -0/+29 |
* | Move directory sync code into os_fsync.c, only sync directories when creating... | Michael Cahill | 2014-11-06 | 1 | -56/+0 |
* | Let logging manage syncing the directory itself #1343 | Susan LoVerso | 2014-11-05 | 1 | -8/+6 |
* | Use the log sync setting to decide whether to sync the directory on log file ... | Michael Cahill | 2014-11-05 | 1 | -1/+8 |
* | Match changes in Win, mention the system call name. | Keith Bostic | 2014-10-17 | 1 | -1/+1 |
* | Revert POSIX OS changes from c5b71e5, reference #1254: that commit | Keith Bostic | 2014-10-12 | 1 | -3/+0 |
* | Make fallocate/posix_fallocate more configurable. | Keith Bostic | 2014-10-12 | 1 | -0/+3 |
* | Rename the WT_FH.refcnt field to be WT_FH.ref to match the new | Keith Bostic | 2014-10-07 | 1 | -4/+4 |
* | Ftruncate is incompatible with file mapping on Windows, return EBUSY from | Keith Bostic | 2014-10-07 | 1 | -0/+3 |
* | Typo, final return value was being lost on failure. | Keith Bostic | 2014-09-16 | 1 | -1/+2 |
* | Update dist/s_style to check for cases where we jump to the error label | Keith Bostic | 2014-09-12 | 1 | -1/+1 |
* | A somewhat different approach to --enable-verbose: inline __wt_verbose() | Keith Bostic | 2014-05-05 | 1 | -1/+1 |
* | Do direct I/O reads on checkpoints to reduce the VM pressure of LSM workloads. | Michael Cahill | 2014-01-17 | 1 | -3/+6 |
* | Update copyright notices for 2014. | Keith Bostic | 2014-01-07 | 1 | -1/+1 |
* | error: assignment discards 'const' qualifier from pointer target | Keith Bostic | 2013-12-20 | 1 | -1/+1 |
* | __open_directory_sync can sync the wrong directory if the application | Keith Bostic | 2013-12-20 | 1 | -10/+17 |
* | Create a Python pass for source code style checking (to eventually replace s_... | Michael Cahill | 2013-11-05 | 1 | -1/+1 |
* | API change: rework "run-time" and "tree-walk" statistics configuration. | Keith Bostic | 2013-10-19 | 1 | -2/+2 |
* | Split statistics macros into two parts: run-time and everything else, | Keith Bostic | 2013-10-10 | 1 | -2/+2 |
* | Check for the existence of the O_DSYNC flag, fall back to O_SYNC, or output a... | Michael Cahill | 2013-08-28 | 1 | -0/+7 |
* | Cherry pick Sue's sync configuration changes, so develop matches the fine-gra... | Michael Cahill | 2013-08-28 | 1 | -1/+4 |
* | Output the full path of the file we couldn't open, not just the name. | Keith Bostic | 2013-08-14 | 1 | -1/+1 |
* | Merge branch 'develop' into logging | Susan LoVerso | 2013-05-22 | 1 | -29/+42 |
|\ |
|
| * | Fix a bug on systems without O_CLOEXEC which would silently ignore | Keith Bostic | 2013-05-17 | 1 | -5/+1 |
| * | Acquire the file-list spin lock when checking the WT_FH.refcnt during | Keith Bostic | 2013-05-14 | 1 | -19/+34 |
| * | Change file_extend syntax from file_extend=(type=[data,log],size=XXX) | Keith Bostic | 2013-05-14 | 1 | -4/+2 |
| * | Support for a new configuration option, file_extend, that extends the file | Keith Bostic | 2013-05-11 | 1 | -2/+7 |
| * | Rename the WT_FH.file_size field to be WT_FH.size. | Keith Bostic | 2013-05-11 | 1 | -1/+1 |
* | | Add direct_io support for logging. | Susan LoVerso | 2013-05-20 | 1 | -4/+4 |
|/ |
|
* | If open fails and direct I/O configured, note that some filesystems don't | Keith Bostic | 2013-03-22 | 1 | -3/+9 |
* | Replace os_cache_max configuration and behavior with calls to: (1) | Keith Bostic | 2013-03-04 | 1 | -0/+5 |
* | Update copyright notice to 2013. | Keith Bostic | 2013-01-01 | 1 | -1/+1 |
* | Instead of tracking open btree object handles, track open file descriptors. | Keith Bostic | 2012-12-06 | 1 | -0/+2 |
* | Don't sync the directory after open if the global "sync" flag is false. | Michael Cahill | 2012-10-22 | 1 | -1/+2 |
* | is_tree is no longer "unused" if O_DIRECT isn't set. | Keith Bostic | 2012-10-19 | 1 | -2/+2 |
* | Use the O_NOATIME flag: it may improve performance on some systems. | Michael Cahill | 2012-10-19 | 1 | -0/+5 |
* | Don't force O_NOATIME on -- it may have unintended consequences, and on moder... | Michael Cahill | 2012-10-18 | 1 | -3/+0 |
* | Tweaks to file configuration for reads on Linux (disable readahead and access... | Michael Cahill | 2012-10-18 | 1 | -2/+21 |
* | According to the Linux fsync man page: | Keith Bostic | 2012-10-12 | 1 | -3/+43 |
* | Rework WT_EVENT_HANDLERs. | Keith Bostic | 2012-05-07 | 1 | -1/+1 |
* | Replace local "ret" declarations with WT_DECL_RET. | Keith Bostic | 2012-04-26 | 1 | -5/+4 |
* | Fix the "exclusive" config for WT_SESSION::create. | Michael Cahill | 2012-03-28 | 1 | -1/+3 |
* | Close btree handles in the list: otherwise we can't safely remove or rename t... | Michael Cahill | 2012-03-11 | 1 | -6/+6 |
* | Add support for direct I/O, with the config "direct_io=(data,log)". | Michael Cahill | 2011-12-05 | 1 | -2/+10 |
* | Update copyright notices to 2012. | Keith Bostic | 2012-01-22 | 1 | -3/+3 |
* | Documentation: add notes on remote file systems, created file permissions, | Keith Bostic | 2012-01-17 | 1 | -3/+6 |