summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-03-11target/iblock: pass WRITE_SAME to device if possibleMike Christie1-0/+34
2016-03-11iser-target: Kill the ->isert_cmd back pointer in struct iser_tx_descChristoph Hellwig2-9/+8
2016-03-11iser-target: Kill struct isert_rdma_wrChristoph Hellwig2-130/+119
2016-03-11iser-target: Convert to new CQ APIChristoph Hellwig2-243/+184
2016-03-11iser-target: Split and properly type the login bufferChristoph Hellwig2-30/+29
2016-03-11iser-target: Remove ISER_RECV_DATA_SEG_LENChristoph Hellwig2-10/+8
2016-03-11iser-target: Remove impossible condition from isert_wait_connJenny Derzhavetz1-8/+0
2016-03-11iser-target: Remove redundant wait in release_connJenny Derzhavetz2-8/+0
2016-03-11iser-target: Rework connection terminationJenny Derzhavetz2-56/+52
2016-03-11iser-target: Separate flows for np listeners and connections cma eventsJenny Derzhavetz1-6/+5
2016-03-11iser-target: Add new state ISER_CONN_BOUND to isert_connJenny Derzhavetz2-2/+6
2016-03-11iser-target: Fix identification of login rx descriptor typeJenny Derzhavetz1-1/+2
2016-03-11qla2xxx: Add DebugFS node for target sess list.Quinn Tran3-20/+89
2016-03-11ib_srpt: Convert to percpu_ida tag allocationNicholas Bellinger2-40/+17
2016-03-11tcm_fc: Convert to TARGET_SCF_ACK_KREF I/O + TMR krefsNicholas Bellinger1-4/+16
2016-03-11xen-scsiback: Convert to TARGET_SCF_ACK_KREF I/O krefsNicholas Bellinger1-28/+28
2016-03-11xen-scsiback: Convert to percpu_ida tag allocationNicholas Bellinger1-78/+89
2016-03-11usb-gadget/tcm: Convert to TARGET_SCF_ACK_KREF I/O krefsNicholas Bellinger1-40/+11
2016-03-11usb-gadget/tcm: Conversion to percpu_ida tag pre-allocationNicholas Bellinger2-39/+60
2016-03-11sbp-target: Convert to TARGET_SCF_ACK_KREF I/O krefsNicholas Bellinger1-14/+16
2016-03-11sbp-target: Conversion to percpu_ida tag pre-allocationNicholas Bellinger1-6/+30
2016-03-11ib_srpt: Convert to target_alloc_session usageNicholas Bellinger1-17/+6
2016-03-11tcm_fc: Convert to target_alloc_session usageNicholas Bellinger1-22/+22
2016-03-11tcm_qla2xxx: Convert to target_alloc_session usageNicholas Bellinger3-46/+43
2016-03-11vhost/scsi: Convert to target_alloc_session usageNicholas Bellinger1-58/+41
2016-03-11target: Convert demo-mode only drivers to target_alloc_sessionChristoph Hellwig4-122/+72
2016-02-28target: Add target_alloc_session() helper functionNicholas Bellinger1-0/+56
2016-02-20Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-61/+120
2016-02-20Merge tag 'dmaengine-fix-4.5-rc5' of git://git.infradead.org/users/vkoul/slav...Linus Torvalds4-18/+76
2016-02-20Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds24-140/+136
2016-02-20Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds15-123/+177
2016-02-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2-6/+18
2016-02-19Merge tag 'pinctrl-v4.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds6-18/+48
2016-02-19drm/nouveau: use post-decrement in error handlingRasmus Villemoes1-1/+1
2016-02-19drm/atomic: Allow for holes in connector state, v2.Maarten Lankhorst3-54/+41
2016-02-19clk: gpio: Really allow an optional clock= DT propertyStephen Boyd1-1/+1
2016-02-19Merge tag 'drm-vc4-fixes-2016-02-17' of github.com:anholt/linux into drm-fixesDave Airlie7-52/+118
2016-02-19Merge branch 'drm-fixes-4.5' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2-2/+2
2016-02-19Merge tag 'drm-intel-fixes-2016-02-18' of git://anongit.freedesktop.org/drm-i...Dave Airlie2-14/+15
2016-02-19Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2-2/+5
2016-02-17Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds11-88/+130
2016-02-17Merge tag 'devicetree-fixes-for-4.5-2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+8
2016-02-17drm/i915: Fix hpd live status bits for g4xVille Syrjälä2-14/+15
2016-02-17hpet: Drop stale URLsMichael S. Tsirkin1-1/+1
2016-02-17s390/dasd: fix performance dropStefan Haberland1-0/+1
2016-02-17drm/qxl: fix erroneous return valueAnton Protopopov1-1/+1
2016-02-17drm/nouveau/display: Enable vblank irqs after display engine is on again.Mario Kleiner1-4/+4
2016-02-17drm/radeon/pm: Handle failure of drm_vblank_get.Mario Kleiner1-2/+6
2016-02-17drm: Fix treatment of drm_vblank_offdelay in drm_vblank_on() (v2)Mario Kleiner1-2/+1
2016-02-17drm: Fix drm_vblank_pre/post_modeset regression from Linux 4.4Mario Kleiner1-0/+16