summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2021-09-18scsi: bsg: Remove support for SCSI_IOCTL_SEND_COMMANDChristoph Hellwig1-1/+4
2021-09-18block: bfq: fix bfq_set_next_ioprio_data()Damien Le Moal1-1/+1
2021-09-18blk-zoned: allow BLKREPORTZONE without CAP_SYS_ADMINNiklas Cassel1-3/+0
2021-09-18blk-zoned: allow zone management send operations without CAP_SYS_ADMINNiklas Cassel1-3/+0
2021-09-15bio: fix page leak bio_add_hw_page failurePavel Begunkov1-2/+13
2021-09-15blk-crypto: fix check for too-large dun_bytesEric Biggers1-1/+1
2021-09-15block: return ELEVATOR_DISCARD_MERGE if possibleMing Lei4-16/+8
2021-09-15blk-throtl: optimize IOPS throttle for large IO scenariosChunguang Xu3-0/+36
2021-09-12blk-mq: clearing flush request reference in tags->rqs[]Ming Lei1-1/+34
2021-09-12blk-mq: fix is_flush_rqMing Lei3-6/+7
2021-09-12blk-mq: fix kernel panic during iterating over flush requestMing Lei2-1/+8
2021-09-03blk-mq: don't grab rq's refcount in blk_mq_check_expired()Ming Lei1-25/+5
2021-09-03blk-iocost: fix lockdep warning on blkcg->lockMing Lei1-4/+4
2021-08-26kyber: make trace_block_rq call consistent with documentationVincent Fu1-1/+1
2021-08-18cgroup: rstat: fix A-A deadlock on 32bit around u64_stats_syncTejun Heo1-6/+8
2021-08-12blk-iolatency: error out if blk_get_queue() failed in iolatency_set_limit()Yu Kuai1-1/+5
2021-08-04block: delay freeing the gendiskChristoph Hellwig1-2/+1
2021-08-04blk-iocost: fix operation ordering in iocg_wake_fn()Tejun Heo1-5/+6
2021-07-20block: grab a device refcount in disk_ueventChristoph Hellwig1-2/+2
2021-07-20block: fix the problem of io_ticks becoming smallerChunguang Xu1-1/+1
2021-07-20partitions: msdos: fix one-byte get_unaligned()Arnd Bergmann3-17/+12
2021-07-19rq-qos: fix missed wake-ups in rq_qos_throttle try twoJan Kara1-2/+2
2021-07-14blk-mq: update hctx->dispatch_busy in case of real schedulerMing Lei1-3/+0
2021-07-14block: fix trace completion for chained bioEdward Hsieh1-7/+6
2021-07-14block, bfq: reset waker pointer with shared queuesPaolo Valente1-2/+4
2021-07-14block, bfq: avoid delayed merge of async queuesPaolo Valente1-1/+7
2021-07-14blk-wbt: make sure throttle is enabled properlyZhang Yi1-1/+5
2021-07-14blk-wbt: introduce a new disable state to prevent false positive by rwb_enabl...Zhang Yi2-2/+4
2021-07-14block: avoid double io accounting for flush requestMing Lei1-2/+1
2021-07-14block: fix discard request mergeMing Lei1-2/+6
2021-07-14block, bfq: fix delayed stable merge checkLuca Mariotti1-1/+1
2021-07-14block: fix race between adding/removing rq qos and normal IOMing Lei1-0/+24
2021-07-14blk-mq: clear stale request in tags->rq[] before freeing one request poolMing Lei3-7/+54
2021-07-14blk-mq: grab rq->refcount before calling ->fn in blk_mq_tagset_busy_iterMing Lei3-16/+43
2021-05-22Merge tag 'block-5.13-2021-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds1-10/+1
2021-05-20block: prevent block device lookups at the beginning of del_gendiskChristoph Hellwig1-10/+1
2021-05-15Merge tag 'block-5.13-2021-05-14' of git://git.kernel.dk/linux-blockLinus Torvalds7-18/+59
2021-05-14block/partitions/efi.c: Fix the efi_partition() kernel-doc headerBart Van Assche1-1/+1
2021-05-14blk-mq: Swap two calls in blk_mq_exit_queue()Bart Van Assche1-2/+4
2021-05-14blk-mq: plug request for shared sbitmapMing Lei1-2/+3
2021-05-12block, bfq: avoid circular stable mergesPaolo Valente1-2/+29
2021-05-11blk-iocost: fix weight updates of inner active iocgsTejun Heo1-2/+12
2021-05-11kyber: fix out of bounds access when preemptedOmar Sandoval4-9/+10
2021-05-09Merge tag 'block-5.13-2021-05-09' of git://git.kernel.dk/linux-blockLinus Torvalds2-16/+2
2021-05-08Revert "bio: limit bio max size"Jens Axboe2-16/+2
2021-05-07Merge tag 'block-5.13-2021-05-07' of git://git.kernel.dk/linux-blockLinus Torvalds2-2/+16
2021-05-06include: remove pagemap.h from blkdev.hMatthew Wilcox (Oracle)1-0/+1
2021-05-03bio: limit bio max sizeChangheun Lee2-2/+16
2021-04-30cgroup: rstat: punt root-level optimization to individual controllersJohannes Weiner1-6/+11
2021-04-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds4-21/+62