summaryrefslogtreecommitdiff
path: root/block/blk-core.c
Commit message (Expand)AuthorAge
* block, nvme: Introduce blk_mq_req_flags_tBart Van Assche2017-11-10
* block, scsi: Make SCSI quiesce and resume work reliablyBart Van Assche2017-11-10
* block: Add the QUEUE_FLAG_PREEMPT_ONLY request queue flagBart Van Assche2017-11-10
* block: Introduce BLK_MQ_REQ_PREEMPTBart Van Assche2017-11-10
* block: Introduce blk_get_request_flags()Bart Van Assche2017-11-10
* block: Make q_usage_counter also track legacy requestsMing Lei2017-11-10
* blk-mq: Avoid that request queue removal can trigger list corruptionBart Van Assche2017-11-10
* block: pass 'run_queue' to blk_mq_request_bypass_insertMing Lei2017-11-04
* block: fix peeking requests during PMChristoph Hellwig2017-11-04
* block: add a poll_fn callback to struct request_queueChristoph Hellwig2017-11-03
* block: add a blk_steal_bios helperChristoph Hellwig2017-11-03
* block: provide a direct_make_request helperChristoph Hellwig2017-11-03
* block: Fix a race between blk_cleanup_queue() and timeout handlingBart Van Assche2017-10-30
* block: set request_list for requestShaohua Li2017-10-10
* block: move __elv_next_request to blk-core.cChristoph Hellwig2017-10-03
* blktrace: Fix potential deadlock between delete & sysfs opsWaiman Long2017-09-25
* block: directly insert blk-mq request from blk_insert_cloned_request()Jens Axboe2017-09-11
* block: Make blk_dequeue_request() staticDamien Le Moal2017-08-29
* block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2017-08-23
* block: Relax a check in blk_start_queue()Bart Van Assche2017-08-18
* blk-mq: enable checking two part inflight counts at the same timeJens Axboe2017-08-09
* block: make part_in_flight() take an array of two intsJens Axboe2017-08-09
* block: pass in queue to inflight accountingJens Axboe2017-08-09
* block: disable runtime-pm for blk-mqChristoph Hellwig2017-07-24
* bio-integrity: fold bio_integrity_enabled to bio_integrity_prepDmitry Monakhov2017-07-03
* block: don't set bounce limit in blk_init_queueChristoph Hellwig2017-06-27
* block: don't set bounce limit in blk_init_allocated_queueChristoph Hellwig2017-06-27
* block: don't bother with bounce limits for make_request driversChristoph Hellwig2017-06-27
* block: add support for write hints in a bioJens Axboe2017-06-27
* block: Fix off-by-one errors in blk_status_to_errno() and print_req_error()Bart Van Assche2017-06-21
* block: Document what queue type each function is intended forBart Van Assche2017-06-20
* block: Check locking assumptions at runtimeBart Van Assche2017-06-20
* block: Introduce request_queue.initialize_rq_fn()Bart Van Assche2017-06-20
* block: Make request operation type argument declarations consistentBart Van Assche2017-06-20
* block: return on congested block deviceGoldwyn Rodrigues2017-06-20
* blk: use non-rescuing bioset for q->bio_split.NeilBrown2017-06-18
* blk: make the bioset rescue_workqueue optional.NeilBrown2017-06-18
* blk: replace bioset_create_nobvec() with a flags arg to bioset_create()NeilBrown2017-06-18
* blk: remove bio_set arg from blk_queue_split()NeilBrown2017-06-18
* Merge tag 'v4.12-rc5' into for-4.13/blockJens Axboe2017-06-12
|\
| * block: Avoid that blk_exit_rl() triggers a use-after-freeBart Van Assche2017-06-01
* | block: switch bios to blk_status_tChristoph Hellwig2017-06-09
* | block: introduce new block status code typeChristoph Hellwig2017-06-09
|/
* block: handle partial completions for special payload requestsChristoph Hellwig2017-05-11
* blk-mq: untangle debugfs and sysfsOmar Sandoval2017-05-04
* blk-mq: move debugfs declarations to a separate header fileOmar Sandoval2017-05-04
* blk-mq: unify hctx delay_work and run_workJens Axboe2017-04-28
* block: add kblock_mod_delayed_work_on()Jens Axboe2017-04-28
* blk-mq: unify hctx delayed_run_work and run_workJens Axboe2017-04-28
* blk-mq: Unregister debugfs attributes earlierBart Van Assche2017-04-26