summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* scsi, block: fix duplicate bdi name registration crashesDan Williams2017-02-021-8/+33
* block: Use pointer to backing_dev_info from request_queueJan Kara2017-02-0221-52/+54
* nbd: use an idr to keep track of nbd devicesJosef Bacik2017-02-011-98/+115
* nbd: use our own workqueue for recv threadsJosef Bacik2017-02-011-2/+11
* block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig2017-01-3142-269/+290
* ide: don't abuse cmd_typeChristoph Hellwig2017-01-3113-40/+72
* block: introduce blk_rq_is_passthroughChristoph Hellwig2017-01-3112-35/+35
* nbd: move request validity checking into nbd_send_cmdChristoph Hellwig2017-01-311-11/+10
* nbd: remove REQ_TYPE_DRV_PRIV leftoversChristoph Hellwig2017-01-311-9/+1
* mspro_block: remove pointless prep_fnChristoph Hellwig2017-01-311-13/+0
* ms_block: remove pointless prep_fnChristoph Hellwig2017-01-311-11/+0
* mmc: remove pointless request type check in mmc_prep_requestChristoph Hellwig2017-01-311-9/+0
* ѕd: remove pointless REQ_TYPE_FS checkChristoph Hellwig2017-01-311-3/+0
* scm_blk: remove unneeded REQ_TYPE_FS checkChristoph Hellwig2017-01-311-7/+0
* virtio_blk: make SCSI passthrough support configurableChristoph Hellwig2017-01-312-50/+104
* virtio_blk: remove struct request backpointer from virtblk_reqChristoph Hellwig2017-01-311-10/+10
* block: make scsi_request and scsi ioctl support optionalChristoph Hellwig2017-01-315-0/+8
* skd: implement trivial scsi ioctls directlyChristoph Hellwig2017-01-311-4/+11
* nvme/scsi: don't rely on BLK_MAX_CDBChristoph Hellwig2017-01-301-3/+3
* nvme: fix compilation of scsi componentJens Axboe2017-01-291-0/+1
* block: split scsi_request out of struct requestChristoph Hellwig2017-01-2738-261/+322
* block/bsg: move queue creation into bsg_setup_queueChristoph Hellwig2017-01-272-39/+12
* scsi: allocate scsi_cmnd structures as part of struct requestChristoph Hellwig2017-01-275-391/+95
* scsi: remove __scsi_alloc_queueChristoph Hellwig2017-01-273-18/+10
* scsi: remove scsi_cmd_dma_poolChristoph Hellwig2017-01-271-14/+1
* scsi: respect unchecked_isa_dma for blk-mqChristoph Hellwig2017-01-274-22/+73
* scsi: remove gfp_flags member in scsi_host_cmd_poolChristoph Hellwig2017-01-271-10/+4
* scsi_dh_hp_sw: switch to scsi_execute_req_flags()Hannes Reinecke2017-01-271-157/+65
* scsi_dh_emc: switch to scsi_execute_req_flags()Hannes Reinecke2017-01-271-191/+56
* scsi_dh_rdac: switch to scsi_execute_req_flags()Hannes Reinecke2017-01-271-123/+51
* dm: always defer request allocation to the owner of the request_queueChristoph Hellwig2017-01-277-341/+85
* dm: remove incomplete BLOCK_PC supportChristoph Hellwig2017-01-271-16/+0
* block: simplify blk_init_allocated_queueChristoph Hellwig2017-01-271-1/+2
* md: cleanup bio op / flags handling in raid1_write_requestChristoph Hellwig2017-01-271-5/+2
* Merge branch 'for-4.11/block' into for-4.11/rq-refactorJens Axboe2017-01-275-20/+11
|\
| * block: add a op_is_flush helperChristoph Hellwig2017-01-273-19/+9
| * blk-mq-sched: allow setting of default IO schedulerJens Axboe2017-01-171-0/+1
| * floppy: replace wrong kmalloc(GFP_USER) with GFP_KERNELVlastimil Babka2017-01-111-1/+1
* | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2017-01-223-5/+30
|\ \
| * | virtio/s390: virtio: constify virtio_config_ops structuresBhumika Goyal2017-01-191-1/+1
| * | virtio/s390: add missing \n to end of dev_err messageColin Ian King2017-01-191-1/+1
| * | virtio/s390: support READ_STATUS command for virtio-ccwPierre Morel2017-01-191-0/+25
| * | virtio_console: fix a crash in config_work_handlerG. Campana2017-01-191-1/+1
| * | vhost/scsi: silence uninitialized variable warningDan Carpenter2017-01-191-1/+1
| * | vhost: scsi: constify target_core_fabric_ops structuresBhumika Goyal2017-01-191-1/+1
* | | Merge branch 'for-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang...Linus Torvalds2017-01-223-75/+108
|\ \ \
| * \ \ Merge branches 'thermal-core' and 'thermal-soc' into for-rcZhang Rui2017-01-201-53/+100
| |\ \ \
| | * \ \ Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Zhang Rui2017-01-171-53/+100
| | |\ \ \
| | | * | | thermal: rockchip: fixes the conversion tableCaesar Wang2017-01-161-1/+1
| | | * | | thermal: rockchip: handle set_trips without the trip pointsCaesar Wang2016-12-131-1/+15