summaryrefslogtreecommitdiffstats
path: root/block/blk-core.c
Commit message (Expand)AuthorAgeFilesLines
* block: Make blk_dequeue_request() staticDamien Le Moal2017-08-291-4/+1
* block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2017-08-231-51/+49
* block: Relax a check in blk_start_queue()Bart Van Assche2017-08-181-1/+1
* blk-mq: enable checking two part inflight counts at the same timeJens Axboe2017-08-091-13/+25
* block: make part_in_flight() take an array of two intsJens Axboe2017-08-091-4/+4
* block: pass in queue to inflight accountingJens Axboe2017-08-091-10/+12
* block: disable runtime-pm for blk-mqChristoph Hellwig2017-07-241-0/+4
* bio-integrity: fold bio_integrity_enabled to bio_integrity_prepDmitry Monakhov2017-07-031-4/+1
* block: don't set bounce limit in blk_init_queueChristoph Hellwig2017-06-271-5/+0
* block: don't set bounce limit in blk_init_allocated_queueChristoph Hellwig2017-06-271-5/+5
* block: don't bother with bounce limits for make_request driversChristoph Hellwig2017-06-271-0/+5
* block: add support for write hints in a bioJens Axboe2017-06-271-0/+1
* block: Fix off-by-one errors in blk_status_to_errno() and print_req_error()Bart Van Assche2017-06-211-2/+2
* block: Document what queue type each function is intended forBart Van Assche2017-06-201-0/+33
* block: Check locking assumptions at runtimeBart Van Assche2017-06-201-24/+47
* block: Introduce request_queue.initialize_rq_fn()Bart Van Assche2017-06-201-4/+13
* block: Make request operation type argument declarations consistentBart Van Assche2017-06-201-6/+7
* block: return on congested block deviceGoldwyn Rodrigues2017-06-201-2/+20
* blk: use non-rescuing bioset for q->bio_split.NeilBrown2017-06-181-2/+1
* blk: make the bioset rescue_workqueue optional.NeilBrown2017-06-181-1/+2
* blk: replace bioset_create_nobvec() with a flags arg to bioset_create()NeilBrown2017-06-181-1/+1
* blk: remove bio_set arg from blk_queue_split()NeilBrown2017-06-181-1/+1
* Merge tag 'v4.12-rc5' into for-4.13/blockJens Axboe2017-06-121-2/+8
|\
| * block: Avoid that blk_exit_rl() triggers a use-after-freeBart Van Assche2017-06-011-2/+8
* | block: switch bios to blk_status_tChristoph Hellwig2017-06-091-7/+13
* | block: introduce new block status code typeChristoph Hellwig2017-06-091-65/+91
|/
* block: handle partial completions for special payload requestsChristoph Hellwig2017-05-111-12/+12
* blk-mq: untangle debugfs and sysfsOmar Sandoval2017-05-041-7/+2
* blk-mq: move debugfs declarations to a separate header fileOmar Sandoval2017-05-041-0/+1
* blk-mq: unify hctx delay_work and run_workJens Axboe2017-04-281-3/+1
* block: add kblock_mod_delayed_work_on()Jens Axboe2017-04-281-0/+7
* blk-mq: unify hctx delayed_run_work and run_workJens Axboe2017-04-281-1/+1
* blk-mq: Unregister debugfs attributes earlierBart Van Assche2017-04-261-2/+6
* 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
OpenPOWER on IntegriCloud