summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* scsi: qla2xxx: fix MSI-X vector affinityChristoph Hellwig2017-01-122-5/+12
* scsi: qla2xxx: Fix apparent cut-n-paste error.Dave Jones2017-01-101-1/+1
* scsi: qla2xxx: Get mutex lock before checking optrom_stateMilan P. Gandhi2017-01-101-5/+13
* scsi: bfa: Increase requested firmware version to 3.2.5.1Benjamin Poirier2017-01-062-4/+4
* scsi: snic: Return error code on memory allocation failureBurak Ok2017-01-061-0/+3
* scsi: fnic: Avoid sending reset to firmware when another reset is in progressSatish Kharat2017-01-062-0/+17
* scsi: qedi: fix build, depends on UIORandy Dunlap2016-12-201-1/+1
* scsi: scsi-mq: Wait for .queue_rq() if necessaryBart Van Assche2016-12-201-1/+1
* scsi: avoid a permanent stop of the scsi device's request queueWei Fang2016-12-141-4/+0
* scsi: mpt3sas: Recognize and act on iopriority infoAdam Manzanares2016-12-143-3/+80
* scsi: qla2xxx: Fix Target mode handling with Multiqueue changes.Quinn Tran2016-12-144-28/+50
* scsi: qla2xxx: Add Block Multi Queue functionality.Michael Hernandez2016-12-141-5/+42
* scsi: qla2xxx: Add multiple queue pair functionality.Michael Hernandez2016-12-1411-335/+1114
* scsi: qla2xxx: Utilize pci_alloc_irq_vectors/pci_free_irq_vectors calls.Michael Hernandez2016-12-143-57/+36
* scsi: qla2xxx: Only allow operational MBX to proceed during RESET.himanshu.madhani@cavium.com2016-12-141-0/+52
* scsi: hpsa: remove memory allocate failure messageAmit Kushwaha2016-12-141-25/+12
* scsi: Update 3ware driver email addressesadam radford2016-12-147-29/+17
* scsi: zfcp: fix rport unblock race with LUN recoverySteffen Maier2016-12-144-9/+77
* scsi: zfcp: do not trace pure benign residual HBA responses at default levelSteffen Maier2016-12-142-3/+30
* scsi: zfcp: fix use-after-"free" in FC ingress path after TMFBenjamin Block2016-12-143-3/+95
* scsi: libcxgbi: return error if interface is not upVarun Prakash2016-12-141-0/+12
* scsi: cxgb4i: libcxgbi: add missing module_put()Varun Prakash2016-12-143-3/+12
* scsi: cxgb4i: libcxgbi: cxgb4: add T6 iSCSI completion featureVarun Prakash2016-12-144-26/+226
* scsi: cxgb4i: libcxgbi: add active open cmd for T6 adaptersVarun Prakash2016-12-142-15/+77
* scsi: cxgb4i: use cxgb4_tp_smt_idx() to get smt_idxVarun Prakash2016-12-141-2/+2
* scsi: qedi: Add QLogic FastLinQ offload iSCSI driver framework.Manish Rangankar2016-12-1417-0/+7470
* Merge tag 'dm-4.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-12-1422-200/+461
|\
| * dm flakey: introduce "error_writes" featureMike Snitzer2016-12-131-9/+42
| * dm cache policy smq: use hash_32() instead of hash_32_generic()Mike Snitzer2016-12-091-1/+1
| * dm crypt: reject key strings containing whitespace charsOndrej Kozina2016-12-081-0/+18
| * dm space map: always set ev if sm_ll_mutate() succeedsBenjamin Marzinski2016-12-081-1/+2
| * dm space map metadata: skip useless memcpy in metadata_ll_init_index()Benjamin Marzinski2016-12-081-1/+0
| * dm space map metadata: fix 'struct sm_metadata' leak on failed createBenjamin Marzinski2016-12-081-8/+6
| * Documentation: dm raid: define data_offset status fieldHeinz Mauelshagen2016-12-081-0/+4
| * dm raid: fix discard support regressionHeinz Mauelshagen2016-12-081-6/+3
| * dm raid: don't allow "write behind" with raid4/5/6Heinz Mauelshagen2016-12-081-2/+0
| * dm mpath: use hw_handler_params if attached hw_handler is same as requestedtang.junhui2016-12-081-5/+9
| * dm crypt: add ability to use keys from the kernel key retention serviceOndrej Kozina2016-12-082-14/+170
| * dm array: remove a dead assignment in populate_ablock_with_values()Bart Van Assche2016-12-081-2/+0
| * dm ioctl: use offsetof() instead of open-coding itBart Van Assche2016-12-081-1/+1
| * dm rq: simplify use_blk_mq initializationBart Van Assche2016-12-081-5/+1
| * dm: use blk_set_queue_dying() in __dm_destroy()Bart Van Assche2016-12-081-3/+1
| * dm bufio: drop the lock when doing GFP_NOIO allocationMikulas Patocka2016-12-081-0/+10
| * dm bufio: don't take the lock in dm_bufio_shrink_countMikulas Patocka2016-12-081-11/+2
| * dm bufio: avoid sleeping while holding the dm_bufio lockDouglas Anderson2016-12-081-2/+3
| * dm table: simplify dm_table_determine_type()Bart Van Assche2016-12-081-13/+8
| * dm table: an 'all_blk_mq' table must be loaded for a blk-mq DM deviceBart Van Assche2016-12-081-0/+5
| * dm table: fix 'all_blk_mq' inconsistency when an empty table is loadedMike Snitzer2016-12-081-6/+13
| * dm mpath: do not modify *__clone if blk_mq_alloc_request() failsBart Van Assche2016-11-211-7/+8
| * dm mpath: change return type of pg_init_all_paths() from int to voidBart Van Assche2016-11-211-5/+2