]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/cam
Make the linuxapi module only build when WITH_OFED=YES is specified.
[FreeBSD/FreeBSD.git] / sys / cam /
2015-01-16 mavDon't count status as sent until CTIO completes success...
2015-01-15 dimImport libc++ trunk r224926. This fixes a number of...
2015-01-13 impExplain a bit of tricky code dealing with trims and...
2015-01-10 baptInstall the liblzma pkg-config file
2015-01-08 jkimMerge OpenSSL 1.0.1k.
2015-01-08 dimUpdate compiler-rt to trunk r224034. This brings a...
2015-01-08 kenImprove camcontrol(8) handling of drive defect data.
2015-01-08 kenFix a bug in the CAM SCSI probe code that caused change...
2015-01-08 hselaskyAllow a block size of zero to mean 512 bytes, which...
2015-01-07 delphijMFV r276761: tcpdump 4.6.2.
2015-01-06 delphijMFV r276759: libpcap 1.6.2.
2015-01-03 desUpgrade to Unbound 1.5.1. Almost all our local changes...
2015-01-02 delphijMFV r276568:
2014-12-27 dimMerge ^/head r274961 through r276301.
2014-12-25 baptUpdate mandoc to 1.13.2
2014-12-24 emasteUpdate elftoolchain to upstream rev 3130
2014-12-24 emasteCopy elftoolchain top-level directory from vendor at...
2014-12-23 mavHide block device VPD pages for non-block devices.
2014-12-23 mavFix potential division by zero after r275920.
2014-12-20 mavReport initiator id in portlist XML in more formalized...
2014-12-20 mavReplace ctl_min() macro with MIN().
2014-12-19 mavConstify some static data.
2014-12-19 mavReduce number of places where global control_softc...
2014-12-18 mavPass real optimal transfer size supported by backend.
2014-12-18 dimMerge ^/head r275759 through r275911.
2014-12-17 mavAdd configuration options to override physical and...
2014-12-17 mavMake sequence numbers checks more strict.
2014-12-16 mavDo not count RCTD bit set as an error.
2014-12-16 emasteCopy elftoolchain readelf from vendor branch
2014-12-11 delphijMFV r275696: file 5.21.
2014-12-08 dimMerge ^/head r275478 through r275622.
2014-12-08 markjMFV r272851:
2014-12-06 mavCount consecutive read requests as blocking in CTL...
2014-12-06 delphijMFV r260710 + 275532:
2014-12-05 mavIn addition to r275481 allow threshold notifications...
2014-12-04 mavAdd to CTL support for threshold notifications for...
2014-12-04 dimMerge ^/head r275387 through r275477.
2014-12-04 mavSwap resource count scopes for used/available space.
2014-12-04 mavAdd GET LBA STATUS command support to CTL.
2014-12-03 mavIncrease CTL ports limit from 128 to 256 and LUNs limit...
2014-12-03 mavUnify function names after r275458.
2014-12-03 mavDo not pre-allocate UNIT ATTENTIONs storage for every...
2014-12-03 mavRemove some unused code.
2014-12-03 mavDo not pre-allocate reservation keys memory for every...
2014-12-03 mavPlug memory leaks on UNMAP and XCOPY with invalid param...
2014-12-02 baptUpdate to mandoc cvs version as of 20141201
2014-12-02 mavConvert persis_offset from global variable to softc...
2014-12-02 mavReduce code duplication by creating ctl_set_res_ua...
2014-12-02 mavRemoved unused variable and unify some names.
2014-12-02 dimMerge ^/head r274961 through r275386.
2014-12-01 mavWhen passing LUN IDs through treat ASCII values as...
2014-12-01 dimMerge ^/head r274961 through r275366.
2014-12-01 mavMove ctlfe_onoffline() out of lock to let it sleep...
2014-11-29 baptUpdate libucl to latest version
2014-11-27 emasteCopy elftoolchain binutils replacements from vendor...
2014-11-26 emasteThere is no Python in the FreeBSD base system
2014-11-26 emasteUpdate LLDB snapshot to upstream r216948 (git 50f7fe44)
2014-11-25 dimr274961 through r275075
2014-11-25 mavCoalesce last data move and command status for read...
2014-11-25 mavDecouple datamove/done logic from CTL status set.
2014-11-25 mavUse ctl_set_success() instead of direct inlining.
2014-11-24 dimMerge ^/head r274961 through r274978.
2014-11-24 dimMerge clang 3.5.0 release from ^/vendor/clang/dist...
2014-11-24 dimMerge llvm 3.5.0 release from ^/vendor/llvm/dist, resol...
2014-11-24 mavReplace home-grown CTL IO allocator with UMA.
2014-11-24 mavRead cs_outstanding_ctl_pdus before incrementing it...
2014-11-22 baptUpdate mandoc to 1.13.1
2014-11-22 mavMake iSCSI frontend less chatty while waiting for tasks...
2014-11-21 smhPrevent overflow issues in timeout processing
2014-11-21 mavMake cfiscsi_offline() synchronous, waiting for connect...
2014-11-21 mavClose race between cfiscsi_offline() and new connection...
2014-11-21 mavRemove bunch of unused lun variables.
2014-11-21 mavReduce race between LUN destruction and request arrival.
2014-11-21 mavLog errors for absent LUNs too.
2014-11-21 mavPartially reconstruct Active/Standby clusting.
2014-11-20 jhbLock the scsi_low code and the drivers which use it...
2014-11-20 mavRemove residual xpt_release_device() call left after...
2014-11-19 traszFix typo.
2014-11-13 mavFix check for vendor-specific peripheral qualifier.
2014-11-12 mavImprove CAM's reaction on asymmetric access errors.
2014-11-09 mavHandle PREEMPT AND ABORT service action equal to PREEMPT.
2014-11-07 mavFix LUN resize broken by r272911 commit.
2014-11-07 mavSynchronize medium rotation rate in legacy Rigid Disk...
2014-11-06 mavAdd to CTL support for logical block provisioning thres...
2014-11-04 mavFix residual copy/paste in r274080.
2014-11-04 mavImprove error handling around duplicate lun and port...
2014-11-03 traszs/icl_pdu_new_bhs/icl_pdu_new/; no functional changes...
2014-11-01 jmmvMFV: Import atf-0.21.
2014-10-31 traszChange the default log level for iSCSI target from...
2014-10-29 mavImplement better handling for ENOSPC error for both...
2014-10-27 mavRemove comment obsoleted by r273730.
2014-10-27 mavReduce code duplication around Write Exclusive persiste...
2014-10-26 mavAllocate buffer for READ BUFFER/WRITE BUFFER commands...
2014-10-26 mavFix support for LUN flat space addressing.
2014-10-26 smhFix CF ERASE breakage caused by 268205.
2014-10-26 mavFix printing non-terminated strings in devlist XML.
2014-10-26 mavAdd "rpm" and "formfactor" LUN options to match istgt...
2014-10-25 mavAdd support for 12/16-byte EUI and 16-byte NAA IDs.
2014-10-21 hselaskyFix multiple incorrect SYSCTL arguments in the kernel:
2014-10-21 neelIFC @r273338
next