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