Age | Commit message (Expand) | Author |
2015-08-23 | add some sizes to free. looked over by deraadt | Ted Unangst |
2015-06-07 | More damned eye searing whitespace. | Kenneth R Westerback |
2015-04-02 | use correct capitalization of 'BlackBerry' | Jasper Lievisse Adriaanse |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2015-03-08 | Fix some format specifiers in debug code. | Kenneth R Westerback |
2015-03-04 | prevent umass devices from being considered for paths. | David Gwynne |
2015-02-11 | we dont need sys/lock.h because we dont use lockmgr, but we do need | David Gwynne |
2015-01-27 | remove the second void * argument on tasks. | David Gwynne |
2014-12-16 | primary change: move uvm_vnode out of vnode, keeping only a pointer. | Ted Unangst |
2014-12-15 | convert bcopy to memcpy. ok dlg krw | Ted Unangst |
2014-09-20 | Fix bug in taskq conversion that would lead to a null pointer dereference. | Mark Kettenis |
2014-09-18 | Some disks, such as the Seagate Cheetah 73LP FC with Sun firmware | Mark Kettenis |
2014-09-14 | remove uneeded proc.h includes | Jonathan Gray |
2014-09-13 | Replace all queue *_END macro calls except CIRCLEQ_END with NULL. | Doug Hogan |
2014-09-09 | remove the scsi_task() wrapper around workq_add_task now that nothing | David Gwynne |
2014-09-09 | rework the hotplug requests to use tasks rather than workqs. | David Gwynne |
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 |