1. 27 Jun, 2024 4 commits
  2. 26 Jun, 2024 9 commits
  3. 24 Jun, 2024 2 commits
  4. 23 Jun, 2024 1 commit
  5. 21 Jun, 2024 4 commits
  6. 20 Jun, 2024 18 commits
  7. 19 Jun, 2024 2 commits
    • Jens Axboe's avatar
      Merge branch 'for-6.11/block-limits' into for-6.11/block · 69c34f07
      Jens Axboe authored
      Merge in last round of queue limits changes from Christoph.
      
      * for-6.11/block-limits: (26 commits)
        block: move the bounce flag into the features field
        block: move the skip_tagset_quiesce flag to queue_limits
        block: move the pci_p2pdma flag to queue_limits
        block: move the zone_resetall flag to queue_limits
        block: move the zoned flag into the features field
        block: move the poll flag to queue_limits
        block: move the dax flag to queue_limits
        block: move the nowait flag to queue_limits
        block: move the synchronous flag to queue_limits
        block: move the stable_writes flag to queue_limits
        block: move the io_stat flag setting to queue_limits
        block: move the add_random flag to queue_limits
        block: move the nonrot flag to queue_limits
        block: move cache control settings out of queue->flags
        block: remove blk_flush_policy
        block: freeze the queue in queue_attr_store
        nbd: move setting the cache control flags to __nbd_set_size
        virtio_blk: remove virtblk_update_cache_mode
        loop: fold loop_update_rotational into loop_reconfigure_limits
        loop: also use the default block size from an underlying block device
        ...
      Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
      69c34f07
    • Christoph Hellwig's avatar
      block: move the bounce flag into the features field · 339d3948
      Christoph Hellwig authored
      Move the bounce flag into the features field to reclaim a little bit of
      space.
      Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
      Reviewed-by: default avatarDamien Le Moal <dlemoal@kernel.org>
      Reviewed-by: default avatarHannes Reinecke <hare@suse.de>
      Link: https://lore.kernel.org/r/20240617060532.127975-27-hch@lst.deSigned-off-by: default avatarJens Axboe <axboe@kernel.dk>
      339d3948