Age | Commit message (Expand) | Author |
2016-01-20 | Set segflg member of uio struct with symbolic enum value | Stefan Kempf |
2016-01-03 | Fix typo in comment. | Mark Kettenis |
2015-12-29 | Set UltraDMA transfer mode. Some (early?) SATA drives, such as the Maxtor | Mark Kettenis |
2015-08-28 | fairly simple sizes for free(); ok tedu | Theo de Raadt |
2015-08-26 | trivial size to free() | Theo de Raadt |
2015-08-17 | The 80's called and want their interface back. Remove last fragments of | Kenneth R Westerback |
2015-05-15 | rename the probe and free members of atascsi_methods to ata_probe | David Gwynne |
2015-04-04 | Use config_suspend() instead of dereferencing ca_activate directly to | Martin Pieuchot |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2015-01-27 | remove the second void * argument on tasks. | David Gwynne |
2014-12-09 | More malloc() -> mallocarray() in the kernel. | Doug Hogan |
2014-09-14 | remove uneeded proc.h includes | Jonathan Gray |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-07-10 | remove most of the boolean_t infection outside uvm/ddb/pmap; ok jsg | Theo de Raadt |
2014-07-09 | Kill unused shutdown hook pointers. | Martin Pieuchot |
2013-12-09 | replace workq_task_add with a task. stash teh struct in the ata xfer thing | David Gwynne |
2013-11-06 | teach the side-effect free drivers about the partition they are dealing | Theo de Raadt |
2013-10-14 | Use DL_SECTOBLK() instead of handrolling same calculation to get | Kenneth R Westerback |
2013-10-14 | XXsize() returns daddr_t, so calculate the return value in a daddr_t | Kenneth R Westerback |
2013-09-27 | Try harder to ensure wddump() doesn't decrement the count | Kenneth R Westerback |
2013-09-18 | return after done in atascsi_disk_unmap. | David Gwynne |
2013-09-15 | Make it clearer that sc_wdc_bio.blkno is actuall a disk hardware | 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-01-17 | Add a hibernate HIB_DONE op. After the memory-side-effect driver finishes | Theo de Raadt |
2012-10-08 | Revamp the sequences for suspend/hibernate -> resume so that the code | Theo de Raadt |
2012-02-24 | Correct the spelling of "transferred" and "transferring" | Philip Guenthe |
2011-11-15 | on failure, the hibernate io function should return an errno type variable, | Theo de Raadt |
2011-11-14 | Use a fixed io_page for all hibernate I/O, which is needed for | Mike Larkin |
2011-11-13 | Add some #defines for the various hibernate I/O modes, some of the | Mike Larkin |
2011-09-22 | KNF of mlarkin's code, requested by him. Some improvements to the interface | Theo de Raadt |
2011-08-03 | Alexander Polakov found a use of an uninitialized pointer in the scsi | David Gwynne |
2011-07-17 | Backout a bunch of my SCSI commits from c2k11. At least one of these | Matthew Dempsky |
2011-07-15 | Cope with the start-dma-before-init errata and some other register setup | Theo de Raadt |
2011-07-09 | translate the scsi UNMAP command into an equiv TRIM, and advertise UNMAP | David Gwynne |
2011-07-09 | Fix fallout from my previous SCSI refactoring diff (moving | Matthew Dempsky |
2011-07-08 | First batch of converting SCSI HBAs from setting saa_targets and | Matthew Dempsky |
2011-07-08 | fill in the ata vpd page as best we can. i dont know how to fill in the | David Gwynne |
2011-07-08 | provide the thin provisining vpd page if the disk does trim. only claim | David Gwynne |
2011-07-08 | macros for TRIM | David Gwynne |
2011-07-08 | some trim cleanups and additions. | David Gwynne |
2011-07-06 | Eliminate redundant buf validation checks in xxstrategy() methods now | Matthew Dempsky |
2011-07-05 | i forgot to set the sector_count when translating WRITE SAME 16 | David Gwynne |
2011-06-30 | Refactor some common open/close/detach disk driver code into | Matthew Dempsky |
2011-06-22 | Print correct function name in debug statements. ata_get_params, not | Kenneth R Westerback |
2011-06-21 | Laurence Tratt reported that his "Intel 6 Series AHCI" ahci(4) no | Matthew Dempsky |
2011-06-20 | Call bufq_drain() in wddetach() instead of reimplementing the same | Matthew Dempsky |
2011-06-19 | Use disk_lock_nointr() in the xxclose() routines so that they cannot | Theo de Raadt |
2011-06-19 | Use disk_lock/disk_unlock directly and in the same way in these drivers, | Theo de Raadt |
2011-06-06 | Delete the long dead LOCKED and WANTED flags from cd(4), sd(4), and | Matthew Dempsky |
2011-06-05 | Drop kernel support for the useless DIOCWLABEL ioctl and prune a lot | Matthew Dempsky |