summaryrefslogtreecommitdiffstats
path: root/block
AgeCommit message (Expand)AuthorLines
2018-11-29block: improve logic around when to sort a plug listJens Axboe-5/+19
2018-11-29blk-mq: Add a NULL check in blk_mq_free_map_and_requests()Dan Carpenter-1/+1
2018-11-28block: add io timeout to sysfsWeiping Zhang-0/+27
2018-11-28block: use rcu_work instead of call_rcu to avoid sleep in softirqYufen Yu-3/+5
2018-11-28blk-mq: fix failure to decrement plug count on single rq removalJens Axboe-1/+3
2018-11-26block: sum requests in the plug structureJens Axboe-39/+9
2018-11-26blk-mq: Simplify request completion stateKeith Busch-3/+1
2018-11-26blk-mq: Return true if request was completedKeith Busch-2/+3
2018-11-26blk-mq: never redirect polled IO completionsJens Axboe-1/+6
2018-11-26blk-mq: ensure mq_ops ->poll() is entered at least onceJens Axboe-2/+2
2018-11-26block: make blk_poll() take a parameter on whether to spin or notJens Axboe-6/+9
2018-11-26blk-mq: remove 'tag' parameter from mq_ops->poll()Jens Axboe-1/+1
2018-11-26blk-mq: when polling for IO, look for any completionJens Axboe-37/+47
2018-11-21blk-mq: not embed .mq_kobj and ctx->kobj into queue instanceMing Lei-17/+62
2018-11-20block: fix attempt to assign NULL io_contextJens Axboe-1/+8
2018-11-19block: Initialize BIO I/O priority earlyDamien Le Moal-4/+1
2018-11-19block: prevent merging of requests with different prioritiesDamien Le Moal-5/+6
2018-11-19block: Introduce get_current_ioprio()Damien Le Moal-5/+1
2018-11-19block: Remove bio->bi_iocDamien Le Moal-26/+6
2018-11-19block: have ->poll_fn() return number of entries polledJens Axboe-9/+9
2018-11-19block: avoid ordered task state change for polled IOJens Axboe-2/+2
2018-11-18Merge tag 'v4.20-rc3' into for-4.21/blockJens Axboe-24/+27
2018-11-16blk-rq-qos: inline check for q->rq_qos functionsJens Axboe-42/+80
2018-11-16block: add queue_is_mq() helperJens Axboe-34/+32
2018-11-15block: add wbt_disable_default export for BFQJens Axboe-0/+1
2018-11-15block: remove the queue_lock indirectionChristoph Hellwig-86/+78
2018-11-15block: remove the lock argument to blk_alloc_queue_nodeChristoph Hellwig-14/+4
2018-11-15blk-cgroup: move locking into blkg_destroy_allChristoph Hellwig-7/+2
2018-11-15blk-cgroup: consolidate error handling in blkcg_init_queueChristoph Hellwig-12/+10
2018-11-15block: remove a few unused exportsChristoph Hellwig-17/+0
2018-11-15block: update a few comments for the legacy request removalChristoph Hellwig-2/+2
2018-11-15block: remove the unused lock argument to rq_qos_throttleChristoph Hellwig-36/+15
2018-11-15block: remove queue_lockdep_assert_heldChristoph Hellwig-14/+0
2018-11-15block: use atomic bitops for ->queue_flagsChristoph Hellwig-126/+24
2018-11-15block: don't hold the queue_lock over blk_abort_requestChristoph Hellwig-1/+1
2018-11-15block: remove deadline __deadline manipulation helpersChristoph Hellwig-40/+7
2018-11-15block: remove QUEUE_FLAG_BYPASS and ->bypassChristoph Hellwig-40/+0
2018-11-14block: make blk_try_req_merge() staticEric Biggers-1/+2
2018-11-14block: clean up dead code that is now redundantColin Ian King-7/+0
2018-11-14SCSI: fix queue cleanup race before queue initialization is doneMing Lei-3/+2
2018-11-14block: fix 32 bit overflow in __blkdev_issue_discard()Dave Chinner-1/+3
2018-11-12block: copy ioprio in __bio_clone_fast() and bounceHannes Reinecke-0/+2
2018-11-09block: remove set but not used variable 'et'YueHaibing-2/+0
2018-11-09Merge tag 'for-linus-20181109' of git://git.kernel.dk/linux-blockLinus Torvalds-22/+22
2018-11-09block: remove req->timeout_listChristoph Hellwig-16/+0
2018-11-09block: make sure writesame bio is aligned with logical block sizeMing Lei-1/+1
2018-11-09block: cleanup __blkdev_issue_discard()Ming Lei-17/+6
2018-11-09block: make sure discard bio is aligned with logical block sizeMing Lei-3/+13
2018-11-08blk-mq-tag: document tag iteration helper return valueJens Axboe-4/+8
2018-11-08blk-mq: provide a helper to check if a queue is busyJens Axboe-0/+26