Age | Commit message (Expand) | Author |
2014-07-13 | use mallocarray where arguments are multiplied; ok tedu | Theo de Raadt |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-07-10 | Now that sd(4) drives under softraid0 have their cache flushed when | Martin Pieuchot |
2014-07-01 | take the biglock before calling the xs completion handler. | David Gwynne |
2014-07-01 | take the biglock when calling an adapters scsi_cmd handler. | David Gwynne |
2014-07-01 | start on being able to safely run io through the midlayer without | David Gwynne |
2014-05-01 | move pointer use to after a NULL pointer check | Jonathan Gray |
2014-04-22 | factor out the code that figures out whether you're probing or detaching | David Gwynne |
2014-04-20 | make the status handler more like rdac and emc. the big functional change | David Gwynne |
2014-04-19 | move scsi_xs_put after checks that use fields in the xs | Jonathan Matthew |
2014-04-19 | implement emc_mpath_checksense() according to what my cx500 throws. | David Gwynne |
2014-04-17 | rework this to implement the active path checks when mpath asks for | David Gwynne |
2014-04-03 | massage the preferred path detection to happen when mpath asks for | David Gwynne |
2014-04-02 | whitespace fix, no functional change | David Gwynne |
2014-04-02 | skey == SKEY_ILLEGAL_REQUEST && ASC_ASCQ(sense) == 0x9401 means | David Gwynne |
2014-02-19 | If a disk returns a size of 0, treat it as an error to let the | Martin Pieuchot |
2014-02-13 | if an attached sd(4) is readonly, make sure it's noticable in the | Alexander Hall |
2014-01-31 | SUNW SUNWGS INT FCBPL can be considered an asym device now we can uniquely | David Gwynne |
2014-01-31 | if a device doesnt have device ids or serial numbers, try using node_wwn to | David Gwynne |
2014-01-30 | SGI branded seagate disks work fine | David Gwynne |
2014-01-27 | poison the io "allocated" by the default pool allocator so any attempt to | David Gwynne |
2014-01-18 | rename scsi_ioh_runqueue to scsi_iopool_run, and make it available | David Gwynne |
2013-12-06 | Add a DVACT_WAKEUP op to the *_activate() API. This is called after the | Theo de Raadt |
2013-11-26 | 1 << 31 cleanup. Eitan Adler pointed out that there has been a | Theo de Raadt |
2013-11-23 | fix format string; OK deraadt@ | Gleydson Soares |
2013-11-01 | Sprinkle (long long) casts where %lld is being used to print daddr_t | Kenneth R Westerback |
2013-10-07 | typo | Miod Vallat |
2013-10-03 | Print daddr_t variables with %lld, u_int64_t variables with %llu. | Kenneth R Westerback |
2013-10-02 | Use u_int64_t instead of daddr_t parameters to sd_cmd_rw*() functions. | Kenneth R Westerback |
2013-09-27 | scsi_size() is now used only by cd(4). So move it from scsi_base.c | Kenneth R Westerback |
2013-09-19 | Tweak types to keep daddr_t address and sector address separate. | Kenneth R Westerback |
2013-09-15 | cddump() takes a daddr_t parameter. Call that parameter 'blkno' and not | Kenneth R Westerback |
2013-09-15 | Use DL_SECTOBLK() and DL_BLKTOSEC() to clarify code and remove | Kenneth R Westerback |
2013-09-08 | fix next path selection so if the current path is NULL (which can occur if | David Gwynne |
2013-09-03 | DELL MD3060e works | David Gwynne |
2013-08-29 | rename scsi_sem_{enter,leave} to scsi_pending_{start,finish}. these are | David Gwynne |
2013-08-27 | make path driver match routes return 8 so they will definitely be higher | David Gwynne |
2013-08-27 | get rid of the different path scheduler types, which simplifies the | David Gwynne |
2013-08-27 | these were forgotten in the change from pointing paths to groups instead | David Gwynne |
2013-08-27 | make scsi_sem_leave only run again once, no matter how many times | David Gwynne |
2013-08-26 | implement handling of group failover. | David Gwynne |
2013-08-26 | feng shui | David Gwynne |
2013-08-26 | all paths are considered active, not in some unknown state. | David Gwynne |
2013-08-26 | all FUJITSU MA disks ive found seem ok with being behind mpath. | David Gwynne |
2013-08-26 | pull rdac_c9 apart and use its guts to implement the status check | David Gwynne |
2013-08-26 | rename rdac_c8 to rdac_extdevid and use less magic numbers in the process. | David Gwynne |
2013-08-26 | when i first imagined how paths on mpath worked, i thought the | David Gwynne |
2013-08-26 | my DELL MD3000i seems to return skey illegal request + asc 0x94 + | David Gwynne |
2013-08-26 | checksense handlers in path drivers can return MPATH_SENSE_DECLINED | David Gwynne |
2013-08-26 | free the dev slot on group allocation failure if we're building a new dev. | David Gwynne |