summaryrefslogtreecommitdiff
path: root/drivers/scsi (follow)
Commit message (Expand)AuthorAge
...
| * | | scsi_debug: make dump_sector staticTomas Winkler2015-09-06
| * | | scsi_debug: vfree is null safe so drop the checkTomas Winkler2015-09-06
| * | | scsi_debug: use SCSI_W_LUN_REPORT_LUNS instead of SAM2_WLUN_REPORT_LUNS;Tomas Winkler2015-09-06
| * | | scsi_debug: define pr_fmt() for consistent loggingTomas Winkler2015-09-06
| * | | mpt2sas: Refcount fw_events and fix unsafe list usageCalvin Owens2015-09-06
| * | | mpt2sas: Refcount sas_device objects and fix unsafe list usageCalvin Owens2015-09-06
| * | | scsi_dh: return SCSI_DH_NOTCONN in scsi_dh_activate()Hannes Reinecke2015-08-28
| * | | scsi_dh: don't allow to detach device handlers at runtimeChristoph Hellwig2015-08-28
| * | | scsi_dh: add a common helper to get a scsi_device from a request_queueChristoph Hellwig2015-08-28
| * | | scsi_dh: kill struct scsi_dh_dataChristoph Hellwig2015-08-28
| * | | scsi_dh: move device matching to the core codeChristoph Hellwig2015-08-28
| * | | scsi_dh: integrate into the core SCSI codeChristoph Hellwig2015-08-28
| * | | scsi_dh: move to drivers/scsiChristoph Hellwig2015-08-28
| * | | dm-mpath, scsi_dh: request scsi_dh modules in scsi_dh, not dm-mpathChristoph Hellwig2015-08-28
| * | | dm-mpath, scsi_dh: don't let dm detach device handlersChristoph Hellwig2015-08-28
| * | | aic94xx: Skip reading user settings if flash is not foundHannes Reinecke2015-08-28
| * | | ipr: Enable SIS pipe commands for SIS-32 devices.Gabriel Krisman Bertazi2015-08-28
| * | | ipr: Inhibit underlength data check for AFDASD in raw mode.Gabriel Krisman Bertazi2015-08-28
| * | | mpt3sas : Bump mpt3sas driver version to 9.100.00.00Sreekanth Reddy2015-08-27
| * | | mpt3sas: When device is blocked followed by unblock fails, unfreeze the I/OsSreekanth Reddy2015-08-27
| * | | mpt3sas: Call dma_mapping_error() API after mapping an address with dma_map_s...Sreekanth Reddy2015-08-27
| * | | mpt3sas: Use alloc_ordered_workqueue() API instead of create_singlethread_wor...Sreekanth Reddy2015-08-27
| * | | mpt3sas: Added support for customer specific brandingSreekanth Reddy2015-08-27
| * | | mpt3sas: Return host busy error status to SML when DMA mapping of scatter gat...Sreekanth Reddy2015-08-27
| * | | mpt3sas: Complete the SCSI command with DID_RESET status for log_info value 0...Sreekanth Reddy2015-08-27
| * | | mpt3sas: MPI 2.5 Rev K (2.5.6) specificationsSreekanth Reddy2015-08-27
| * | | mpt3sas: Bump mpt3sas driver version to v6.100.00.00Sreekanth Reddy2015-08-27
| * | | mpt3sas: Add branding string support for OEM custom HBASreekanth Reddy2015-08-27
| * | | mpt3sas: Add branding string support for OEM's HBASreekanth Reddy2015-08-27
| * | | mpt3sas: MPI 2.5 Rev J (2.5.5) specification and 2.00.34 header filesSreekanth Reddy2015-08-27
| * | | mpt3sas: Update MPI2 strings to MPI2.5Sreekanth Reddy2015-08-27
| * | | mpt3sas: Bump mpt3sas Driver version to v5.100.00.00Sreekanth Reddy2015-08-27
| * | | mpt3sas: Provides the physical location of sas drivesSreekanth Reddy2015-08-27
| * | | mpt3sas: MPI 2.5 Rev I (2.5.4) specifications.Sreekanth Reddy2015-08-27
| * | | mpt3sas: Remove redundancy code while freeing the controller resources.Sreekanth Reddy2015-08-27
| * | | mpt3sas: Don't block the drive when drive addition under the control of SMLSreekanth Reddy2015-08-27
| * | | mpt3sas: Get IOC_FACTS information using handshake protocol only after HBA ca...Sreekanth Reddy2015-08-27
| * | | mpt3sas: Added Combined Reply Queue feature to extend up-to 96 MSIX vector su...Sreekanth Reddy2015-08-27
* | | | Merge tag 'for-linus-4.3-rc0b-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-09-10
|\ \ \ \
| * | | | xen: Use correctly the Xen memory terminologiesJulien Grall2015-09-08
* | | | | Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-09-08
|\ \ \ \ \
| * | | | | cleanup IORESOURCE_CACHEABLE vs ioremap()Dan Williams2015-08-10
| * | | | | arch, drivers: don't include <asm/io.h> directly, use <linux/io.h> insteadDan Williams2015-08-10
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-09-03
|\ \ \ \ \ \
| * \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-08-27
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-08-21
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-08-13
| |\ \ \ \ \ \ \ \
| * | | | | | | | | bnx2fc: Read npiv table from nvram and create vports.Joe Carnuccio2015-08-06
* | | | | | | | | | Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds2015-09-02
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | block: have drivers use blk_queue_max_discard_sectors()Jens Axboe2015-07-17