summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)Author
2017-06-26scsi: cxlflash: Separate AFU internal command handling from AFU sync specificsMatthew R. Ochs
2017-06-26scsi: cxlflash: Create character device to provide host management interfaceUma Krishnan
2017-06-26scsi: cxlflash: Add scsi command abort handlerUma Krishnan
2017-06-26scsi: cxlflash: Flush pending commands in cleanup pathUma Krishnan
2017-06-26scsi: cxlflash: Track pending scsi commands in each hardware queueUma Krishnan
2017-06-26scsi: cxlflash: Handle AFU sync failuresUma Krishnan
2017-06-26scsi: cxlflash: Schedule asynchronous reset of the hostUma Krishnan
2017-06-26scsi: cxlflash: Reset hardware queue context via specified registerUma Krishnan
2017-06-26scsi: cxlflash: Update cxlflash_afu_sync() to return errnoUma Krishnan
2017-06-26scsi: cxlflash: Combine the send queue locksUma Krishnan
2017-06-26scsi: sgiwd93: switch to dma_alloc_attrsChristoph Hellwig
2017-06-26scsi: 53c700: switch to dma_alloc_attrsChristoph Hellwig
2017-06-26scsi: qedi: Remove comparison of u16 idx with zero.Christos Gkekas
2017-06-26scsi: hpsa: fix spelling mistake: "encrypytion" -> "encryption"Colin Ian King
2017-06-26scsi: hisi_sas: redefine hisi_sas_phy.phy_type as u32John Garry
2017-06-26scsi: aacraid: Don't copy uninitialized stack memory to userspaceSeth Forshee
2017-06-26scsi: bnx2i: missing error code in bnx2i_ep_connect()Dan Carpenter
2017-06-26scsi: hptiop: make function hptiop_iop_request_callback_itl staticColin Ian King
2017-06-26scsi: cxgb4i: assign rxqs in round robin modeVarun Prakash
2017-06-26scsi: fix typos and grammar in comments of scsi_transport_fc.cTyrel Datwyler
2017-06-26scsi: lpfc: fix refcount error on node listJames Smart
2017-06-26scsi: lpfc: Fix nvme io stoppage after link bounceJames Smart
2017-06-26scsi: virtio_scsi: let host do exception handlingPaolo Bonzini
2017-06-26scsi: qla2xxx: don't include <generated/utsrelease.h>Johannes Berg
2017-06-26scsi: csiostor: update module versionVarun Prakash
2017-06-26scsi: sd: Use sysfs_match_string()Martin K. Petersen
2017-06-26scsi: scsi_dh_alua: remove synchronous STPG supportChristoph Hellwig
2017-06-26scsi: remove various unused blist flagsChristoph Hellwig
2017-06-26scsi: storvsc: use default I/O timeout handler for FC devicesLong Li
2017-06-26scsi: aacraid: fix leak of data from stack back to userspaceColin Ian King
2017-06-19scsi: lpfc: update to revision to 11.4.0.1James Smart
2017-06-19scsi: lpfc: Driver responds LS_RJT to Beacon Off ELS - LinuxJames Smart
2017-06-19scsi: lpfc: Fix crash in lpfc_sli_ringtxcmpl_put when nvmet gets an abort req...James Smart
2017-06-19scsi: lpfc: Fix crash doing IO with resetsJames Smart
2017-06-19scsi: lpfc: Fix crash after firmware flash when IO is running.James Smart
2017-06-19scsi: lpfc: Fix SLI3 drivers attempting NVME ELS commands.James Smart
2017-06-19scsi: lpfc: Break up IO ctx list into a separate get and put listJames Smart
2017-06-19scsi: lpfc: Reduce time spent in IRQ for received NVME commandsJames Smart
2017-06-19scsi: lpfc: Vport creation is failing with "Link Down" errorJames Smart
2017-06-19scsi: lpfc: Fix nvme_info sysfs output to be consistentJames Smart
2017-06-19scsi: lpfc: Fix system panic when express lane enabled.James Smart
2017-06-19scsi: hisi_sas: modify internal abort dev flow for v3 hwXiang Chen
2017-06-19scsi: hisi_sas: add v3 code to fill some more hw function pointersXiang Chen
2017-06-19scsi: hisi_sas: add get_wideport_bitmap_v3_hw()Xiang Chen
2017-06-19scsi: hisi_sas: add v3 code to send internal abort commandXiang Chen
2017-06-19scsi: hisi_sas: add v3 code for itct setup and freeXiang Chen
2017-06-19scsi: hisi_sas: add v3 code to send ATA frameXiang Chen
2017-06-19scsi: hisi_sas: add v3 code to send SMP frameXiang Chen
2017-06-19scsi: hisi_sas: add v3 code to send SSP frameXiang Chen
2017-06-19scsi: hisi_sas: add v3 cq interrupt handlerXiang Chen
='#n371'>371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681