summaryrefslogtreecommitdiffstats
path: root/block/blk-core.c
Commit message (Expand)AuthorAgeFilesLines
* block: remove the errors field from struct requestChristoph Hellwig2017-04-201-13/+1
* block: Inline blk_rq_set_prio()Bart Van Assche2017-04-191-1/+6
* block: Export blk_init_request_from_bio()Bart Van Assche2017-04-191-2/+3
* block: make __blk_end_bidi_request privateChristoph Hellwig2017-04-191-1/+1
* block: remove blk_end_request_curChristoph Hellwig2017-04-191-18/+0
* block: remove blk_end_request_err and __blk_end_request_errChristoph Hellwig2017-04-191-39/+0
* block: trace completion of all bios.NeilBrown2017-04-071-1/+9
* block: fix inheriting request priority from bioAdam Manzanares2017-04-041-1/+1
* block: block new I/O just after queue is set as dyingMing Lei2017-03-291-3/+10
* block: rename blk_mq_freeze_queue_start()Ming Lei2017-03-291-1/+1
* block: add a read barrier in blk_queue_enter()Ming Lei2017-03-291-0/+9
* block: track request size in blk_issue_statShaohua Li2017-03-281-1/+1
* block: fix stacked driver stats init and freeJens Axboe2017-03-211-4/+6
* blk-stat: convert to callback-based statistics reportingOmar Sandoval2017-03-211-1/+5
* block: remove extra calls to wbt_exit()Omar Sandoval2017-03-211-1/+0
* blk: Ensure users for current->bio_list can see the full list.NeilBrown2017-03-111-12/+18
* blk: improve order of bio handling in generic_make_request()NeilBrown2017-03-081-4/+21
* Revert "scsi, block: fix duplicate bdi name registration crashes"Jan Kara2017-03-081-2/+0
* block: Move bdi_unregister() to del_gendisk()Jan Kara2017-03-021-1/+0
* Merge branch 'for-4.11/next' into for-4.11/linus-mergeJens Axboe2017-02-171-160/+165
|\
| * block: optionally merge discontiguous discard bios into a single requestChristoph Hellwig2017-02-081-0/+27
| * block: enumify ELEVATOR_*_MERGEChristoph Hellwig2017-02-081-36/+40
| * block: free merged request in the callerJens Axboe2017-02-031-3/+9
| * block: use same block debugfs directory for blk-mq and blktraceOmar Sandoval2017-02-021-0/+9
| * scsi, block: fix duplicate bdi name registration crashesDan Williams2017-02-021-0/+1
| * block: Get rid of blk_get_backing_dev_info()Jan Kara2017-02-021-14/+0
| * 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-021-7/+5
| * block: Use pointer to backing_dev_info from request_queueJan Kara2017-02-021-13/+14
| * block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig2017-01-311-4/+2
| * block: introduce blk_rq_is_passthroughChristoph Hellwig2017-01-311-4/+4
| * 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-271-31/+0
| * block: allow specifying size for extra command dataChristoph Hellwig2017-01-271-12/+47
| * block: simplify blk_init_allocated_queueChristoph Hellwig2017-01-271-23/+15
| * block: fix elevator init checkChristoph Hellwig2017-01-271-22/+4
* | block: queue lock must be acquired when iterating over rlsTahsin Erdogan2017-02-011-0/+2
|/
* block: cleanup remaining manual checks for PREFLUSH|FUAJens Axboe2017-01-271-1/+1
* blk-mq-sched: add flush insertion into blk_mq_sched_insert_request()Jens Axboe2017-01-271-1/+1
* block: add a op_is_flush helperChristoph Hellwig2017-01-271-4/+4
* blk-mq-sched: add framework for MQ capable IO schedulersJens Axboe2017-01-171-1/+3
* block: move rq_ioc() to blk.hJens Axboe2017-01-171-16/+0
* Merge branch 'for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds2016-12-131-1/+3
|\
| * block: Add iocontext priority to requestAdam Manzanares2016-10-191-1/+3
* | block: improve handling of the magic discard payloadChristoph Hellwig2016-12-091-32/+2
* | block: fix unintended fallthrough in generic_make_request_checks()Nicolai Stange2016-12-051-0/+1
* | block: add support for REQ_OP_WRITE_ZEROESChaitanya Kulkarni2016-12-011-0/+4
* | block: apply blk_partition_remap to REQ_OP_ZONE_RESETShaun Tancheff2016-11-211-1/+6
* | block: deal with stale req count of plug listMing Lei2016-11-161-1/+4
* | block: move poll code to blk-mqJens Axboe2016-11-111-46/+0