index
:
blackbird-obmc-linux
dev-5.0-raptor-04-16-2019
dev-5.0-raptor-04-16-2019-dev
Blackbird™ Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
bfa
Commit message (
Expand
)
Author
Age
Files
Lines
*
scripts/spelling.txt: add "fimware" misspelling
Kees Cook
2016-05-19
1
-1
/
+1
*
bfa: fix bfa_fcb_itnim_alloc() error handling
Dan Carpenter
2016-05-09
3
-6
/
+8
*
bfa: deinline __bfa_trc() and __bfa_trc32()
Denys Vlasenko
2016-02-23
2
-37
/
+23
*
bfa: use strncpy() instead of memcpy()
Dan Carpenter
2016-02-23
1
-1
/
+1
*
bfa: Update driver version to 3.2.25.0
Anil Gurumurthy
2015-12-02
1
-1
/
+1
*
bfa: File header and user visible string changes
Anil Gurumurthy
2015-12-02
39
-89
/
+84
*
bfa: Fix for crash when bfa_itnim is NULL
Anil Gurumurthy
2015-12-02
1
-0
/
+26
*
bfa: Update copyright messages
Anil Gurumurthy
2015-12-02
39
-78
/
+117
*
scsi: use host wide tags by default
Christoph Hellwig
2015-11-09
1
-2
/
+0
*
bfa: Fix incorrect de-reference of pointer
Anil Gurumurthy
2015-09-06
1
-1
/
+1
*
bfa: Fix indentation
Anil Gurumurthy
2015-09-06
1
-11
/
+11
*
bfa: fix leak of bfad_im_port_index on module unload
Alexey Khoroshilov
2015-08-12
1
-0
/
+2
*
bfs: bfad_worker cleanup
Jiri Slaby
2015-04-17
1
-13
/
+9
*
scsi: drop reason argument from ->change_queue_depth
Christoph Hellwig
2014-11-24
1
-2
/
+2
*
bfa: replace 2 kzalloc/copy_from_user by memdup_user
Fabian Frederick
2014-11-20
1
-24
/
+6
*
scsi: don't set tagging state from scsi_adjust_queue_depth
Christoph Hellwig
2014-11-12
1
-2
/
+1
*
scsi: always assign block layer tags if enabled
Christoph Hellwig
2014-11-12
1
-5
/
+3
*
scsi: remove ordered_tags scsi_device field
Christoph Hellwig
2014-11-12
1
-8
/
+3
*
bfa: Use pci_enable_msix_exact() instead of pci_enable_msix()
Alexander Gordeev
2014-07-29
1
-14
/
+6
*
bfa: Cleanup bfad_setup_intr() function
Alexander Gordeev
2014-07-29
1
-10
/
+8
*
bfa: Do not call pci_enable_msix() after it failed once
Alexander Gordeev
2014-07-29
1
-25
/
+23
*
bfa: use ARRAY_SIZE instead of sizeof/sizeof[0]
Fabian Frederick
2014-07-25
1
-3
/
+3
*
bfa: remove useless return variables
Peter Senna Tschudin
2014-07-25
1
-6
/
+4
*
bfa: Fix undefined bit shift on big-endian architectures with 32-bit DMA address
Ben Hutchings
2014-07-25
1
-1
/
+1
*
bfa: Use dma_zalloc_coherent
Joe Perches
2014-07-25
1
-3
/
+3
*
bfa: allocate memory with GFP_ATOMIC in spinlock context
Alexey Khoroshilov
2014-05-19
1
-1
/
+1
*
[SCSI] bfa: Replace large udelay() with mdelay()
Ben Hutchings
2014-03-19
1
-1
/
+1
*
[SCSI] bfa: set correct command return code
Hannes Reinecke
2014-03-15
1
-1
/
+6
*
[SCSI] bfa: Fix smatch warnings
Vijaya Mohan Guvva
2014-03-15
1
-4
/
+5
*
[SCSI] bfa: fix missing unlock on error in bfad_iocmd_cfg_trunk()
Wei Yongjun
2014-03-15
1
-1
/
+3
*
Merge branch 'misc' into for-linus
James Bottomley
2014-01-22
13
-104
/
+836
|
\
|
*
[SCSI] bfa: Driver version upgrade to 3.2.23.0
Vijaya Mohan Guvva
2013-12-19
2
-4
/
+4
|
*
[SCSI] bfa: change FC_ELS_TOV to 20sec
Vijaya Mohan Guvva
2013-12-19
1
-1
/
+1
|
*
[SCSI] bfa: Observed auto D-port mode instead of manual
Vijaya Mohan Guvva
2013-12-19
2
-2
/
+3
|
*
[SCSI] bfa: Fix for bcu or hcm faa query hang
Vijaya Mohan Guvva
2013-12-19
1
-4
/
+4
|
*
[SCSI] bfa: LUN discovery issue in direct attach mode
Vijaya Mohan Guvva
2013-12-19
1
-1
/
+14
|
*
[SCSI] bfa: Register port with SCSI even on port init failure
Vijaya Mohan Guvva
2013-12-19
2
-46
/
+43
|
*
[SCSI] bfa: Firmware patch simplification
Vijaya Mohan Guvva
2013-12-19
7
-46
/
+767
*
|
[SCSI] bfa: Chinook quad port 16G FC HBA claim issue
Vijaya Mohan Guvva
2013-12-18
1
-2
/
+4
|
/
*
[SCSI] bfa: Fix crash when symb name set for offline vport
Vijaya Mohan Guvva
2013-12-03
3
-8
/
+14
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2013-11-15
1
-1
/
+0
|
\
|
*
SCSI: remove unnecessary pci_set_drvdata()
Jingoo Han
2013-10-14
1
-1
/
+0
*
|
[SCSI] bfa: Use pcie_set()/get_readrq() to simplify code
Yijing Wang
2013-09-23
1
-41
/
+12
|
/
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2013-09-06
1
-1
/
+1
|
\
|
*
treewide: Convert retrun typos to return
Joe Perches
2013-09-04
1
-1
/
+1
*
|
[SCSI] bfa: firmware update to 3.2.1.1
Rasesh Mody
2013-09-03
1
-3
/
+3
|
/
*
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2013-07-04
23
-289
/
+1507
|
\
|
*
[SCSI] bfa: Update the driver version to 3.2.21.1
Vijaya Mohan Guvva
2013-06-26
2
-4
/
+4
|
*
[SCSI] bfa: dis-associate bfa path_tov with dev_loss_tmo
Vijaya Mohan Guvva
2013-06-26
1
-26
/
+7
|
*
[SCSI] bfa: Support for chinook-quad port card
Vijaya Mohan Guvva
2013-06-26
3
-1
/
+13
[next]