| Age | Commit message (Expand) | Author |
| 2022-12-22 | Fix condition for ending the pacet read loop. | nat |
| 2022-12-22 | Remove unused commented out code. | nat |
| 2022-12-22 | Driver for DaynaPORT SCSI/Link (dse.4). | nat |
| 2022-10-15 | Add PQUIRK_ONLYBIG for Oracle OCI BlockVolumes. | jmcneill |
| 2022-08-29 | Make this build again. Sorry about that. | skrll |
| 2022-08-28 | Don't fetch data beyond end of inquiry buffer, which, here, is not | mlelstv |
| 2022-08-28 | se(4): don't set if_watchdog as it's not used. | skrll |
| 2022-07-07 | Trailing whitespace | skrll |
| 2022-06-26 | s/Ramdom/Random/ in comments. | andvar |
| 2022-04-14 | Split some common stuff into scsi_subr module. This enables loading | pgoyette |
| 2022-04-09 | sys: Use membar_release/acquire around reference drop. | riastradh |
| 2022-03-28 | sd(4): Use d_cfdriver/devtounit to avoid open/detach races. | riastradh |
| 2022-03-12 | scsi(9): Handle bogus number of LUNs in SCSI_REPORT_LUNS. | riastradh |
| 2022-03-12 | sys: Membar audit around reference count releases. | riastradh |
| 2022-02-23 | fix various typos in comments, mainly immediatly/immediately/, | andvar |
| 2022-02-05 | Initialize "replun" -- found with KMSAN. | hannken |
| 2022-01-29 | In some cases the gcc optimizer is not smart enough to figure out why | martin |
| 2022-01-28 | Factor out the lun detection code to simplify control flow. | christos |
| 2022-01-28 | shut up GCC about possibly-uninit; some KNF | jakllsch |
| 2022-01-27 | use powerof2() in sd_validate_blksize() | jakllsch |
| 2022-01-27 | Try REPORT LUNS command to enumerate logical units. | jakllsch |
| 2022-01-01 | s/sytem/system/ | msaitoh |
| 2021-12-31 | fix few typos in comments, mainly in word "parameter". | andvar |
| 2021-12-21 | scsi(4): Take kernel lock around entry into autoconf. | riastradh |
| 2021-12-05 | availabe -> available in comment. | msaitoh |
| 2021-11-10 | s/desciptor/descriptor/ in comment. | msaitoh |
| 2021-10-12 | fix various typos, mainly in comments. | andvar |
| 2021-10-05 | PR kern/56403 | rin |
| 2021-09-26 | Use seltrue_filtops rather than rolling our own with filt_seltrue. | thorpej |
| 2021-09-26 | Change the kqueue filterops::f_isfd field to filterops::f_flags, and | thorpej |
| 2021-09-19 | fix various typos in comments, messages and documentation. | andvar |
| 2021-09-09 | sys/dev: Memset zero before copyout. | riastradh |
| 2021-08-21 | fix mainly same typos as in my previous commit but outside sys/dev/dm. | andvar |
| 2021-08-07 | Merge thorpej-cfargs2. | thorpej |
| 2021-06-16 | if_attach and if_initialize cannot fail, don't test return value | riastradh |
| 2021-06-13 | Restore EOM handling. | mlelstv |
| 2021-06-05 | As with usbverbose and pciverbose, these modules are not safe to be | pgoyette |
| 2021-05-30 | typo in comment | dholland |
| 2021-04-24 | Merge thorpej-cfargs branch: | thorpej |
| 2021-04-16 | Limit buffer size for device capabilities requests as a work-around for PR | reinoud |
| 2021-02-10 | PR/55986: Ryo Onodera: DK_BUSY must have mask as second argument. Make cd.c | christos |
| 2020-12-18 | Use sel{record,remove}_knote(). | thorpej |
| 2020-10-26 | Avoid buffer overflow when copying from bounce buffer. | mlelstv |
| 2020-09-29 | s/settng/setting/ | msaitoh |
| 2020-09-29 | s/implicitely/implicitly/ | msaitoh |
| 2020-09-29 | s/occurence/occurrence/ | msaitoh |
| 2020-09-29 | s/parition/partition/ | msaitoh |
| 2020-09-25 | spelling fixes in sd.c comments | jakllsch |
| 2020-09-18 | Revert scsiconf.c 1.288, it only worked for LUN 1. | jakllsch |
| 2020-09-17 | Some misspelling-in-comments fixes for scsipi | jakllsch |