summaryrefslogtreecommitdiffstats
path: root/block/blk-core.c
Commit message (Expand)AuthorAgeFilesLines
* block: don't use blocking queue entered for recursive bio submitsJens Axboe2018-06-021-1/+3
* block: move sysfs_lock into elevator_initChristoph Hellwig2018-06-011-9/+1
* block: remove the always unused name argument to elevator_initChristoph Hellwig2018-06-011-1/+1
* block: move initialization of elevator-related fields to blk_alloc_queue_nodeChristoph Hellwig2018-06-011-0/+5
* block: convert bounce, q->bio_split to bioset_init()/mempool_init()Kent Overstreet2018-05-301-3/+4
* blk-mq: Remove generation seqeunceKeith Busch2018-05-291-6/+0
* block: Add warning for bi_next not NULL in bio_endio()Kent Overstreet2018-05-141-1/+7
* block: Use bioset_init() for fs_bio_setKent Overstreet2018-05-141-1/+1
* block: use GFP_NOIO instead of __GFP_DIRECT_RECLAIMChristoph Hellwig2018-05-141-3/+2
* block: pass an explicit gfp_t to get_requestChristoph Hellwig2018-05-141-7/+7
* block: sanitize blk_get_request calling conventionsChristoph Hellwig2018-05-141-11/+3
* block: fix __get_request documentationChristoph Hellwig2018-05-141-1/+1
* block: consolidate struct request timestamp fieldsOmar Sandoval2018-05-091-9/+8
* block: get rid of struct blk_issue_statOmar Sandoval2018-05-091-1/+4
* block: pass struct request instead of struct blk_issue_stat to wbtOmar Sandoval2018-05-091-5/+5
* 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