summaryrefslogtreecommitdiff
path: root/block/blk-core.c
Commit message (Expand)AuthorAge
* blk-mq: Avoid that submitting a bio concurrently with device removal triggers...Bart Van Assche2018-04-10
* Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds2018-04-05
|\
| * block: Change a rcu_read_{lock,unlock}_sched() pair into rcu_read_{lock,unloc...Bart Van Assche2018-03-19
| * block: bio_check_eod() needs to consider partitionsChristoph Hellwig2018-03-17
| * block: Introduce blk_queue_flag_{set,clear,test_and_{set,clear}}()Bart Van Assche2018-03-08
| * block: Use the queue_flag_*() functions instead of open-coding theseBart Van Assche2018-03-08
| * block: Fix a race between request queue removal and the block cgroup controllerBart Van Assche2018-02-28
| * block: Fix a race between the cgroup code and request queue initializationBart Van Assche2018-02-28
| * block: Add 'lock' as third argument to blk_alloc_queue_node()Bart Van Assche2018-02-28
* | block: fix the count of PGPGOUT for WRITE_SAMEJiufei Xue2018-03-01
|/
* block: Add should_fail_bio() for bpf error injectionHoward McLauchlan2018-02-06
* blk-mq: fix discard merge with scheduler attachedJens Axboe2018-02-01
* blk-mq: introduce BLK_STS_DEV_RESOURCEMing Lei2018-01-30
* Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-blockLinus Torvalds2018-01-29
|\
| * block: Remove kblockd_schedule_delayed_work{,_on}()Bart Van Assche2018-01-19
| * blk-mq: Rename blk_mq_request_direct_issue() into blk_mq_request_issue_direct...Bart Van Assche2018-01-19
| * block: fail op_is_write() requests to read-only partitionsIlya Dryomov2018-01-18
| * blk-mq: improve DM's blk-mq IO merging via blk_insert_cloned_request feedbackMing Lei2018-01-17
| * block: convert REQ_ATOM_COMPLETE to stealing rq->__deadline bitJens Axboe2018-01-10
| * blk-mq: replace timeout synchronization with a RCU and generation based schemeTejun Heo2018-01-09
| * blk-mq: quiesce queue before freeing queueMing Lei2018-01-06
| * block: introduce zoned block devices zone write lockingChristoph Hellwig2018-01-05
* | block: drain queue before waiting for q_usage_counter becoming zeroMing Lei2018-01-05
|/
* block/laptop_mode: Convert timers to use timer_setup()Kees Cook2017-11-21
* block: wake up all tasks blocked in get_request()Ming Lei2017-11-15
* 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