index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
scsipi
Age
Commit message (
Expand
)
Author
2017-11-04
fix comment - scsipi_rw_big was renamed to scsipi_rw_10 a while ago
jdolecek
2017-10-25
Use C99 initializer for filterops
maya
2017-10-23
If if_initialize() failed in the attach function, free resources and return.
msaitoh
2017-10-17
reintroduce ATACH_IRQ_WAIT flag for attachments using wdcintr(), only
jdolecek
2017-10-10
revert the logic in wdc_atapi_intr() for wdc_wait_for_unbusy() to what it
jdolecek
2017-10-08
don't initialize tfd twice.
christos
2017-10-08
initialize tfd
christos
2017-10-08
Initialize tfd even when not waiting for DSC.
joerg
2017-10-07
Merge support for SATA NCQ (Native Command Queueing) from jdolecek-ncq branch
jdolecek
2017-07-14
Async event can be called before the adapter is running (pmax tc asc)
christos
2017-06-19
pass config_detach error to caller.
mlelstv
2017-06-17
The atapibus detach path did hold the channel mutex while calling into autoconf,
mlelstv
2017-04-11
Put back module_autoload code; the module_autoload code now checks that
christos
2017-04-10
just do not autoload scsiverbose module, it causes deadlock if it happens
jdolecek
2017-04-10
execute the cache page MODE SENSE with XS_CTL_SILENT; it's pretty normal
jdolecek
2017-04-08
ignore a failed scspi_prevent when accessing the RAW_PART as before.
mlelstv
2017-04-05
expose disk device FUA/DPO support via DIOCGCACHE, and allow the flags
jdolecek
2017-03-18
Add NOLUNS quirk for SEAGATE ST39236LC disk drives.
tsutsui
2017-02-26
Add a DEBUG assert for the problem noted in PR kern/51731
maya
2017-01-05
Fix memory leak.
mlelstv
2016-12-22
fix comment. request_sense is called unlocked.
mlelstv
2016-12-21
really keep request queued after resource shortage
mlelstv
2016-12-21
cdrestart takes a softc parameter, not a periph.
mlelstv
2016-12-18
KNF
skrll
2016-12-18
Whitespace
skrll
2016-12-18
mlelstv accidentaly dropped a mutex_enter
skrll
2016-12-18
The mutex passed to cv_wait must also be held when calling cv_broadcast.
mlelstv
2016-12-16
Add locking for periph_active and flags. The operations aren't atomic.
mlelstv
2016-12-16
add comment about "missing" dk_start.
mlelstv
2016-12-15
Move bpf_mtap and if_ipackets++ on Rx of each driver to percpuq if_input
ozaki-r
2016-12-10
appease gcc.
mlelstv
2016-12-10
Refactored sd and cd to use common disk subroutines.
mlelstv
2016-12-01
CID 1396620: Null pointer dereferences
mlelstv
2016-11-29
reference count adapter mutex possibly shared by multiple channels.
mlelstv
2016-11-25
Move the #endif down to include other kernel only routines.
christos
2016-11-21
Lock is already taken when handling async events, don't lock again
mlelstv
2016-11-20
Make scsipi framework MPSAFE.
mlelstv
2016-11-20
Avoid calling bufq_free() from critical code sections.
pgoyette
2016-11-19
Add "getrealloc" and "setrealloc" commands to get/set automatic reallocation
flxd
2016-10-02
change scsipi_execute_xs() to default to simple tags for !XS_CTL_URGENT
jdolecek
2016-10-02
MFREE -> m_free
christos
2016-09-17
ASC/ASCQ table updated from http://www.t10.org/lists/asc-num.txt 2016-07-30
kardel
2016-09-07
'#if 0' a static inline function used only by an already #if 0 function.
jakllsch
2016-08-05
uk(4) is safe to suspend, register it as such
maya
2016-07-14
- Use aprint*() more in xxx_attach().
msaitoh
2016-07-14
- Use aprint*() instead of printf() in xxx_attach().
msaitoh
2016-06-26
Create a dedicated thread for the initial scsibus discovery instead
mlelstv
2016-06-10
Introduce m_set_rcvif and m_reset_rcvif
ozaki-r
2016-05-15
Use _align(2) workaround for PR kern/51141. This fixes odd CD length
reinoud
2016-05-02
move scsipi_strvis -> libkern:strnvisx()
christos
[next]