| Commit message (Expand) | Author | Age | Files | Lines |
* | Add lock annotations to the threading API used by hastd. | Ed Schouten | 2014-09-01 | 1 | -2/+1 |
* | Send wakeup to threads waiting on empty queue before releasing the | Mikolaj Golub | 2013-12-10 | 1 | -11/+5 |
* | In remote_send_thread, if sending a request fails don't take the | Mikolaj Golub | 2013-12-10 | 1 | -11/+2 |
* | Add some macros to make the code more readable (no functional chages). | Mikolaj Golub | 2013-12-10 | 1 | -6/+9 |
* | For memsync replication, hio_countdown is used not only as an | Mikolaj Golub | 2013-12-10 | 1 | -111/+47 |
* | Make hastctl list command output current queue sizes. | Mikolaj Golub | 2013-10-26 | 1 | -1/+52 |
* | Merging local and remote bitmaps must be protected by hr_amp lock. | Mikolaj Golub | 2013-10-26 | 1 | -1/+1 |
* | When updating the map of dirty extents, most recently used extents are | Mikolaj Golub | 2013-09-19 | 1 | -8/+22 |
* | Use cv_broadcast() instead of cv_signal() when waking up threads | Mikolaj Golub | 2013-09-19 | 1 | -2/+2 |
* | Use C11 <stdatomic.h> instead of our non-standard <machine/atomic.h>. | Ed Schouten | 2013-04-27 | 1 | -6/+7 |
* | Add i/o error counters to hastd(8) and make hastctl(8) display | Mikolaj Golub | 2013-02-25 | 1 | -0/+18 |
* | - Add support for 'memsync' mode. This is the fastest replication mode that's | Pawel Jakub Dawidek | 2013-02-17 | 1 | -21/+165 |
* | Make use of GEOM Gate direct reads feature. This allows HAST to serve | Pawel Jakub Dawidek | 2012-07-04 | 1 | -1/+31 |
* | Simplify the code by using snprlcat(). | Pawel Jakub Dawidek | 2012-06-03 | 1 | -27/+24 |
* | If a local write request is from the synchronization thread, when it | Mikolaj Golub | 2012-02-05 | 1 | -1/+2 |
* | Fix the regression introduced in r226859: if the local component is | Mikolaj Golub | 2012-02-05 | 1 | -1/+1 |
* | For functions that return -1 on failure check exactly for -1 and not for | Pawel Jakub Dawidek | 2012-01-10 | 1 | -38/+38 |
* | Spelling fixes for sbin/ | Ulrich Spörlein | 2012-01-07 | 1 | -1/+1 |
* | fork(2) returns -1 on failure, not some random negative number. | Pawel Jakub Dawidek | 2012-01-06 | 1 | -1/+1 |
* | Implement 'async' mode for HAST. | Pawel Jakub Dawidek | 2011-10-27 | 1 | -47/+78 |
* | Minor cleanups. | Pawel Jakub Dawidek | 2011-10-27 | 1 | -1/+2 |
* | Reduce indentation. | Pawel Jakub Dawidek | 2011-10-27 | 1 | -24/+24 |
* | Improve comment so it doesn't suggest race is possible, but that we handle | Pawel Jakub Dawidek | 2011-10-27 | 1 | -1/+1 |
* | Monor cleanups. | Pawel Jakub Dawidek | 2011-10-27 | 1 | -6/+7 |
* | Delay resuid generation until first connection to secondary, not until first | Pawel Jakub Dawidek | 2011-10-27 | 1 | -6/+3 |
* | Correct typo. | Pawel Jakub Dawidek | 2011-09-28 | 1 | -1/+1 |
* | If the underlying provider doesn't support BIO_FLUSH, log it only once | Pawel Jakub Dawidek | 2011-09-28 | 1 | -0/+7 |
* | After every activemap change flush disk's write cache, so that write | Pawel Jakub Dawidek | 2011-09-28 | 1 | -0/+19 |
* | No need to wrap pjdlog functions around with KEEP_ERRNO() macro. | Pawel Jakub Dawidek | 2011-09-27 | 1 | -2/+1 |
* | Correct two mistakes when converting asserts to PJDLOG_ASSERT()/PJDLOG_ABORT(). | Pawel Jakub Dawidek | 2011-09-27 | 1 | -4/+2 |
* | Fix indentation. | Mikolaj Golub | 2011-07-13 | 1 | -1/+1 |
* | Check the returned value of activemap_write_complete() and update matadata on | Mikolaj Golub | 2011-06-28 | 1 | -2/+5 |
* | In HAST we use two sockets - one for only sending the data and one for | Mikolaj Golub | 2011-06-17 | 1 | -0/+2 |
* | If READ from the local node failed we send the request to the remote | Mikolaj Golub | 2011-05-29 | 1 | -1/+1 |
* | Keep statistics on number of BIO_READ, BIO_WRITE, BIO_DELETE and BIO_FLUSH | Pawel Jakub Dawidek | 2011-05-23 | 1 | -0/+11 |
* | Currently we are unable to use capsicum for the primary worker process, | Pawel Jakub Dawidek | 2011-05-14 | 1 | -1/+1 |
* | When we become primary, we connect to the remote and expect it to be in | Pawel Jakub Dawidek | 2011-04-20 | 1 | -13/+49 |
* | Scenario: | Pawel Jakub Dawidek | 2011-04-19 | 1 | -0/+19 |
* | Declare directions for sockets between primary and secondary. | Pawel Jakub Dawidek | 2011-04-02 | 1 | -0/+5 |
* | Handle the problem described in r220264 by using GEOM GATE queue of unlimited | Pawel Jakub Dawidek | 2011-04-02 | 1 | -1/+1 |
* | Use timeout from configuration file not only when sending and receiving, | Pawel Jakub Dawidek | 2011-03-25 | 1 | -1/+1 |
* | Use role2str() when setting process title. | Pawel Jakub Dawidek | 2011-03-25 | 1 | -1/+1 |
* | After synchronization is complete we should make primary counters be | Mikolaj Golub | 2011-03-22 | 1 | -3/+3 |
* | For requests that are sent only to remote component use the | Mikolaj Golub | 2011-03-22 | 1 | -2/+7 |
* | White space cleanups. | Pawel Jakub Dawidek | 2011-03-22 | 1 | -3/+3 |
* | When dropping privileges prefer capsicum over chroot+setgid+setuid. | Pawel Jakub Dawidek | 2011-03-21 | 1 | -1/+1 |
* | Initialize localcnt on first write. This fixes assertion when we create | Pawel Jakub Dawidek | 2011-03-21 | 1 | -2/+6 |
* | In hast.conf we define the other node's address in 'remote' variable. | Pawel Jakub Dawidek | 2011-03-21 | 1 | -11/+21 |
* | For secondary, set 2 * HAST_KEEPALIVE seconds timeout for incoming | Mikolaj Golub | 2011-03-17 | 1 | -8/+4 |
* | Make workers inherit debug level from the main process. | Mikolaj Golub | 2011-03-11 | 1 | -1/+3 |