| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use last 16 bytes of serial number in metadata instead of first ones, | Alexander Motin | 2010-03-26 | 1 | -2/+16 |
| * | Mask disk_idx to avoid panic because of extra bits set. | Alexander Motin | 2010-03-12 | 1 | -6/+8 |
| * | Remove extraneous semicolons, no functional changes. | Martin Blapp | 2010-01-07 | 1 | -1/+1 |
| * | Introduce define and kernel option ATA_REQUEST_TIMEOUT to control ATA(4) | Alexander Motin | 2009-11-08 | 1 | -3/+3 |
| * | Increase ATA command timeouts. Some drives need more then 5s to spin-up. | Alexander Motin | 2009-10-26 | 1 | -2/+2 |
| * | Revert previous commit and add myself to the list of people who should | Poul-Henning Kamp | 2009-09-08 | 1 | -2/+1 |
| * | Add necessary include. | Poul-Henning Kamp | 2009-09-08 | 1 | -1/+2 |
| * | Revert my ata_identify()/ata_reinit() related changes: r189166, r189091 | Alexander Motin | 2009-02-28 | 1 | -8/+8 |
| * | Remove direct ata_completed() call options from ata_finish(), except for the | Alexander Motin | 2009-02-26 | 1 | -8/+8 |
| * | Add basic support for DDF, often found on Adaptec HostRAID controllers. | Scott Long | 2009-02-20 | 1 | -0/+405 |
| * | Go back to preallocating everything possible on init. | Søren Schmidt | 2008-04-17 | 1 | -2/+4 |
| * | Fix identify of slave devices. | Søren Schmidt | 2008-04-13 | 1 | -8/+7 |
| * | Fix the brokenness in the former commit, sorry for the mess. | Søren Schmidt | 2008-04-11 | 1 | -16/+19 |
| * | Add experimental support for SATA Port Multipliers | Søren Schmidt | 2008-04-10 | 1 | -1/+1 |
| * | Unbreak the last commit. | Søren Schmidt | 2008-03-20 | 1 | -8/+9 |
| * | Fix Problem with Intel Matrix RAID. | Søren Schmidt | 2008-03-20 | 1 | -11/+19 |
| * | Expand the data structure returned by the ATA RAID status ioctl to include | John Baldwin | 2007-08-13 | 1 | -13/+21 |
| * | Update copyright headers. | Søren Schmidt | 2007-02-21 | 1 | -1/+1 |
| * | Implement BIO_FLUSH handling for da(4), amr(4), ata(4) and ataraid(4). | Pawel Jakub Dawidek | 2006-10-31 | 1 | -0/+69 |
| * | Properly initialize and destroy the RAID lock. | Søren Schmidt | 2006-08-25 | 1 | -1/+4 |
| * | o s/PsuedoRAID/PseudoRAID/. | Maxim Konovalov | 2006-04-15 | 1 | -1/+1 |
| * | Get rid of all the "long long"/"maxint" casting around in printf's. | Søren Schmidt | 2006-03-09 | 1 | -36/+27 |
| * | Add r/w support for JMicron ATA RAID metadata. | Søren Schmidt | 2006-02-17 | 1 | -0/+294 |
| * | Whitespace cleanup. | Søren Schmidt | 2006-01-18 | 1 | -10/+10 |
| * | Add support for using DMA on dump, greatly speeds up the dump process. | Søren Schmidt | 2006-01-18 | 1 | -2/+31 |
| * | Get rid of the advertising clause in the copyright. | Søren Schmidt | 2006-01-05 | 1 | -3/+1 |
| * | Fix rebuilds of arrays that got stuck. | Søren Schmidt | 2005-12-27 | 1 | -3/+11 |
| * | Make this compile on 64bit systems. It likely isn't correct, but that can | Scott Long | 2005-12-16 | 1 | -1/+1 |
| * | Add support for writing VIA metadata. | Søren Schmidt | 2005-12-15 | 1 | -16/+198 |
| * | Add RAID0+1 and RAID5 support to VIA RAID code. | Søren Schmidt | 2005-12-14 | 1 | -2/+23 |
| * | Correct calculation of RAID0 sizes on VIA RAID arrays. | Søren Schmidt | 2005-12-14 | 1 | -6/+8 |
| * | Add support for writing SiS metadata. | Søren Schmidt | 2005-12-12 | 1 | -7/+109 |
| * | Switch off debugging that was left on in last commit. | Søren Schmidt | 2005-12-05 | 1 | -1/+1 |
| * | Add support for writing Intel MatrixRAID arrays. | Søren Schmidt | 2005-12-05 | 1 | -55/+189 |
| * | Update the ICH7 support so it deals better with chips without AHCI. | Søren Schmidt | 2005-12-02 | 1 | -17/+34 |
| * | Fix the ata_composite/ata_request leak when using RAID0+1. | Søren Schmidt | 2005-11-29 | 1 | -9/+17 |
| * | Fix SiS SATA support, the SATA registers was off. | Søren Schmidt | 2005-11-28 | 1 | -1/+167 |
| * | Normalize a significant number of kernel malloc type names: | Robert Watson | 2005-10-31 | 1 | -1/+1 |
| * | Minor cleanups, no functional changes | Søren Schmidt | 2005-10-13 | 1 | -17/+2 |
| * | Add support for the ATI IXP[234]00 series chipsets. | Søren Schmidt | 2005-10-12 | 1 | -0/+1 |
| * | Fix problem with finding the still working disk in a broken mirror on VIA. | Søren Schmidt | 2005-09-06 | 1 | -1/+1 |
| * | Dont limit all transfers to DEV_BSIZE (stale dbug code) | Søren Schmidt | 2005-08-04 | 1 | -3/+4 |
| * | Avoid GCC optimizations from injecting a call to memset(?) in order | Marcel Moolenaar | 2005-06-11 | 1 | -1/+2 |
| * | Apply the usual woodoo for 64bitness. | Søren Schmidt | 2005-06-06 | 1 | -2/+2 |
| * | Add support for nVidia's software RAID "MediaShield". | Søren Schmidt | 2005-06-06 | 1 | -3/+198 |
| * | Change the way ioctls are issue to ATA. | Søren Schmidt | 2005-05-16 | 1 | -41/+44 |
| * | Cleanup comments | Søren Schmidt | 2005-05-13 | 1 | -4/+4 |
| * | Always attach a subdisk even if no valid metadata found. | Søren Schmidt | 2005-05-02 | 1 | -1/+2 |
| * | Take newbusification one step further, ie use the device_t more consequently | Søren Schmidt | 2005-04-30 | 1 | -1/+1 |
| * | Fix a bug introduced in r1.89 thats caused leak of requests, and possibly | Søren Schmidt | 2005-04-26 | 1 | -1/+1 |