Age | Commit message (Expand) | Author |
2014-01-22 | Switch metadata saves from the system workq to the system taskq. | Joel Sing |
2014-01-21 | Actually use the correct TAILQ field. | Joel Sing |
2014-01-21 | Allow for variable sized work units. | Joel Sing |
2014-01-21 | Use a TAILQ for tracking work units, rather than an array. This will allow | Joel Sing |
2014-01-21 | Stop bzeroing the work unit when it is initialised. Rather, only initialise | Joel Sing |
2014-01-20 | Convert the softraid work unit workqs to taskqs. | Joel Sing |
2014-01-20 | Replace dedicated swu_fake variable with a work unit flag. | Joel Sing |
2014-01-19 | Assert that a workunit has ccbs if it is being scheduled. Otherwise we | Joel Sing |
2014-01-18 | Move the block get/put routines into the common code, instead of having | Joel Sing |
2014-01-18 | Rename softraid RAIDP to softraid RAID5. | Joel Sing |
2014-01-18 | Remove the RAID 4 discipline from softraid. Anyone sensible would use RAID | Joel Sing |
2014-01-05 | On some architectures you can get away with using an uninitialised mutex; | Joel Sing |
2013-11-19 | Print daddr_t's with %lld, size_t's with %zu, int's with %d and | Kenneth R Westerback |
2013-11-04 | substantial namespace cleanup. Might go a little bit too far, but we | Theo de Raadt |
2013-11-01 | Sprinkle (long long) casts where %lld is being used to print daddr_t | Kenneth R Westerback |
2013-07-19 | Don't use uninitialized variable when a simple 0 will do. | Kenneth R Westerback |
2013-07-01 | When an I/O error occurs on a softraid chunk, only take it offline if the | Joel Sing |
2013-06-11 | final removal of daddr64_t. daddr_t has been 64 bit for a long enough | Theo de Raadt |
2013-05-21 | Ensure that sc_lock is held when calling sr_meta_native_bootprobe() - the | Joel Sing |
2013-05-21 | sr_raid_startwu() is no longer called from interrupt context, hence does | Joel Sing |
2013-05-21 | Provide a function that handles the scheduling of work units. This | Joel Sing |
2013-05-21 | Make the sr_raid_startwu() function handle deferred work units, instead of | Joel Sing |
2013-05-21 | Fix missing work unit state initialisations. | Joel Sing |
2013-05-21 | Use a state to indicate that a work unit should only be constructed and not | Joel Sing |
2013-04-26 | Add a SR_WUF_DISCIPLINE flag that identifies work units that have resulted | Joel Sing |
2013-04-23 | Rename ccb_flag to ccb_flags. | Joel Sing |
2013-04-21 | Convert RAID1 to the new work unit completion functions and generic | Joel Sing |
2013-03-31 | Use the discipline name instead of the product string when reporting the | Joel Sing |
2013-03-31 | The return value of sd_free_resources() is never checked and all of the | Joel Sing |
2013-03-31 | Fix compilation with debug. | Joel Sing |
2013-03-31 | Provide default resource allocation and free functions. Convert all | Joel Sing |
2013-03-30 | Provide wrappers for scsi_io_get() and scsi_io_put(), that also include | Joel Sing |
2013-03-30 | Provide a default discipline interrupt handling function and migrate all of | Joel Sing |
2013-03-29 | Decouple wakeups on work unit completion from the type of I/O being | Joel Sing |
2013-03-29 | sd_wu_pending is only decremented when scsi_done() or scsi_io_put() are | Joel Sing |
2013-03-25 | Factor out the code that is used to recreate work units - one copy of the | Joel Sing |
2013-03-10 | Rename sc_dis to sc_targets, since it is an array of targets that also | Joel Sing |
2013-03-05 | Track attached softraid disciplines via a queue. This prevents the need to | Joel Sing |
2013-01-18 | The workunit completion needs to run at IPL_BIO, at least for now. | Joel Sing |
2013-01-18 | Tweak workunit completion. | Joel Sing |
2013-01-18 | Implement common workunit completion functions and handle the completion | Joel Sing |
2013-01-18 | Reset I/O counters when releasing ccbs. | Joel Sing |
2013-01-16 | Add a function that handles the completion of a ccb. | Joel Sing |
2013-01-16 | Set resid to zero if the scsi transfer completed without error. | Joel Sing |
2013-01-16 | Factor out code used to release ccbs from a workunit. | Joel Sing |
2013-01-15 | Implement a function that gets and correctly initialises a ccb for I/O, | Joel Sing |
2013-01-15 | Keep a function pointer to the per-discipline I/O interrupt handler in the | Joel Sing |
2013-01-15 | Factor out workunit initialisation code. | Joel Sing |
2012-10-09 | Provide a mechanism for the kernel to directly pass a mask key through to | Joel Sing |
2012-10-08 | Provide a mechanism for the kernel to pass data through to the discipline | Joel Sing |