index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
be2iscsi
/
be_main.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-08-22
scsi: be2iscsi: Simplify an alloc_workqueue() invocation
Bart Van Assche
1
-4
/
+2
2023-12-05
scsi: be2iscsi: Fix a memleak in beiscsi_init_wrb_handle()
Dinghao Liu
1
-0
/
+1
2023-03-24
Merge patch series "Constify most SCSI host templates"
Martin K. Petersen
1
-1
/
+1
2023-03-24
scsi: iscsi: Declare SCSI host template const
Bart Van Assche
1
-1
/
+1
2023-03-16
scsi: be2iscsi: Make some variables static
Tom Rix
1
-9
/
+9
2023-03-09
scsi: be2iscsi: Drop redundant pci_enable_pcie_error_reporting()
Bjorn Helgaas
1
-9
/
+0
2022-06-21
scsi: iscsi: Remove iscsi_get_task back_lock requirement
Mike Christie
1
-2
/
+17
2022-06-21
scsi: iscsi: Fix session removal on shutdown
Mike Christie
1
-1
/
+1
2022-02-22
scsi: iscsi: Stop using the SCSI pointer
Bart Van Assche
1
-1
/
+2
2021-10-16
scsi: be2iscsi: Switch to attribute groups
Bart Van Assche
1
-9
/
+12
2021-06-22
scsi: be2iscsi: Fix some missing space in some messages
Christophe JAILLET
1
-64
/
+38
2021-06-22
scsi: be2iscsi: Fix an error handling path in beiscsi_dev_probe()
Christophe JAILLET
1
-0
/
+1
2021-06-02
scsi: iscsi: Fix shost->max_id use
Mike Christie
1
-2
/
+2
2021-06-02
scsi: iscsi: Stop queueing during ep_disconnect
Mike Christie
1
-0
/
+1
2021-05-15
scsi: be2iscsi: Remove redundant initialization
Nigel Christian
1
-2
/
+0
2021-03-18
scsi: be2iscsi: Demote incomplete/non-conformant kernel-doc header
Lee Jones
1
-1
/
+1
2021-03-18
scsi: be2iscsi: Ensure function follows directly after its header
Lee Jones
1
-2
/
+1
2021-03-15
scsi: be2iscsi: Provide missing function name in header
Lee Jones
1
-0
/
+1
2020-12-16
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-1
/
+1
2020-12-03
scsi: be2iscsi: Revert "Fix a theoretical leak in beiscsi_create_eqs()"
Dan Carpenter
1
-2
/
+2
2020-11-16
scsi: be2iscsi: Mark beiscsi_attrs with static keyword
Zou Wei
1
-1
/
+1
2020-10-14
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-2
/
+2
2020-10-02
scsi: be2iscsi: Fix a theoretical leak in beiscsi_create_eqs()
Dan Carpenter
1
-2
/
+2
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-07-15
scsi: be2iscsi: Fix misdocumentation of 'pcontext'
Lee Jones
1
-2
/
+2
2020-01-06
remove ioremap_nocache and devm_ioremap_nocache
Christoph Hellwig
1
-3
/
+3
2019-04-08
scsi: be2iscsi: be_main: Mark expected switch fall-through
Gustavo A. R. Silva
1
-0
/
+1
2019-02-18
genirq/affinity: Add new callback for (re)calculating interrupt sets
Ming Lei
1
-1
/
+1
2019-01-08
cross-tree: phase out dma_zalloc_coherent()
Luis Chamberlain
1
-2
/
+2
2018-12-18
scsi: introduce a max_segment_size host_template parameters
Christoph Hellwig
1
-7
/
+1
2018-12-18
scsi: flip the default on use_clustering
Christoph Hellwig
1
-1
/
+0
2018-10-25
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-43
/
+31
2018-10-17
scsi: be2iscsi: switch to generic DMA API
Christoph Hellwig
1
-41
/
+31
2018-10-02
PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() calls
Oza Pawandeep
1
-1
/
+0
2018-08-30
scsi: be2iscsi: remove unused variable dmsg
Colin Ian King
1
-2
/
+0
2018-06-19
scsi: be2iscsi: Update copyright
Ketan Mukadam
1
-6
/
+17
2018-06-12
treewide: kzalloc() -> kcalloc()
Kees Cook
1
-18
/
+22
2018-06-12
treewide: kmalloc() -> kmalloc_array()
Kees Cook
1
-6
/
+8
2017-11-21
treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE casts
Kees Cook
1
-2
/
+2
2017-11-14
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-50
/
+64
2017-11-06
scsi: be2iscsi: Use kasprintf
Himanshu Jha
1
-7
/
+5
2017-10-27
scsi: be2iscsi: Convert timers to use timer_setup()
Kees Cook
1
-11
/
+7
2017-10-11
scsi: be2iscsi: Remove A-circumflex character in copyright marking
Jitendra Bhivare
1
-1
/
+1
2017-10-11
scsi: be2iscsi: Fix misc static analysis errors
Jitendra Bhivare
1
-23
/
+17
2017-10-11
scsi: be2iscsi: Add cmd to set host data
Jitendra Bhivare
1
-0
/
+2
2017-10-11
scsi: be2iscsi: Free msi_name and disable HW intr
Jitendra Bhivare
1
-17
/
+30
2017-10-11
scsi: be2iscsi: Fix boot flags in sysfs
Jitendra Bhivare
1
-2
/
+9
2017-08-07
scsi: be2iscsi: Replace PCI pool old API
Romain Perier
1
-3
/
+3
2017-03-30
scsi: be2iscsi: switch to pci_alloc_irq_vectors
Christoph Hellwig
1
-85
/
+42
2017-03-27
scsi: be2iscsi: Update Copyright
Jitendra Bhivare
1
-9
/
+4
[next]