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
/
ctl
/
ctl_backend_block.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Create a dedicated function for ensuring that cdir and rdir are populated.
mjg
2015-07-11
1
-12
/
+1
*
Fix couple panics on forced unmount of backing file.
mav
2015-07-02
1
-11
/
+16
*
Handle EDQUOT backend storage errors same as ENOSPC.
mav
2015-05-06
1
-3
/
+3
*
Teach CTL to ask GEOM devices about BIO_DELETE support.
mav
2015-02-13
1
-8
/
+23
*
Make XCOPY and WUT commands respect physical block size/offset.
mav
2015-02-12
1
-3
/
+7
*
Make WRITE SAME commands respect physical block size.
mav
2015-02-12
1
-2
/
+12
*
Replace ctl_min() macro with MIN().
mav
2014-12-20
1
-7
/
+7
*
Pass real optimal transfer size supported by backend.
mav
2014-12-18
1
-10
/
+20
*
Add configuration options to override physical and UNMAP blocks geometry.
mav
2014-12-17
1
-6
/
+64
*
Count consecutive read requests as blocking in CTL for files and ZVOLs.
mav
2014-12-06
1
-0
/
+2
*
Add to CTL support for threshold notifications for file-backed LUNs.
mav
2014-12-04
1
-0
/
+28
*
Add GET LBA STATUS command support to CTL.
mav
2014-12-04
1
-9
/
+183
*
Coalesce last data move and command status for read commands.
mav
2014-11-25
1
-6
/
+15
*
Fix LUN resize broken by r272911 commit.
mav
2014-11-07
1
-2
/
+2
*
Add to CTL support for logical block provisioning threshold notifications.
mav
2014-11-06
1
-4
/
+40
*
Implement better handling for ENOSPC error for both CTL and CAM.
mav
2014-10-29
1
-7
/
+10
*
Report physical block size for file-backed LUNs, using vattr.va_blocksize.
mav
2014-10-13
1
-10
/
+11
*
Make ctld start even if some LUNs are unable to open backing storage.
mav
2014-10-10
1
-84
/
+76
*
Add support for WRITE ATOMIC (16) command and report SBC-4 compliance.
mav
2014-10-08
1
-0
/
+3
*
Add support for "no Data-Out Buffer" (NDOB) flag of WRITE SAME (16) command.
mav
2014-09-18
1
-1
/
+1
*
When updating device media size use cached cdevsw pointer.
mav
2014-09-18
1
-20
/
+20
*
Improve cache control support, including DPO/FUA flags and the mode page.
mav
2014-09-09
1
-43
/
+14
*
Fix several issues and inconsistencies in UNMAP capabilities reporting.
mav
2014-08-06
1
-4
/
+4
*
Implement separate I/O dispatch method for ZVOLs in "dev" mode.
mav
2014-07-26
1
-3
/
+88
*
Fix infinite loop, when doing WRITE SAME on file-backed LUN.
mav
2014-07-26
1
-2
/
+3
*
Improve readability of XML generated by CTL_LUN_LIST.
mav
2014-07-05
1
-2
/
+2
*
Make options KPI more generic to allow it to be used for ports too,
mav
2014-07-05
1
-6
/
+7
*
Pull in r267961 and r267973 again. Fix for issues reported will follow.
hselasky
2014-06-28
1
-2
/
+1
*
Revert r267961, r267973:
gjb
2014-06-27
1
-1
/
+2
*
Extend the meaning of the CTLFLAG_TUN flag to automatically check if
hselasky
2014-06-27
1
-2
/
+1
*
Lock devstat updates in block backend to make it usable. Polish lock names.
mav
2014-06-25
1
-85
/
+76
*
Add some more CTL_FLAG_ABORT check points.
mav
2014-06-19
1
-4
/
+6
*
Add support for VERIFY(10/12/16) and COMPARE AND WRITE SCSI commands.
mav
2014-06-16
1
-40
/
+81
*
Make backends track completion by processed number of sectors instead of
mav
2014-06-15
1
-18
/
+21
*
Remove memcpy() from ctl_private[] accesses.
mav
2014-06-15
1
-34
/
+27
*
Move kern_total_len setting from backend to core code.
mav
2014-06-15
1
-11
/
+1
*
Remove custom processing for "file" option.
mav
2014-06-15
1
-37
/
+3
*
Implement small KPI to access LUN options instead doing it by hands.
mav
2014-06-14
1
-42
/
+24
*
Fix some leaks on LUN creation error.
mav
2014-06-12
1
-2
/
+7
*
Remove limits on size of READ/WRITE operations.
mav
2014-04-24
1
-62
/
+67
*
When splitting huge unmap requests, do it on sector boundary.
mav
2014-04-09
1
-2
/
+4
*
Another fix for r264274. Last moment cosmetic changes are evil!
mav
2014-04-08
1
-1
/
+1
*
Add support for SCSI UNMAP commands to CTL.
mav
2014-04-08
1
-11
/
+306
*
Report stripe size and offset of the backing device in READ CAPACITY (16)
mav
2014-04-06
1
-0
/
+25
*
Remove the homegrown ctl_be_block_io allocator, replacing it with UMA.
trasz
2014-04-01
1
-115
/
+9
*
Make CTL block backend return proper error code for operations unsupposed
mav
2014-02-06
1
-2
/
+6
*
Properly report an error instead of panicing when user tries to create
trasz
2013-12-03
1
-1
/
+3
*
dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINE
avg
2013-11-26
1
-8
/
+8
*
- For kernel compiled only with KDTRACE_HOOKS and not any lock debugging
attilio
2013-11-25
1
-2
/
+0
*
Remove 128KB bzero() call done for every block I/O data buffer.
mav
2013-10-23
1
-14
/
+1
[next]