]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/cam/ctl
Document three open issues affecting 11.3-RELEASE.
[FreeBSD/FreeBSD.git] / sys / cam / ctl /
2019-03-13 mavMFC r344636: Refactor command ordering/blocking mechani...
2019-03-13 mavMFC r344586: Scrap some debug printf's, unused for...
2019-03-11 mavMFC r344743: Reduce CTL threads priority to about PUSER.
2019-03-11 mavMFC r344489: Free some space in struct ctl_io_hdr for...
2018-04-16 traszMFC r331013:
2017-11-22 manuMFC r325517, r325554
2017-11-14 traszMFC r324261:
2017-10-07 mavMFC r324123: Add sysctl/tunable for maximal request...
2017-08-12 mavMFC r322302: Do not loose CCB flags after r320493.
2017-08-01 mavMFC r320495: Allow status aggregation for ramdisk reads.
2017-08-01 mavMFC r320493: Unify INOT/ATIO setup.
2017-05-29 ngieMFC r314659,r314676:
2017-05-08 mavMFC r317370: Change ctl_free_lun() locking.
2017-05-08 mavMFC r317369: Slightly compact the code.
2017-04-23 mavMFC r316653: Fix few minor issues found by Clang Analyzer.
2017-03-29 mavMFC r314870: Add mechanism to unload CAM periph drivers.
2017-03-25 mavMFC r315084: Increase device openings to tagged maximum.
2017-03-24 mavMFC r315022: Request change of SIM target role only...
2017-03-24 mavMFC r315030: Abort all ATIOs and INOTs queued to SIM...
2017-03-24 mavMFC r315025: Switch work_queue from TAILQ to STAILQ.
2017-03-23 mavMFC r311305 (by asomers):
2017-03-18 traszMFC r312622:
2017-03-18 traszMFC r311283:
2017-03-12 mavMFC r314307: Add support for SIMs without autosense.
2017-03-06 mavMFC r314338: Polish handling of different reset flavours.
2017-03-06 mavMFC r314496: Add check missed in r314257.
2017-03-06 mavMFC r314387: Make ctl_queue_sense() not sleep.
2017-03-06 mavMFC r314299, r314300: Fix residual length reporting...
2017-03-06 mavMFC r314257: Add reporting SAS protocol, in case we...
2017-03-06 mavMFC r314255: Reenable CTL_WITH_CA, optimizing it for...
2017-03-06 mavMFC r314247: Axe out some forever disabled questionable...
2017-03-06 mavMFC r314246: Improve CAM target frontend reference...
2017-03-06 mavMFC r314204: Explicitly abort ATIO if CTIO sending...
2017-03-06 mavMFC r314200: We can't access periph after ctlfe_free_ccb().
2017-03-06 mavMFC r314196: Unify ATIO/INOT CCBs requeuing.
2017-03-06 mavMFC r314193: Some code cleanup.
2017-03-06 mavMFC r314027: Do not blindly free completed ATIOs/INOTs...
2017-03-03 mavMFC r313854, r313963: Change the way MaxCmdSN is used.
2017-02-28 mavMFC r313744: No need to erase sense_data when sense_len...
2017-02-25 mavMFC r313910: Change XCOPY memory allocations.
2017-02-21 mavMFC r313736: Fix panic on shutdown of ramdisk LU with...
2017-02-20 kenMFC 313895:
2017-02-07 mavMFC r312694: Make CTL ramdisk backend a real RAM disk.
2017-02-07 mavMFC r312603: Add initial support for CTL module unloading.
2017-02-07 mavMFC r312348: Remove writing 'residual' field of struct...
2017-02-07 mavMFC r312291, r312669:
2017-02-07 mavMFC r312343: Improve error message on duplicate iSCSI...
2017-01-26 mavMFC r312232: Add under-/overrun support to IOCTL and...
2017-01-26 mavMFC r312231: When in kernel, map ctl_scsi_zero_io(...
2017-01-26 mavMFC r312026: Improve CAM_CDB_POINTER support.
2017-01-26 mavMFC r311873: Fix malloc(M_WAITOK) under mutex, introduc...
2017-01-26 mavMFC r311804: Rewrite CTL statistics in more simple...
2017-01-26 mavMFC r311787: Allocate memory for prevent flags only...
2017-01-26 mavMFC r311680: Make CTL_GETSTATS ioctl return partial...
2017-01-26 mavMFC r310778, r310782: Improve use of I/O's private...
2017-01-21 mavMFC r311892: Do not wait for HA thread shutdown if...
2017-01-21 mavMFC r310649: Allow more efficient use of private area.
2017-01-21 mavMFC r310646: Do not update "saved" mode page on every...
2017-01-21 mavMFC r310644: Fix/synchronize field types in struct...
2017-01-21 mavMFC r310640, r310643:
2017-01-21 mavMFC r310635: Decouple limits on number of LUNs per...
2017-01-21 mavMFC r310575: Fix improperly used nexus.targ_lun.
2017-01-21 mavMFC r310555: Some random code cleaning.
2017-01-21 mavMFC r310539: Remove CTL_MAX_LUNS from places where...
2017-01-08 mavMFC r311446: Fix bootverbose affecting code logic in...
2017-01-05 mavMFC r310534: Improve third-party copy error reporting.
2017-01-05 mavMFC r310524: Improve length handling when writing sense...
2017-01-05 mavMFC r310478: Add place-holders for TAPE STREAM MIRRORIN...
2017-01-05 mavMFC r310390: Add support for REPD bit in RSTMF command.
2017-01-05 mavr310389:
2017-01-05 mavMFC r310373:
2017-01-05 mavMFC r310366: Add support for SITUA bit in Logical Block...
2017-01-05 mavMFC r310356: Add support for locally assigned RFC 4122...
2017-01-05 mavMFC r310339: Bump specifications support to SAM-6/SPC-5.
2017-01-05 mavMFC r310298: Improve error handling when I/O split...
2017-01-05 mavMFC r310285:
2017-01-05 mavMFC r310275: Fix typo in function name.
2017-01-05 mavMFC r310272: Add new bits into Extended Inquiry VPD...
2017-01-05 mavMFC r310266: Add support for NUAR bit in Control mode...
2017-01-05 mavMFC r310265: Add set of macros to simplify code access...
2017-01-05 mavMFC r310259:
2017-01-05 mavMFC r310257: Improve support for informational exceptions.
2016-12-03 traszMFC r308250:
2016-10-29 mavMFC r307374: Add LU option to control reported provisio...
2016-10-29 mavMFC r307350: Add LUN options to limit UNMAP and WRITE...
2016-07-04 grehanImport bhyve_graphics into CURRENT. Thanks to all who...
2016-07-01 delphijMFV r302260: expat 2.2.0
2016-06-27 delphijMFV r302218: file 5.28.
2016-06-22 mmMFV r302003,r302037,r302038,r302056:
2016-06-17 bdreweryImport ClangFormat.cpp from ^/vendor/clang/clang-releas...
2016-06-05 traszReport negotiated MaxBurstLength and FirstBurstLength...
2016-06-04 baptImport libucl snapshot 20160604
2016-06-03 delphijMFV r301238:
2016-06-01 lidlImport NetBSD's blacklist source from vendor tree
2016-05-29 allanjudeImport the skein hashing algorithm, based on the threef...
2016-05-27 grehanCreate branch for bhyve graphics import.
2016-05-26 dimUpdate libc++ to 3.8.0. Excerpted list of fixes (with...
2016-05-24 traszAdd mechanism for choosing iSER-capable ICL modules.
2016-05-20 emasteUpdate to ELF Tool Chain r3475
2016-05-20 mavPass task management response information from CTL...
next