summaryrefslogtreecommitdiffstats
path: root/block/blk-core.c
Commit message (Expand)AuthorAgeFilesLines
* 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: 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
* | block: hook up writeback throttlingJens Axboe2016-11-101-2/+15
* | block: add scalable completion tracking of requestsJens Axboe2016-11-101-2/+12
* | block: immediately dispatch big size requestShaohua Li2016-11-031-1/+3
* | block: better op and flags encodingChristoph Hellwig2016-10-281-40/+20
* | block: split out request-only flags into a new namespaceChristoph Hellwig2016-10-281-34/+37
* | block: Define zoned block device operationsShaun Tancheff2016-10-181-0/+4
|/
* block: add poll_considered statisticStephen Bates2016-09-141-2/+6
* blk-mq: turn hctx->run_work into a regular work structJens Axboe2016-08-291-1/+1
* block: add kblockd_schedule_work_on()Jens Axboe2016-08-291-0/+6
* block: Fix race triggered by blk_set_queue_dying()Bart Van Assche2016-08-161-1/+3
* block: rename bio bi_rw to bi_opfJens Axboe2016-08-071-13/+13
* Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2016-07-261-72/+25
|\
| * scsi/osd: open code blk_make_requestChristoph Hellwig2016-07-201-57/+0
| * block: simplify and export blk_rq_append_bioChristoph Hellwig2016-07-201-1/+1
| * block: ensure bios return from blk_get_request are properly initializedChristoph Hellwig2016-07-201-5/+7
| * block: Export blk_pollSagi Grimberg2016-07-051-0/+1
| * block: add a separate operation type for secure eraseChristoph Hellwig2016-06-091-10/+17
* | cfq-iosched: temporarily boost queue priority for idle classesJens Axboe2016-06-091-0/+5
|/
* block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSHMike Christie2016-06-071-6/+6
* block, drivers, fs: shrink bi_rw from long to intMike Christie2016-06-071-1/+1
* block: convert is_sync helpers to use REQ_OPs.Mike Christie2016-06-071-3/+3
* block: convert merge/insert code to check for REQ_OPs.Mike Christie2016-06-071-1/+1
* block: prepare elevator to use REQ_OPs.Mike Christie2016-06-071-1/+1
* block: prepare request creation/destruction code to use REQ_OPsMike Christie2016-06-071-25/+29