summaryrefslogtreecommitdiffstats
path: root/include/scsi
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-01-221-3/+2
|\
| * scsi: core: Fix scsi_mode_select() interfaceDamien Le Moal2022-01-051-3/+2
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-01-142-6/+2
|\|
| * scsi: libsas: Add flag SAS_HA_RESUMINGXiang Chen2021-12-221-0/+1
| * scsi: libsas: Don't always drain event workqueue for HA resumeJohn Garry2021-12-221-0/+1
| * scsi: core: Remove Scsi_Host.shost_dev_attr_groupsBart Van Assche2021-11-181-6/+0
* | scsi: remove the gendisk argument to scsi_ioctlChristoph Hellwig2021-11-291-2/+2
* | block: remove the ->rq_disk field in struct requestChristoph Hellwig2021-11-292-3/+3
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-11-123-7/+2
|\
| * scsi: core: Avoid leaving shost->last_reset with stale value if EH does not runEwan D. Milne2021-11-032-1/+2
| * scsi: core: Fix early registration of sysfs attributes for scsi_deviceSteffen Maier2021-10-271-6/+0
* | Merge tag 'for-5.16/block-2021-11-09' of git://git.kernel.dk/linux-blockLinus Torvalds2021-11-091-0/+1
|\ \
| * | scsi: make sure that request queue queiesce and unquiesce balancedMing Lei2021-11-091-0/+1
* | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-11-055-23/+26
|\ \ \ | | |/ | |/|
| * | scsi: scsi_transport_sas: Add 22.5 Gbps link rate definitionsSreekanth Reddy2021-10-191-0/+1
| * | scsi: core: Remove two host template members that are no longer usedBart Van Assche2021-10-162-12/+0
| * | scsi: core: Register sysfs attributes earlierBart Van Assche2021-10-162-0/+19
| * | scsi: core: Remove the 'done' argument from SCSI queuecommand_lck functionsBart Van Assche2021-10-161-1/+1
| * | scsi: core: Call scsi_done directlyBart Van Assche2021-10-162-5/+1
| * | scsi: core: Rename scsi_mq_done() into scsi_done() and export itBart Van Assche2021-10-161-0/+2
| * | scsi: core: Use a structure member to track the SCSI command submitterBart Van Assche2021-10-161-0/+7
| * | scsi: libsas: Export sas_phy_enable()Luo Jiaxing2021-10-121-0/+1
| * | Merge branch '5.15/scsi-fixes' into 5.16/scsi-stagingMartin K. Petersen2021-10-121-1/+0
| |\ \
| * | | scsi: core: Delete scsi_{get,free}_host_dev()John Garry2021-09-281-10/+0
| * | | scsi: core: Remove include <scsi/scsi_host.h> from scsi_cmnd.hBart Van Assche2021-09-211-1/+0
* | | | Merge tag 'overflow-v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-11-011-4/+8
|\ \ \ \
| * | | | treewide: Replace open-coded flex arrays in unionsKees Cook2021-10-181-4/+8
| |/ / /
* | | / scsi: add a scsi_alloc_request helperChristoph Hellwig2021-10-221-0/+3
| |_|/ |/| |
* | | block: move struct request to blk-mq.hChristoph Hellwig2021-10-181-1/+1
| |/ |/|
* | scsi: core: Remove 'current_tag'Hannes Reinecke2021-09-221-1/+0
|/
* scsi: core: Remove scsi_cmnd.tagJohn Garry2021-08-171-1/+0
* scsi: core: Add helper to return number of logical blocks in a requestMartin K. Petersen2021-08-111-0/+7
* scsi: core: Remove the request member from struct scsi_cmndBart Van Assche2021-08-111-3/+0
* scsi: core: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche2021-08-112-10/+14
* scsi: core: Introduce the scsi_cmd_to_rq() functionBart Van Assche2021-08-111-0/+6
* scsi: block: Remove the remaining SG_IO-related fields from struct request_queueChristoph Hellwig2021-07-301-0/+3
* scsi: bsg: Simplify device registrationChristoph Hellwig2021-07-301-0/+2
* scsi: scsi_ioctl: Unexport sg_scsi_ioctl()Christoph Hellwig2021-07-281-2/+0
* scsi: scsi_ioctl: Move the "block layer" SCSI ioctl handling to drivers/scsiChristoph Hellwig2021-07-281-0/+6
* scsi: scsi_ioctl: Remove scsi_req_init()Christoph Hellwig2021-07-281-2/+0
* scsi: scsi_ioctl: Call scsi_cmd_ioctl() from scsi_ioctl()Christoph Hellwig2021-07-281-1/+3
* scsi: core: Remove scsi_compat_ioctl()Christoph Hellwig2021-07-281-1/+0
* scsi: core: Add new flag BLIST_IGN_MEDIA_CHANGEMartin Kepplinger2021-07-212-3/+4
* scsi: core: Make scsi_get_lba() return the LBAMartin K. Petersen2021-07-201-5/+7
* scsi: core: Introduce scsi_get_sector()Bart Van Assche2021-07-201-0/+5
* scsi: core: Add scsi_prot_ref_tag() helperMartin K. Petersen2021-07-201-0/+7
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-07-0214-173/+333
|\
| * scsi: fc: FDMI enhancementJaved Hasan2021-06-101-7/+48
| * scsi: libfc: Add FDMI-2 attributesJaved Hasan2021-06-101-1/+24
| * scsi: fc: Correct RHBA attributes lengthJaved Hasan2021-06-091-2/+2