summaryrefslogtreecommitdiffstats
path: root/block
AgeCommit message (Expand)Author
2021-04-28block: return -EBUSY when there are open partitions in blkdev_reread_partChristoph Hellwig
2021-04-16block: only update parent bi_status when bio failYufen Yu
2021-03-30block: recalculate segment count for multi-segment discards correctlyDavid Jeffery
2021-03-30block: Suppress uevent for hidden device when removedDaniel Wagner
2021-03-30block: Fix REQ_OP_ZONE_RESET_ALL handlingDamien Le Moal
2021-03-30blk-cgroup: Fix the recursive blkg rwstatXunlei Pang
2021-03-17block: Discard page cache of zone reset target rangeShin'ichiro Kawasaki
2021-03-04blk-settings: align max_sectors on "logical_block_size" boundaryMikulas Patocka
2021-03-04block: reopen the device in blkdev_reread_partChristoph Hellwig
2021-03-04bsg: free the request before return error codePan Bian
2021-03-04bfq: Avoid false bfq queue mergingJan Kara
2021-02-17bfq-iosched: Revert "bfq: Fix computation of shallow depth"Lin Feng
2021-02-13blk-cgroup: Use cond_resched() when destroy blkgsBaolin Wang
2021-02-03blk-mq: test QUEUE_FLAG_HCTX_ACTIVE for sbitmap_shared in hctx_may_queueMing Lei
2021-01-19blk-mq-debugfs: Add decode for BLK_MQ_F_TAG_HCTX_SHAREDJohn Garry
2021-01-19bfq: Fix computation of shallow depthJan Kara
2021-01-17block: fix use-after-free in disk_part_iter_nextMing Lei
2021-01-12blk-iocost: fix NULL iocg deref from racing against initializationTejun Heo
2021-01-12scsi: block: Do not accept any requests while suspendedAlan Stern
2021-01-12scsi: block: Remove RQF_PREEMPT and BLK_MQ_REQ_PREEMPTBart Van Assche
2021-01-12scsi: block: Introduce BLK_MQ_REQ_PMBart Van Assche
2021-01-12block: add debugfs stanza for QUEUE_FLAG_NOWAITAndres Freund
2021-01-06scsi: block: Fix a race in the runtime power management codeBart Van Assche
2020-12-05Merge tag 'block-5.10-2020-12-05' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-12-04Merge tag 'for-5.10/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-12-04dm: fix IO splittingMike Snitzer
2020-12-01block: use gcd() to fix chunk_sectors limit stackingMike Snitzer
2020-11-20block/keyslot-manager: prevent crash when num_slots=1Eric Biggers
2020-11-14blk-cgroup: fix a hd_struct leak in blkcg_fill_root_iostatsChristoph Hellwig
2020-11-13block: mark flush request as IDLE when it is really finishedMing Lei
2020-11-12block: add a return value to set_capacity_revalidate_and_notifyChristoph Hellwig
2020-10-30blk-mq: mark flush request as IDLE in flush_end_io()Ming Lei
2020-10-28block: advance iov_iter on bio_add_hw_page failureNaohiro Aota
2020-10-26blk-cgroup: Pre-allocate tree node on blkg_conf_prepGabriel Krisman Bertazi
2020-10-26blk-cgroup: Fix memleak on error pathGabriel Krisman Bertazi
2020-10-24Merge tag 'block-5.10-2020-10-24' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-10-23block: blk-mq: fix a kernel-doc markupMauro Carvalho Chehab
2020-10-20blk-mq: remove the calling of local_memory_node()Xianting Tian
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-13block: add zone specific block statusesKeith Busch
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