aboutsummaryrefslogtreecommitdiffstats
path: root/block
AgeCommit message (Expand)Author
2023-09-27Merge branch 'master-6.5'HEADmasterBruce Ashfield
2023-09-23blk-mq: fix tags UAF when shrinking q->nr_hw_queuesChengming Zhou
2023-09-23blk-mq: prealloc tags when increase tagset nr_hw_queuesChengming Zhou
2023-09-23blk-mq: fix tags leak when shrink nr_hw_queuesChengming Zhou
2023-09-19blk-throttle: consider 'carryover_ios/bytes' in throtl_trim_slice()Yu Kuai
2023-09-19blk-throttle: use calculate_io/bytes_allowed() for throtl_trim_slice()Yu Kuai
2023-09-13block: don't add or resize partition on the disk with GENHD_FL_NO_PARTLi Lingfeng
2023-09-13block: fix pin count management when merging same-page segmentsChristoph Hellwig
2023-09-13blk-cgroup: Fix NULL deref caused by blkg_policy_data being installed before ...Tejun Heo
2023-09-13bio-integrity: create multi-page bvecs in bio_integrity_add_page()Jinyoung Choi
2023-09-13block: make bvec_try_merge_hw_page() non-staticJinyoung Choi
2023-09-13block: don't pass a bio to bio_try_merge_hw_segChristoph Hellwig
2023-09-13block: move the bi_size update out of __bio_try_merge_pageChristoph Hellwig
2023-09-13block: move the bi_size overflow check in __bio_try_merge_pageChristoph Hellwig
2023-09-13block: move the bi_vcnt check out of __bio_try_merge_pageChristoph Hellwig
2023-09-13block: move the BIO_CLONED checks out of __bio_try_merge_pageChristoph Hellwig
2023-09-13block/mq-deadline: use correct way to throttling write requestsZhiguo Niu
2023-09-13blk-flush: fix rq->flush.seq for post-flush requestsChengming Zhou
2023-09-13block: don't allow enabling a cache on devices that don't support itChristoph Hellwig
2023-09-13block: cleanup queue_wc_storeChristoph Hellwig
2023-08-19Merge tag 'block-6.5-2023-08-19' of git://git.kernel.dk/linuxLinus Torvalds
2023-08-19blk-mq: release scheduler resource when request completesChengming Zhou
2023-08-18blk-crypto: dynamically allocate fallback profileSweet Tea Dorminy
2023-08-18blk-cgroup: hold queue_lock when removing blkg->q_nodeMing Lei
2023-08-11Merge tag 'block-6.5-2023-08-11' of git://git.kernel.dk/linuxLinus Torvalds
2023-08-09blk-iocost: fix queue stats accountingChengming Zhou
2023-08-09block: don't make REQ_POLLED imply REQ_NOWAITJens Axboe
2023-08-08block: get rid of unused plug->nowait flagJens Axboe
2023-07-22Merge tag 'block-6.5-2023-07-21' of git://git.kernel.dk/linuxLinus Torvalds
2023-07-20blk-iocost: skip empty flush bio in iocostChengming Zhou
2023-07-14Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2023-07-14blk-mq: Fix stall due to recursive flush plugRoss Lagerwall
2023-07-14block: queue data commands from the flush state machine at the headChristoph Hellwig
2023-07-13blk-mq: fix start_time_ns and alloc_time_ns for pre-allocated rqChengming Zhou
2023-07-12block/mq-deadline: Fix a bug in deadline_from_pos()Bart Van Assche
2023-07-11Merge branch '6.5/scsi-staging' into 6.5/scsi-fixesMartin K. Petersen
2023-07-06Merge branch 'master-6.4'Bruce Ashfield
2023-07-05scsi: block: Improve checks in blk_revalidate_disk_zones()Damien Le Moal
2023-07-05blk-crypto: use dynamic lock class for blk_crypto_profile::lockEric Biggers
2023-07-05block/partition: fix signedness issue for Amiga partitionsMichael Schmitz
2023-07-03Merge tag 'block-6.5-2023-07-03' of git://git.kernel.dk/linuxLinus Torvalds
2023-06-30Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2023-06-28block: add request polling helperKeith Busch
2023-06-28Merge branch 'for-6.5/block-late' into block-6.5Jens Axboe
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds
2023-06-26Merge tag 'for-6.5/io_uring-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds
2023-06-26Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds
2023-06-26blk-sysfs: add a new attr_group for blk_mqYu Kuai
2023-06-26blk-iocost: move wbt_enable/disable_default() out of spinlockYu Kuai