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-08-24
scsi: core: scsi_ioctl: Fix error code propagation in SG_IO
Halil Pasic
1
-1
/
+1
2021-08-24
scsi: ufs: ufshpb: Fix possible memory leak
Keoseong Park
1
-3
/
+3
2021-08-24
scsi: snic: Fix spelling mistake 'progres' -> 'progress'
Colin Ian King
1
-1
/
+1
2021-08-24
scsi: ncr53c8xx: Remove unused code
Hannes Reinecke
1
-163
/
+0
2021-08-24
scsi: ncr53c8xx: Complete all commands during bus reset
Hannes Reinecke
1
-33
/
+2
2021-08-24
scsi: ncr53c8xx: Remove 'sync_reset' argument from ncr_reset_bus()
Hannes Reinecke
1
-6
/
+5
2021-08-24
scsi: cxlflash: Search VPD with pci_vpd_find_ro_info_keyword()
Heiner Kallweit
1
-28
/
+6
2021-08-23
scsi: core: Fix missing FORCE for scsi_devinfo_tbl.c build rule
Masahiro Yamada
1
-2
/
+4
2021-08-23
scsi: qla1280: Stop using scsi_cmnd.tag
John Garry
1
-1
/
+1
2021-08-23
scsi: qla2xxx: Open-code qla2xxx_eh_device_reset()
Hannes Reinecke
1
-31
/
+23
2021-08-23
scsi: qla2xxx: Open-code qla2xxx_eh_target_reset()
Hannes Reinecke
1
-3
/
+53
2021-08-23
scsi: qla2xxx: Do not call fc_block_scsi_eh() during bus reset
Hannes Reinecke
1
-10
/
+0
2021-08-23
scsi: qla2xxx: Update version to 10.02.06.200-k
Nilesh Javali
1
-2
/
+2
2021-08-23
scsi: qla2xxx: edif: Fix returnvar.cocci warnings
kernel test robot
1
-2
/
+1
2021-08-23
scsi: qla2xxx: Fix NVMe session down detection
Quinn Tran
3
-5
/
+26
2021-08-23
scsi: qla2xxx: Fix NVMe retry
Quinn Tran
5
-26
/
+40
2021-08-23
scsi: qla2xxx: Fix hang on NVMe command timeouts
Arun Easi
4
-14
/
+25
2021-08-23
scsi: qla2xxx: Fix NVMe | FCP personality change
Quinn Tran
2
-2
/
+4
2021-08-23
scsi: qla2xxx: edif: Do secure PLOGI when auth app is present
Quinn Tran
5
-14
/
+10
2021-08-23
scsi: qla2xxx: edif: Add N2N support for EDIF
Quinn Tran
11
-64
/
+232
2021-08-23
scsi: qla2xxx: Fix hang during NVMe session tear down
Arun Easi
1
-1
/
+1
2021-08-23
scsi: qla2xxx: edif: Fix EDIF enable flag
Quinn Tran
2
-3
/
+13
2021-08-23
scsi: qla2xxx: edif: Reject AUTH ELS on session down
Quinn Tran
3
-2
/
+8
2021-08-23
scsi: qla2xxx: edif: Fix stale session
Quinn Tran
3
-0
/
+11
2021-08-23
block: pass a request_queue to __blk_alloc_disk
Christoph Hellwig
2
-4
/
+4
2021-08-23
block: remove the minors argument to __alloc_disk_node
Christoph Hellwig
2
-2
/
+4
2021-08-23
block: remove alloc_disk and alloc_disk_node
Christoph Hellwig
2
-2
/
+5
2021-08-23
sg: do not allocate a gendisk
Christoph Hellwig
1
-23
/
+9
2021-08-23
st: do not allocate a gendisk
Christoph Hellwig
2
-38
/
+13
2021-08-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-4
/
+15
2021-08-19
isystem: trim/fixup stdarg.h and other headers
Alexey Dobriyan
1
-1
/
+0
2021-08-17
scsi: sd: Do not exit sd_spinup_disk() quietly
Christian Loehle
1
-1
/
+3
2021-08-17
scsi: ibmvfc: Do not wait for initial device scan
Hannes Reinecke
2
-3
/
+9
2021-08-17
scsi: smartpqi: Replace one-element array with flexible-array member
Gustavo A. R. Silva
2
-3
/
+2
2021-08-17
scsi: core: Remove scsi_cmnd.tag
John Garry
1
-1
/
+0
2021-08-17
scsi: ibmvfc: Stop using scsi_cmnd.tag
John Garry
1
-1
/
+1
2021-08-16
scsi: fnic: Stop setting scsi_cmnd.tag
John Garry
1
-1
/
+1
2021-08-16
scsi: wd719: Stop using scsi_cmnd.tag
John Garry
1
-3
/
+5
2021-08-16
scsi: qedf: Fix error codes in qedf_alloc_global_queues()
Dan Carpenter
1
-5
/
+5
2021-08-16
scsi: qedi: Fix error codes in qedi_alloc_global_queues()
Dan Carpenter
1
-7
/
+7
2021-08-16
scsi: smartpqi: Fix an error code in pqi_get_raid_map()
Dan Carpenter
1
-0
/
+1
2021-08-16
sd: use bvec_virt
Christoph Hellwig
1
-1
/
+1
2021-08-14
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
3
-4
/
+15
2021-08-13
ethernet: fix PTP_1588_CLOCK dependencies
Arnd Bergmann
1
-0
/
+1
2021-08-12
scsi: mpi3mr: Use the proper SCSI midlayer interfaces for PI
Martin K. Petersen
1
-39
/
+20
2021-08-11
scsi: qla2xxx: Update version to 10.02.06.100-k
Nilesh Javali
1
-3
/
+3
2021-08-11
scsi: qla2xxx: Sync queue idx with queue_pair_map idx
Saurav Kashyap
1
-2
/
+3
2021-08-11
scsi: qla2xxx: Changes to support kdump kernel for NVMe BFS
Saurav Kashyap
3
-23
/
+20
2021-08-11
scsi: qla2xxx: Changes to support kdump kernel
Saurav Kashyap
1
-0
/
+6
2021-08-11
scsi: qla2xxx: Suppress unnecessary log messages during login
Arun Easi
2
-7
/
+18
[prev]
[next]