| Age | Commit message (Expand) | Author |
| 2023-01-24 | Sanitize capacity values. | mlelstv |
| 2022-07-05 | s/retrys/retries/ in comments. | andvar |
| 2022-05-31 | fix various typos in comments, documentation and messages. | andvar |
| 2022-05-28 | fix various typos in comments. | andvar |
| 2022-03-28 | wd(4): Use d_cfdriver/devtounit to avoid open/detach races. | riastradh |
| 2022-03-19 | Lock vnode across VOP_OPEN. | hannken |
| 2022-03-14 | Avoid an unaccounted extra channel freeze, if a reset is requested | perseant |
| 2022-02-23 | fix various typos in comments, mainly immediatly/immediately/, | andvar |
| 2022-02-16 | fix various typos, mainly in comments. | andvar |
| 2021-12-28 | wd(4): Fix bugs in softbadsect handling. | riastradh |
| 2021-11-12 | Trailing whitespace | skrll |
| 2021-10-05 | PR kern/56403 | rin |
| 2021-08-29 | Output missing '\n' for capability list when DMA support is not compiled in. | rin |
| 2021-08-07 | Merge thorpej-cfargs2. | thorpej |
| 2021-04-24 | Merge thorpej-cfargs branch: | thorpej |
| 2020-12-27 | Add G3 and DevSleep definitions. This changes the mask used by | jmcneill |
| 2020-12-25 | Use designated initializers for struct ata_bustype | skrll |
| 2020-12-23 | Add missing '\n' in debug | skrll |
| 2020-12-19 | ata_timeout: restore spl in ATACH_RECOVERING path | jmcneill |
| 2020-10-03 | autoconf: Blame devices holding up boot with config_pending. | riastradh |
| 2020-09-28 | fix typo that prevented bytes/physsect reporting from working | jakllsch |
| 2020-09-27 | de-quadruplicate, remove unused argument | christos |
| 2020-08-25 | KNF | skrll |
| 2020-05-25 | disable downgrade of ATA mode from DMA, as generally not relevant | jdolecek |
| 2020-05-25 | make ata_downgrade_mode() static, it's not used anywhere else | jdolecek |
| 2020-05-24 | account for already transferred data (partially done I/O) when | jdolecek |
| 2020-05-21 | stop timeout handler while scheduling another part of partial I/O, | jdolecek |
| 2020-05-19 | only start the timeout machinery once the I/O is completely setup | jdolecek |
| 2020-05-15 | remove unused atacmd_tostatq() | jdolecek |
| 2020-05-15 | whitespace (bad indent) | jdolecek |
| 2020-05-02 | Back out changes to use a threadpool for now; it's causing trouble | thorpej |
| 2020-04-25 | Rather than creating a kthread-per-channel, use a threadpool and a | thorpej |
| 2020-04-13 | fix use-after-free for ata xfer on bio submission found by KASAN | jdolecek |
| 2020-04-13 | constify | maxv |
| 2020-04-07 | drop wd lock in wdstart1() before calling the ata_bio hook; when called | jdolecek |
| 2020-04-04 | stop xfer timeouts during recovery, all xfers will be requeued anyway | jdolecek |
| 2020-04-04 | fix deadlock in wdcwait() when xfer timeout happens while the atabus | jdolecek |
| 2020-03-02 | New ioctl DIOCGSECTORALIGN returns sector alignment parameters. | riastradh |
| 2020-03-01 | Add a flag to dk_dump for virtual disk devices. | riastradh |
| 2020-01-18 | Tidy quirk table and remove outdated quick from the quirk format string. | simonb |
| 2020-01-18 | Revert kern/54790 and kern/54855 NCQ fix that penalised all Samsung | simonb |
| 2020-01-17 | Acquire kernel_lock in the bp->b_iodone callback. | ad |
| 2020-01-14 | enable the BAD_NCQ quirk for all 860 EVO drives | jdolecek |
| 2020-01-13 | disable NCQ by default for "Samsung SSD 860 EVO 1TB" and | jdolecek |
| 2019-12-27 | s/transfered/transferred/ | msaitoh |
| 2019-10-21 | chuq does not like insomniac allocations so unlock-alloc-lock instead. | christos |
| 2019-10-21 | Fix assert_sleepable() panic by allocating with NOSLEEP. The alternative is | christos |
| 2019-10-15 | convert more KM_NOSLEEP to KM_SLEEP and remove code to handle failures. | chs |
| 2019-10-04 | use memmove() not memcpy() for overlapping regions. | mrg |
| 2019-08-21 | Fix typo (s/controler/controller/). | msaitoh |