summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2021-03-30block: Fix REQ_OP_ZONE_RESET_ALL handlingDamien Le Moal1-1/+1
2021-03-30blk-cgroup: Fix the recursive blkg rwstatXunlei Pang1-1/+2
2021-03-17block: Discard page cache of zone reset target rangeShin'ichiro Kawasaki1-2/+36
2021-03-04blk-settings: align max_sectors on "logical_block_size" boundaryMikulas Patocka1-0/+12
2021-03-04block: reopen the device in blkdev_reread_partChristoph Hellwig1-7/+14
2021-03-04bsg: free the request before return error codePan Bian1-1/+3
2021-03-04bfq: Avoid false bfq queue mergingJan Kara1-0/+1
2021-02-17bfq-iosched: Revert "bfq: Fix computation of shallow depth"Lin Feng1-4/+4
2021-02-13blk-cgroup: Use cond_resched() when destroy blkgsBaolin Wang1-5/+13
2021-02-04blk-mq: test QUEUE_FLAG_HCTX_ACTIVE for sbitmap_shared in hctx_may_queueMing Lei1-1/+1
2021-01-19blk-mq-debugfs: Add decode for BLK_MQ_F_TAG_HCTX_SHAREDJohn Garry1-0/+1
2021-01-19bfq: Fix computation of shallow depthJan Kara1-4/+4
2021-01-17block: fix use-after-free in disk_part_iter_nextMing Lei1-3/+6
2021-01-12blk-iocost: fix NULL iocg deref from racing against initializationTejun Heo1-5/+11
2021-01-12scsi: block: Do not accept any requests while suspendedAlan Stern2-8/+13
2021-01-12scsi: block: Remove RQF_PREEMPT and BLK_MQ_REQ_PREEMPTBart Van Assche3-7/+3
2021-01-12scsi: block: Introduce BLK_MQ_REQ_PMBart Van Assche2-3/+6
2021-01-12block: add debugfs stanza for QUEUE_FLAG_NOWAITAndres Freund1-0/+1
2021-01-06scsi: block: Fix a race in the runtime power management codeBart Van Assche1-6/+9
2020-12-06Merge tag 'block-5.10-2020-12-05' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+4
2020-12-05Merge tag 'for-5.10/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2020-12-04dm: fix IO splittingMike Snitzer1-1/+1
2020-12-01block: use gcd() to fix chunk_sectors limit stackingMike Snitzer1-1/+4
2020-11-20block/keyslot-manager: prevent crash when num_slots=1Eric Biggers1-0/+7
2020-11-14blk-cgroup: fix a hd_struct leak in blkcg_fill_root_iostatsChristoph Hellwig1-0/+1
2020-11-14block: mark flush request as IDLE when it is really finishedMing Lei1-1/+6
2020-11-12block: add a return value to set_capacity_revalidate_and_notifyChristoph Hellwig1-1/+4
2020-10-30blk-mq: mark flush request as IDLE in flush_end_io()Ming Lei1-0/+1
2020-10-28block: advance iov_iter on bio_add_hw_page failureNaohiro Aota1-4/+7
2020-10-26blk-cgroup: Pre-allocate tree node on blkg_conf_prepGabriel Krisman Bertazi1-2/+12
2020-10-26blk-cgroup: Fix memleak on error pathGabriel Krisman Bertazi1-0/+1
2020-10-24Merge tag 'block-5.10-2020-10-24' of git://git.kernel.dk/linux-blockLinus Torvalds3-3/+7
2020-10-23block: blk-mq: fix a kernel-doc markupMauro Carvalho Chehab1-1/+1
2020-10-20blk-mq: remove the calling of local_memory_node()Xianting Tian2-2/+2
2020-10-15docs: bio: fix a kerneldoc markupMauro Carvalho Chehab1-1/+1
2020-10-15block: bio: fix a warning at the kernel-doc markupsMauro Carvalho Chehab1-1/+1
2020-10-15Merge tag 'for-5.10/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+0
2020-10-14block: add zone specific block statusesKeith Busch1-0/+4
2020-10-13Merge tag 'drivers-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+3
2020-10-13Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds35-1405/+2360
2020-10-13Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-10/+2
2020-10-09blk-mq: move cancel of hctx->run_work to the front of blk_exit_queueYang Yang2-3/+8
2020-10-09blk-mq: get rid of the dead flush handle code pathYufen Yu1-6/+0
2020-10-09block: get rid of unnecessary local variableYufen Yu1-3/+1
2020-10-09block: fix comment and add lockdep assertYufen Yu1-10/+4
2020-10-09blk-mq: use helper function to test hw stoppedYufen Yu1-1/+1
2020-10-09block: use helper function to test queue registerYufen Yu2-2/+2
2020-10-09block: remove redundant mq checkYufen Yu1-2/+2
2020-10-09block: invoke blk_mq_exit_sched no matter whether have .exit_schedYufen Yu2-3/+1
2020-10-09Merge tag 'block5.9-2020-10-08' of git://git.kernel.dk/linux-blockLinus Torvalds2-4/+4