summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2017-02-03blkcg: fix double free of new_blkg in blkcg_init_queueHou Tao
2017-02-02blk-mq-sched: bypass the scheduler for flushes entirelyOmar Sandoval
2017-02-02zram_drv: update for backing dev info changesJens Axboe
2017-02-02blktrace: use existing disk debugfs directoryOmar Sandoval
2017-02-02blk-mq: move debugfs_remove() of disk dir to blk_release_queue()Omar Sandoval
2017-02-02block: use same block debugfs directory for blk-mq and blktraceOmar Sandoval
2017-02-02blktrace: make do_blk_trace_setup() staticOmar Sandoval
2017-02-02block: fix debugfs config conditional in struct request_queueOmar Sandoval
2017-02-02debugfs: add debugfs_lookup()Omar Sandoval
2017-02-02scsi, block: fix duplicate bdi name registration crashesDan Williams
2017-02-02block: Get rid of blk_get_backing_dev_info()Jan Kara
2017-02-02block: Make blk_get_backing_dev_info() safe without open bdevJan Kara
2017-02-02block: Dynamically allocate and refcount backing_dev_infoJan Kara
2017-02-02block: Use pointer to backing_dev_info from request_queueJan Kara
2017-02-02block: Unhash block device inodes on gendisk destructionJan Kara
2017-02-01nbd: use an idr to keep track of nbd devicesJosef Bacik
2017-02-01nbd: use our own workqueue for recv threadsJosef Bacik
2017-02-01blk-mq-debug: Introduce debugfs_create_files()Bart Van Assche
2017-02-01blk-mq-debug: Make show() operations interruptibleBart Van Assche
2017-02-01blk-mq-debug: Avoid that sparse complains about req_flags_t usageBart Van Assche
2017-02-01blk-mq-debugfs: Add missing __acquires() / __releases() annotationsBart Van Assche
2017-01-31block: move internal_tag to same cache line as tagJens Axboe
2017-01-31block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig
2017-01-31ide: don't abuse cmd_typeChristoph Hellwig
2017-01-31block: introduce blk_rq_is_passthroughChristoph Hellwig
2017-01-31nbd: move request validity checking into nbd_send_cmdChristoph Hellwig
2017-01-31nbd: remove REQ_TYPE_DRV_PRIV leftoversChristoph Hellwig
2017-01-31mspro_block: remove pointless prep_fnChristoph Hellwig
2017-01-31ms_block: remove pointless prep_fnChristoph Hellwig
2017-01-31mmc: remove pointless request type check in mmc_prep_requestChristoph Hellwig
2017-01-31ѕd: remove pointless REQ_TYPE_FS checkChristoph Hellwig
2017-01-31scm_blk: remove unneeded REQ_TYPE_FS checkChristoph Hellwig
2017-01-31virtio_blk: make SCSI passthrough support configurableChristoph Hellwig
2017-01-31virtio_blk: remove struct request backpointer from virtblk_reqChristoph Hellwig
2017-01-31block: make scsi_request and scsi ioctl support optionalChristoph Hellwig
2017-01-31skd: implement trivial scsi ioctls directlyChristoph Hellwig
2017-01-30nvme/scsi: don't rely on BLK_MAX_CDBChristoph Hellwig
2017-01-29nvme: fix compilation of scsi componentJens Axboe
2017-01-27block: don't assign cmd_flags in __blk_rq_prep_cloneChristoph Hellwig
2017-01-27block: split scsi_request out of struct requestChristoph Hellwig
2017-01-27block/bsg: move queue creation into bsg_setup_queueChristoph Hellwig
2017-01-27scsi: allocate scsi_cmnd structures as part of struct requestChristoph Hellwig
2017-01-27scsi: remove __scsi_alloc_queueChristoph Hellwig
2017-01-27scsi: remove scsi_cmd_dma_poolChristoph Hellwig
2017-01-27scsi: respect unchecked_isa_dma for blk-mqChristoph Hellwig
2017-01-27scsi: remove gfp_flags member in scsi_host_cmd_poolChristoph Hellwig
2017-01-27scsi_dh_hp_sw: switch to scsi_execute_req_flags()Hannes Reinecke
2017-01-27scsi_dh_emc: switch to scsi_execute_req_flags()Hannes Reinecke
2017-01-27scsi_dh_rdac: switch to scsi_execute_req_flags()Hannes Reinecke
2017-01-27dm: always defer request allocation to the owner of the request_queueChristoph Hellwig