aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-01block: fix the count of PGPGOUT for WRITE_SAMEJiufei Xue1-1/+1
2018-02-06block: Add should_fail_bio() for bpf error injectionHoward McLauchlan1-1/+10
2018-02-01blk-mq: fix discard merge with scheduler attachedJens Axboe1-0/+2
2018-01-30blk-mq: introduce BLK_STS_DEV_RESOURCEMing Lei1-0/+1
2018-01-29Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-35/+52
2018-01-19block: Remove kblockd_schedule_delayed_work{,_on}()Bart Van Assche1-14/+0
2018-01-19blk-mq: Rename blk_mq_request_direct_issue() into blk_mq_request_issue_directly()Bart Van Assche1-1/+1
2018-01-18block: fail op_is_write() requests to read-only partitionsIlya Dryomov1-18/+38
2018-01-17blk-mq: improve DM's blk-mq IO merging via blk_insert_cloned_request feedbackMing Lei1-2/+1
2018-01-10block: convert REQ_ATOM_COMPLETE to stealing rq->__deadline bitJens Axboe1-1/+1
2018-01-09blk-mq: replace timeout synchronization with a RCU and generation based schemeTejun Heo1-0/+2
2018-01-06blk-mq: quiesce queue before freeing queueMing Lei1-0/+9
2018-01-05block: introduce zoned block devices zone write lockingChristoph Hellwig1-0/+1
2018-01-05block: drain queue before waiting for q_usage_counter becoming zeroMing Lei1-2/+7
2017-11-21block/laptop_mode: Convert timers to use timer_setup()Kees Cook1-5/+5
2017-11-15block: wake up all tasks blocked in get_request()Ming Lei1-2/+2
2017-11-10block, nvme: Introduce blk_mq_req_flags_tBart Van Assche1-6/+6
2017-11-10block, scsi: Make SCSI quiesce and resume work reliablyBart Van Assche1-8/+34
2017-11-10block: Add the QUEUE_FLAG_PREEMPT_ONLY request queue flagBart Van Assche1-0/+30
2017-11-10block: Introduce BLK_MQ_REQ_PREEMPTBart Van Assche1-1/+3
2017-11-10block: Introduce blk_get_request_flags()Bart Van Assche1-15/+35
2017-11-10block: Make q_usage_counter also track legacy requestsMing Lei1-0/+12
2017-11-10blk-mq: Avoid that request queue removal can trigger list corruptionBart Van Assche1-0/+1
2017-11-04block: pass 'run_queue' to blk_mq_request_bypass_insertMing Lei1-1/+1
2017-11-04block: fix peeking requests during PMChristoph Hellwig1-17/+18
2017-11-03block: add a poll_fn callback to struct request_queueChristoph Hellwig1-0/+11
2017-11-03block: add a blk_steal_bios helperChristoph Hellwig1-0/+21
2017-11-03block: provide a direct_make_request helperChristoph Hellwig1-0/+34
2017-10-30block: Fix a race between blk_cleanup_queue() and timeout handlingBart Van Assche1-0/+2
2017-10-10block: set request_list for requestShaohua Li1-1/+1
2017-10-03block: move __elv_next_request to blk-core.cChristoph Hellwig1-2/+40
2017-09-25blktrace: Fix potential deadlock between delete & sysfs opsWaiman Long1-0/+3
2017-09-11block: directly insert blk-mq request from blk_insert_cloned_request()Jens Axboe1-1/+6
2017-08-29block: Make blk_dequeue_request() staticDamien Le Moal1-4/+1
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig1-51/+49
2017-08-18block: Relax a check in blk_start_queue()Bart Van Assche1-1/+1
2017-08-09blk-mq: enable checking two part inflight counts at the same timeJens Axboe1-13/+25
2017-08-09block: make part_in_flight() take an array of two intsJens Axboe1-4/+4
2017-08-09block: pass in queue to inflight accountingJens Axboe1-10/+12
2017-07-24block: disable runtime-pm for blk-mqChristoph Hellwig1-0/+4
2017-07-03bio-integrity: fold bio_integrity_enabled to bio_integrity_prepDmitry Monakhov1-4/+1
2017-06-27block: don't set bounce limit in blk_init_queueChristoph Hellwig1-5/+0
2017-06-27block: don't set bounce limit in blk_init_allocated_queueChristoph Hellwig1-5/+5
2017-06-27block: don't bother with bounce limits for make_request driversChristoph Hellwig1-0/+5
2017-06-27block: add support for write hints in a bioJens Axboe1-0/+1
2017-06-21block: Fix off-by-one errors in blk_status_to_errno() and print_req_error()Bart Van Assche1-2/+2
2017-06-20block: Document what queue type each function is intended forBart Van Assche1-0/+33
2017-06-20block: Check locking assumptions at runtimeBart Van Assche1-24/+47
2017-06-20block: Introduce request_queue.initialize_rq_fn()Bart Van Assche1-4/+13
2017-06-20block: Make request operation type argument declarations consistentBart Van Assche1-6/+7