index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
ata
/
ata-raid.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Take newbusification one step further, ie use the device_t more consequently
sos
2005-04-30
1
-1
/
+1
*
Fix a bug introduced in r1.89 thats caused leak of requests, and possibly
sos
2005-04-26
1
-1
/
+1
*
When a rebuild is done, properly mark the arrays as functional again.
sos
2005-04-20
1
-1
/
+17
*
Fix indentation problem in the last commit
sos
2005-04-19
1
-16
/
+18
*
Add uma zone for composite ops.
sos
2005-04-18
1
-10
/
+17
*
Adjust the RAID type pickup code for the VIA, we dont actually care
sos
2005-04-18
1
-8
/
+16
*
On amd64 int64_t != long long.
sos
2005-04-12
1
-1
/
+2
*
Better use the right name for the VIA software RAID.
sos
2005-04-12
1
-2
/
+2
*
Add support for VIA Tech metadata as used on thier SATA parts.
sos
2005-04-12
1
-16
/
+185
*
Fix FreeBSD native SPAN arrays.
sos
2005-04-10
1
-8
/
+8
*
This is the much rumoured ATA mkIII update that I've been working on.
sos
2005-03-30
1
-1390
/
+3045
*
Fix bad free() usage.
sos
2004-08-09
1
-2
/
+8
*
Remove leftover debug output.
sos
2004-06-30
1
-2
/
+2
*
Add support for LSI type software RAID's.
sos
2004-06-25
1
-13
/
+250
*
Change the disk(9) API in order to make device removal more robust.
phk
2004-02-18
1
-20
/
+23
*
Fix botch in last commit.
sos
2004-01-18
1
-2
/
+2
*
Add missing free's.
sos
2004-01-18
1
-0
/
+4
*
Use UMA instead of plain malloc for getting ATA request storage.
sos
2004-01-14
1
-0
/
+1
*
Overhaul of the timeout/reinit framework. This should clear up most
sos
2004-01-11
1
-4
/
+5
*
Correct the former patch, I accidently committed the wrong version.
sos
2003-11-24
1
-2
/
+2
*
Fix panic on certain failed configs.
sos
2003-11-24
1
-4
/
+11
*
Remove the NOGIANT flag again, it was premature.
sos
2003-11-08
1
-1
/
+1
*
Pull ataraid out from under giant.
sos
2003-11-05
1
-3
/
+3
*
Limit the size of the rebuild requests to be within safety.
sos
2003-09-08
1
-3
/
+6
*
Adjust the max transfer size used.
sos
2003-09-02
1
-1
/
+1
*
Use __FBSDID().
obrien
2003-08-24
1
-2
/
+3
*
This is a major rework of the ATA driver (ATAng)
sos
2003-08-24
1
-28
/
+40
*
Acquire Giant at the start of the raid rebuild kthreads.
jhb
2003-05-08
1
-0
/
+1
*
Change the way loadbalancing works on RAID1's.
sos
2003-05-04
1
-6
/
+27
*
Implement dump function for ATA RAID's. Minor fixes by me...
sos
2003-05-04
1
-0
/
+128
*
Add ioctl to add a spare disk to a RAID array.
sos
2003-05-02
1
-26
/
+81
*
Fix breakage on sparc64.
sos
2003-04-08
1
-2
/
+2
*
Fix a long standing bug in handling the last part of a stripe
sos
2003-04-08
1
-5
/
+42
*
Minor cleanup of the ATA RAID code.
sos
2003-04-07
1
-2
/
+6
*
Use bioq_flush() to drain a bio queue with a specific error code.
phk
2003-04-01
1
-0
/
+1
*
Remove the enclose_print() call, it is already called from ata-disk.c
sos
2003-03-10
1
-1
/
+0
*
Centralize the devstat handling for all GEOM disk device drivers
phk
2003-03-08
1
-1
/
+0
*
Convert to new disk API.
sos
2003-02-25
1
-47
/
+21
*
NO_GEOM cleanup:
phk
2003-02-21
1
-1
/
+1
*
First round off updates/fixes to the ATA driver.
sos
2003-02-20
1
-13
/
+17
*
NO_GEOM cleanup: retire disk_invalidate()
phk
2003-01-30
1
-1
/
+0
*
Update the code that deals with disk enclosures:
sos
2003-01-27
1
-4
/
+6
[next]