summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-11-09Merge tag 'md-6.13-20241107' of https://git.kernel.org/pub/scm/linux/kernel/g...Jens Axboe
2024-11-09loop: fix type of block sizeLi Wang
2024-11-07MAINTAINERS: Make Yu Kuai co-maintainer of md/raid subsystemSong Liu
2024-11-07md/raid5: Wait sync io to finish before changing group cntXiao Ni
2024-11-07block: don't verify IO lock for freeze/unfreeze in elevator_init_mq()Ming Lei
2024-11-07block: always verify unfreeze lock on the owner taskMing Lei
2024-11-07rbd: unfreeze queue after marking disk as deadMing Lei
2024-11-07block: remove blk_freeze_queue()Ming Lei
2024-11-07block: Add a public bdev_zone_is_seq() helperDamien Le Moal
2024-11-07block: RCU protect disk->conv_zones_bitmapDamien Le Moal
2024-11-07block: Replace sprintf() with sysfs_emit()zhangguopeng
2024-11-07nvme: add reservation command's definesGuixin Liu
2024-11-07block: Switch to using refcount_t for zone write plugsDamien Le Moal
2024-11-07Revert "block: pre-calculate max_zone_append_sectors"Jens Axboe
2024-11-06Merge tag 'md-6.13-20241105' of https://git.kernel.org/pub/scm/linux/kernel/g...Jens Axboe
2024-11-06mtip32xx: Replace deprecated PCI functionsPhilipp Stanner
2024-11-05md/md-bitmap: Add missing destroy_work_on_stack()Yuan Can
2024-11-05md/raid5: don't set Faulty rdev for blocked_rdevYu Kuai
2024-11-05md/raid10: don't wait for Faulty rdev in wait_blocked_rdev()Yu Kuai
2024-11-05md/raid1: don't wait for Faulty rdev in wait_blocked_rdev()Yu Kuai
2024-11-05md/raid1: factor out helper to handle blocked rdev from raid1_write_request()Yu Kuai
2024-11-05md: don't record new badblocks for faulty rdevYu Kuai
2024-11-05md: don't wait faulty rdev in md_wait_for_blocked_rdev()Yu Kuai
2024-11-05md: add a new helper rdev_blocked()Yu Kuai
2024-11-05md/raid5-ppl: Use atomic64_inc_return() in ppl_new_iounit()Uros Bizjak
2024-11-05nvme-core: remove repeated wq flagsChaitanya Kulkarni
2024-11-05nvmet: make nvmet_wq visible in sysfsGuixin Liu
2024-11-05nvme-pci: use dma_alloc_noncontigous if possibleChristoph Hellwig
2024-11-05nvme-pci: fix freeing of the HMB descriptor tableChristoph Hellwig
2024-11-04block: pre-calculate max_zone_append_sectorsChristoph Hellwig
2024-11-04block: remove the max_zone_append_sectors check in blk_revalidate_disk_zonesChristoph Hellwig
2024-11-04block: update blk_stack_limits documentationChristoph Hellwig
2024-11-01lib/iov_iter: fix bvec iterator setupMing Lei
2024-11-01loop: Simplify discard granularity calcJohn Garry
2024-10-31block: remove bio_add_zone_append_pageChristoph Hellwig
2024-10-31block: remove zone append special casing from the direct I/O pathChristoph Hellwig
2024-10-31lib/iov_iter.c: initialize bi.bi_idx before iterating over bvecMing Lei
2024-10-30blk-integrity: remove seed for user mapped buffersKeith Busch
2024-10-30brd: defer automatic disk creation until module initialization succeedsYang Erkun
2024-10-30loop: Use bdev limit helpers for configuring discardJohn Garry
2024-10-29block: add a bdev_limits helperChristoph Hellwig
2024-10-29iov_iter: don't require contiguous pages in iov_iter_extract_bvec_pagesMing Lei
2024-10-26block: model freeze & enter queue as lock for supporting lockdepMing Lei
2024-10-26nvme: core: switch to non_owner variant of start_freeze/unfreeze queueMing Lei
2024-10-26blk-mq: add non_owner variant of start_freeze/unfreeze queue APIsMing Lei
2024-10-23blk-mq: Unexport blk_mq_flush_busy_ctxs()Bart Van Assche
2024-10-22blk-mq: Make blk_mq_quiesce_tagset() hold the tag list mutex less longBart Van Assche
2024-10-22block: remove redundant explicit memory barrier from rq_qos waiter and wakerMuchun Song
2024-10-22nvme: use helpers to access io_uring cmd spacePavel Begunkov
2024-10-22Merge branch 'for-6.13/block-atomic' into for-6.13/blockJens Axboe