summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)Author
2023-04-02scsi: scsi_debug: Dynamically allocate sdebug_queued_cmdJohn Garry
2023-04-02scsi: scsi_debug: Use scsi_block_requests() to block queuesJohn Garry
2023-04-02scsi: scsi_debug: Protect block_unblock_all_queues() with mutexJohn Garry
2023-04-02scsi: scsi_debug: Change shost list lock to a mutexJohn Garry
2023-04-02scsi: scsi_debug: Don't iter all shosts in clear_luns_changed_on_target()John Garry
2023-04-02scsi: scsi_debug: Fix check for sdev queue fullJohn Garry
2023-03-16scsi: scsi_debug: Add poll mode deferred completions to statisticsJohn Garry
2023-03-16scsi: scsi_debug: Get command abort feature working againJohn Garry
2023-03-16scsi: scsi_debug: Drop sdebug_dev_info.num_in_qJohn Garry
2023-03-16scsi: scsi_debug: Drop check for num_in_q exceeding queue depthJohn Garry
2023-03-16scsi: scsi_debug: Drop scsi_debug_host_reset() device NULL pointer checkJohn Garry
2023-03-16scsi: scsi_debug: Drop scsi_debug_bus_reset() NULL pointer checksJohn Garry
2023-03-16scsi: scsi_debug: Drop scsi_debug_target_reset() NULL pointer checksJohn Garry
2023-03-16scsi: scsi_debug: Drop scsi_debug_device_reset() NULL pointer checksJohn Garry
2023-03-16scsi: scsi_debug: Drop scsi_debug_abort() NULL pointer checksJohn Garry
2023-03-16scsi: scsi_debug: Stop setting devip->sdbg_host twiceJohn Garry
2023-03-16scsi: scsi_debug: Don't hold driver host struct pointer in host->hostdata[]John Garry
2023-03-03Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2023-02-25Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-02-22Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2023-02-22Merge tag 'ata-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds
2023-02-21scsi: core: Extend struct scsi_exec_argsBart Van Assche
2023-02-21scsi: lpfc: Fix double word in commentsBo Liu
2023-02-21scsi: core: Remove the /proc/scsi/${proc_name} directory earlierBart Van Assche
2023-02-21scsi: core: Fix a source code commentBart Van Assche
2023-02-21scsi: cxgbi: Remove unneeded version.h includeJesper Juhl
2023-02-21scsi: qedi: Remove unneeded version.h includeJesper Juhl
2023-02-21scsi: mpi3mr: Remove unneeded version.h includeJesper Juhl
2023-02-21scsi: mpi3mr: Fix missing mrioc->evtack_cmds initializationShin'ichiro Kawasaki
2023-02-21scsi: mpi3mr: Use number of bits to manage bitmap sizesShin'ichiro Kawasaki
2023-02-21scsi: mpi3mr: Remove unnecessary memcpy() to alltgt_info->dmiShin'ichiro Kawasaki
2023-02-21scsi: mpi3mr: Fix issues in mpi3mr_get_all_tgt_info()Shin'ichiro Kawasaki
2023-02-21scsi: mpi3mr: Fix an issue found by KASANTomas Henzl
2023-02-21scsi: ipr: Work around fortify-string warningArnd Bergmann
2023-02-21scsi: ipr: Make ipr_probe_ioa_part2() return voidDeepak R Varma
2023-02-21scsi: sd: Update DIX config every time sd_revalidate_disk() is calledXingui Yang
2023-02-21Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2023-02-21Merge tag 'hyperv-next-signed-20230220' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2023-02-21scsi: sd: Remove unused sd_cdb_cacheFengnan Chang
2023-02-21scsi: scsi_transport_fc: Add an additional flag to fc_host_fpin_rcv()Muneendra
2023-02-21scsi: ses: Don't attach if enclosure has no componentsJames Bottomley
2023-02-21scsi: ses: Fix slab-out-of-bounds in ses_intf_remove()Tomas Henzl
2023-02-21scsi: ses: Fix possible desc_ptr out-of-bounds accessesTomas Henzl
2023-02-21scsi: ses: Fix possible addl_desc_ptr out-of-bounds accessesTomas Henzl
2023-02-21scsi: ses: Fix slab-out-of-bounds in ses_enclosure_data_process()Tomas Henzl
2023-02-20scsi: virtio_scsi: fix handling of kmalloc failureZheng Wang
2023-02-20Merge tag 'for-6.3/block-2023-02-16' of git://git.kernel.dk/linuxLinus Torvalds
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan