| Age | Commit message (Expand) | Author |
| 2018-01-07 | Fix block address calculation for bad sectors. | mlelstv |
| 2017-12-13 | Fix build for WD_SOFTBADSECT option. PR kern/52814 | pgoyette |
| 2017-11-07 | Make wddone poll all drives of a channel again. | mlelstv |
| 2017-11-03 | Add WDF_OPEN flag to really disallow opening of a disk that has been invalida... | mlelstv |
| 2017-11-01 | refactor wd and ataraid drivers to use common disk subroutines. | mlelstv |
| 2017-10-19 | more detailed debug info; also sync DEBUG_* values in wd.c with ata.c | jdolecek |
| 2017-10-14 | do not use the NCQ priority by default; seems it negatively affects | jdolecek |
| 2017-10-14 | only call drive reset with AT_POLL when the command itself was | jdolecek |
| 2017-10-07 | Merge support for SATA NCQ (Native Command Queueing) from jdolecek-ncq branch | jdolecek |
| 2017-04-24 | remove the workaround for Seagate 'mod15write' bug, now driver only prints | jdolecek |
| 2017-03-05 | Enhance disk metrics by calculating a weighted sum that is incremented | mlelstv |
| 2016-11-20 | Avoid calling bufq_free() from critical section. | pgoyette |
| 2016-08-05 | CID 1364758: Integer handling issues, avoid sign extension to 64 bits. | christos |
| 2016-07-22 | Space before tab and trailing whitespace fixes. | jakllsch |
| 2016-07-22 | Add ATA8-ACS Long Logical Sector Feature Set support to wd(4). | jakllsch |
| 2016-07-21 | Call wd_params_to_properties() after softc is sufficently | jakllsch |
| 2016-07-21 | Remove unused 'params' argument of local function wd_params_to_properties() | jakllsch |
| 2016-06-19 | Add a new config_detach() flag, DETACH_POWEROFF, which is set when | bouyer |
| 2015-04-26 | Use C99-style initializers for struct dkdriver. | mlelstv |
| 2015-04-13 | Convert sys/dev to use <sys/rndsource.h>. | riastradh |
| 2015-01-02 | We have three sets of DTYPE_ constants in the kernel: | christos |
| 2014-12-31 | make more drivers use disk_ioctl, and add a dev parameter to it so that | christos |
| 2014-12-31 | Centralize wedge ioctls in disk_ioctl. | christos |
| 2014-11-04 | support DIOCMWEDGES ioctl. | mlelstv |
| 2014-10-11 | The partition size is always computed in native blocks. The code also assumes | mlelstv |
| 2014-09-10 | g/u_int[0-9]*_t/ s/u_int/uint/g | matt |
| 2014-08-10 | Merge tls-earlyentropy branch into HEAD. | tls |
| 2014-07-25 | Drop the old discard/trim ioctls from wd.c. | dholland |
| 2014-07-25 | Implement d_discard for wd. | dholland |
| 2014-07-25 | Add d_discard to all struct cdevsw instances I could find. | dholland |
| 2014-07-25 | Add d_discard to all struct bdevsw instances I could find. | dholland |
| 2014-03-16 | Change (mostly mechanically) every cdevsw/bdevsw I can find to use | dholland |
| 2013-10-30 | play the addref/delref game on suspend, prevents crash if the disk/CF Card | drochner |
| 2013-08-19 | Don't return EPASSTHROUGH when succeeding in ODIOCGDINFO or ODIOCGDEFLABEL | skrll |
| 2013-08-06 | TRIM showed up sometime between ATA-7 and ATA-8. | soren |
| 2013-05-29 | phase 1 of disk geometry cleanup: | christos |
| 2013-01-09 | Initialize b_resid before biodone in wdioctlstrategy error branch. | riastradh |
| 2012-10-19 | Implement experimental support to pass notifications that a file | drochner |
| 2012-07-31 | Apply back changes that were reverted on Jul 24 and Jul 26 (general ata/wdc | bouyer |
| 2012-07-26 | Revert, with intention of restoring in a less invasive way, the SATA Port | jakllsch |
| 2012-07-24 | Revert dsl@'s changes of Sun, 15 Jul 2012 10:55:35 +0000 and | jakllsch |
| 2012-07-22 | FLUSH CACHE EXT is a 48-bit command, issue as such. Both FLUSH CACHE commands | jakllsch |
| 2012-07-22 | ATA-6 and ACS-2 drafts both say the flush cache commands may take longer than | jakllsch |
| 2012-07-15 | Some namespace protection (and add greppablity). | dsl |
| 2012-07-02 | Add sata Port MultiPlier (PMP) support to the ata bus layer, | bouyer |
| 2012-06-26 | In some case, when an error is reported by the disk, the ahci controller | bouyer |
| 2012-02-02 | Entropy-pool implementation move and cleanup. | tls |
| 2012-01-24 | Rework struct ata_command to support LBA28 and LBA48-protocol commands. | jakllsch |
| 2011-11-25 | Replace broken memset with M_ZERO | joerg |
| 2011-10-27 | Attempt to complete the WD_QUIRK_SPLIT_MOD15_WRITE list. | jakllsch |