summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* scsi: core: Rename CONFIG_BLK_SCSI_REQUEST to CONFIG_SCSI_COMMONChristoph Hellwig2021-07-287-8/+11
* scsi: scsi_ioctl: Move the "block layer" SCSI ioctl handling to drivers/scsiChristoph Hellwig2021-07-285-813/+741
* scsi: scsi_ioctl: Simplify SCSI passthrough permission checkingChristoph Hellwig2021-07-284-124/+104
* scsi: scsi_ioctl: Move scsi_command_size_tbl to scsi_common.cChristoph Hellwig2021-07-282-8/+6
* scsi: scsi_ioctl: Remove scsi_req_init()Christoph Hellwig2021-07-283-18/+6
* scsi: bsg: Move bsg_scsi_ops to drivers/scsi/Christoph Hellwig2021-07-2810-125/+129
* scsi: bsg: Decouple from scsi_cmd_ioctl()Christoph Hellwig2021-07-282-18/+22
* scsi: block: Add a queue_max_bytes() helperChristoph Hellwig2021-07-282-11/+7
* scsi: scsi_ioctl: Call scsi_cmd_ioctl() from scsi_ioctl()Christoph Hellwig2021-07-287-48/+21
* scsi: scsi_ioctl: Remove scsi_verify_blk_ioctl()Christoph Hellwig2021-07-284-22/+5
* scsi: scsi_ioctl: Remove scsi_cmd_blk_ioctl()Christoph Hellwig2021-07-284-18/+10
* scsi: cdrom: Remove the call to scsi_cmd_blk_ioctl() from cdrom_ioctl()Christoph Hellwig2021-07-284-9/+3
* scsi: st: Simplify ioctl handlingChristoph Hellwig2021-07-281-49/+29
* scsi: core: Remove scsi_compat_ioctl()Christoph Hellwig2021-07-287-53/+22
* scsi: sg: Consolidate compat ioctl handlingChristoph Hellwig2021-07-281-22/+3
* scsi: ch: Consolidate compat ioctl handlingChristoph Hellwig2021-07-281-51/+22
* scsi: sd: Consolidate compat ioctl handlingChristoph Hellwig2021-07-281-45/+18
* scsi: sr: Consolidate compat ioctl handlingChristoph Hellwig2021-07-281-55/+9
* scsi: bsg: Remove support for SCSI_IOCTL_SEND_COMMANDChristoph Hellwig2021-07-281-1/+4
* scsi: qla2xxx: Update version to 10.02.00.107-kNilesh Javali2021-07-271-2/+2
* scsi: qla2xxx: edif: Increment command and completion countsQuinn Tran2021-07-272-2/+2
* scsi: qla2xxx: edif: Add encryption to I/O pathQuinn Tran2021-07-2711-71/+406
* scsi: qla2xxx: edif: Add doorbell notification for appQuinn Tran2021-07-277-4/+366
* scsi: qla2xxx: edif: Add detection of secure deviceQuinn Tran2021-07-2713-28/+279
* scsi: qla2xxx: edif: Add authentication pass + fail bsgsQuinn Tran2021-07-273-8/+209
* scsi: qla2xxx: edif: Add key updateQuinn Tran2021-07-2710-7/+1668
* scsi: qla2xxx: edif: Add extraction of auth_els from the wireQuinn Tran2021-07-276-25/+427
* scsi: qla2xxx: edif: Add send, receive, and accept for auth_elsQuinn Tran2021-07-2710-40/+692
* scsi: qla2xxx: edif: Add getfcinfo and statistic bsgsQuinn Tran2021-07-272-1/+190
* scsi: qla2xxx: edif: Add start + stop bsgsQuinn Tran2021-07-279-24/+669
* scsi: qla2xxx: Remove unused variable 'status'Bill Wendling2021-07-271-2/+0
* scsi: libsas: Drop BLK_DEV_BSGLIB selectionGuoqing Jiang2021-07-271-1/+0
* scsi: target: Remove redundant assignment to variable retColin Ian King2021-07-273-4/+4
* scsi: lpfc: Remove redundant assignment to pointer pcmdColin Ian King2021-07-271-2/+0
* scsi: lpfc: Copyright updates for 14.0.0.0 patchesJames Smart2021-07-273-3/+3
* scsi: lpfc: Update lpfc version to 14.0.0.0James Smart2021-07-271-1/+1
* scsi: lpfc: Add 256 Gb link speed supportJames Smart2021-07-276-0/+26
* scsi: lpfc: Revise Topology and RAS support checks for new adaptersJames Smart2021-07-275-27/+38
* scsi: lpfc: Fix cq_id truncation in rq createJames Smart2021-07-271-1/+1
* scsi: lpfc: Add PCI ID support for LPe37000/LPe38000 series adaptersJames Smart2021-07-273-0/+6
* scsi: core: Add BLIST_IGN_MEDIA_CHANGE for Ultra HS-SD/MMC USB card readersMartin Kepplinger2021-07-211-0/+1
* scsi: sd: REQUEST SENSE for BLIST_IGN_MEDIA_CHANGE devices in runtime_resume()Martin Kepplinger2021-07-211-1/+21
* scsi: core: Add new flag BLIST_IGN_MEDIA_CHANGEMartin Kepplinger2021-07-213-3/+7
* scsi: libsas: Allow libsas to include SCSI header files directlyJason Yan2021-07-209-12/+12
* scsi: ufs: core: Use scsi_get_lba() to get LBAMartin K. Petersen2021-07-201-2/+1
* scsi: core: Make scsi_get_lba() return the LBAMartin K. Petersen2021-07-201-5/+7
* scsi: iser: Use scsi_get_sector() instead of scsi_get_lba()Bart Van Assche2021-07-201-1/+1
* scsi: core: Introduce scsi_get_sector()Bart Van Assche2021-07-201-0/+5
* scsi: scsi_debug: Improve RDPROTECT/WRPROTECT handlingMartin K. Petersen2021-07-201-23/+67
* scsi: scsi_debug: Remove dump_sector()Martin K. Petersen2021-07-201-25/+1