aboutsummaryrefslogtreecommitdiffstats
path: root/block
AgeCommit message (Expand)Author
2020-10-20Merge branch 'master-next'Bruce Ashfield
2020-10-16Merge branch 'master-next'Bruce Ashfield
2020-10-15docs: bio: fix a kerneldoc markupMauro Carvalho Chehab
2020-10-15block: bio: fix a warning at the kernel-doc markupsMauro Carvalho Chehab
2020-10-14Merge tag 'for-5.10/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-10-13Merge tag 'drivers-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-10-13Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-10-12Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-10-09blk-mq: move cancel of hctx->run_work to the front of blk_exit_queueYang Yang
2020-10-09blk-mq: get rid of the dead flush handle code pathYufen Yu
2020-10-09block: get rid of unnecessary local variableYufen Yu
2020-10-09block: fix comment and add lockdep assertYufen Yu
2020-10-09blk-mq: use helper function to test hw stoppedYufen Yu
2020-10-09block: use helper function to test queue registerYufen Yu
2020-10-09block: remove redundant mq checkYufen Yu
2020-10-09block: invoke blk_mq_exit_sched no matter whether have .exit_schedYufen Yu
2020-10-08Merge tag 'block5.9-2020-10-08' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-10-08block: ratelimit handle_bad_sector() messageTetsuo Handa
2020-10-08blk-throttle: Re-use the throtl_set_slice_end()Baolin Wang
2020-10-08blk-throttle: Open code __throtl_de/enqueue_tg()Baolin Wang
2020-10-08blk-throttle: Move service tree validation out of the throtl_rb_first()Baolin Wang
2020-10-08blk-throttle: Move the list operation after list validationBaolin Wang
2020-10-08blk-throttle: Fix IO hang for a corner caseBaolin Wang
2020-10-08blk-throttle: Avoid tracking latency if low limit is invalidBaolin Wang
2020-10-08blk-throttle: Avoid getting the current time if tg->last_finish_time is 0Baolin Wang
2020-10-08blk-throttle: Remove a meaningless parameter for throtl_downgrade_state()Baolin Wang
2020-10-08block: Remove redundant 'return' statementBaolin Wang
2020-10-07dm: fix request-based DM to not bounce through indirect dm_submit_bioMike Snitzer
2020-10-07partitions/ibm: fix non-DASD devicesChristoph Hellwig
2020-10-06block: Consider only dispatched requests for inflight statisticGabriel Krisman Bertazi
2020-10-06block: move blk_mq_sched_try_merge to blk-merge.cChristoph Hellwig
2020-10-06block: remove the unused blk_integrity_merge_bio exportChristoph Hellwig
2020-10-06block: remove the unused blk_integrity_merge_rq exportChristoph Hellwig
2020-10-05block: warn if !__GFP_DIRECT_RECLAIM in bio_crypt_set_ctx()Eric Biggers
2020-10-05block: make blk_crypto_rq_bio_prep() able to failEric Biggers
2020-10-05block: make bio_crypt_clone() able to failEric Biggers
2020-10-05block: add a bdget_part helperChristoph Hellwig
2020-10-03iov_iter: transparently handle compat iovecs in import_iovecChristoph Hellwig
2020-10-02block: scsi_ioctl: Avoid the use of one-element arraysGustavo A. R. Silva
2020-10-02Merge tag 'block-5.9-2020-10-02' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-10-02block/scsi-ioctl: Fix kernel-infoleak in scsi_put_cdrom_generic_arg()Peilin Ye
2020-09-29Merge remote-tracking branch 'jens/for-5.10/block' into dm-5.10Mike Snitzer
2020-09-29block-mq: fix comments in blk_mq_queue_tag_busy_iteryangerkun
2020-09-29blk-mq: call commit_rqs while list empty but error happenyangerkun
2020-09-28blk-mq: add cond_resched() in __blk_mq_alloc_rq_maps()Xianting Tian
2020-09-26Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2020-09-25iocost: consider iocgs with active delays for debt forgivenessTejun Heo
2020-09-25iocost: add iocg_forgive_debt tracepointTejun Heo
2020-09-25iocost: reimplement debt forgiveness using average usageTejun Heo
2020-09-25iocost: recalculate delay after debt reductionTejun Heo