summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds2015-09-0275-1386/+446
|\
| * block: Replace SG_GAPS with new queue limits maskKeith Busch2015-08-192-14/+1
| * Revert "block: remove artifical max_hw_sectors cap"Jeff Moyer2015-08-181-1/+1
| * block: remove bio_get_nr_vecs()Kent Overstreet2015-08-131-1/+1
| * block: kill merge_bvec_fn() completelyKent Overstreet2015-08-1328-809/+6
| * md/raid5: get rid of bio_fits_rdev()Kent Overstreet2015-08-131-22/+1
| * md/raid5: split bio for chunk_aligned_readMing Lin2015-08-131-5/+32
| * bcache: remove driver private bio splitting codeKent Overstreet2015-08-137-162/+18
| * block: make generic_make_request handle arbitrarily sized biosKent Overstreet2015-08-1311-2/+24
| * block: don't access bio->bi_error after bio_put()Sasha Levin2015-08-113-5/+10
| * block: manipulate bio->bi_flags through helpersJens Axboe2015-07-293-6/+6
| * block: add a bi_error field to struct bioChristoph Hellwig2015-07-2954-363/+342
| * block: have drivers use blk_queue_max_discard_sectors()Jens Axboe2015-07-1712-15/+15
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2015-09-0263-1325/+8679
|\ \
| * | aic94xx: set an error code on failureDan Carpenter2015-08-271-0/+1
| * | storvsc: Set the error code correctly in failure conditionsK. Y. Srinivasan2015-08-271-3/+9
| * | storvsc: Allow write_same when host is windows 10Keith Mange2015-08-271-1/+5
| * | storvsc: use storage protocol version to determine storage capabilitiesKeith Mange2015-08-271-4/+4
| * | storvsc: use correct defaults for values determined by protocol negotiationKeith Mange2015-08-271-14/+19
| * | storvsc: Untangle the storage protocol negotiation from the vmbus protocol ne...Keith Mange2015-08-271-22/+86
| * | storvsc: Use a single value to track protocol versionsKeith Mange2015-08-271-26/+9
| * | storvsc: Rather than look for sets of specific protocol versions, make decisi...Keith Mange2015-08-271-8/+3
| * | cxlflash: Remove unused variable from queuecommandMatthew R. Ochs2015-08-271-3/+4
| * | cxlflash: shift wrapping bug in afu_link_reset()Dan Carpenter2015-08-271-2/+2
| * | cxlflash: off by one bug in cxlflash_show_port_status()Dan Carpenter2015-08-271-1/+1
| * | cxlflash: Virtual LUN supportMatthew R. Ochs2015-08-279-16/+1454
| * | cxlflash: Superpipe supportMatthew R. Ochs2015-08-277-4/+2469
| * | cxlflash: Base error recovery supportMatthew R. Ochs2015-08-275-16/+177
| * | qla2xxx: Update driver version to 8.07.00.26-kHimanshu Madhani2015-08-271-1/+1
| * | qla2xxx: Add pci device id 0x2261.Sawan Chandak2015-08-272-3/+15
| * | qla2xxx: Fix missing device login retries.Arun Easi2015-08-271-1/+2
| * | qla2xxx: do not clear slot in outstanding cmd arrayHimanshu Madhani2015-08-271-6/+0
| * | qla2xxx: Remove decrement of sp reference count in abort handler.Chad Dupuis2015-08-271-7/+2
| * | qla2xxx: Add support to show MPI and PEP FW version for ISP27xx.Sawan Chandak2015-08-273-2/+31
| * | qla2xxx: Do not reset ISP for error entry with an out of range handle.Chad Dupuis2015-08-271-7/+1
| * | qla2xxx: Do not reset adapter if SRB handle is in range.Chad Dupuis2015-08-273-11/+15
| * | qla2xxx: Do not crash system for sp ref count zeroHiral Patel2015-08-271-1/+1
| * | qla2xxx: Add adapter checks for FAWWN functionality.Saurav Kashyap2015-08-272-14/+17
| * | qla2xxx: Pause risc before manipulating risc semaphore.Joe Carnuccio2015-08-271-0/+3
| * | qla2xxx: Use ssdid to gate semaphore manipulation.Joe Carnuccio2015-08-271-2/+2
| * | qla2xxx: Handle AEN8014 incoming port logout.Joe Carnuccio2015-08-272-4/+33
| * | qla2xxx: Add serdes register read/write support for ISP25xx.Joe Carnuccio2015-08-271-2/+4
| * | scsi_error: should not get sense for timeout IO in scsi error handlerjiang.biao2@zte.com.cn2015-08-271-0/+5
| * | pm80xx: Bump pm80xx driver version to 0.1.38Viswas G2015-08-271-1/+1
| * | pm80xx: Handling Invalid SSP Response frameViswas G2015-08-272-1/+8
| * | pm80xx: Add PORT RECOVERY TIMEOUT supportViswas G2015-08-272-17/+68
| * | pm80xx: Remove unnecessary phy disconnect while link errorViswas G2015-08-271-12/+0
| * | pm80xx: Fix for Incorrect DMA Unmapping of SG ListViswas G2015-08-271-0/+1
| * | pm80xx: Update For Thermal Page CodeViswas G2015-08-272-2/+10
| * | pm80xx: Corrected device state changes in I_T_Nexus_Reset.Viswas G2015-08-272-5/+21