]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/cam
Implement pci_enable_msi() and pci_disable_msi() in the LinuxKPI.
[FreeBSD/FreeBSD.git] / sys / cam /
2019-08-08 cemUpdate to Zstandard 1.4.2
2019-08-07 mavMake `camcontrol modepage` support block descriptors.
2019-07-28 asomersMFHead @r350386
2019-07-27 mavReenable UNMAP support on ramdisks by default.
2019-07-27 mavAllow WRITE SAME handle more then 2^^32 blocks.
2019-07-26 mavAdd support for Long LBA mode parameter block descriptor.
2019-07-26 mavAdd device temperature reporting into CTL.
2019-07-26 mavAdd reporting of SCSI Feature Sets VPD page from SPC-5.
2019-07-25 mavMake `camcontrol sanitize` support also ATA devices.
2019-07-23 mavMake CAM ATA stack handle disk resizes.
2019-07-22 brooksata_xpt: Use the correct union member when accessing...
2019-07-19 mavAdd Accessible Max Address Configuration support to...
2019-07-04 desUpgrade Unbound to 1.9.2.
2019-07-03 markjRemove the CDIOCREADSUBCHANNEL_SYSSPACE ioctl.
2019-06-28 mmMFV r349454:
2019-06-27 asomersMFHead @349476
2019-06-25 impReplay r349342 by imp accidentally reverted by r349352
2019-06-25 impReplay r349340 by imp accidentally reverted by r349352
2019-06-25 impReplay r349339 by imp accidentally reverted by r349352
2019-06-25 impRemove NAND and NANDFS support
2019-06-24 impUse the cam_ed copy of ata_params rather than malloc...
2019-06-24 impCreate ata_param_fixup
2019-06-24 impGo ahead and completely fix the ata_params before calli...
2019-06-23 mavImprove AHCI Enclosure Management and SES interoperation.
2019-06-22 mavDecouple enc/ses verbosity from bootverbose.
2019-06-22 mavRemove ancient SCSI-2/3 mentioning.
2019-06-22 mavMake ELEMENT INDEX validation more strict.
2019-06-21 scottlRefactor xpt_getattr() to make it more readable. No...
2019-06-21 mavFix individual_element_index when some type has 0 elements.
2019-06-20 mavSPC-3 and up require some UAs to be returned as fixed.
2019-06-20 mavOptimize xpt_getattr().
2019-06-20 asomersMFHead @349234
2019-06-17 mmMFV r349134:
2019-06-11 impMinor white space changes.
2019-06-08 bzIntroduce sim_dev and cam_sim_alloc_dev().
2019-06-07 chuckFix nda(4) PCIe link status output
2019-06-06 asomersMFHead @348740
2019-06-02 impMerge from upstream at 4189ef5d from https://github...
2019-05-22 mavSimplify math added in r310524.
2019-05-22 mavFix condition broken at r345815.
2019-05-20 mmMFV r347989:
2019-05-20 cemExtract eventfilter declarations to sys/_eventfilter.h
2019-05-13 asomersMFHead @347527
2019-05-08 manudts: Import files from Linux 5.1
2019-05-06 mavDrop periph lock around cam_periph_unmapmem().
2019-05-05 mavDecode some more ATA commands found in ACS-4.
2019-04-23 cyMFV r346563:
2019-04-22 mavReport DIF protection type the disk is formatted with.
2019-04-21 mavPolish SCSI sense data validity checks.
2019-04-19 cemUpdate to Zstandard 1.4.0
2019-04-12 baptUpdate mandoc to 1.14.5
2019-04-10 kibabAdd new fields to mmc_data in preparation to SDIO CMD53...
2019-04-10 manuImport DTS files from Linux 5.0
2019-04-04 asomersMFHead@r345880
2019-04-03 philImport libxo-1.0.2
2019-04-03 mavList few more ATA commands.
2019-04-02 mavBuild NVMe CAM transport unrelated to NVMe SIM.
2019-04-02 mavMake cam_error_print() decode NVMe commands.
2019-04-02 mavUnify SCSI_STATUS_BUSY retry handling with other cases.
2019-04-01 ngieIntegrate capsicum-test into the FreeBSD test suite
2019-04-01 kibabRefactor error handling
2019-04-01 kibabUse information about max data size that the controller...
2019-03-29 asomersMFHead@r345677
2019-03-28 mavDo not map small IOCTL buffers to KVA, but copy.
2019-03-25 mmMFV r345495:
2019-03-18 asomersMFHead@r345275
2019-03-16 dimAdd LLVM openmp trunk r351319 (just before the release_...
2019-03-11 ngieMFhead@r345025
2019-03-11 impUpgrade Chipfancier SLC quirk to all versions
2019-03-11 dimMerge LLVM libunwind trunk r351319, from just before...
2019-03-07 cyMFV r344878:
2019-03-05 ngieMFhead@r344786
2019-03-04 dimMerge ^/head r344549 through r344775.
2019-03-04 mavReduce CTL threads priority to about PUSER.
2019-02-27 mavRefactor command ordering/blocking mechanism in CTL.
2019-02-26 mavScrap some debug printf's, unused for years.
2019-02-26 sjgAdd libbearssl
2019-02-25 desUpgrade to OpenPAM Tabebuia.
2019-02-25 ngieMFhead@r344527
2019-02-25 dimMerge ^/head r344178 through r344512.
2019-02-23 mavFree some space in struct ctl_io_hdr for better use.
2019-02-23 mavRemove disabled CTL_LEGACY_STATS support.
2019-02-15 dimMerge ^/head r343956 through r344177.
2019-02-13 ngieCopy googletest 1.8.1 from ^/vendor/google/googletest...
2019-02-13 impFix panic message.
2019-02-12 mmMFV r344063:
2019-02-11 dabCID 1009492: Logically dead code in sys/cam/scsi/scsi_xpt.c
2019-02-10 dimMerge ^/head r343807 through r343955.
2019-02-05 impAdd quirk for Sansisk X400 drives
2019-02-05 dimMerge ^/head r343712 through r343806.
2019-02-04 impRegularize the Netflix copyright
2019-02-04 mavUse switch instead of chained if/else to improve readab...
2019-02-03 dimMerge ^/head r343571 through r343711.
2019-01-30 mavRemove stale now comment, forgotten in r343582.
2019-01-30 mavRelax BIO_FLUSH ordering in da(4), respecting BIO_ORDERED.
2019-01-30 dimMerge ^/head r343320 through r343570.
2019-01-27 avosAdd NO_6_BYTE / NO_SYNC_CACHE quirks for (C|D|E).*...
2019-01-22 dimMerge compiler-rt trunk r351319, and resolve conflicts.
2019-01-22 dimMerge libc++ trunk r351319, and resolve conflicts.
2019-01-20 dimMerge lldb trunk r351319, resolve conflicts, and update...
next