summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/csiostor
AgeCommit message (Expand)AuthorLines
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook-1/+1
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-2/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-9/+9
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-14/+13
2026-02-03scsi: csiostor: Fix dereference of null pointer rnColin Ian King-1/+2
2026-01-23scsi: Change the return type of the .queuecommand() callbackBart Van Assche-2/+2
2025-11-24treewide: Drop pci_save_state() after pci_restore_state()Lukas Wunner-1/+0
2025-08-30scsi: csiostor: Fix some spelling errorsXichao Zhao-2/+2
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-2/+2
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner-4/+4
2025-02-03scsi: Constify struct pci_error_handlersChristophe JAILLET-1/+1
2024-12-04Merge patch series "Replace the "slave_*" function names"Martin K. Petersen-9/+9
2024-12-04scsi: Convert SCSI drivers to .sdev_configure()Bart Van Assche-3/+3
2024-12-04scsi: Rename .slave_alloc() and .slave_destroy()Bart Van Assche-6/+6
2024-12-04scsi: csiostor: Fix typo doesnt->doesn'tPrateek Singh Rathore-1/+1
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro-2/+2
2024-04-05scsi: csiostor: Drop driver owner assignmentKrzysztof Kozlowski-3/+0
2024-02-15scsi: csiostor: Avoid function pointer castsArnd Bergmann-19/+20
2023-11-15scsi: csiostor: Replace deprecated strncpy() with strscpy()Justin Stitt-1/+2
2023-03-09scsi: csiostor: Remove unnecessary aer.h includeBjorn Helgaas-1/+0
2022-11-08scsi: csiostor: Remove unused variable 'n'Colin Ian King-2/+1
2022-09-15scsi: csiostor: Convert sysfs snprintf() to sysfs_emit()Xuezhi Zhang-5/+5
2022-02-22scsi: csio: Stop using the SCSI pointerBart Van Assche-9/+21
2021-10-16scsi: csiostor: Switch to attribute groupsBart Van Assche-10/+14
2021-10-16scsi: csiostor: Call scsi_done() directlyBart Van Assche-4/+4
2021-10-12scsi: csiostor: Uninitialized data in csio_ln_vnp_read_cbfn()Dan Carpenter-1/+1
2021-09-28scsi: csiostor: Add module softdep on cxgb4Rahul Lakkireddy-0/+1
2021-08-11scsi: csiostor: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche-3/+3
2021-03-24scsi: csiostor: Fix a typoBhaskar Chowdhury-1/+1
2021-03-18scsi: csiostor: Assign boolean values to a bool variableJiapeng Chong-2/+2
2020-12-02scsi: csiostor: Fix fall-through warnings for ClangGustavo A. R. Silva-0/+1
2020-10-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-4/+4
2020-08-24scsi: csiostor: Fix wrong return value in csio_hw_prep_fw()Tianjia Zhang-1/+1
2020-08-24scsi: csiostor: Fix spelling mistake "couldnt" -> "couldn't"Colin Ian King-3/+3
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-3/+2
2020-07-24scsi: csiostor: Add missing description for csio_rnode_fwevt_handler()'s 'fwe...Lee Jones-1/+1
2020-07-24scsi: csiostor: Remove 2 unused variables {mc,edc}_bist_status_rdata_regLee Jones-4/+2
2020-07-24scsi: csiostor: Mark known unused variable as __always_unusedLee Jones-1/+1
2020-07-24scsi: csiostor: Demote kerneldoc that fails to meet the criteriaLee Jones-2/+1
2020-07-24scsi: csiostor: Fix misnamed function parameterLee Jones-1/+1
2020-01-29Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-1/+1
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig-1/+1
2019-12-19scsi: csiostor: Adjust indentation in csio_device_resetNathan Chancellor-1/+1
2019-11-12scsi: csiostor: Remove set but not used variable 'rln'YueHaibing-2/+1
2019-11-01scsi: csiostor: Return value not required for csio_dfs_destroySaurav Girepunje-3/+1
2019-11-01scsi: csiostor: Fix NULL check before debugfs_remove_recursiveSaurav Girepunje-2/+1
2019-10-24scsi: csiostor: Don't enable IRQs too earlyDan Carpenter-6/+9
2019-09-30scsi: csiostor: clean up indentation issueColin Ian King-1/+1
2019-09-30scsi: csiostor: Fix spelling typosArkadiusz Drabczyk-10/+10
2019-08-12scsi: csiostor: Prefer pcie_capability_read_word()Frederick Lawler-6/+2