summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-02-10blk-mq: pass bio to blk_mq_sched_get_rq_privPaolo Valente
2017-02-08block: fix double-free in the failure path of cgwb_bdi_init()Tejun Heo
2017-02-08nvme: support ranged discard requestsChristoph Hellwig
2017-02-08block: optionally merge discontiguous discard bios into a single requestChristoph Hellwig
2017-02-08block: enumify ELEVATOR_*_MERGEChristoph Hellwig
2017-02-08block: move req_set_nomerge to blk.hChristoph Hellwig
2017-02-06blk-mq-sched: (un)register elevator when (un)registering queueOmar Sandoval
2017-02-04dm: don't allow ioctls to targets that don't map to whole devicesChristoph Hellwig
2017-02-03block: free merged request in the callerJens Axboe
2017-02-03blk-merge: return the merged requestJens Axboe
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