Age | Commit message (Expand) | Author |
2017-09-08 | If you use sys/param.h, you don't need sys/types.h | Theo de Raadt |
2017-05-29 | To prevent anyone else from stumbling on this (now) archaic bit of | Kenneth R Westerback |
2016-09-04 | Remove support for tape block devices. Nobody mount(8)s tapes any longer. | Christian Weisgerber |
2016-03-12 | Standardize on calling local scsi_link variables 'link' instead of | Kenneth R Westerback |
2016-03-11 | "if (_3btol(cmd->len) != 0)" is more likely to be a useful test than | Kenneth R Westerback |
2015-06-07 | More damned eye searing whitespace. | Kenneth R Westerback |
2014-12-16 | primary change: move uvm_vnode out of vnode, keeping only a pointer. | Ted Unangst |
2014-09-14 | remove uneeded proc.h includes | Jonathan Gray |
2013-11-01 | Sprinkle (long long) casts where %lld is being used to print daddr_t | Kenneth R Westerback |
2013-10-03 | Print daddr_t variables with %lld, u_int64_t variables with %llu. | Kenneth R Westerback |
2013-07-05 | Tweak calculations of resid to avoid unsigned vs signed comparison and | Kenneth R Westerback |
2013-06-11 | final removal of daddr64_t. daddr_t has been 64 bit for a long enough | Theo de Raadt |
2013-06-06 | Fix EOM handling. Makes Bacula much happier by allowing the use of | Kenneth R Westerback |
2011-07-03 | Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing | Matthew Dempsky |
2011-06-07 | Fix a device reference leak in st{read,write}() by making them work | Matthew Dempsky |
2011-03-31 | - use nitems(); no binary change. | Jasper Lievisse Adriaanse |
2011-03-18 | Fix stdetach() to call vdevgone() with the right device minor numbers. | Matthew Dempsky |
2011-03-17 | use dma_alloc/dma_free instead of malloc to allocate buffers which need | Theo de Raadt |
2010-12-24 | Have sd(4) devices check for and respect read-only information the | Kenneth R Westerback |
2010-10-13 | No need to check ST_DYING flag twice in succession. | Kenneth R Westerback |
2010-09-22 | All users of physio(9) now pass NULL as the buf pointer argument, so | Matthew Dempsky |
2010-09-20 | bufq_drain() does not need to be done in deactivate; we only need | Theo de Raadt |
2010-09-14 | dont leak an xs in ststart if its called while the device is dying. | David Gwynne |
2010-09-14 | scsi_xsh_del the xs handler on DEACTIVATE. | David Gwynne |
2010-09-14 | Clean up sense mode handling to make residual value handling clearer | Kenneth R Westerback |
2010-09-01 | Don't give xs->resid an invalid value (xs->datalen * st->blksize) | Kenneth R Westerback |
2010-09-01 | make struct bufq a member of the softc for devices that use it, | David Gwynne |
2010-08-30 | Avoid possible aliasing-related compiler issues by always writing to | Matthew Dempsky |
2010-07-22 | In st_space() and st_write_filemarks(), if scsi_xs_get() returns NULL, | Matthew Dempsky |
2010-07-22 | Eliminate scsi_scsi_cmd() now that ss(4) is gone and with it the | Kenneth R Westerback |
2010-07-01 | Die struct scsi_device! Die! Instead, save a pointer to the routine | Kenneth R Westerback |
2010-07-01 | Restore setting xs->bp; fixes ncr(4) on VAX. | Matthew Dempsky |
2010-06-30 | Prune some dead assignments in st_interpret_sense(); st(4) already | Matthew Dempsky |
2010-06-29 | Change st(4) to use the FIFO buf sorting discipline rather than the | Matthew Dempsky |
2010-06-26 | Don't #include <sys/user.h> into files that don't need the stuff | Philip Guenthe |
2010-06-25 | move st over to using xshandlers for scheduling io. based on the | David Gwynne |
2010-06-16 | Bring ststrategy() into line with sdstrategy() and cdstrategy(), making | Kenneth R Westerback |
2010-06-15 | dont pass the dev_t from the scsi device drivers into the midlayer for | David Gwynne |
2010-06-11 | Restore an unusual XS_SENSE semantic that inadvertantly got lost | Kenneth R Westerback |
2010-06-01 | move cd, st & ss over to bufq's again. | Thordur I. Bjornsson |
2010-04-12 | i snuck fine grained locking into the midlayer as part of all the | David Gwynne |
2010-01-15 | Abstract and merge the manual buf queue manipulating functions into | Kenneth R Westerback |
2010-01-15 | Restore XS_BUSY delay behaviour for buf i/o. Same as for sync path. | Kenneth R Westerback |
2010-01-12 | bring sd.c r1.180 over to the other drivers now using the antisemaphore, | David Gwynne |
2010-01-11 | Bring mutex protections to ststart, cdstart and ssstart, as already | Kenneth R Westerback |
2010-01-09 | dont try to prevent multiple concurrent runs of a devices start routine | David Gwynne |
2009-12-26 | move st over to the new midlayer. | David Gwynne |
2009-10-13 | Get rid of devact enum, substitute it with an int and coresponding defines. | Paul Irofti |
2009-02-16 | Extend the scsi_adapter minphys() callback to take a struct scsi_link * | Miod Vallat |
2008-09-22 | Do not return an uninitialized value on success in stclose(). | Miod Vallat |