index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
scsi
Age
Commit message (
Expand
)
Author
Files
Lines
2014-11-24
scsi: drop reason argument from ->change_queue_depth
Christoph Hellwig
57
-334
/
+122
2014-11-24
scsi: don't allow setting of queue_depth bigger than can_queue
Christoph Hellwig
8
-23
/
+2
2014-11-24
scsi: avoid ->change_queue_depth indirection for queue full tracking
Christoph Hellwig
25
-204
/
+55
2014-11-24
lpfc: remove queue_depth events
Christoph Hellwig
1
-66
/
+0
2014-11-24
megaraid_sas: do not process IOCTLs and SCSI commands during driver removal
Sumit.Saxena@avagotech.com
1
-4
/
+15
2014-11-24
megaraid_sas: dndinaness related bug fixes
Sumit.Saxena@avagotech.com
2
-14
/
+16
2014-11-24
megaraid_sas: corrected return of wait_event from abort frame path
Sumit.Saxena@avagotech.com
1
-1
/
+1
2014-11-24
megaraid_sas: make HBA operational after LD_MAP_SYNC DCMD in OCR path
Sumit.Saxena@avagotech.com
1
-13
/
+13
2014-11-24
megaraid_sas: online Firmware upgrade support for Extended VD feature
Sumit.Saxena@avagotech.com
4
-57
/
+85
2014-11-24
megaraid_sas: update MAINTAINERS and copyright information for megaraid drivers
Sumit.Saxena@avagotech.com
5
-40
/
+47
2014-11-24
megaraid_sas: driver version upgrade and remove some meta data of driver
Sumit.Saxena@avagotech.com
2
-26
/
+2
2014-11-23
RDMA/cxgb4/cxgb4vf/csiostor: Cleanup macros/register defines related to PCIE,...
Hariprasad Shenai
3
-14
/
+14
2014-11-23
cxgb4/cxgb4vf/csiostor: Cleanup macros/register defines related to port and VI
Hariprasad Shenai
1
-10
/
+10
2014-11-23
cxgb4/cxgb4vf/csiostor: Cleanup macros/register defines related to queues
Hariprasad Shenai
1
-59
/
+60
2014-11-23
RDMA/cxgb4/csiostor: Cleansup FW related macros/register defines for PF/VF an...
Hariprasad Shenai
3
-31
/
+31
2014-11-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
7
-38
/
+49
2014-11-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2
-1
/
+3
2014-11-21
vlan: make __vlan_hwaccel_put_tag return void
Jiri Pirko
1
-4
/
+2
2014-11-20
scsi: ufs: fix static checker warning in ufshcd_parse_clock_info
Dolev Raviv
1
-6
/
+3
2014-11-20
scsi: ufs: fix static checker warning in __ufshcd_setup_clocks
Dolev Raviv
1
-1
/
+1
2014-11-20
scsi: ufs: fix static checker warning in ufshcd_populate_vreg
Dolev Raviv
1
-4
/
+2
2014-11-20
scsi: ufs: fix static checker errors in ufshcd_system_suspend
Dolev Raviv
1
-1
/
+1
2014-11-20
ufs: fix power info after link start-up
Yaniv Gardi
1
-0
/
+18
2014-11-20
ufs: fix reference counting of W-LUs
Akinobu Mita
2
-40
/
+36
2014-11-20
scsi: add Intel Multi-Flex to scsi scan blacklist
Christian Sünkenberg
1
-0
/
+1
2014-11-20
bnx2fc: do not add shared skbs to the fcoe_rx_list
Maurizio Lombardi
1
-0
/
+7
2014-11-20
ps3rom: fix error return code
Julia Lawall
1
-0
/
+1
2014-11-20
treewide: fix typo in printk and Kconfig
Masanari Iida
1
-1
/
+1
2014-11-20
Merge Linus' tree to be be to apply submitted patches to newer code than
Jiri Kosina
179
-3790
/
+11908
2014-11-20
scsi: mpt2sas: fix ioctl in comment
Alex Pilon
1
-1
/
+1
2014-11-20
bfa: replace 2 kzalloc/copy_from_user by memdup_user
Fabian Frederick
1
-24
/
+6
2014-11-20
virtio_scsi: support multi hw queue of blk-mq
Ming Lei
1
-1
/
+16
2014-11-20
hpsa: remove spin lock around command allocation
Stephen M. Cameron
1
-13
/
+23
2014-11-20
hpsa: always call pci_set_master after pci_enable_device
Robert Elliott
1
-3
/
+5
2014-11-20
hpsa: Convert SCSI LLD ->queuecommand() for host_lock less operation
Nicholas Bellinger
1
-9
/
+7
2014-11-20
hpsa: do not be so noisy about check conditions
Stephen M. Cameron
1
-59
/
+0
2014-11-20
hpsa: use atomics for commands_outstanding
Stephen M. Cameron
2
-37
/
+16
2014-11-20
hpsa: get rid of type/attribute/direction bit field where possible
Stephen M. Cameron
2
-34
/
+42
2014-11-20
hpsa: fix endianness issue with scatter gather elements
Stephen M. Cameron
2
-130
/
+107
2014-11-20
hpsa: fix allocation sizes for CISS_REPORT_LUNs commands
Stephen M. Cameron
2
-8
/
+8
2014-11-20
hpsa: remove 'action required' phrasing
Stephen M. Cameron
1
-4
/
+4
2014-11-20
hpsa: correct off-by-one sizing of chained SG block
Webb Scales
1
-2
/
+2
2014-11-20
hpsa: fix a couple pci id table mistakes
Stephen M. Cameron
1
-1
/
+1
2014-11-20
hpsa: remove dev_warn prints from RAID-1ADM
Robert Elliott
1
-5
/
+0
2014-11-20
hpsa: Clean up warnings from sparse.
Don Brace
2
-16
/
+19
2014-11-20
atari_NCR5380: Fix "transfered" typo
Finn Thain
1
-4
/
+4
2014-11-20
atari_NCR5380: Remove RESET_RUN_DONE macro
Finn Thain
2
-89
/
+0
2014-11-20
atari_NCR5380: Move static co-routine variables to host data
Finn Thain
3
-43
/
+28
2014-11-20
atari_NCR5380: Move static TagAlloc array to host data
Finn Thain
2
-18
/
+21
2014-11-20
atari_NCR5380: Introduce FLAG_TAGGED_QUEUING
Finn Thain
5
-23
/
+28
[prev]
[next]