Age | Commit message (Expand) | Author |
2009-10-23 | if you're attempting to detach multiple devices (eg, many targets, | David Gwynne |
2009-10-22 | devices below the scsibus should all be detached via scsi_detach_lun. | David Gwynne |
2009-10-21 | use _lto8b to calculate 64 bit address. Fixes issue ckuethe saw at 2TB | Marco Peereboom |
2009-10-20 | "active" is an unused member of the scsi_link structure. i couldnt find any | David Gwynne |
2009-10-14 | rework how devids are handled in the midlayer and mpath. | David Gwynne |
2009-10-13 | Get rid of devact enum, substitute it with an int and coresponding defines. | Paul Irofti |
2009-10-12 | avoid smashing the stack when we have sense data to return back to userland | David Gwynne |
2009-10-12 | mask bits correctly in devid vpd for the PI | David Gwynne |
2009-09-14 | rework the scsi midlayer to start addressing some problems i have | David Gwynne |
2009-09-02 | take advantage of workq_queue_task. | David Gwynne |
2009-08-27 | More iscsi defines needed. | Claudio Jeker |
2009-08-14 | Another change to make my life easier when parsing pdus. | Claudio Jeker |
2009-08-13 | make scsi_done set ITSDONE on the xs. this means hba drivers dont have to | David Gwynne |
2009-08-13 | More changes to make the parsing of those evil messages a bit easier. | Claudio Jeker |
2009-08-13 | Add more stuff change some fields to make the handling a bit easier. | Claudio Jeker |
2009-08-13 | provide an api for an interrupt (or something like it) to notify the | David Gwynne |
2009-08-13 | Replace the error strings that were being passed around with much simpler | Theo de Raadt |
2009-08-10 | if mpath steals a link, print out where the link was stolen so dmesg still | David Gwynne |
2009-08-10 | pull the printing out of scsibusprint so it can be used against scsi_link | David Gwynne |
2009-08-09 | shove a minphys request against mpath down all to the minphys on each path | David Gwynne |
2009-08-09 | if a physical path to a device behind mpath goes away, remove the path. it | David Gwynne |
2009-08-09 | add mpath(4), a driver that steals paths to scsi devices if it | David Gwynne |
2009-08-08 | if the adapters wwn fields are set, print them out when attaching scsibus. | David Gwynne |
2009-06-17 | Revert bufq's. this is inline with the major midlayer reverts that | Thordur I. Bjornsson |
2009-06-06 | We only really need to #define SYNCHRONIZE_CACHE 0x35 once. | Kenneth R Westerback |
2009-06-03 | add a flexible buffer queue (bufq) api, based on the never used | Thordur I. Bjornsson |
2009-06-02 | did not issue scsi_inquire with EVPD flag for USB mass strage class | Yojiro Uo |
2009-03-23 | actually follow rfc 3720, from Remco. | David Gwynne |
2009-02-16 | Extend the scsi_adapter minphys() callback to take a struct scsi_link * | Miod Vallat |
2009-02-16 | Don't try to SCSIDEBUG targets or luns >31 since we only have 32 bits to | Kenneth R Westerback |
2009-02-16 | on some buses (eg sas and fc fabrics) the initiator id doesnt mean | David Gwynne |
2009-01-20 | Prevent unaligned access. | Mark Kettenis |
2009-01-10 | Get rid of eye-bleeding horror of casting pointers to u_long to add | Bob Beck |
2009-01-10 | Add support for the volume buttons and for the eject button found | Robert Nagy |
2009-01-10 | Don't try to cast an lvalue which is forbidden and something pcc, lint, | Jonathan Gray |
2008-11-26 | definition of the iscsi wire protocol stuff. | David Gwynne |
2008-11-10 | clean namespace a fair bit; wrap kernel-use-only structures and gunk in | Theo de Raadt |
2008-11-09 | workaround lack of struct proc. this whole mess must be cleaned out. | Theo de Raadt |
2008-09-22 | Do not return an uninitialized value on success in stclose(). | Miod Vallat |
2008-09-12 | SCSI_DATA_UIO is never used. Code which checks for it is either dead or | Miod Vallat |
2008-09-06 | Return EIO when the residual is > xs->datalen, even if SCSI_SILENT is | Kenneth R Westerback |
2008-08-24 | dont display disk geometry (cyls/heads/sectors) since it mostly lies these | David Gwynne |
2008-08-01 | silence failures to run scsi_prevent. dmesg spam sucks. | David Gwynne |
2008-07-28 | zap some extra spaces and tabs. | Federico G. Schwindt |
2008-07-26 | Silence scsi_inquire_vpd() so devices that don't understand the necessary | Kenneth R Westerback |
2008-07-26 | deivce -> device typo fix in comment. | Kenneth R Westerback |
2008-07-22 | implement the fetching of a scsi devices "devid". recent hardware provides | David Gwynne |
2008-07-22 | tweak comment to reflect the new reality after my last change. | David Gwynne |
2008-07-21 | when probing a device the midlayer queries its inquiry data and | David Gwynne |
2008-07-08 | this makes the code in sdattach less dense by collapsing the flags we pass | David Gwynne |