aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2020-11-12block: add a return value to set_capacity_revalidate_and_notifyGravatar Christoph Hellwig 1-1/+4
2020-10-30blk-mq: mark flush request as IDLE in flush_end_io()Gravatar Ming Lei 1-0/+1
2020-10-28block: advance iov_iter on bio_add_hw_page failureGravatar Naohiro Aota 1-4/+7
2020-10-26blk-cgroup: Pre-allocate tree node on blkg_conf_prepGravatar Gabriel Krisman Bertazi 1-2/+12
2020-10-26blk-cgroup: Fix memleak on error pathGravatar Gabriel Krisman Bertazi 1-0/+1
2020-10-24Merge tag 'block-5.10-2020-10-24' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 3-3/+7
2020-10-23block: blk-mq: fix a kernel-doc markupGravatar Mauro Carvalho Chehab 1-1/+1
2020-10-20blk-mq: remove the calling of local_memory_node()Gravatar Xianting Tian 2-2/+2
2020-10-15docs: bio: fix a kerneldoc markupGravatar Mauro Carvalho Chehab 1-1/+1
2020-10-15block: bio: fix a warning at the kernel-doc markupsGravatar Mauro Carvalho Chehab 1-1/+1
2020-10-14Merge tag 'for-5.10/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+0
2020-10-13block: add zone specific block statusesGravatar Keith Busch 1-0/+4
2020-10-13Merge tag 'drivers-5.10-2020-10-12' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-3/+3
2020-10-13Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 35-1405/+2360
2020-10-12Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-10/+2
2020-10-09blk-mq: move cancel of hctx->run_work to the front of blk_exit_queueGravatar Yang Yang 2-3/+8
2020-10-09blk-mq: get rid of the dead flush handle code pathGravatar Yufen Yu 1-6/+0
2020-10-09block: get rid of unnecessary local variableGravatar Yufen Yu 1-3/+1
2020-10-09block: fix comment and add lockdep assertGravatar Yufen Yu 1-10/+4
2020-10-09blk-mq: use helper function to test hw stoppedGravatar Yufen Yu 1-1/+1
2020-10-09block: use helper function to test queue registerGravatar Yufen Yu 2-2/+2
2020-10-09block: remove redundant mq checkGravatar Yufen Yu 1-2/+2
2020-10-09block: invoke blk_mq_exit_sched no matter whether have .exit_schedGravatar Yufen Yu 2-3/+1
2020-10-08Merge tag 'block5.9-2020-10-08' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-4/+4
2020-10-08block: ratelimit handle_bad_sector() messageGravatar Tetsuo Handa 1-5/+4
2020-10-08blk-throttle: Re-use the throtl_set_slice_end()Gravatar Baolin Wang 1-1/+1
2020-10-08blk-throttle: Open code __throtl_de/enqueue_tg()Gravatar Baolin Wang 1-17/+9
2020-10-08blk-throttle: Move service tree validation out of the throtl_rb_first()Gravatar Baolin Wang 1-4/+5
2020-10-08blk-throttle: Move the list operation after list validationGravatar Baolin Wang 1-2/+4
2020-10-08blk-throttle: Fix IO hang for a corner caseGravatar Baolin Wang 1-4/+4
2020-10-08blk-throttle: Avoid tracking latency if low limit is invalidGravatar Baolin Wang 1-1/+3
2020-10-08blk-throttle: Avoid getting the current time if tg->last_finish_time is 0Gravatar Baolin Wang 1-2/+6
2020-10-08blk-throttle: Remove a meaningless parameter for throtl_downgrade_state()Gravatar Baolin Wang 1-3/+3
2020-10-08block: Remove redundant 'return' statementGravatar Baolin Wang 2-2/+2
2020-10-07dm: fix request-based DM to not bounce through indirect dm_submit_bioGravatar Mike Snitzer 1-1/+0
2020-10-07partitions/ibm: fix non-DASD devicesGravatar Christoph Hellwig 1-4/+3
2020-10-06block: Consider only dispatched requests for inflight statisticGravatar Gabriel Krisman Bertazi 1-1/+1
2020-10-06block: move blk_mq_sched_try_merge to blk-merge.cGravatar Christoph Hellwig 3-63/+50
2020-10-06block: remove the unused blk_integrity_merge_bio exportGravatar Christoph Hellwig 2-1/+7
2020-10-06block: remove the unused blk_integrity_merge_rq exportGravatar Christoph Hellwig 2-1/+8
2020-10-05block: warn if !__GFP_DIRECT_RECLAIM in bio_crypt_set_ctx()Gravatar Eric Biggers 1-1/+9
2020-10-05block: make blk_crypto_rq_bio_prep() able to failGravatar Eric Biggers 4-20/+34
2020-10-05block: make bio_crypt_clone() able to failGravatar Eric Biggers 3-22/+22
2020-10-05block: add a bdget_part helperGravatar Christoph Hellwig 2-2/+2
2020-10-03iov_iter: transparently handle compat iovecs in import_iovecGravatar Christoph Hellwig 1-10/+2
2020-10-02block: scsi_ioctl: Avoid the use of one-element arraysGravatar Gustavo A. R. Silva 1-3/+3
2020-10-02Merge tag 'block-5.9-2020-10-02' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-9/+9
2020-10-02block/scsi-ioctl: Fix kernel-infoleak in scsi_put_cdrom_generic_arg()Gravatar Peilin Ye 1-0/+1
2020-09-29Merge remote-tracking branch 'jens/for-5.10/block' into dm-5.10Gravatar Mike Snitzer 28-1250/+2194
2020-09-29block-mq: fix comments in blk_mq_queue_tag_busy_iterGravatar yangerkun 1-3/+1