summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm-current/current'Stephen Rothwell2018-11-291-1/+1
|\
| * block: restore /proc/partitions to not display non-partitionable removable de...Josh Hunt2018-11-191-1/+1
* | block: add io timeout to sysfsWeiping Zhang2018-11-281-0/+27
* | block: use rcu_work instead of call_rcu to avoid sleep in softirqYufen Yu2018-11-281-3/+5
* | blk-mq: fix failure to decrement plug count on single rq removalJens Axboe2018-11-281-1/+3
* | block: sum requests in the plug structureJens Axboe2018-11-263-39/+9
* | blk-mq: Simplify request completion stateKeith Busch2018-11-261-3/+1
* | blk-mq: Return true if request was completedKeith Busch2018-11-261-2/+3
* | blk-mq: never redirect polled IO completionsJens Axboe2018-11-261-1/+6
* | blk-mq: ensure mq_ops ->poll() is entered at least onceJens Axboe2018-11-261-2/+2
* | block: make blk_poll() take a parameter on whether to spin or notJens Axboe2018-11-262-6/+9
* | blk-mq: remove 'tag' parameter from mq_ops->poll()Jens Axboe2018-11-261-1/+1
* | blk-mq: when polling for IO, look for any completionJens Axboe2018-11-262-37/+47
* | blk-mq: not embed .mq_kobj and ctx->kobj into queue instanceMing Lei2018-11-213-17/+62
* | block: fix attempt to assign NULL io_contextJens Axboe2018-11-201-1/+8
* | block: Initialize BIO I/O priority earlyDamien Le Moal2018-11-191-4/+1
* | block: prevent merging of requests with different prioritiesDamien Le Moal2018-11-192-5/+6
* | block: Introduce get_current_ioprio()Damien Le Moal2018-11-191-5/+1
* | block: Remove bio->bi_iocDamien Le Moal2018-11-196-26/+6
* | block: have ->poll_fn() return number of entries polledJens Axboe2018-11-191-9/+9
* | block: avoid ordered task state change for polled IOJens Axboe2018-11-191-2/+2
* | Merge tag 'v4.20-rc3' into for-4.21/blockJens Axboe2018-11-186-24/+27
|\|
| * SCSI: fix queue cleanup race before queue initialization is doneMing Lei2018-11-141-3/+2
| * block: fix 32 bit overflow in __blkdev_issue_discard()Dave Chinner2018-11-141-1/+3
| * block: copy ioprio in __bio_clone_fast() and bounceHannes Reinecke2018-11-122-0/+2
| * Merge tag 'for-linus-20181109' of git://git.kernel.dk/linux-blockLinus Torvalds2018-11-094-22/+22
| |\
| | * block: make sure writesame bio is aligned with logical block sizeMing Lei2018-11-091-1/+1
| | * block: cleanup __blkdev_issue_discard()Ming Lei2018-11-091-17/+6
| | * block: make sure discard bio is aligned with logical block sizeMing Lei2018-11-093-3/+13
| | * block: Clear kernel memory before copying to userKeith Busch2018-11-071-0/+1
| | * block: respect virtual boundary mask in bvecsJohannes Thumshirn2018-11-072-2/+2
* | | blk-rq-qos: inline check for q->rq_qos functionsJens Axboe2018-11-162-42/+80
* | | block: add queue_is_mq() helperJens Axboe2018-11-1611-34/+32
* | | block: add wbt_disable_default export for BFQJens Axboe2018-11-151-0/+1
* | | block: remove the queue_lock indirectionChristoph Hellwig2018-11-1511-86/+78
* | | block: remove the lock argument to blk_alloc_queue_nodeChristoph Hellwig2018-11-152-14/+4
* | | blk-cgroup: move locking into blkg_destroy_allChristoph Hellwig2018-11-151-7/+2
* | | blk-cgroup: consolidate error handling in blkcg_init_queueChristoph Hellwig2018-11-151-12/+10
* | | block: remove a few unused exportsChristoph Hellwig2018-11-156-17/+0
* | | block: update a few comments for the legacy request removalChristoph Hellwig2018-11-151-2/+2
* | | block: remove the unused lock argument to rq_qos_throttleChristoph Hellwig2018-11-155-36/+15
* | | block: remove queue_lockdep_assert_heldChristoph Hellwig2018-11-152-14/+0
* | | block: use atomic bitops for ->queue_flagsChristoph Hellwig2018-11-155-126/+24
* | | block: don't hold the queue_lock over blk_abort_requestChristoph Hellwig2018-11-151-1/+1
* | | block: remove deadline __deadline manipulation helpersChristoph Hellwig2018-11-153-40/+7
* | | block: remove QUEUE_FLAG_BYPASS and ->bypassChristoph Hellwig2018-11-154-40/+0
* | | block: make blk_try_req_merge() staticEric Biggers2018-11-141-1/+2
* | | block: clean up dead code that is now redundantColin Ian King2018-11-141-7/+0
* | | block: remove set but not used variable 'et'YueHaibing2018-11-091-2/+0
* | | block: remove req->timeout_listChristoph Hellwig2018-11-094-16/+0