summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2018-11-19block: Remove bio->bi_iocDamien Le Moal
2018-11-19block: have ->poll_fn() return number of entries polledJens Axboe
2018-11-19block: avoid ordered task state change for polled IOJens Axboe
2018-11-18Merge tag 'v4.20-rc3' into for-4.21/blockJens Axboe
2018-11-16blk-rq-qos: inline check for q->rq_qos functionsJens Axboe
2018-11-16block: add queue_is_mq() helperJens Axboe
2018-11-15block: add wbt_disable_default export for BFQJens Axboe
2018-11-15block: remove the queue_lock indirectionChristoph Hellwig
2018-11-15block: remove the lock argument to blk_alloc_queue_nodeChristoph Hellwig
2018-11-15blk-cgroup: move locking into blkg_destroy_allChristoph Hellwig
2018-11-15blk-cgroup: consolidate error handling in blkcg_init_queueChristoph Hellwig
2018-11-15block: remove a few unused exportsChristoph Hellwig
2018-11-15block: update a few comments for the legacy request removalChristoph Hellwig
2018-11-15block: remove the unused lock argument to rq_qos_throttleChristoph Hellwig
2018-11-15block: remove queue_lockdep_assert_heldChristoph Hellwig
2018-11-15block: use atomic bitops for ->queue_flagsChristoph Hellwig
2018-11-15block: don't hold the queue_lock over blk_abort_requestChristoph Hellwig
2018-11-15block: remove deadline __deadline manipulation helpersChristoph Hellwig
2018-11-15block: remove QUEUE_FLAG_BYPASS and ->bypassChristoph Hellwig
2018-11-14block: make blk_try_req_merge() staticEric Biggers
2018-11-14block: clean up dead code that is now redundantColin Ian King
2018-11-14SCSI: fix queue cleanup race before queue initialization is doneMing Lei
2018-11-14block: fix 32 bit overflow in __blkdev_issue_discard()Dave Chinner
2018-11-12block: copy ioprio in __bio_clone_fast() and bounceHannes Reinecke
2018-11-09block: remove set but not used variable 'et'YueHaibing
2018-11-09Merge tag 'for-linus-20181109' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-11-09block: remove req->timeout_listChristoph Hellwig
2018-11-09block: make sure writesame bio is aligned with logical block sizeMing Lei
2018-11-09block: cleanup __blkdev_issue_discard()Ming Lei
2018-11-09block: make sure discard bio is aligned with logical block sizeMing Lei
2018-11-08blk-mq-tag: document tag iteration helper return valueJens Axboe
2018-11-08blk-mq: provide a helper to check if a queue is busyJens Axboe
2018-11-08blk-mq-tag: change busy_iter_fn to return whether to continue or notJens Axboe
2018-11-07block: Clear kernel memory before copying to userKeith Busch
2018-11-07blk-mq: initial support for multiple queue mapsJens Axboe
2018-11-07blk-mq: improve plug list sortingJens Axboe
2018-11-07blk-mq: cleanup and improve list insertionJens Axboe
2018-11-07blk-mq: cache request hardware queue mappingJens Axboe
2018-11-07blk-mq: separate number of hardware queues from nr_cpu_idsJens Axboe
2018-11-07blk-mq: support multiple hctx mapsJens Axboe
2018-11-07blk-mq: add 'type' attribute to the sysfs hctx directoryJens Axboe
2018-11-07blk-mq: allow software queue to map to multiple hardware queuesJens Axboe
2018-11-07blk-mq: pass in request/bio flags to queue mappingJens Axboe
2018-11-07blk-mq: provide dummy blk_mq_map_queue_type() helperJens Axboe
2018-11-07blk-mq: abstract out queue mapJens Axboe
2018-11-07blk-mq: kill q->mq_mapJens Axboe
2018-11-07block: kill request ->cpu memberJens Axboe
2018-11-07block: get rid of q->softirq_done_fn()Jens Axboe
2018-11-07block: get rid of blk_queued_rq()Jens Axboe
2018-11-07blk-merge: kill dead queue lock held checkJens Axboe