summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
3 daysConvert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook22-79/+53
4 daysConvert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds39-106/+53
4 daysConvert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds152-403/+403
4 daystreewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook186-842/+777
12 daysMerge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-5/+12
13 daysMerge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds131-646/+3094
13 daysMerge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds5-0/+5
14 daysMerge tag 'driver-core-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2026-02-11Merge tag 'irq-cleanups-2026-02-09' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-7/+1
2026-02-10Merge tag 'for-7.0/block-20260206' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-4/+8
2026-02-04scsi: csiostor: Fix dereference of null pointer rnColin Ian King1-1/+2
2026-02-04scsi: buslogic: Reduce stack usageArnd Bergmann1-2/+4
2026-02-04scsi: smartpqi: Fix memory leak in pqi_report_phys_luns()Zilin Guan1-3/+10
2026-02-04scsi: mpi3mr: Make driver probing asynchronousGuixin Liu1-1/+4
2026-02-04scsi: efct: Use IRQF_ONESHOT and default primary handlerSebastian Andrzej Siewior1-7/+1
2026-02-01scsi: efct: Use IRQF_ONESHOT and default primary handlerSebastian Andrzej Siewior1-7/+1
2026-01-26Merge tag 'v6.19-rc7' into driver-core-nextDanilo Krummrich5-4/+53
2026-01-24scsi: be2iscsi: Fix a memory leak in beiscsi_boot_get_sinfo()Haoxiang Li1-0/+1
2026-01-24scsi: qla2xxx: edif: Fix dma_free_coherent() sizeThomas Fourier1-1/+1
2026-01-24Merge patch series "Add WQ_PERCPU to alloc_workqueue() users"Martin K. Petersen3-3/+3
2026-01-24scsi: qla2xxx: target: Add WQ_PERCPU to alloc_workqueue() usersMarco Crivellari1-1/+1
2026-01-24scsi: qla2xxx: Add WQ_PERCPU to alloc_workqueue() usersMarco Crivellari1-1/+1
2026-01-24scsi: qla4xxx: Add WQ_PERCPU to alloc_workqueue() usersMarco Crivellari1-1/+1
2026-01-24Merge patch series "mpi3mr: Enhancements for mpi3mr"Martin K. Petersen13-40/+478
2026-01-24scsi: mpi3mr: Driver version update to 8.17.0.3.50Ranjan Kumar1-2/+2
2026-01-24scsi: mpi3mr: Fixed the W=1 compilation warningRanjan Kumar2-5/+7
2026-01-24scsi: mpi3mr: Record and report controller firmware faultsRanjan Kumar3-0/+135
2026-01-24scsi: mpi3mr: Update MPI Headers to revision 39Ranjan Kumar8-12/+197
2026-01-24scsi: mpi3mr: Use negotiated link rate from DevicePage0Ranjan Kumar4-12/+111
2026-01-24scsi: mpi3mr: Avoid redundant diag-fault resetsRanjan Kumar1-3/+10
2026-01-24scsi: mpi3mr: Rename log data save helper to reflect threaded/BH contextRanjan Kumar3-4/+9
2026-01-24scsi: mpi3mr: Add module parameter to control threaded IRQ pollingRanjan Kumar1-2/+7
2026-01-24scsi: Change the return type of the .queuecommand() callbackBart Van Assche83-157/+201
2026-01-24scsi: qla2xxx: Declare qla2xxx_mqueuecommand() staticBart Van Assche1-2/+2
2026-01-24scsi: megaraid_sas: Return SCSI_MLQUEUE_HOST_BUSY instead of 1Bart Van Assche1-5/+5
2026-01-24scsi: megaraid: Return SCSI_MLQUEUE_HOST_BUSY instead of 1Bart Van Assche1-5/+5
2026-01-24scsi: aha152x: Return SCSI_MLQUEUE_HOST_BUSY instead of 0x2003Bart Van Assche1-2/+2
2026-01-21kernel.h: drop hex.h and update all hex.h usersRandy Dunlap5-0/+5
2026-01-20block: pass io_comp_batch to rq_end_io_fn callbackMing Lei3-4/+8
2026-01-17scsi: sd: Do not split error messagesBart Van Assche1-31/+24
2026-01-17scsi: sd: Move the sd_fops definitionBart Van Assche1-16/+15
2026-01-17scsi: sd: Move the scsi_disk_release() function definitionBart Van Assche1-12/+11
2026-01-17scsi: sd: Move the sd_config_discard() function definitionBart Van Assche1-58/+56
2026-01-17scsi: sd: Move the sd_remove() function definitionBart Van Assche1-27/+26
2026-01-17scsi: qla2xxx: Sanitize payload size to prevent member overflowJiasheng Jiang1-0/+7
2026-01-17scsi: core: Wake up the error handler when final completions race against eac...David Jeffery2-1/+18
2026-01-17scsi: storvsc: Process unsupported MODE_SENSE_10Long Li1-1/+2
2026-01-16driver core: attribute_container: change return type to voidDaniel Gomez1-1/+1
2026-01-12Merge patch series "Call scsi_host_busy() after the SCSI host has been added"Martin K. Petersen1-3/+2
2026-01-12scsi: core: Revert "Fix a regression triggered by scsi_host_busy()"Bart Van Assche1-3/+2