Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
2b193f023dc8f43b005bc7844b07e437a4e418db
/
drivers
/
scsi
05c7808
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending
by Linus Torvalds
· 9 years ago
8e78b7d
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
by Linus Torvalds
· 9 years ago
8f9b565
target/qla2xxx: Honor max_data_sg_nents I/O transfer limit
by Nicholas Bellinger
· 9 years ago
06ab838
Merge tag 'for-linus-4.3-rc0b-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
by Linus Torvalds
· 9 years ago
12f03ee
Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
by Linus Torvalds
· 9 years ago
0df4f26
xen: Use correctly the Xen memory terminologies
by Julien Grall
· 9 years ago
537b604
scsi: fix scsi_error_handler vs. scsi_host_dev_release race
by Michal Hocko
· 9 years ago
420fa21
fcoe: Convert use of __constant_htons to htons
by Vaishali Thakkar
· 9 years ago
6229b41
mpt2sas: setpci reset kernel oops fix
by Nagarajkumar Narayanan
· 9 years ago
50acde8
pm80xx: Don't override ts->stat on IO_OPEN_CNX_ERROR_HW_RESOURCE_BUSY
by Johannes Thumshirn
· 9 years ago
612872c
lpfc: Fix possible use-after-free and double free in lpfc_mbx_cmpl_rdp_page_a2()
by Johannes Thumshirn
· 9 years ago
6f3d828f5
bfa: Fix incorrect de-reference of pointer
by Anil Gurumurthy
· 9 years ago
b7f4d63
bfa: Fix indentation
by Anil Gurumurthy
· 9 years ago
0c416b5
scsi_transport_sas: Remove check for SAS expander when querying bay/enclosure IDs.
by Jordan Hargrave
· 9 years ago
2492fc0
scsi_debug: resp_request: remove unused variable
by Tomas Winkler
· 9 years ago
f2d3fd2
scsi_debug: fix REPORT LUNS Well Known LU
by Tomas Winkler
· 9 years ago
299b6c0
scsi_debug: schedule_resp fix input variable check
by Tomas Winkler
· 9 years ago
58a8635
scsi_debug: make dump_sector static
by Tomas Winkler
· 9 years ago
de232af
scsi_debug: vfree is null safe so drop the check
by Tomas Winkler
· 9 years ago
34d5543
scsi_debug: use SCSI_W_LUN_REPORT_LUNS instead of SAM2_WLUN_REPORT_LUNS;
by Tomas Winkler
· 9 years ago
c1287970
scsi_debug: define pr_fmt() for consistent logging
by Tomas Winkler
· 9 years ago
008549f
mpt2sas: Refcount fw_events and fix unsafe list usage
by Calvin Owens
· 9 years ago
d224fe0
mpt2sas: Refcount sas_device objects and fix unsafe list usage
by Calvin Owens
· 9 years ago
dd5cdb4
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 9 years ago
1081230
Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 9 years ago
df91039
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
by Linus Torvalds
· 9 years ago
089b669
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 9 years ago
5778077
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
710105f
scsi_dh: return SCSI_DH_NOTCONN in scsi_dh_activate()
by Hannes Reinecke
· 9 years ago
d442277
scsi_dh: don't allow to detach device handlers at runtime
by Christoph Hellwig
· 9 years ago
e959ed9
scsi_dh: add a common helper to get a scsi_device from a request_queue
by Christoph Hellwig
· 9 years ago
ee14c67
scsi_dh: kill struct scsi_dh_data
by Christoph Hellwig
· 9 years ago
d95dbff
scsi_dh: move device matching to the core code
by Christoph Hellwig
· 9 years ago
086b91d
scsi_dh: integrate into the core SCSI code
by Christoph Hellwig
· 9 years ago
daaa858
scsi_dh: move to drivers/scsi
by Christoph Hellwig
· 9 years ago
566079c
dm-mpath, scsi_dh: request scsi_dh modules in scsi_dh, not dm-mpath
by Christoph Hellwig
· 9 years ago
1bab0de
dm-mpath, scsi_dh: don't let dm detach device handlers
by Christoph Hellwig
· 9 years ago
36dd5ac
aic94xx: Skip reading user settings if flash is not found
by Hannes Reinecke
· 9 years ago
e35d7f27
ipr: Enable SIS pipe commands for SIS-32 devices.
by Gabriel Krisman Bertazi
· 9 years ago
3cb4fc1
ipr: Inhibit underlength data check for AFDASD in raw mode.
by Gabriel Krisman Bertazi
· 9 years ago
0d36938
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
c75683c
mpt3sas : Bump mpt3sas driver version to 9.100.00.00
by Sreekanth Reddy
· 9 years ago
df838f9
mpt3sas: When device is blocked followed by unblock fails, unfreeze the I/Os
by Sreekanth Reddy
· 9 years ago
3681402
mpt3sas: Call dma_mapping_error() API after mapping an address with dma_map_single() API
by Sreekanth Reddy
· 9 years ago
bdff785
mpt3sas: Use alloc_ordered_workqueue() API instead of create_singlethread_workqueue() API
by Sreekanth Reddy
· 9 years ago
d8eb4a4
mpt3sas: Added support for customer specific branding
by Sreekanth Reddy
· 9 years ago
62f5c74
mpt3sas: Return host busy error status to SML when DMA mapping of scatter gather list fails for a SCSI command
by Sreekanth Reddy
· 9 years ago
3898f08
mpt3sas: Complete the SCSI command with DID_RESET status for log_info value 0x0x32010081
by Sreekanth Reddy
· 9 years ago
a6f8400
mpt3sas: MPI 2.5 Rev K (2.5.6) specifications
by Sreekanth Reddy
· 9 years ago
2b89669
mpt3sas: Bump mpt3sas driver version to v6.100.00.00
by Sreekanth Reddy
· 9 years ago
38e4141
mpt3sas: Add branding string support for OEM custom HBA
by Sreekanth Reddy
· 9 years ago
fb84dfc
mpt3sas: Add branding string support for OEM's HBA
by Sreekanth Reddy
· 9 years ago
35c319b
mpt3sas: MPI 2.5 Rev J (2.5.5) specification and 2.00.34 header files
by Sreekanth Reddy
· 9 years ago
2e26c38
mpt3sas: Update MPI2 strings to MPI2.5
by Sreekanth Reddy
· 9 years ago
f9d81cf
mpt3sas: Bump mpt3sas Driver version to v5.100.00.00
by Sreekanth Reddy
· 9 years ago
e6d45e3
mpt3sas: Provides the physical location of sas drives
by Sreekanth Reddy
· 9 years ago
a94bea3
mpt3sas: MPI 2.5 Rev I (2.5.4) specifications.
by Sreekanth Reddy
· 9 years ago
580d4e3
mpt3sas: Remove redundancy code while freeing the controller resources.
by Sreekanth Reddy
· 9 years ago
e4bc7f5
mpt3sas: Don't block the drive when drive addition under the control of SML
by Sreekanth Reddy
· 9 years ago
4dc8c80
mpt3sas: Get IOC_FACTS information using handshake protocol only after HBA card gets into READY or Operational state.
by Sreekanth Reddy
· 9 years ago
fb77bb5
mpt3sas: Added Combined Reply Queue feature to extend up-to 96 MSIX vector support
by Sreekanth Reddy
· 9 years ago
9f55bca
aic94xx: set an error code on failure
by Dan Carpenter
· 9 years ago
111f2d1
storvsc: Set the error code correctly in failure conditions
by K. Y. Srinivasan
· 9 years ago
b95f5be
storvsc: Allow write_same when host is windows 10
by Keith Mange
· 9 years ago
e6c4bc6
storvsc: use storage protocol version to determine storage capabilities
by Keith Mange
· 9 years ago
cb11fead
storvsc: use correct defaults for values determined by protocol negotiation
by Keith Mange
· 9 years ago
1a36310
storvsc: Untangle the storage protocol negotiation from the vmbus protocol negotiation.
by Keith Mange
· 9 years ago
2492fd7
storvsc: Use a single value to track protocol versions
by Keith Mange
· 9 years ago
6ee5c61
storvsc: Rather than look for sets of specific protocol versions, make decisions based on ranges.
by Keith Mange
· 9 years ago
8957620
cxlflash: Remove unused variable from queuecommand
by Matthew R. Ochs
· 9 years ago
4da74db
cxlflash: shift wrapping bug in afu_link_reset()
by Dan Carpenter
· 9 years ago
46c6d45
cxlflash: off by one bug in cxlflash_show_port_status()
by Dan Carpenter
· 9 years ago
2cb7926
cxlflash: Virtual LUN support
by Matthew R. Ochs
· 9 years ago
65be2c7
cxlflash: Superpipe support
by Matthew R. Ochs
· 9 years ago
5cdac81
cxlflash: Base error recovery support
by Matthew R. Ochs
· 9 years ago
ef2a388
qla2xxx: Update driver version to 8.07.00.26-k
by Himanshu Madhani
· 9 years ago
2b48992
qla2xxx: Add pci device id 0x2261.
by Sawan Chandak
· 9 years ago
a1d0285
qla2xxx: Fix missing device login retries.
by Arun Easi
· 9 years ago
63e322a
qla2xxx: do not clear slot in outstanding cmd array
by Himanshu Madhani
· 9 years ago
9621942
qla2xxx: Remove decrement of sp reference count in abort handler.
by Chad Dupuis
· 9 years ago
03aa868
qla2xxx: Add support to show MPI and PEP FW version for ISP27xx.
by Sawan Chandak
· 9 years ago
fd49a54
qla2xxx: Do not reset ISP for error entry with an out of range handle.
by Chad Dupuis
· 9 years ago
c7bc4ca
qla2xxx: Do not reset adapter if SRB handle is in range.
by Chad Dupuis
· 9 years ago
8fbdac8
qla2xxx: Do not crash system for sp ref count zero
by Hiral Patel
· 9 years ago
d6b9b42
qla2xxx: Add adapter checks for FAWWN functionality.
by Saurav Kashyap
· 9 years ago
8dd7e3a
qla2xxx: Pause risc before manipulating risc semaphore.
by Joe Carnuccio
· 9 years ago
cc79076
qla2xxx: Use ssdid to gate semaphore manipulation.
by Joe Carnuccio
· 9 years ago
17cac3a
qla2xxx: Handle AEN8014 incoming port logout.
by Joe Carnuccio
· 9 years ago
f299c7c
qla2xxx: Add serdes register read/write support for ISP25xx.
by Joe Carnuccio
· 9 years ago
709c75b
scsi_error: should not get sense for timeout IO in scsi error handler
by jiang.biao2@zte.com.cn
· 9 years ago
1cd1299
pm80xx: Bump pm80xx driver version to 0.1.38
by Viswas G
· 9 years ago
27ecfa5
pm80xx: Handling Invalid SSP Response frame
by Viswas G
· 9 years ago
8414cd8
pm80xx: Add PORT RECOVERY TIMEOUT support
by Viswas G
· 9 years ago
3b77894
pm80xx: Remove unnecessary phy disconnect while link error
by Viswas G
· 9 years ago
3b700e3
pm80xx: Fix for Incorrect DMA Unmapping of SG List
by Viswas G
· 9 years ago
842784e
pm80xx: Update For Thermal Page Code
by Viswas G
· 9 years ago
3a1ae96
pm80xx: Corrected device state changes in I_T_Nexus_Reset.
by Viswas G
· 9 years ago
b093d59
pm80xx: Updated link rate
by Viswas G
· 9 years ago
b103918
lpfc: Use && instead of & for boolean expression
by Sebastian Herbszt
· 9 years ago
5155ce5
qla2xxx: Return the fabric command state for non-task management requests
by Dilip Kumar Uppugandla
· 9 years ago
Next »