summaryrefslogtreecommitdiffstats
path: root/block/blk-core.c
Commit message (Expand)AuthorAgeFilesLines
* block: convert REQ_ATOM_COMPLETE to stealing rq->__deadline bitJens Axboe2018-01-101-1/+1
* blk-mq: replace timeout synchronization with a RCU and generation based schemeTejun Heo2018-01-091-0/+2
* blk-mq: quiesce queue before freeing queueMing Lei2018-01-061-0/+9
* block: introduce zoned block devices zone write lockingChristoph Hellwig2018-01-051-0/+1
* block/laptop_mode: Convert timers to use timer_setup()Kees Cook2017-11-211-5/+5
* block: wake up all tasks blocked in get_request()Ming Lei2017-11-151-2/+2
* block, nvme: Introduce blk_mq_req_flags_tBart Van Assche2017-11-101-6/+6
* block, scsi: Make SCSI quiesce and resume work reliablyBart Van Assche2017-11-101-8/+34
* block: Add the QUEUE_FLAG_PREEMPT_ONLY request queue flagBart Van Assche2017-11-101-0/+30
* block: Introduce BLK_MQ_REQ_PREEMPTBart Van Assche2017-11-101-1/+3
* block: Introduce blk_get_request_flags()Bart Van Assche2017-11-101-15/+35
* block: Make q_usage_counter also track legacy requestsMing Lei2017-11-101-0/+12
* blk-mq: Avoid that request queue removal can trigger list corruptionBart Van Assche2017-11-101-0/+1
* block: pass 'run_queue' to blk_mq_request_bypass_insertMing Lei2017-11-041-1/+1
* block: fix peeking requests during PMChristoph Hellwig2017-11-041-17/+18
* block: add a poll_fn callback to struct request_queueChristoph Hellwig2017-11-031-0/+11
* block: add a blk_steal_bios helperChristoph Hellwig2017-11-031-0/+21
* block: provide a direct_make_request helperChristoph Hellwig2017-11-031-0/+34
* block: Fix a race between blk_cleanup_queue() and timeout handlingBart Van Assche2017-10-301-0/+2
* block: set request_list for requestShaohua Li2017-10-101-1/+1
* block: move __elv_next_request to blk-core.cChristoph Hellwig2017-10-031-2/+40
* blktrace: Fix potential deadlock between delete & sysfs opsWaiman Long2017-09-251-0/+3
* block: directly insert blk-mq request from blk_insert_cloned_request()Jens Axboe2017-09-111-1/+6
* 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