• L
    Merge tag 'block-5.13-2021-05-14' of git://git.kernel.dk/linux-block · 8f4ae0f6
    Linus Torvalds 提交于
    Pull block fixes from Jens Axboe:
    
     - Fix for shared tag set exit (Bart)
    
     - Correct ioctl range for zoned ioctls (Damien)
    
     - Removed dead/unused function (Lin)
    
     - Fix perf regression for shared tags (Ming)
    
     - Fix out-of-bounds issue with kyber and preemption (Omar)
    
     - BFQ merge fix (Paolo)
    
     - Two error handling fixes for nbd (Sun)
    
     - Fix weight update in blk-iocost (Tejun)
    
     - NVMe pull request (Christoph):
          - correct the check for using the inline bio in nvmet (Chaitanya
            Kulkarni)
          - demote unsupported command warnings (Chaitanya Kulkarni)
          - fix corruption due to double initializing ANA state (me, Hou Pu)
          - reset ns->file when open fails (Daniel Wagner)
          - fix a NULL deref when SEND is completed with error in nvmet-rdma
            (Michal Kalderon)
    
     - Fix kernel-doc warning (Bart)
    
    * tag 'block-5.13-2021-05-14' of git://git.kernel.dk/linux-block:
      block/partitions/efi.c: Fix the efi_partition() kernel-doc header
      blk-mq: Swap two calls in blk_mq_exit_queue()
      blk-mq: plug request for shared sbitmap
      nvmet: use new ana_log_size instead the old one
      nvmet: seset ns->file when open fails
      nbd: share nbd_put and return by goto put_nbd
      nbd: Fix NULL pointer in flush_workqueue
      blkdev.h: remove unused codes blk_account_rq
      block, bfq: avoid circular stable merges
      blk-iocost: fix weight updates of inner active iocgs
      nvmet: demote fabrics cmd parse err msg to debug
      nvmet: use helper to remove the duplicate code
      nvmet: demote discovery cmd parse err msg to debug
      nvmet-rdma: Fix NULL deref when SEND is completed with error
      nvmet: fix inline bio check for passthru
      nvmet: fix inline bio check for bdev-ns
      nvme-multipath: fix double initialization of ANA state
      kyber: fix out of bounds access when preempted
      block: uapi: fix comment about block device ioctl
    8f4ae0f6
blkdev.h 56.6 KB