summaryrefslogtreecommitdiff
path: root/block/blk-core.c
Commit message (Expand)AuthorAge
* blk: improve order of bio handling in generic_make_request()NeilBrown2017-03-08
* Revert "scsi, block: fix duplicate bdi name registration crashes"Jan Kara2017-03-08
* block: Move bdi_unregister() to del_gendisk()Jan Kara2017-03-02
* Merge branch 'for-4.11/next' into for-4.11/linus-mergeJens Axboe2017-02-17
|\
| * block: optionally merge discontiguous discard bios into a single requestChristoph Hellwig2017-02-08
| * block: enumify ELEVATOR_*_MERGEChristoph Hellwig2017-02-08
| * block: free merged request in the callerJens Axboe2017-02-03
| * block: use same block debugfs directory for blk-mq and blktraceOmar Sandoval2017-02-02
| * scsi, block: fix duplicate bdi name registration crashesDan Williams2017-02-02
| * block: Get rid of blk_get_backing_dev_info()Jan Kara2017-02-02
| * block: Make blk_get_backing_dev_info() safe without open bdevJan Kara2017-02-02
| * block: Dynamically allocate and refcount backing_dev_infoJan Kara2017-02-02
| * block: Use pointer to backing_dev_info from request_queueJan Kara2017-02-02
| * block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig2017-01-31
| * block: introduce blk_rq_is_passthroughChristoph Hellwig2017-01-31
| * block: don't assign cmd_flags in __blk_rq_prep_cloneChristoph Hellwig2017-01-27
| * block: split scsi_request out of struct requestChristoph Hellwig2017-01-27
| * block: allow specifying size for extra command dataChristoph Hellwig2017-01-27
| * block: simplify blk_init_allocated_queueChristoph Hellwig2017-01-27
| * block: fix elevator init checkChristoph Hellwig2017-01-27
* | block: queue lock must be acquired when iterating over rlsTahsin Erdogan2017-02-01
|/
* block: cleanup remaining manual checks for PREFLUSH|FUAJens Axboe2017-01-27
* blk-mq-sched: add flush insertion into blk_mq_sched_insert_request()Jens Axboe2017-01-27
* block: add a op_is_flush helperChristoph Hellwig2017-01-27
* blk-mq-sched: add framework for MQ capable IO schedulersJens Axboe2017-01-17
* block: move rq_ioc() to blk.hJens Axboe2017-01-17
* Merge branch 'for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds2016-12-13
|\
| * block: Add iocontext priority to requestAdam Manzanares2016-10-19
* | block: improve handling of the magic discard payloadChristoph Hellwig2016-12-09
* | block: fix unintended fallthrough in generic_make_request_checks()Nicolai Stange2016-12-05
* | block: add support for REQ_OP_WRITE_ZEROESChaitanya Kulkarni2016-12-01
* | block: apply blk_partition_remap to REQ_OP_ZONE_RESETShaun Tancheff2016-11-21
* | block: deal with stale req count of plug listMing Lei2016-11-16
* | block: move poll code to blk-mqJens Axboe2016-11-11
* | block: hook up writeback throttlingJens Axboe2016-11-10
* | block: add scalable completion tracking of requestsJens Axboe2016-11-10
* | block: immediately dispatch big size requestShaohua Li2016-11-03
* | block: better op and flags encodingChristoph Hellwig2016-10-28
* | block: split out request-only flags into a new namespaceChristoph Hellwig2016-10-28
* | block: Define zoned block device operationsShaun Tancheff2016-10-18
|/
* block: add poll_considered statisticStephen Bates2016-09-14
* blk-mq: turn hctx->run_work into a regular work structJens Axboe2016-08-29
* block: add kblockd_schedule_work_on()Jens Axboe2016-08-29
* block: Fix race triggered by blk_set_queue_dying()Bart Van Assche2016-08-16
* block: rename bio bi_rw to bi_opfJens Axboe2016-08-07
* Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2016-07-26
|\
| * scsi/osd: open code blk_make_requestChristoph Hellwig2016-07-20
| * block: simplify and export blk_rq_append_bioChristoph Hellwig2016-07-20
| * block: ensure bios return from blk_get_request are properly initializedChristoph Hellwig2016-07-20
| * block: Export blk_pollSagi Grimberg2016-07-05