summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* blk-mq-sched: (un)register elevator when (un)registering queueOmar Sandoval2017-02-061-11/+10
* block: free merged request in the callerJens Axboe2017-02-035-12/+35
* blk-merge: return the merged requestJens Axboe2017-02-032-17/+18
* blkcg: fix double free of new_blkg in blkcg_init_queueHou Tao2017-02-031-3/+1
* blk-mq-sched: bypass the scheduler for flushes entirelyOmar Sandoval2017-02-023-6/+23
* blk-mq: move debugfs_remove() of disk dir to blk_release_queue()Omar Sandoval2017-02-022-1/+4
* block: use same block debugfs directory for blk-mq and blktraceOmar Sandoval2017-02-025-16/+16
* scsi, block: fix duplicate bdi name registration crashesDan Williams2017-02-022-0/+22
* block: Get rid of blk_get_backing_dev_info()Jan Kara2017-02-023-24/+4
* block: Make blk_get_backing_dev_info() safe without open bdevJan Kara2017-02-021-5/+3
* block: Dynamically allocate and refcount backing_dev_infoJan Kara2017-02-022-8/+6
* block: Use pointer to backing_dev_info from request_queueJan Kara2017-02-027-28/+29
* block: Unhash block device inodes on gendisk destructionJan Kara2017-02-021-0/+2
* blk-mq-debug: Introduce debugfs_create_files()Bart Van Assche2017-02-011-17/+17
* blk-mq-debug: Make show() operations interruptibleBart Van Assche2017-02-011-8/+26
* blk-mq-debug: Avoid that sparse complains about req_flags_t usageBart Van Assche2017-02-012-2/+2
* blk-mq-debugfs: Add missing __acquires() / __releases() annotationsBart Van Assche2017-02-011-0/+4
* block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig2017-01-317-36/+24
* block: introduce blk_rq_is_passthroughChristoph Hellwig2017-01-315-9/+9
* block: make scsi_request and scsi ioctl support optionalChristoph Hellwig2017-01-312-2/+8
* block: don't assign cmd_flags in __blk_rq_prep_cloneChristoph Hellwig2017-01-271-1/+0
* block: split scsi_request out of struct requestChristoph Hellwig2017-01-276-128/+87
* block/bsg: move queue creation into bsg_setup_queueChristoph Hellwig2017-01-271-10/+11
* block: allow specifying size for extra command dataChristoph Hellwig2017-01-273-17/+54
* block: simplify blk_init_allocated_queueChristoph Hellwig2017-01-271-23/+15
* block: fix elevator init checkChristoph Hellwig2017-01-271-22/+4
* Merge branch 'for-4.11/block' into for-4.11/rq-refactorJens Axboe2017-01-2726-634/+2827
|\
| * blk-mq: fix debugfs compilation issuesOmar Sandoval2017-01-273-6/+19
| * block: cleanup remaining manual checks for PREFLUSH|FUAJens Axboe2017-01-272-2/+2
| * blk-mq-sched: add flush insertion into blk_mq_sched_insert_request()Jens Axboe2017-01-278-55/+89
| * block: add a op_is_flush helperChristoph Hellwig2017-01-273-9/+8
| * blk-mq-sched: change ->dispatch_requests() to ->dispatch_request()Jens Axboe2017-01-273-13/+22
| * blk-mq-sched: fix starvation for multiple hardware queues and shared tagsJens Axboe2017-01-274-7/+40
| * blk-mq: release driver tag on a requeue eventJens Axboe2017-01-271-0/+16
| * blk-mq: fix potential race in queue restart and driver tag allocationJens Axboe2017-01-271-1/+9
| * blk-mq: improve scheduler queue sync/async runningJens Axboe2017-01-271-2/+4
| * blk-mq: move hctx and ctx counters from sysfs to debugfsOmar Sandoval2017-01-272-64/+181
| * blk-mq: move hctx io_poll, stats, and dispatched from sysfs to debugfsOmar Sandoval2017-01-272-92/+132
| * blk-mq: add tags and sched_tags bitmaps to debugfsOmar Sandoval2017-01-271-0/+50
| * blk-mq: move tags and sched_tags info from sysfs to debugfsOmar Sandoval2017-01-274-45/+86
| * blk-mq: export software queue pending map to debugfsOmar Sandoval2017-01-271-0/+21
| * blk-mq: add extra request information to debugfsOmar Sandoval2017-01-271-1/+3
| * blk-mq: move hctx->dispatch and ctx->rq_list from sysfs to debugfsOmar Sandoval2017-01-272-57/+106
| * blk-mq: add hctx->{state,flags} to debugfsOmar Sandoval2017-01-271-0/+42
| * blk-mq: create debugfs directory treeOmar Sandoval2017-01-275-0/+196
| * blk-mq-sched: check for successful allocation before assigning tagJens Axboe2017-01-261-1/+2
| * blk-mq: don't lose flags passed in to blk_mq_alloc_request()Jens Axboe2017-01-262-4/+4
| * blk-mq: only apply active queue tag throttling for driver tagsJens Axboe2017-01-252-10/+15
| * cfq-iosched: Adjust one function call together with a variable assignmentMarkus Elfring2017-01-231-2/+4
| * blk-throttle: Adjust two function calls together with a variable assignmentMarkus Elfring2017-01-231-2/+4