aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-02-02block: Use pointer to backing_dev_info from request_queueJan Kara33-86/+90
2017-02-02block: Unhash block device inodes on gendisk destructionJan Kara3-0/+18
2017-02-01nbd: use an idr to keep track of nbd devicesJosef Bacik1-98/+115
2017-02-01nbd: use our own workqueue for recv threadsJosef Bacik1-2/+11
2017-02-01blk-mq-debug: Introduce debugfs_create_files()Bart Van Assche1-17/+17
2017-02-01blk-mq-debug: Make show() operations interruptibleBart Van Assche1-8/+26
2017-02-01blk-mq-debug: Avoid that sparse complains about req_flags_t usageBart Van Assche2-2/+2
2017-02-01blk-mq-debugfs: Add missing __acquires() / __releases() annotationsBart Van Assche1-0/+4
2017-01-31block: move internal_tag to same cache line as tagJens Axboe1-2/+3
2017-01-31block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig53-326/+338
2017-01-31ide: don't abuse cmd_typeChristoph Hellwig14-51/+117
2017-01-31block: introduce blk_rq_is_passthroughChristoph Hellwig21-53/+59
2017-01-31nbd: move request validity checking into nbd_send_cmdChristoph Hellwig1-11/+10
2017-01-31nbd: remove REQ_TYPE_DRV_PRIV leftoversChristoph Hellwig1-9/+1
2017-01-31mspro_block: remove pointless prep_fnChristoph Hellwig1-13/+0
2017-01-31ms_block: remove pointless prep_fnChristoph Hellwig1-11/+0
2017-01-31mmc: remove pointless request type check in mmc_prep_requestChristoph Hellwig1-9/+0
2017-01-31ѕ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 Hellwig8-2/+17
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-29nvme: fix compilation of scsi componentJens Axboe1-0/+1
2017-01-27block: don't assign cmd_flags in __blk_rq_prep_cloneChristoph Hellwig1-1/+0
2017-01-27block: split scsi_request out of struct requestChristoph Hellwig49-410/+458
2017-01-27block/bsg: move queue creation into bsg_setup_queueChristoph Hellwig4-52/+25
2017-01-27scsi: allocate scsi_cmnd structures as part of struct requestChristoph Hellwig6-394/+95
2017-01-27scsi: remove __scsi_alloc_queueChristoph Hellwig5-20/+12
2017-01-27scsi: remove scsi_cmd_dma_poolChristoph Hellwig1-14/+1
2017-01-27scsi: respect unchecked_isa_dma for blk-mqChristoph Hellwig4-22/+73
2017-01-27scsi: remove gfp_flags member in scsi_host_cmd_poolChristoph Hellwig1-10/+4
2017-01-27scsi_dh_hp_sw: switch to scsi_execute_req_flags()Hannes Reinecke1-157/+65
2017-01-27scsi_dh_emc: switch to scsi_execute_req_flags()Hannes Reinecke1-191/+56
2017-01-27scsi_dh_rdac: switch to scsi_execute_req_flags()Hannes Reinecke1-123/+51
2017-01-27dm: always defer request allocation to the owner of the request_queueChristoph Hellwig8-344/+85
2017-01-27dm: remove incomplete BLOCK_PC supportChristoph Hellwig1-16/+0
2017-01-27block: cleanup tracingChristoph Hellwig3-60/+24
2017-01-27block: allow specifying size for extra command dataChristoph Hellwig4-17/+61
2017-01-27block: simplify blk_init_allocated_queueChristoph Hellwig3-26/+18
2017-01-27block: fix elevator init checkChristoph Hellwig1-22/+4
2017-01-27md: cleanup bio op / flags handling in raid1_write_requestChristoph Hellwig1-5/+2
2017-01-27Merge branch 'for-4.11/block' into for-4.11/rq-refactorJens Axboe38-676/+3099
2017-01-27blk-mq: fix debugfs compilation issuesOmar Sandoval3-6/+19
2017-01-27block: cleanup remaining manual checks for PREFLUSH|FUAJens Axboe2-2/+2
2017-01-27blk-mq-sched: add flush insertion into blk_mq_sched_insert_request()Jens Axboe8-55/+89
2017-01-27block: add a op_is_flush helperChristoph Hellwig7-28/+26
2017-01-27blk-mq-sched: change ->dispatch_requests() to ->dispatch_request()Jens Axboe4-14/+23
2017-01-27blk-mq-sched: fix starvation for multiple hardware queues and shared tagsJens Axboe5-7/+41