summaryrefslogtreecommitdiff
path: root/sys/dev/mpt/mpt_raid.c
AgeCommit message (Expand)Author
2025-10-16style(9): white space after ; and around binary operatorsDavid E. O'Brien
2025-06-11machine/stdarg.h -> sys/stdarg.hBrooks Davis
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2021-08-10Mark some sysctls as CTLFLAG_MPSAFE.Alexander Motin
2021-05-21mpt: clear CCBs allocated on the stackEdward Tomasz Napierala
2020-09-01mpt: clean up empty lines in .c and .h filesMateusz Guzik
2020-02-26Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki
2019-12-10Use callout_func_t instead of the deprecated timeout_t.John Baldwin
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-01-15"Buses" is the preferred plural of "bus"Conrad Meyer
2016-04-12Replace 0 with NULL for pointers in misc. device drivers.Pedro F. Giffuni
2013-12-29- Remove a redundant variable in mpt_pci_attach().Marius Strobl
2013-05-31Explicitly use a pair of parentheses to ensure correct evaluationXin LI
2013-04-14MFprojects/camlock r248982:Alexander Motin
2012-10-22Remove support for using Giant for locking within mpt(4). Finer grainedMarius Strobl
2012-10-22After r241858, remove the remainder of FreeBSD ~4 support from mpt(4).Marius Strobl
2011-07-29- Send the RELSIM_ADJUST_OPENINGS in response to a MPI_EVENT_QUEUE_FULL usingMarius Strobl
2011-07-29- Staticize functions as appropriate and comment out unused ones.Marius Strobl
2011-01-12sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.Matthew D Fleming
2010-06-29Change the mpt driver to allow larger I/O sizes.Kenneth D. Merry
2010-02-26Store path for rescan to the right place. This should fix panic on boot,Alexander Motin
2010-02-04Do not release device, when changing number of openings.Alexander Motin
2010-01-28MFp4: Large set of CAM inprovements.Alexander Motin
2009-10-20Use callout_init_mtx on FreeBSD versions recent enough. This closesAlexander Kabaev
2009-09-08Revert previous commit and add myself to the list of people who shouldPoul-Henning Kamp
2009-09-08Add necessary include.Poul-Henning Kamp
2009-05-21Largely revert the earlier change to use a single CCB for the RAID recoveryJohn Baldwin
2009-01-07Make the whole initiator mode part of mpt(4) endian-clean,Marius Strobl
2008-07-21Allocate a single CCB at the start of the main loop of the RAID monitoringJohn Baldwin
2008-05-02Restore multi-release tradition of the driver.Jung-uk Kim
2007-10-20Rename the kthread_xxx (e.g. kthread_create()) callsJulian Elischer
2007-05-05Make this driver MP safe and still be a multi-release driver.Matt Jacob
2006-12-07MFP4: principally to reapply tagged command support to FC and SAS cards.Matt Jacob
2006-12-03Fix a debug message which didn't quite get it right about data direction.Matt Jacob
2006-11-02add some missing MPT<>CAM and CAM<>MPT bogolocksMatt Jacob
2006-07-16Define out unused and incomplete raid quiesce functions.Matt Jacob
2006-05-29Add acknowledgements to LSI-Logic for supportMatt Jacob
2006-05-29Add a mpt_is_raid_volume function which will tell you whetherMatt Jacob
2006-05-27Work in progress toward fixing IM checked in after havingMatt Jacob
2006-05-26Get most of the way back to having Integrated Mirroring workMatt Jacob
2006-04-11A large set of changes:Matt Jacob
2006-03-25Some fairly major changes to this driver.Matt Jacob
2005-12-04Fix -Wundef.Ruslan Ermilov
2005-11-15Keep track of volumes in non-optimal state and expose a simple countAlexander Kabaev
2005-08-03Correct attribution in clause three to address the correct copyrightJustin T. Gibbs
2005-07-10Massive overhaul of MPT Fusion driver:Scott Long