summaryrefslogtreecommitdiffstats
path: root/block/blk-core.c
Commit message (Expand)AuthorAgeFilesLines
* block: Shorten interrupt disabled regionsThomas Gleixner2018-05-071-10/+2
* block: Remove redundant WARN_ON()Anna-Maria Gleixner2018-05-071-1/+0
* blk-mq: start request gstate with gen 1Jianchao Wang2018-04-161-0/+4
* block: do not use interruptible wait anywhereAlan Jenkins2018-04-141-7/+4
* blk-mq: Avoid that submitting a bio concurrently with device removal triggers...Bart Van Assche2018-04-101-6/+29
* Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds2018-04-051-82/+168
|\
| * block: Change a rcu_read_{lock,unlock}_sched() pair into rcu_read_{lock,unloc...Bart Van Assche2018-03-191-2/+2
| * block: bio_check_eod() needs to consider partitionsChristoph Hellwig2018-03-171-53/+40
| * block: Introduce blk_queue_flag_{set,clear,test_and_{set,clear}}()Bart Van Assche2018-03-081-16/+75
| * block: Use the queue_flag_*() functions instead of open-coding theseBart Van Assche2018-03-081-1/+1
| * block: Fix a race between request queue removal and the block cgroup controllerBart Van Assche2018-02-281-0/+31
| * block: Fix a race between the cgroup code and request queue initializationBart Van Assche2018-02-281-8/+16
| * block: Add 'lock' as third argument to blk_alloc_queue_node()Bart Van Assche2018-02-281-3/+4
* | block: fix the count of PGPGOUT for WRITE_SAMEJiufei Xue2018-03-011-1/+1
|/
* block: Add should_fail_bio() for bpf error injectionHoward McLauchlan2018-02-061-1/+10
* blk-mq: fix discard merge with scheduler attachedJens Axboe2018-02-011-0/+2
* blk-mq: introduce BLK_STS_DEV_RESOURCEMing Lei2018-01-301-0/+1
* Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-blockLinus Torvalds2018-01-291-35/+52
|\
| * block: Remove kblockd_schedule_delayed_work{,_on}()Bart Van Assche2018-01-191-14/+0
| * blk-mq: Rename blk_mq_request_direct_issue() into blk_mq_request_issue_direct...Bart Van Assche2018-01-191-1/+1
| * block: fail op_is_write() requests to read-only partitionsIlya Dryomov2018-01-181-18/+38
| * blk-mq: improve DM's blk-mq IO merging via blk_insert_cloned_request feedbackMing Lei2018-01-171-2/+1
| * 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: drain queue before waiting for q_usage_counter becoming zeroMing Lei2018-01-051-2/+7
|/
* 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