index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
csiostor
Age
Commit message (
Expand
)
Author
Lines
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
-1
/
+1
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
-2
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-9
/
+9
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-14
/
+13
2026-02-03
scsi: csiostor: Fix dereference of null pointer rn
Colin Ian King
-1
/
+2
2026-01-23
scsi: Change the return type of the .queuecommand() callback
Bart Van Assche
-2
/
+2
2025-11-24
treewide: Drop pci_save_state() after pci_restore_state()
Lukas Wunner
-1
/
+0
2025-08-30
scsi: csiostor: Fix some spelling errors
Xichao Zhao
-2
/
+2
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
-2
/
+2
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
-4
/
+4
2025-02-03
scsi: Constify struct pci_error_handlers
Christophe JAILLET
-1
/
+1
2024-12-04
Merge patch series "Replace the "slave_*" function names"
Martin K. Petersen
-9
/
+9
2024-12-04
scsi: Convert SCSI drivers to .sdev_configure()
Bart Van Assche
-3
/
+3
2024-12-04
scsi: Rename .slave_alloc() and .slave_destroy()
Bart Van Assche
-6
/
+6
2024-12-04
scsi: csiostor: Fix typo doesnt->doesn't
Prateek Singh Rathore
-1
/
+1
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
-2
/
+2
2024-04-05
scsi: csiostor: Drop driver owner assignment
Krzysztof Kozlowski
-3
/
+0
2024-02-15
scsi: csiostor: Avoid function pointer casts
Arnd Bergmann
-19
/
+20
2023-11-15
scsi: csiostor: Replace deprecated strncpy() with strscpy()
Justin Stitt
-1
/
+2
2023-03-09
scsi: csiostor: Remove unnecessary aer.h include
Bjorn Helgaas
-1
/
+0
2022-11-08
scsi: csiostor: Remove unused variable 'n'
Colin Ian King
-2
/
+1
2022-09-15
scsi: csiostor: Convert sysfs snprintf() to sysfs_emit()
Xuezhi Zhang
-5
/
+5
2022-02-22
scsi: csio: Stop using the SCSI pointer
Bart Van Assche
-9
/
+21
2021-10-16
scsi: csiostor: Switch to attribute groups
Bart Van Assche
-10
/
+14
2021-10-16
scsi: csiostor: Call scsi_done() directly
Bart Van Assche
-4
/
+4
2021-10-12
scsi: csiostor: Uninitialized data in csio_ln_vnp_read_cbfn()
Dan Carpenter
-1
/
+1
2021-09-28
scsi: csiostor: Add module softdep on cxgb4
Rahul Lakkireddy
-0
/
+1
2021-08-11
scsi: csiostor: Use scsi_cmd_to_rq() instead of scsi_cmnd.request
Bart Van Assche
-3
/
+3
2021-03-24
scsi: csiostor: Fix a typo
Bhaskar Chowdhury
-1
/
+1
2021-03-18
scsi: csiostor: Assign boolean values to a bool variable
Jiapeng Chong
-2
/
+2
2020-12-02
scsi: csiostor: Fix fall-through warnings for Clang
Gustavo A. R. Silva
-0
/
+1
2020-10-14
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
-4
/
+4
2020-08-24
scsi: csiostor: Fix wrong return value in csio_hw_prep_fw()
Tianjia Zhang
-1
/
+1
2020-08-24
scsi: csiostor: Fix spelling mistake "couldnt" -> "couldn't"
Colin Ian King
-3
/
+3
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
-3
/
+2
2020-07-24
scsi: csiostor: Add missing description for csio_rnode_fwevt_handler()'s 'fwe...
Lee Jones
-1
/
+1
2020-07-24
scsi: csiostor: Remove 2 unused variables {mc,edc}_bist_status_rdata_reg
Lee Jones
-4
/
+2
2020-07-24
scsi: csiostor: Mark known unused variable as __always_unused
Lee Jones
-1
/
+1
2020-07-24
scsi: csiostor: Demote kerneldoc that fails to meet the criteria
Lee Jones
-2
/
+1
2020-07-24
scsi: csiostor: Fix misnamed function parameter
Lee Jones
-1
/
+1
2020-01-29
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
-1
/
+1
2020-01-06
remove ioremap_nocache and devm_ioremap_nocache
Christoph Hellwig
-1
/
+1
2019-12-19
scsi: csiostor: Adjust indentation in csio_device_reset
Nathan Chancellor
-1
/
+1
2019-11-12
scsi: csiostor: Remove set but not used variable 'rln'
YueHaibing
-2
/
+1
2019-11-01
scsi: csiostor: Return value not required for csio_dfs_destroy
Saurav Girepunje
-3
/
+1
2019-11-01
scsi: csiostor: Fix NULL check before debugfs_remove_recursive
Saurav Girepunje
-2
/
+1
2019-10-24
scsi: csiostor: Don't enable IRQs too early
Dan Carpenter
-6
/
+9
2019-09-30
scsi: csiostor: clean up indentation issue
Colin Ian King
-1
/
+1
2019-09-30
scsi: csiostor: Fix spelling typos
Arkadiusz Drabczyk
-10
/
+10
2019-08-12
scsi: csiostor: Prefer pcie_capability_read_word()
Frederick Lawler
-6
/
+2
[next]