]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/cam
Add UPDATING entries and bump version.
[FreeBSD/FreeBSD.git] / sys / cam /
2020-10-01 John BaldwinMFS 366297: Revert most of r360179.
2020-09-28 Colin PercivalMFS r366179: Make nvmecontrol work with nda like it...
2020-08-31 Alexander MotinMFC r364309: Extend EIIOE field handling according...
2020-08-28 Andriy GaponMFC r358864 by imp: Eliminate xpt_copy_path.
2020-08-28 Andriy GaponMFC r358662 by imp: xpt_async is submitting a CCB,...
2020-08-28 Andriy GaponMFC r354668 by imp: Fix a race between daopen and damed...
2020-08-27 Andriy GaponMFC r354621-r354623 by imp: scsi_da state machine impro...
2020-08-24 Alexander MotinMFC r364463: Fix CTL ioctl port creation error handling.
2020-08-20 Alexander MotinMFC r364185: Fill device serial_num and device_id in...
2020-08-20 Alexander MotinMFC r364178: Report proper stripesize for nda(4).
2020-08-13 Alexander MotinMFC r363979: Add CTL support for REPORT IDENTIFYING...
2020-06-09 Alexander MotinMFC r361630: Remove session locking from cfiscsi_pdu_up...
2020-06-09 Alexander MotinMFC r361625: Report STATUS_QUEUED/SENT in `ctladm dumpo...
2020-06-09 Alexander MotinMFC r361616: Move EXPDATASN/R2TSN from PDU to CTL_PRIV_...
2020-06-09 Alexander MotinMFC r361609: Remove PDU_TOTAL_TRANSFER_LEN() macro.
2020-06-02 Alexander MotinMFC r361604: Make struct ctl_be_lun first element of...
2020-06-02 Alexander MotinMFC r361590: Remove ctl_free_beio() LUN and ctl_io...
2020-06-02 Alexander MotinMFC r361536: Properly check kern_sg_entries for S/G...
2020-06-02 Alexander MotinMFC r361502, r361509: Fix fallout of r319722 in CTL HA.
2020-05-19 Alexander MotinMFC r360564: Cleanup LUN addition/removal.
2020-05-19 Alexander MotinMFC r359686: Fix panic on kern.cam.ctl.ha_role change...
2020-05-14 John BaldwinMFC 360818: Fix a memory leak for ENCIOC_GETSTRING...
2020-05-14 John BaldwinMFC 360171,360179,360285,360388: Don't dereference...
2020-05-10 Alexander MotinMFC r360610: Add session locking in cfiscsi_ioctl_hando...
2020-04-13 Alexander MotinMFC r359662: Relax too strict SES element descriptors...
2020-03-26 Alexander MotinMFC r359146: Fix SES on device slots without phys after...
2020-03-23 David BrightMFC r359129:
2020-03-01 Scott LongAdd a quirk for the WDC Green series of SSDs to disable...
2020-02-22 Alexander MotinMFC r357685: Bind CTL backends taskqueues to the CTL...
2020-02-13 Alan SomersMFC r355430:
2020-01-06 Alexander MotinMFC r356042: Make pass(4) handle misaligned buffers...
2019-12-17 Kenneth D. MerryMFC r355299:
2019-12-11 Alexander MotinMFC r355404: Mark some more hot global variables with...
2019-12-03 Alexander MotinMFC r355023: Do not retry long ready waits if previous...
2019-12-03 Alexander MotinMFC r355013: Remove xpt_lock mutex.
2019-12-03 Alexander MotinMFC r355010: Make CAM use root_mount_hold_token() to...
2019-12-03 Alexander MotinMFC r354914: Set handling for some "Logical unit not...
2019-12-03 Alexander MotinMFC r341756 (by scottl):
2019-11-25 Kyle EvansMFC r355015: MMCCAM: defer release of ccb until we...
2019-11-17 Alexander MotinMFC r354268: Remove lock from CTL camsim frontend.
2019-10-15 Alexander MotinMFC r352743: Add kern.cam.da.X.quirks tunable, similar...
2019-09-26 Alexander MotinMFC r349342 (by imp):
2019-09-25 Andriy GaponMFC r351601: scsi_cd: whitespace cleanup
2019-09-25 Andriy GaponMFC r351599,r351600: scsi_cd: make the media check...
2019-09-13 Alexander MotinMFC r352201: Fix assumptions of only one device per...
2019-09-13 Alexander MotinMFC r352011: Supply SAT layer with valid transfer sizes.
2019-09-05 Warner LoshMFC r343755:
2019-09-05 Warner LoshRevert r351902 ... it didn't properly exclude rack...
2019-09-05 Warner LoshMFC r343755:
2019-09-03 Alexander MotinMFC r351606: Take proper lock in ses_setphyspath_callba...
2019-09-03 Alexander MotinMFC r351550: Always check cam_periph_error() status...
2019-08-27 Alexander MotinMFC r350676, r350677: Make `camcontrol modepage` suppor...
2019-08-09 Alexander MotinMFC r350383: Reenable UNMAP support on ramdisks by...
2019-08-09 Alexander MotinMFC r350378: Allow WRITE SAME handle more then 2^^32...
2019-08-09 Alexander MotinMFC r350363: Add support for Long LBA mode parameter...
2019-08-09 Alexander MotinMFC r350346: Add device temperature reporting into...
2019-08-09 Alexander MotinMFC r350343: Add reporting of SCSI Feature Sets VPD...
2019-08-08 Alexander MotinMFC r350331: Make `camcontrol sanitize` support also...
2019-08-08 Alexander MotinMFC r350233: Make CAM ATA stack handle disk resizes.
2019-08-08 Alexander MotinMFC r350149: Add Accessible Max Address Configuration...
2019-08-08 Alexander MotinMFC r349340 (by imp): Create ata_param_fixup
2019-08-08 Alexander MotinMFC r349339 (by imp):
2019-08-08 Alexander MotinMFC r349283 (by scottl):
2019-08-08 Alexander MotinMFC r348963: Minor white space changes.
2019-08-08 Alexander MotinMFC r348786 (by chuck): Fix nda(4) PCIe link status...
2019-08-08 Alexander MotinMFC r348110: Fix condition broken at r345815.
2019-08-08 Alexander MotinMFC r345815: Make cam_error_print() decode NVMe commands.
2019-08-08 Alexander MotinMFC r345817: Build NVMe CAM transport unrelated to...
2019-08-08 Alexander MotinMFC r344070 (by imp): Fix panic message.
2019-08-08 Alexander MotinMFC r343814 (by imp): Add quirk for Sansisk X400 drives
2019-08-08 Alexander MotinMFC r342866 (by imp): Add NO_SYNC_CACHE quirk for PENTA...
2019-08-08 Alexander MotinMFC r341769 (by imp):
2019-08-08 Alexander MotinMFC r340452 (by imp):
2019-08-08 Alexander MotinMFC r340448 (by imp): Remove trailing white space in...
2019-08-08 Alexander MotinMFC r340024 (by imp): Add comments explaining what...
2019-08-02 Brooks DavisMFC r350228:
2019-07-08 Alexander MotinMFC r349321: Improve AHCI Enclosure Management and...
2019-07-07 Alexander MotinMFC r349246: SPC-3 and up require some UAs to be return...
2019-07-07 Alexander MotinMFC r349243: Optimize xpt_getattr().
2019-07-07 Alexander MotinMFC r349292: Decouple enc/ses verbosity from bootverbose.
2019-07-07 Alexander MotinMFC r349287: Remove ancient SCSI-2/3 mentioning.
2019-07-07 Alexander MotinMFC r349284: Make ELEMENT INDEX validation more strict.
2019-07-07 Alexander MotinMFC r349281: Fix individual_element_index when some...
2019-07-03 Mark JohnstonMFC r349627:
2019-05-29 Alexander MotinMFC r348111: Simplify math added in r310524.
2019-05-13 Alexander MotinMFC r347160: Decode some more ATA commands found in...
2019-05-09 Alexander MotinMFC r347198: Drop periph lock around cam_periph_unmapmem().
2019-05-08 Alexander MotinMFC r346511: Report DIF protection type the disk is...
2019-05-08 Alexander MotinMFC r346491: Polish SCSI sense data validity checks.
2019-04-26 Alexander MotinMFC r345656: Do not map small IOCTL buffers to KVA...
2019-04-19 Warner LoshMFC: 342657, 345025
2019-04-16 Alexander MotinMFC r345805: Unify SCSI_STATUS_BUSY retry handling...
2019-04-11 Alexander MotinMFC r345849: List few more ATA commands.
2019-03-13 Alexander MotinMFC r344636: Refactor command ordering/blocking mechani...
2019-03-13 Alexander MotinMFC r344586: Scrap some debug printf's, unused for...
2019-03-11 Alexander MotinMFC r344743: Reduce CTL threads priority to about PUSER.
2019-03-11 Alexander MotinMFC r344489: Free some space in struct ctl_io_hdr for...
2019-03-02 Alexander MotinMFC r344480: Remove disabled CTL_LEGACY_STATS support.
2019-02-20 David BrightMFC r344024:
2019-02-17 Andriy VoskoboinykMFC r343501:
next