| Commit message (Expand) | Author | Age | Files | Lines |
* | "non-existant" is one of those words that don't exist, so use "non-existent" |  phessler | 2019-02-10 | 1 | -4/+4 |
* | add some sizes to free. looked over by deraadt |  tedu | 2015-08-23 | 1 | -3/+3 |
* | More damned eye searing whitespace. |  krw | 2015-06-07 | 1 | -2/+2 |
* | Remove some includes include-what-you-use claims don't |  jsg | 2015-03-14 | 1 | -2/+1 |
* | prevent umass devices from being considered for paths. |  dlg | 2015-03-04 | 1 | -1/+4 |
* | remove uneeded proc.h includes |  jsg | 2014-09-14 | 1 | -2/+1 |
* | add a size argument to free. will be used soon, but for now default to 0. |  tedu | 2014-07-12 | 1 | -3/+3 |
* | move pointer use to after a NULL pointer check |  jsg | 2014-05-01 | 1 | -2/+3 |
* | fix next path selection so if the current path is NULL (which can occur if |  dlg | 2013-09-08 | 1 | -5/+6 |
* | rename scsi_sem_{enter,leave} to scsi_pending_{start,finish}. these are |  dlg | 2013-08-29 | 1 | -3/+3 |
* | get rid of the different path scheduler types, which simplifies the |  dlg | 2013-08-27 | 1 | -15/+13 |
* | implement handling of group failover. |  dlg | 2013-08-26 | 1 | -28/+112 |
* | when i first imagined how paths on mpath worked, i thought the |  dlg | 2013-08-26 | 1 | -1/+7 |
* | free the dev slot on group allocation failure if we're building a new dev. |  dlg | 2013-08-26 | 1 | -2/+4 |
* | introduce the idea of groups of paths. mpath had stuff to managed |  dlg | 2013-08-26 | 1 | -23/+75 |
* | now that mpath is attached before any hardware, we can simplify the code. |  dlg | 2013-08-26 | 1 | -25/+19 |
* | we dont need mpath ccbs if all theyre used for is storing xfers on a list. |  dlg | 2013-06-10 | 1 | -54/+12 |
* | Backout a bunch of my SCSI commits from c2k11. At least one of these |  matthew | 2011-07-17 | 1 | -3/+3 |
* | support "failover" style access to volumes, ie, only use one active |  dlg | 2011-07-11 | 1 | -10/+16 |
* | First batch of converting SCSI HBAs from setting saa_targets and |  matthew | 2011-07-08 | 1 | -3/+3 |
* | M_WAITOK cleanup of two cases: |  mk | 2011-06-17 | 1 | -2/+3 |
* | if a path returns XS_SELTIMEOUT, retry the io down another path like we |  dlg | 2011-04-27 | 1 | -2/+2 |
* | if mpath is disabled in config or ukc, then prevent path drivers from |  dlg | 2011-04-17 | 1 | -1/+16 |
* | move forward with scsi multipathing. |  dlg | 2011-04-05 | 1 | -82/+266 |
* | let mpath build again even though it is disabled |  todd | 2010-07-21 | 1 | -2/+1 |
* | Restore setting xs->bp; fixes ncr(4) on VAX. |  matthew | 2010-07-01 | 1 | -1/+2 |
* | Remove all adapter-specific 'struct scsi_device's. They are never used. First |  krw | 2010-06-28 | 1 | -6/+1 |
* | "Believe it or not," nothing uses scsi_xfer's req_sense_length field |  matthew | 2010-06-27 | 1 | -2/+1 |
* | New scsi code seems to be stable. Pluck previously identified |  krw | 2010-05-20 | 1 | -7/+1 |
* | Change the scsi_cmd function member of scsi_adapter from int to |  krw | 2010-03-23 | 1 | -7/+5 |
* | scsi_done sets ITSDONE, we dont have to do it. |  dlg | 2010-01-03 | 1 | -2/+1 |
* | put the midlayer changes back in. |  dlg | 2009-12-01 | 1 | -28/+69 |
* | revert midlayer back to it was before i put my big rewrite in. this is |  dlg | 2009-11-12 | 1 | -69/+28 |
* | backout the backout marco did of my code because of the NO_CCB breakage. |  dlg | 2009-11-10 | 1 | -28/+69 |
* | The big diff dlg committed to the midlayer breaks NO_CCB and |  marco | 2009-11-05 | 1 | -69/+28 |
* | if you're attempting to detach multiple devices (eg, many targets, |  dlg | 2009-10-23 | 1 | -5/+5 |
* | devices below the scsibus should all be detached via scsi_detach_lun. |  dlg | 2009-10-22 | 1 | -1/+14 |
* | rework how devids are handled in the midlayer and mpath. |  dlg | 2009-10-14 | 1 | -10/+19 |
* | rework the scsi midlayer to start addressing some problems i have |  dlg | 2009-09-14 | 1 | -19/+38 |
* | shove a minphys request against mpath down all to the minphys on each path |  dlg | 2009-08-09 | 1 | -1/+15 |
* | if a physical path to a device behind mpath goes away, remove the path. it |  dlg | 2009-08-09 | 1 | -2/+29 |
* | add mpath(4), a driver that steals paths to scsi devices if it |  dlg | 2009-08-09 | 1 | -0/+240 |