index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
scsi
Age
Commit message (
Expand
)
Author
Files
Lines
2021-11-29
scsi: remove the gendisk argument to scsi_ioctl
Christoph Hellwig
6
-32
/
+22
2021-11-29
block: remove the gendisk argument to blk_execute_rq
Christoph Hellwig
8
-10
/
+10
2021-11-29
block: remove the ->rq_disk field in struct request
Christoph Hellwig
6
-21
/
+24
2021-11-29
sr: set GENHD_FL_REMOVABLE earlier
Christoph Hellwig
1
-2
/
+1
2021-11-29
block: remove GENHD_FL_EXT_DEVT
Christoph Hellwig
2
-1
/
+1
2021-11-29
block: remove GENHD_FL_CD
Christoph Hellwig
1
-1
/
+0
2021-11-29
block: move GENHD_FL_BLOCK_EVENTS_ON_EXCL_WRITE to disk->event_flags
Christoph Hellwig
1
-2
/
+3
2021-11-29
block: move blk_rq_err_bytes to scsi
Christoph Hellwig
1
-1
/
+41
2021-11-28
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-1
/
+0
2021-11-24
Revert "virtio-scsi: don't let virtio core to validate used buffer length"
Michael S. Tsirkin
1
-1
/
+0
2021-11-23
scsi: lpfc: Fix non-recovery of remote ports following an unsolicited LOGO
James Smart
1
-7
/
+2
2021-11-22
scsi: scsi_debug: Zero clear zones at reset write pointer
Shin'ichiro Kawasaki
1
-0
/
+5
2021-11-22
scsi: core: sysfs: Fix setting device state to SDEV_RUNNING
Mike Christie
1
-1
/
+1
2021-11-22
scsi: scsi_debug: Sanity check block descriptor length in resp_mode_select()
George Kennedy
1
-2
/
+2
2021-11-18
scsi: mpt3sas: Fix incorrect system timestamp
Sreekanth Reddy
1
-2
/
+2
2021-11-18
scsi: mpt3sas: Fix system going into read-only mode
Sreekanth Reddy
2
-1
/
+60
2021-11-18
scsi: ufs: Fix double space in SCSI_UFS_HWMON description
Geert Uytterhoeven
1
-1
/
+1
2021-11-18
scsi: ufs: Wrap Universal Flash Storage drivers in SCSI_UFSHCD
Geert Uytterhoeven
1
-6
/
+7
2021-11-18
scsi: pm80xx: Add pm80xx_mpi_build_cmd() tracepoint
Changyuan Lyu
2
-0
/
+33
2021-11-18
scsi: pm80xx: Add tracepoints
Changyuan Lyu
5
-2
/
+123
2021-11-18
scsi: pm80xx: Use bitmap_zalloc() for tags bitmap allocation
Igor Pylypiv
1
-2
/
+2
2021-11-18
scsi: pm80xx: Update WARN_ON check in pm8001_mpi_build_cmd()
Igor Pylypiv
1
-1
/
+3
2021-11-18
scsi: pm80xx: Do not check the address-of value for NULL
Igor Pylypiv
2
-41
/
+12
2021-11-18
scsi: pm80xx: Apply byte mask for phy ID in mpi_phy_start_resp()
Igor Pylypiv
1
-1
/
+1
2021-11-18
scsi: core: Use eh_timeout for START STOP UNIT
Chunguang Xu
1
-1
/
+2
2021-11-18
scsi: core: Remove Scsi_Host.shost_dev_attr_groups
Bart Van Assche
3
-14
/
+10
2021-11-18
scsi: mpt3sas: Fix kernel panic during drive powercycle test
Sreekanth Reddy
1
-1
/
+1
2021-11-18
scsi: ufs: ufs-mediatek: Add put_device() after of_find_device_by_node()
Ye Guojin
1
-0
/
+1
2021-11-18
scsi: scsi_debug: Fix type in min_t to avoid stack OOB
George Kennedy
1
-15
/
+19
2021-11-18
scsi: qla2xxx: edif: Fix off by one bug in qla_edif_app_getfcinfo()
Dan Carpenter
1
-1
/
+1
2021-11-18
scsi: ufs: ufshpb: Fix warning in ufshpb_set_hpb_read_to_upiu()
Bean Huo
1
-1
/
+1
2021-11-18
scsi: core: Simplify control flow in scmd_eh_abort_handler()
Ewan D. Milne
1
-54
/
+55
2021-11-16
scsi: qla2xxx: Fix mailbox direction flags in qla2xxx_get_adapter_id()
Ewan D. Milne
1
-4
/
+2
2021-11-16
scsi: ufs: core: Fix another task management completion race
Adrian Hunter
1
-2
/
+1
2021-11-16
scsi: ufs: core: Fix task management completion timeout race
Adrian Hunter
1
-5
/
+0
2021-11-16
scsi: core: sysfs: Fix hang when device state is set via sysfs
Mike Christie
1
-11
/
+19
2021-11-16
scsi: iscsi: Unblock session then wake up error handler
Mike Christie
1
-3
/
+3
2021-11-16
scsi: ufs: core: Improve SCSI abort handling
Bart Van Assche
1
-0
/
+1
2021-11-12
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
29
-347
/
+888
2021-11-09
Merge tag 'for-5.16/block-2021-11-09' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-22
/
+40
2021-11-09
scsi: make sure that request queue queiesce and unquiesce balanced
Ming Lei
1
-9
/
+28
2021-11-09
scsi: avoid to quiesce sdev->request_queue two times
Ming Lei
1
-15
/
+14
2021-11-05
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
187
-2348
/
+3584
2021-11-04
scsi: scsi_debug: Don't call kcalloc() if size arg is zero
George Kennedy
1
-0
/
+4
2021-11-04
scsi: core: Remove command size deduction from scsi_setup_scsi_cmnd()
Tadeusz Struk
1
-2
/
+0
2021-11-03
scsi: scsi_ioctl: Validate command size
Tadeusz Struk
1
-0
/
+2
2021-11-03
scsi: ufs: ufshpb: Properly handle max-single-cmd
Avri Altman
2
-12
/
+13
2021-11-03
Merge branch '5.15/scsi-fixes' into 5.16/scsi-queue
Martin K. Petersen
17
-336
/
+84
2021-11-03
scsi: core: Avoid leaving shost->last_reset with stale value if EH does not run
Ewan D. Milne
3
-0
/
+27
2021-11-03
scsi: bsg: Fix errno when scsi_bsg_register_queue() fails
Jackie Liu
1
-0
/
+1
[prev]
[next]