summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
...
| * | | block: wbt: Remove unnecessary invoking of wbt_update_limits in wbt_initLei Chen2020-11-301-1/+0
| * | | block: remove the update_bdev parameter to set_capacity_revalidate_and_notifyChristoph Hellwig2020-11-161-8/+5
| |/ /
| * | block: fix the kerneldoc comment for __register_blkdevChristoph Hellwig2020-11-161-1/+4
| * | block: switch gendisk lookup to a simple xarrayChristoph Hellwig2020-11-161-171/+37
| * | 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
* | | Merge tag 'sched-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-12-141-3/+1
|\ \ \
| * \ \ Merge branch 'linus' into sched/core, to resolve semantic conflictIngo Molnar2020-11-274-7/+31
| |\ \ \
| * | | | smp: Cleanup smp_call_function*()Peter Zijlstra2020-11-241-3/+1
| | |_|/ | |/| |
* | | | Merge tag 'block-5.10-2020-12-05' of git://git.kernel.dk/linux-blockLinus Torvalds2020-12-051-1/+4
|\ \ \ \
| * | | | block: use gcd() to fix chunk_sectors limit stackingMike Snitzer2020-12-011-1/+4
* | | | | Merge tag 'for-5.10/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-12-041-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | dm: fix IO splittingMike Snitzer2020-12-041-1/+1
| | |_|/ | |/| |
* | | | block/keyslot-manager: prevent crash when num_slots=1Eric Biggers2020-11-201-0/+7
| |_|/ |/| |
* | | blk-cgroup: fix a hd_struct leak in blkcg_fill_root_iostatsChristoph Hellwig2020-11-141-0/+1
* | | block: mark flush request as IDLE when it is really finishedMing Lei2020-11-131-1/+6
|/ /
* | 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-141-1/+0
|\ \ | |/ |/|
| * dm: fix request-based DM to not bounce through indirect dm_submit_bioMike Snitzer2020-10-071-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-021-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