summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2017-02-01ide: don't abuse cmd_typeChristoph Hellwig13-40/+72
2017-02-01block: introduce blk_rq_is_passthroughChristoph Hellwig12-35/+35
2017-02-01nbd: move request validity checking into nbd_send_cmdChristoph Hellwig1-11/+10
2017-02-01nbd: remove REQ_TYPE_DRV_PRIV leftoversChristoph Hellwig1-9/+1
2017-02-01mspro_block: remove pointless prep_fnChristoph Hellwig1-13/+0
2017-02-01ms_block: remove pointless prep_fnChristoph Hellwig1-11/+0
2017-02-01mmc: remove pointless request type check in mmc_prep_requestChristoph Hellwig1-9/+0
2017-02-01ѕd: remove pointless REQ_TYPE_FS checkChristoph Hellwig1-3/+0
2017-01-31scm_blk: remove unneeded REQ_TYPE_FS checkChristoph Hellwig1-7/+0
2017-01-31virtio_blk: make SCSI passthrough support configurableChristoph Hellwig2-50/+104
2017-01-31virtio_blk: remove struct request backpointer from virtblk_reqChristoph Hellwig1-10/+10
2017-01-31block: make scsi_request and scsi ioctl support optionalChristoph Hellwig5-0/+8
2017-01-31skd: implement trivial scsi ioctls directlyChristoph Hellwig1-4/+11
2017-01-30nvme/scsi: don't rely on BLK_MAX_CDBChristoph Hellwig1-3/+3
2017-01-30nvme: fix compilation of scsi componentJens Axboe1-0/+1
2017-01-28block: split scsi_request out of struct requestChristoph Hellwig38-261/+322
2017-01-28block/bsg: move queue creation into bsg_setup_queueChristoph Hellwig2-39/+12
2017-01-28scsi: allocate scsi_cmnd structures as part of struct requestChristoph Hellwig5-391/+95
2017-01-28scsi: remove __scsi_alloc_queueChristoph Hellwig3-18/+10
2017-01-28scsi: remove scsi_cmd_dma_poolChristoph Hellwig1-14/+1
2017-01-28scsi: respect unchecked_isa_dma for blk-mqChristoph Hellwig4-22/+73
2017-01-28scsi: remove gfp_flags member in scsi_host_cmd_poolChristoph Hellwig1-10/+4
2017-01-28scsi_dh_hp_sw: switch to scsi_execute_req_flags()Hannes Reinecke1-157/+65
2017-01-28scsi_dh_emc: switch to scsi_execute_req_flags()Hannes Reinecke1-191/+56
2017-01-28scsi_dh_rdac: switch to scsi_execute_req_flags()Hannes Reinecke1-123/+51
2017-01-28dm: always defer request allocation to the owner of the request_queueChristoph Hellwig7-341/+85
2017-01-28dm: remove incomplete BLOCK_PC supportChristoph Hellwig1-16/+0
2017-01-28block: simplify blk_init_allocated_queueChristoph Hellwig1-1/+2
2017-01-28md: cleanup bio op / flags handling in raid1_write_requestChristoph Hellwig1-5/+2
2017-01-28Merge branch 'for-4.11/block' into for-4.11/rq-refactorJens Axboe5-20/+11
2017-01-27block: add a op_is_flush helperChristoph Hellwig3-19/+9
2017-01-22Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds3-5/+30
2017-01-22Merge branch 'for-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang...Linus Torvalds3-75/+108
2017-01-22Merge tag 'usb-4.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds10-32/+31
2017-01-22Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-14/+13
2017-01-22Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-7/+7
2017-01-21Merge branch 'scsi-target-for-v4.10' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds16-66/+158
2017-01-20Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+2
2017-01-20Merge tag 'spi-fix-v4.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds8-12/+21
2017-01-20Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds11-108/+91
2017-01-20xhci: remove WARN_ON if dma mask is not set for platform devicesMathias Nyman1-1/+1
2017-01-20Merge branches 'thermal-core' and 'thermal-soc' into for-rcZhang Rui1-53/+100
2017-01-20Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds1-0/+1
2017-01-20virtio/s390: virtio: constify virtio_config_ops structuresBhumika Goyal1-1/+1
2017-01-20virtio/s390: add missing \n to end of dev_err messageColin Ian King1-1/+1
2017-01-20virtio/s390: support READ_STATUS command for virtio-ccwPierre Morel1-0/+25
2017-01-20virtio_console: fix a crash in config_work_handlerG. Campana1-1/+1
2017-01-20vhost/scsi: silence uninitialized variable warningDan Carpenter1-1/+1
2017-01-20vhost: scsi: constify target_core_fabric_ops structuresBhumika Goyal1-1/+1
2017-01-20nbd: only set MSG_MORE when we have more to sendJosef Bacik1-4/+2