aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-11blk: Ensure users for current->bio_list can see the full list.NeilBrown1-12/+18
2017-03-08blk: improve order of bio handling in generic_make_request()NeilBrown1-4/+21
2017-03-08Revert "scsi, block: fix duplicate bdi name registration crashes"Jan Kara1-2/+0
2017-03-02block: Move bdi_unregister() to del_gendisk()Jan Kara1-1/+0
2017-02-17Merge branch 'for-4.11/next' into for-4.11/linus-mergeJens Axboe1-160/+165
2017-02-08block: optionally merge discontiguous discard bios into a single requestChristoph Hellwig1-0/+27
2017-02-08block: enumify ELEVATOR_*_MERGEChristoph Hellwig1-36/+40
2017-02-03block: free merged request in the callerJens Axboe1-3/+9
2017-02-02block: use same block debugfs directory for blk-mq and blktraceOmar Sandoval1-0/+9
2017-02-02scsi, block: fix duplicate bdi name registration crashesDan Williams1-0/+1
2017-02-02block: Get rid of blk_get_backing_dev_info()Jan Kara1-14/+0
2017-02-02block: Make blk_get_backing_dev_info() safe without open bdevJan Kara1-5/+3
2017-02-02block: Dynamically allocate and refcount backing_dev_infoJan Kara1-7/+5
2017-02-02block: Use pointer to backing_dev_info from request_queueJan Kara1-13/+14
2017-02-01block: queue lock must be acquired when iterating over rlsTahsin Erdogan1-0/+2
2017-01-31block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig1-4/+2
2017-01-31block: introduce blk_rq_is_passthroughChristoph Hellwig1-4/+4
2017-01-27block: don't assign cmd_flags in __blk_rq_prep_cloneChristoph Hellwig1-1/+0
2017-01-27block: split scsi_request out of struct requestChristoph Hellwig1-31/+0
2017-01-27block: allow specifying size for extra command dataChristoph Hellwig1-12/+47
2017-01-27block: simplify blk_init_allocated_queueChristoph Hellwig1-23/+15
2017-01-27block: fix elevator init checkChristoph Hellwig1-22/+4
2017-01-27block: cleanup remaining manual checks for PREFLUSH|FUAJens Axboe1-1/+1
2017-01-27blk-mq-sched: add flush insertion into blk_mq_sched_insert_request()Jens Axboe1-1/+1
2017-01-27block: add a op_is_flush helperChristoph Hellwig1-4/+4
2017-01-17blk-mq-sched: add framework for MQ capable IO schedulersJens Axboe1-1/+3
2017-01-17block: move rq_ioc() to blk.hJens Axboe1-16/+0
2016-12-13Merge branch 'for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libataLinus Torvalds1-1/+3
2016-12-09block: improve handling of the magic discard payloadChristoph Hellwig1-32/+2
2016-12-05block: fix unintended fallthrough in generic_make_request_checks()Nicolai Stange1-0/+1
2016-12-01block: add support for REQ_OP_WRITE_ZEROESChaitanya Kulkarni1-0/+4
2016-11-21block: apply blk_partition_remap to REQ_OP_ZONE_RESETShaun Tancheff1-1/+6
2016-11-16block: deal with stale req count of plug listMing Lei1-1/+4
2016-11-11block: move poll code to blk-mqJens Axboe1-46/+0
2016-11-10block: hook up writeback throttlingJens Axboe1-2/+15
2016-11-10block: add scalable completion tracking of requestsJens Axboe1-2/+12
2016-11-03block: immediately dispatch big size requestShaohua Li1-1/+3
2016-10-28block: better op and flags encodingChristoph Hellwig1-40/+20
2016-10-28block: split out request-only flags into a new namespaceChristoph Hellwig1-34/+37
2016-10-19block: Add iocontext priority to requestAdam Manzanares1-1/+3
2016-10-18block: Define zoned block device operationsShaun Tancheff1-0/+4
2016-09-14block: add poll_considered statisticStephen Bates1-2/+6
2016-08-29blk-mq: turn hctx->run_work into a regular work structJens Axboe1-1/+1
2016-08-29block: add kblockd_schedule_work_on()Jens Axboe1-0/+6
2016-08-16block: Fix race triggered by blk_set_queue_dying()Bart Van Assche1-1/+3
2016-08-07block: rename bio bi_rw to bi_opfJens Axboe1-13/+13
2016-07-26Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-72/+25
2016-07-20scsi/osd: open code blk_make_requestChristoph Hellwig1-57/+0
2016-07-20block: simplify and export blk_rq_append_bioChristoph Hellwig1-1/+1
2016-07-20block: ensure bios return from blk_get_request are properly initializedChristoph Hellwig1-5/+7