summaryrefslogtreecommitdiffstats
path: root/block/blk-mq.c (unfollow)
Commit message (Expand)AuthorFilesLines
2024-11-06md/raid1: factor out helper to handle blocked rdev from raid1_write_request()Yu Kuai1-36/+48
2024-11-06md: don't record new badblocks for faulty rdevYu Kuai1-0/+11
2024-11-06md: don't wait faulty rdev in md_wait_for_blocked_rdev()Yu Kuai1-3/+1
2024-11-06md: add a new helper rdev_blocked()Yu Kuai1-0/+24
2024-11-06md/raid5-ppl: Use atomic64_inc_return() in ppl_new_iounit()Uros Bizjak1-1/+1
2024-11-05nvme-core: remove repeated wq flagsChaitanya Kulkarni1-6/+4
2024-11-05nvmet: make nvmet_wq visible in sysfsGuixin Liu1-1/+1
2024-11-05nvme-pci: use dma_alloc_noncontigous if possibleChristoph Hellwig1-5/+53
2024-11-05nvme-pci: fix freeing of the HMB descriptor tableChristoph Hellwig1-7/+9
2024-11-04block: pre-calculate max_zone_append_sectorsChristoph Hellwig12-57/+27
2024-11-04block: remove the max_zone_append_sectors check in blk_revalidate_disk_zonesChristoph Hellwig1-6/+0
2024-11-04block: update blk_stack_limits documentationChristoph Hellwig1-4/+4
2024-11-02lib/iov_iter: fix bvec iterator setupMing Lei1-1/+1
2024-11-02loop: Simplify discard granularity calcJohn Garry1-2/+1
2024-10-31block: remove bio_add_zone_append_pageChristoph Hellwig3-43/+13
2024-10-31block: remove zone append special casing from the direct I/O pathChristoph Hellwig1-32/+2
2024-10-31lib/iov_iter.c: initialize bi.bi_idx before iterating over bvecMing Lei1-0/+1
2024-10-30blk-integrity: remove seed for user mapped buffersKeith Busch5-24/+19
2024-10-30brd: defer automatic disk creation until module initialization succeedsYang Erkun1-22/+44
2024-10-30loop: Use bdev limit helpers for configuring discardJohn Garry1-4/+4
2024-10-29block: add a bdev_limits helperChristoph Hellwig7-18/+19
2024-10-29iov_iter: don't require contiguous pages in iov_iter_extract_bvec_pagesMing Lei1-22/+45
2024-10-26block: model freeze & enter queue as lock for supporting lockdepMing Lei5-13/+81
2024-10-26nvme: core: switch to non_owner variant of start_freeze/unfreeze queueMing Lei1-2/+7
2024-10-26blk-mq: add non_owner variant of start_freeze/unfreeze queue APIsMing Lei2-0/+22
2024-10-24blk-mq: Unexport blk_mq_flush_busy_ctxs()Bart Van Assche1-1/+0
2024-10-23blk-mq: Make blk_mq_quiesce_tagset() hold the tag list mutex less longBart Van Assche1-1/+2
2024-10-22block: remove redundant explicit memory barrier from rq_qos waiter and wakerMuchun Song1-3/+1
2024-10-22nvme: use helpers to access io_uring cmd spacePavel Begunkov1-3/+1
2024-10-22block: flush all throttled bios when deleting the cgroupLi Lingfeng1-24/+44
2024-10-22block: fix ordering between checking BLK_MQ_S_STOPPED request addingMuchun Song2-0/+19
2024-10-22block: fix ordering between checking QUEUE_FLAG_QUIESCED request addingMuchun Song1-13/+34
2024-10-22block: fix missing dispatching request when queue is started or unquiescedMuchun Song1-0/+2
2024-10-22Revert "blk-throttle: Fix IO hang for a corner case"Xiuhong Wang1-4/+4
2024-10-22block: replace call_rcu by kfree_rcu for simple kmem_cache_free callbackJulia Lawall1-8/+1
2024-10-22block: sed-opal: add ioctl IOC_OPAL_SET_SID_PWGreg Joyce3-0/+28
2024-10-22Documentation: ublk: document UBLK_F_USER_RECOVERY_FAIL_IOUday Shankar1-6/+18
2024-10-22ublk: support device recovery without I/O queueingUday Shankar2-15/+81
2024-10-22ublk: merge stop_work and quiesce_workUday Shankar1-39/+25
2024-10-22ublk: refactor recovery configuration flag helpersUday Shankar1-20/+42
2024-10-22ublk: check recovery flags for validityUday Shankar1-0/+11
2024-10-22block: enable passthrough command statisticsKeith Busch4-1/+73
2024-10-22block: return void from the queue_sysfs_entry load_module methodChristoph Hellwig3-13/+8
2024-10-22block: add partition uuid into uevent as "PARTUUID"Konstantin Khlebnikov1-0/+2
2024-10-22block: move issue side time stamping to blk_account_io_start()Jens Axboe1-8/+4
2024-10-22block: set issue time stamp based on queue stateJens Axboe1-1/+1
2024-10-22dt-bindings: mmc: Document support for partition table in mmc-cardChristian Marangi1-0/+52
2024-10-22block: add support for partition table defined in OFChristian Marangi5-0/+124
2024-10-22mmc: block: attach partitions fwnode if found in mmc-cardChristian Marangi1-1/+54
2024-10-22block: introduce add_disk_fwnode()Christian Marangi2-4/+27