| Commit message (Expand) | Author | Age | Files | Lines |
* | scsi: iscsi: Fix session removal on shutdown | Mike Christie | 2022-06-21 | 1 | -1/+1 |
* | scsi: iscsi: Merge suspend fields | Mike Christie | 2022-04-11 | 2 | -2/+2 |
* | scsi: bnx2i: Fix spelling mistake "mis-match" -> "mismatch" | Colin Ian King | 2022-03-30 | 1 | -2/+2 |
* | scsi: iscsi: Stop using the SCSI pointer | Bart Van Assche | 2022-02-22 | 1 | -0/+1 |
* | scsi: bnx2i: Switch to attribute groups | Bart Van Assche | 2021-10-16 | 3 | -5/+14 |
* | scsi: bnx2i: Use scsi_cmd_to_rq() instead of scsi_cmnd.request | Bart Van Assche | 2021-08-11 | 1 | -1/+1 |
* | scsi: iscsi: Fix shost->max_id use | Mike Christie | 2021-06-02 | 1 | -1/+1 |
* | scsi: iscsi: Rel ref after iscsi_lookup_endpoint() | Mike Christie | 2021-06-02 | 1 | -7/+16 |
* | scsi: iscsi: Drop suspend calls from ep_disconnect | Mike Christie | 2021-06-02 | 1 | -5/+1 |
* | scsi: iscsi: Stop queueing during ep_disconnect | Mike Christie | 2021-06-02 | 1 | -0/+1 |
* | scsi: bnx2i: Make bnx2i_process_iscsi_error() simpler and more robust | Rasmus Villemoes | 2021-03-24 | 1 | -44/+41 |
* | scsi: bnx2i: Fix bnx2i_set_ccell_info()'s name in description | Lee Jones | 2021-03-15 | 1 | -1/+1 |
* | scsi: libiscsi: Fix iscsi_task use after free() | Mike Christie | 2021-02-08 | 1 | -2/+0 |
* | scsi: bnx2i: Requires MMU | Randy Dunlap | 2020-12-02 | 1 | -0/+1 |
* | scsi: bnx2i: Remove unnecessary mutex_init() | Qinglang Miao | 2020-09-22 | 1 | -2/+0 |
* | scsi: bnx2i: Add parameter description and rename another | Lee Jones | 2020-07-24 | 1 | -1/+2 |
* | scsi: bnx2i: Add, remove and edit some function parameter descriptions | Lee Jones | 2020-07-24 | 1 | -9/+7 |
* | scsi: bnx2i: Fix a whole host of kerneldoc issues | Lee Jones | 2020-07-24 | 1 | -26/+27 |
* | scsi: bnx2i: Add missing descriptions for 'attr' parameter | Lee Jones | 2020-07-24 | 1 | -0/+4 |
* | scsi: bnx2i: Fix parameter misnaming in function header | Lee Jones | 2020-07-24 | 1 | -1/+1 |
* | treewide: replace '---help---' in Kconfig files with 'help' | Masahiro Yamada | 2020-06-14 | 1 | -1/+1 |
* | remove ioremap_nocache and devm_ioremap_nocache | Christoph Hellwig | 2020-01-06 | 1 | -2/+2 |
* | scsi: bnx2i: fix potential use after free | Pan Bian | 2019-11-19 | 1 | -1/+1 |
* | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2019-05-21 | 2 | -0/+2 |
* | drivers: Remove explicit invocations of mmiowb() | Will Deacon | 2019-04-08 | 1 | -3/+0 |
* | drivers: Remove useless trailing comments from mmiowb() invocations | Will Deacon | 2019-04-08 | 1 | -1/+1 |
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2019-03-09 | 1 | -1/+1 |
|\ |
|
| * | scsi: bnx2i: fix indentation issue, remove a tab | Colin Ian King | 2019-01-08 | 1 | -1/+1 |
* | | cross-tree: phase out dma_zalloc_coherent() | Luis Chamberlain | 2019-01-08 | 1 | -4/+4 |
|/ |
|
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2018-12-28 | 2 | -3/+0 |
|\ |
|
| * | scsi: flip the default on use_clustering | Christoph Hellwig | 2018-12-18 | 1 | -1/+0 |
| * | scsi: bnx2i: remove set but not used variable 'cid_num' | YueHaibing | 2018-11-21 | 1 | -2/+0 |
* | | block: kill request ->cpu member | Jens Axboe | 2018-11-07 | 1 | -7/+1 |
|/ |
|
* | scsi: bnx2i: add error handling for ioremap_nocache | Zhouyang Jia | 2018-06-19 | 1 | -0/+2 |
* | scsi: bnx2i: Use zeroing allocator rather than allocator/memset | Himanshu Jha | 2018-01-04 | 1 | -6/+4 |
* | scsi: bnx2i: bnx2i_hwi: use swap macro in bnx2i_send_iscsi_nopout | Gustavo A. R. Silva | 2017-12-04 | 1 | -6/+3 |
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2017-11-14 | 1 | -10/+0 |
|\ |
|
| * | scsi: bnx2i: Clean up unused pointers in bnx2i_hwi | Christos Gkekas | 2017-09-15 | 1 | -10/+0 |
* | | scsi: bnx2i: Convert timers to use timer_setup() | Kees Cook | 2017-10-27 | 3 | -14/+7 |
|/ |
|
* | scsi: bnx2i: Simplify cpu hotplug code | Thomas Gleixner | 2017-07-26 | 1 | -50/+15 |
* | scsi: bnx2i: Prevent recursive cpuhotplug locking | Thomas Gleixner | 2017-07-26 | 1 | -7/+8 |
* | scsi: bnx2i: missing error code in bnx2i_ep_connect() | Dan Carpenter | 2017-06-26 | 1 | -1/+2 |
* | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 2017-03-02 | 1 | -1/+1 |
* | scsi: remove eh_timed_out methods in the transport template | Christoph Hellwig | 2017-02-06 | 1 | -0/+1 |
* | scsi/bnx2i: Convert to hotplug state machine | Sebastian Andrzej Siewior | 2016-12-25 | 1 | -48/+30 |
* | bnx2i: fix spelling mistake "complection" -> "completion" | Colin Ian King | 2016-07-12 | 1 | -1/+1 |
* | bnx2i: silence uninitialized variable warnings | Dan Carpenter | 2016-04-25 | 1 | -2/+2 |
* | bnx2i: Fix call trace while device reset | Nilesh Javali | 2015-06-02 | 1 | -0/+2 |
* | bnx2i: Fixed firmware assert, during target logout. | Tej Parkash | 2015-06-02 | 1 | -1/+2 |
* | scsi: drop reason argument from ->change_queue_depth | Christoph Hellwig | 2014-11-24 | 1 | -1/+1 |