index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
cam
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove limits on size of READ/WRITE operations.
mav
2014-04-24
3
-137
/
+203
*
Make CAM target CTL frontend respect SIM I/O size limitations.
mav
2014-04-24
1
-100
/
+98
*
Modify CTL iSCSI frontend to properly handle situations where datamove
trasz
2014-04-24
1
-49
/
+81
*
Disable UNMAP support for STEC 842 SSDs.
mav
2014-04-23
1
-3
/
+12
*
Properly pass the initiator address when running in proxy mode.
trasz
2014-04-16
3
-2
/
+15
*
Make it possible to interrupt login when running in proxy mode.
trasz
2014-04-16
1
-6
/
+21
*
Properly identify target portal when running in proxy mode. While here,
trasz
2014-04-16
3
-19
/
+8
*
Add some stuff to make it easier to figure out for the system administrator
trasz
2014-04-16
2
-2
/
+21
*
Make it possible for the iSCSI target side to operate in both normal
trasz
2014-04-16
2
-39
/
+52
*
Join CTL worker threads into one process for convenience.
mav
2014-04-13
1
-3
/
+3
*
Report more readable state "-" for idle CAM scan thread.
mav
2014-04-13
1
-1
/
+1
*
Fix build breakage caused by r264295
smh
2014-04-10
1
-2
/
+0
*
Fix three refcounter leaks and lock recursion they covered.
mav
2014-04-09
1
-7
/
+4
*
Introduce new serialization type CTL_SERIDX_UNMAP.
mav
2014-04-09
3
-18
/
+20
*
When splitting huge unmap requests, do it on sector boundary.
mav
2014-04-09
1
-2
/
+4
*
Remove support of LUN-based CD changers from cd(4) driver.
mav
2014-04-09
1
-691
/
+18
*
Another fix for r264274. Last moment cosmetic changes are evil!
mav
2014-04-08
1
-1
/
+1
*
Oops! Few quick fixes for r264274.
mav
2014-04-08
2
-2
/
+3
*
Add support for SCSI UNMAP commands to CTL.
mav
2014-04-08
8
-29
/
+702
*
Wakeup only one thread of added in r263978i at a time.
mav
2014-04-08
1
-1
/
+1
*
Report stripe size and offset of the backing device in READ CAPACITY (16)
mav
2014-04-06
3
-0
/
+33
*
All the iSCSI sysctls are also tunables; advertise that.
trasz
2014-04-04
1
-4
/
+4
*
Use atomic ops instead of mutexes where appropriate.
trasz
2014-04-01
1
-7
/
+3
*
Instead of "icltx" and "iclrx", use thread names with prefix from upper
trasz
2014-04-01
1
-1
/
+1
*
Get rid of ICL lock; use upper-layer (initiator or target) lock instead.
trasz
2014-04-01
1
-1
/
+1
*
Remove the homegrown ctl_be_block_io allocator, replacing it with UMA.
trasz
2014-04-01
1
-115
/
+9
*
Hide CTL messages about SCSI error responses. Too many users take
trasz
2014-03-31
1
-3
/
+10
*
Make it possible to have multiple CTL worker threads. Leave the default
trasz
2014-03-31
1
-29
/
+40
*
Remove instances of variables that were set, but never used. gcc 4.9
imp
2014-03-30
3
-10
/
+2
*
Remove ctl_mem_pool.{c,h}.
trasz
2014-03-27
5
-430
/
+19
*
Rework cfiscsi_datamove_in() to obey expected data transfer length
trasz
2014-03-27
1
-39
/
+81
*
Target Transfer Tag is opaque; no need to htonl(3) it.
trasz
2014-03-25
1
-2
/
+2
*
Use a less unusual syntax in debug printfs.
trasz
2014-03-25
1
-17
/
+26
*
Update kernel inclusions of capability.h to use capsicum.h instead; some
rwatson
2014-03-16
1
-1
/
+1
*
Fix support for increased logical sector size (4K-native drives).
mav
2014-03-07
1
-7
/
+10
*
Make reset handling in iSCSI target RFC-compliant. This fixes some rare
trasz
2014-03-06
1
-3
/
+3
*
Fix missing unlock in persistent reservations code, which resulted in panics
trasz
2014-03-05
1
-0
/
+1
*
Do not retry on CAM_FUNC_NOTAVAIL error, but return immediately.
mav
2014-03-04
1
-0
/
+1
*
Make CTL block backend return proper error code for operations unsupposed
mav
2014-02-06
1
-2
/
+6
*
Mostly revert r260267 and hopefully really fix the original problem.
mav
2014-01-22
1
-12
/
+14
*
Fix memory and references leak due to unfreed path in case we can't
mav
2014-01-21
1
-1
/
+3
*
Move xpt_run_devq() call before request completion callback where it was
mav
2014-01-11
1
-6
/
+2
*
Fix for r260541: do not drop periph reference when request is restarted.
mav
2014-01-11
1
-9
/
+12
*
Take additional reference on SCSI probe periph to cover its freeze count.
mav
2014-01-11
4
-19
/
+20
*
Replace several instances of -1 with appropriate CAM_*_WILDCARD and types.
mav
2014-01-10
3
-6
/
+8
*
Allow delete_method sysctl to be set to "DISABLE".
mav
2014-01-07
1
-2
/
+3
*
Correct short delete issue in SCSI UNMAP support
smh
2014-01-04
1
-17
/
+15
*
Widen lun_id_t to 64 bits. This is a follow-on to r257345 to let the kernel
nwhitehorn
2013-12-14
5
-41
/
+234
*
When comparing device IDs, make sure that they have the same type
mav
2013-12-08
1
-1
/
+5
*
Properly report an error instead of panicing when user tries to create
trasz
2013-12-03
1
-1
/
+3
[next]