summaryrefslogtreecommitdiffstats
path: root/block (follow)
Commit message (Expand)AuthorAgeFilesLines
* block: add an optional probe callback to major_namesChristoph Hellwig2020-11-161-3/+18
* block: rework requesting modules for unclaimed devicesChristoph Hellwig2020-11-161-10/+15
* block: split block_class_lockChristoph Hellwig2020-11-161-14/+15
* block: open code kobj_map into in block/genhd.cChristoph Hellwig2020-11-161-13/+117
* block: cleanup del_gendisk a bitChristoph Hellwig2020-11-161-7/+8
* block: remove __blkdev_driver_ioctlChristoph Hellwig2020-11-161-20/+5
* block: remove set_device_roChristoph Hellwig2020-11-162-8/+1
* block: don't call into the driver for BLKROSETChristoph Hellwig2020-11-161-23/+0
* block: add a new set_read_only methodChristoph Hellwig2020-11-161-0/+5
* block: don't call into the driver for BLKFLSBUFChristoph Hellwig2020-11-161-7/+0
* block: add a return value to set_capacity_revalidate_and_notifyChristoph Hellwig2020-11-121-1/+4
* blk-mq: mark flush request as IDLE in flush_end_io()Ming Lei2020-10-301-0/+1
* block: advance iov_iter on bio_add_hw_page failureNaohiro Aota2020-10-281-4/+7
* blk-cgroup: Pre-allocate tree node on blkg_conf_prepGabriel Krisman Bertazi2020-10-261-2/+12
* blk-cgroup: Fix memleak on error pathGabriel Krisman Bertazi2020-10-261-0/+1
* Merge tag 'block-5.10-2020-10-24' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-243-3/+7
|\
| * block: blk-mq: fix a kernel-doc markupMauro Carvalho Chehab2020-10-231-1/+1
| * blk-mq: remove the calling of local_memory_node()Xianting Tian2020-10-202-2/+2
| * block: add zone specific block statusesKeith Busch2020-10-131-0/+4
* | docs: bio: fix a kerneldoc markupMauro Carvalho Chehab2020-10-151-1/+1
* | block: bio: fix a warning at the kernel-doc markupsMauro Carvalho Chehab2020-10-151-1/+1
* | Merge tag 'for-5.10/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-10-151-1/+0
|\ \ | |/ |/|
| * dm: fix request-based DM to not bounce through indirect dm_submit_bioMike Snitzer2020-10-081-1/+0
| * Merge remote-tracking branch 'jens/for-5.10/block' into dm-5.10Mike Snitzer2020-09-2928-1250/+2194
| |\
* | \ Merge tag 'drivers-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-131-3/+3
|\ \ \
| * | | block: scsi_ioctl: Avoid the use of one-element arraysGustavo A. R. Silva2020-10-031-3/+3
| * | | Merge branch 'for-5.10/block' into for-5.10/driversJens Axboe2020-09-2427-1234/+2116
| |\ \ \ | | |/ / | |/| |
* | | | Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-1335-1405/+2360
|\ \ \ \
| * | | | blk-mq: move cancel of hctx->run_work to the front of blk_exit_queueYang Yang2020-10-092-3/+8
| * | | | blk-mq: get rid of the dead flush handle code pathYufen Yu2020-10-091-6/+0
| * | | | block: get rid of unnecessary local variableYufen Yu2020-10-091-3/+1
| * | | | block: fix comment and add lockdep assertYufen Yu2020-10-091-10/+4
| * | | | blk-mq: use helper function to test hw stoppedYufen Yu2020-10-091-1/+1
| * | | | block: use helper function to test queue registerYufen Yu2020-10-092-2/+2
| * | | | block: remove redundant mq checkYufen Yu2020-10-091-2/+2
| * | | | block: invoke blk_mq_exit_sched no matter whether have .exit_schedYufen Yu2020-10-092-3/+1
| * | | | block: ratelimit handle_bad_sector() messageTetsuo Handa2020-10-081-5/+4
| * | | | blk-throttle: Re-use the throtl_set_slice_end()Baolin Wang2020-10-081-1/+1
| * | | | blk-throttle: Open code __throtl_de/enqueue_tg()Baolin Wang2020-10-081-17/+9
| * | | | blk-throttle: Move service tree validation out of the throtl_rb_first()Baolin Wang2020-10-081-4/+5
| * | | | blk-throttle: Move the list operation after list validationBaolin Wang2020-10-081-2/+4
| * | | | blk-throttle: Fix IO hang for a corner caseBaolin Wang2020-10-081-4/+4
| * | | | blk-throttle: Avoid tracking latency if low limit is invalidBaolin Wang2020-10-081-1/+3
| * | | | blk-throttle: Avoid getting the current time if tg->last_finish_time is 0Baolin Wang2020-10-081-2/+6
| * | | | blk-throttle: Remove a meaningless parameter for throtl_downgrade_state()Baolin Wang2020-10-081-3/+3
| * | | | block: Remove redundant 'return' statementBaolin Wang2020-10-082-2/+2
| * | | | block: Consider only dispatched requests for inflight statisticGabriel Krisman Bertazi2020-10-061-1/+1
| * | | | block: move blk_mq_sched_try_merge to blk-merge.cChristoph Hellwig2020-10-063-63/+50
| * | | | block: remove the unused blk_integrity_merge_bio exportChristoph Hellwig2020-10-062-1/+7
| * | | | block: remove the unused blk_integrity_merge_rq exportChristoph Hellwig2020-10-062-1/+8