aboutsummaryrefslogtreecommitdiffstats
path: root/block (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-16blk-rq-qos: inline check for q->rq_qos functionsJens Axboe2-42/+80
2018-11-16block: add queue_is_mq() helperJens Axboe11-34/+32
2018-11-15block: add wbt_disable_default export for BFQJens Axboe1-0/+1
2018-11-15block: remove the queue_lock indirectionChristoph Hellwig11-86/+78
2018-11-15block: remove the lock argument to blk_alloc_queue_nodeChristoph Hellwig2-14/+4
2018-11-15blk-cgroup: move locking into blkg_destroy_allChristoph Hellwig1-7/+2
2018-11-15blk-cgroup: consolidate error handling in blkcg_init_queueChristoph Hellwig1-12/+10
2018-11-15block: remove a few unused exportsChristoph Hellwig6-17/+0
2018-11-15block: update a few comments for the legacy request removalChristoph Hellwig1-2/+2
2018-11-15block: remove the unused lock argument to rq_qos_throttleChristoph Hellwig5-36/+15
2018-11-15block: remove queue_lockdep_assert_heldChristoph Hellwig2-14/+0
2018-11-15block: use atomic bitops for ->queue_flagsChristoph Hellwig5-126/+24
2018-11-15block: don't hold the queue_lock over blk_abort_requestChristoph Hellwig1-1/+1
2018-11-15block: remove deadline __deadline manipulation helpersChristoph Hellwig3-40/+7
2018-11-15block: remove QUEUE_FLAG_BYPASS and ->bypassChristoph Hellwig4-40/+0
2018-11-14block: make blk_try_req_merge() staticEric Biggers1-1/+2
2018-11-14block: clean up dead code that is now redundantColin Ian King1-7/+0
2018-11-14SCSI: fix queue cleanup race before queue initialization is doneMing Lei1-3/+2
2018-11-14block: fix 32 bit overflow in __blkdev_issue_discard()Dave Chinner1-1/+3
2018-11-12block: copy ioprio in __bio_clone_fast() and bounceHannes Reinecke2-0/+2
2018-11-09block: remove set but not used variable 'et'YueHaibing1-2/+0
2018-11-09Merge tag 'for-linus-20181109' of git://git.kernel.dk/linux-blockLinus Torvalds4-22/+22
2018-11-09block: remove req->timeout_listChristoph Hellwig4-16/+0
2018-11-09block: make sure writesame bio is aligned with logical block sizeMing Lei1-1/+1
2018-11-09block: cleanup __blkdev_issue_discard()Ming Lei1-17/+6
2018-11-09block: make sure discard bio is aligned with logical block sizeMing Lei3-3/+13
2018-11-08blk-mq-tag: document tag iteration helper return valueJens Axboe1-4/+8
2018-11-08blk-mq: provide a helper to check if a queue is busyJens Axboe1-0/+26
2018-11-08blk-mq-tag: change busy_iter_fn to return whether to continue or notJens Axboe3-9/+18
2018-11-07block: Clear kernel memory before copying to userKeith Busch1-0/+1
2018-11-07blk-mq: initial support for multiple queue mapsJens Axboe3-6/+7
2018-11-07blk-mq: improve plug list sortingJens Axboe1-5/+12
2018-11-07blk-mq: cleanup and improve list insertionJens Axboe3-19/+16
2018-11-07blk-mq: cache request hardware queue mappingJens Axboe6-40/+18
2018-11-07blk-mq: separate number of hardware queues from nr_cpu_idsJens Axboe1-7/+21
2018-11-07blk-mq: support multiple hctx mapsJens Axboe2-39/+86
2018-11-07blk-mq: add 'type' attribute to the sysfs hctx directoryJens Axboe1-0/+10
2018-11-07blk-mq: allow software queue to map to multiple hardware queuesJens Axboe4-11/+21
2018-11-07blk-mq: pass in request/bio flags to queue mappingJens Axboe7-37/+57
2018-11-07blk-mq: provide dummy blk_mq_map_queue_type() helperJens Axboe1-1/+8
2018-11-07blk-mq: abstract out queue mapJens Axboe6-36/+38
2018-11-07blk-mq: kill q->mq_mapJens Axboe2-10/+7
2018-11-07block: kill request ->cpu memberJens Axboe4-6/+7
2018-11-07block: get rid of q->softirq_done_fn()Jens Axboe3-17/+10
2018-11-07block: get rid of blk_queued_rq()Jens Axboe1-1/+1
2018-11-07blk-merge: kill dead queue lock held checkJens Axboe1-3/+0
2018-11-07block: remove req_no_special_merge() from merging codeJens Axboe1-22/+3
2018-11-07block: kill request slab cacheJens Axboe2-9/+0
2018-11-07block: remove request_list codeJens Axboe4-129/+0
2018-11-07bsg: move bsg-lib parts outside of request queueJens Axboe1-16/+27