From: Christoph Hellwig <hch@lst.de>
To: Jens Axboe <axboe@kernel.dk>
Cc: "Martin K . Petersen" <martin.petersen@oracle.com>,
Oleksii Kurochko <olkuroch@cisco.com>,
Sagi Grimberg <sagi@grimberg.me>,
Mike Snitzer <snitzer@redhat.com>,
Ilya Dryomov <idryomov@gmail.com>,
Dongsheng Yang <dongsheng.yang@easystack.cn>,
ceph-devel@vger.kernel.org, dm-devel@redhat.com,
linux-block@vger.kernel.org, linux-nvme@lists.infradead.org
Subject: split hard read-only vs read-only policy v3
Date: Tue, 8 Dec 2020 17:28:23 +0100 [thread overview]
Message-ID: <20201208162829.2424563-1-hch@lst.de> (raw)
Hi Jens,
this series resurrects a patch from Martin to properly split the flag
indicating a disk has been set read-only by the hardware vs the userspace
policy set through the BLKROSET ioctl.
Note that the last patch only applies to for-next and not to
for-5.11/block. I can hold it back for the first NVMe pull request after
Linus pulled the block tree.
A git tree is available here:
git://git.infradead.org/users/hch/block.git block-hard-ro
Gitweb:
http://git.infradead.org/users/hch/block.git/shortlog/refs/heads/block-hard-ro
Changes since v3:
- rebased to the latest block tree
- indent commit log lines starting with a "#" to make sure git commit
doesn't eat them
Changes since v2:
- fix a few typos
- add a patch to propagate the read-only status from the whole device to
partitions
- add a patch to remove a pointless check from bdev_read_only
Changes since v1:
- don't propagate the policy flag from the whole disk to partitions
- rebased on top of the merge block_device and hd_struct series
WARNING: multiple messages have this Message-ID
From: Christoph Hellwig <hch@lst.de>
To: Jens Axboe <axboe@kernel.dk>
Cc: Sagi Grimberg <sagi@grimberg.me>,
Mike Snitzer <snitzer@redhat.com>,
Oleksii Kurochko <olkuroch@cisco.com>,
Dongsheng Yang <dongsheng.yang@easystack.cn>,
linux-block@vger.kernel.org, dm-devel@redhat.com,
linux-nvme@lists.infradead.org,
"Martin K . Petersen" <martin.petersen@oracle.com>,
Ilya Dryomov <idryomov@gmail.com>,
ceph-devel@vger.kernel.org
Subject: split hard read-only vs read-only policy v3
Date: Tue, 8 Dec 2020 17:28:23 +0100 [thread overview]
Message-ID: <20201208162829.2424563-1-hch@lst.de> (raw)
Hi Jens,
this series resurrects a patch from Martin to properly split the flag
indicating a disk has been set read-only by the hardware vs the userspace
policy set through the BLKROSET ioctl.
Note that the last patch only applies to for-next and not to
for-5.11/block. I can hold it back for the first NVMe pull request after
Linus pulled the block tree.
A git tree is available here:
git://git.infradead.org/users/hch/block.git block-hard-ro
Gitweb:
http://git.infradead.org/users/hch/block.git/shortlog/refs/heads/block-hard-ro
Changes since v3:
- rebased to the latest block tree
- indent commit log lines starting with a "#" to make sure git commit
doesn't eat them
Changes since v2:
- fix a few typos
- add a patch to propagate the read-only status from the whole device to
partitions
- add a patch to remove a pointless check from bdev_read_only
Changes since v1:
- don't propagate the policy flag from the whole disk to partitions
- rebased on top of the merge block_device and hd_struct series
_______________________________________________
Linux-nvme mailing list
Linux-nvme@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-nvme
WARNING: multiple messages have this Message-ID
From: Christoph Hellwig <hch@lst.de>
To: Jens Axboe <axboe@kernel.dk>
Cc: Sagi Grimberg <sagi@grimberg.me>,
Mike Snitzer <snitzer@redhat.com>,
Oleksii Kurochko <olkuroch@cisco.com>,
Dongsheng Yang <dongsheng.yang@easystack.cn>,
linux-block@vger.kernel.org, dm-devel@redhat.com,
linux-nvme@lists.infradead.org,
"Martin K . Petersen" <martin.petersen@oracle.com>,
Ilya Dryomov <idryomov@gmail.com>,
ceph-devel@vger.kernel.org
Subject: [dm-devel] split hard read-only vs read-only policy v3
Date: Tue, 8 Dec 2020 17:28:23 +0100 [thread overview]
Message-ID: <20201208162829.2424563-1-hch@lst.de> (raw)
Hi Jens,
this series resurrects a patch from Martin to properly split the flag
indicating a disk has been set read-only by the hardware vs the userspace
policy set through the BLKROSET ioctl.
Note that the last patch only applies to for-next and not to
for-5.11/block. I can hold it back for the first NVMe pull request after
Linus pulled the block tree.
A git tree is available here:
git://git.infradead.org/users/hch/block.git block-hard-ro
Gitweb:
http://git.infradead.org/users/hch/block.git/shortlog/refs/heads/block-hard-ro
Changes since v3:
- rebased to the latest block tree
- indent commit log lines starting with a "#" to make sure git commit
doesn't eat them
Changes since v2:
- fix a few typos
- add a patch to propagate the read-only status from the whole device to
partitions
- add a patch to remove a pointless check from bdev_read_only
Changes since v1:
- don't propagate the policy flag from the whole disk to partitions
- rebased on top of the merge block_device and hd_struct series
--
dm-devel mailing list
dm-devel@redhat.com
https://www.redhat.com/mailman/listinfo/dm-devel
next reply other threads:[~2020-12-08 16:32 UTC|newest]
Thread overview: 39+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-12-08 16:28 Christoph Hellwig [this message]
2020-12-08 16:28 ` [dm-devel] split hard read-only vs read-only policy v3 Christoph Hellwig
2020-12-08 16:28 ` Christoph Hellwig
2020-12-08 16:28 ` [PATCH 1/6] dm: use bdev_read_only to check if a device is read-only Christoph Hellwig
2020-12-08 16:28 ` [dm-devel] " Christoph Hellwig
2020-12-08 16:28 ` Christoph Hellwig
2020-12-08 16:28 ` [PATCH 2/6] block: remove the NULL bdev check in bdev_read_only Christoph Hellwig
2020-12-08 16:28 ` [dm-devel] " Christoph Hellwig
2020-12-08 16:28 ` Christoph Hellwig
2020-12-08 16:45 ` Hannes Reinecke
2020-12-08 16:45 ` [dm-devel] " Hannes Reinecke
2020-12-08 16:45 ` Hannes Reinecke
2020-12-08 16:28 ` [PATCH 3/6] block: add a hard-readonly flag to struct gendisk Christoph Hellwig
2020-12-08 16:28 ` [dm-devel] " Christoph Hellwig
2020-12-08 16:28 ` Christoph Hellwig
2020-12-08 16:28 ` [PATCH 4/6] block: propagate BLKROSET on the whole device to all partitions Christoph Hellwig
2020-12-08 16:28 ` [dm-devel] " Christoph Hellwig
2020-12-08 16:28 ` Christoph Hellwig
2020-12-08 16:47 ` Hannes Reinecke
2020-12-08 16:47 ` [dm-devel] " Hannes Reinecke
2020-12-08 16:47 ` Hannes Reinecke
2020-12-09 2:51 ` Ming Lei
2020-12-09 2:51 ` [dm-devel] " Ming Lei
2020-12-09 2:51 ` Ming Lei
2020-12-08 16:28 ` [PATCH 5/6] rbd: remove the ->set_read_only method Christoph Hellwig
2020-12-08 16:28 ` [dm-devel] " Christoph Hellwig
2020-12-08 16:28 ` Christoph Hellwig
2020-12-09 2:52 ` Ming Lei
2020-12-09 2:52 ` [dm-devel] " Ming Lei
2020-12-09 2:52 ` Ming Lei
2020-12-08 16:28 ` [PATCH 6/6] nvme: allow revalidate to set a namespace read-only Christoph Hellwig
2020-12-08 16:28 ` [dm-devel] " Christoph Hellwig
2020-12-08 16:28 ` Christoph Hellwig
2020-12-08 16:49 ` Hannes Reinecke
2020-12-08 16:49 ` [dm-devel] " Hannes Reinecke
2020-12-08 16:49 ` Hannes Reinecke
2020-12-09 2:54 ` Ming Lei
2020-12-09 2:54 ` [dm-devel] " Ming Lei
2020-12-09 2:54 ` Ming Lei
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20201208162829.2424563-1-hch@lst.de \
--to=hch@lst.de \
--cc=axboe@kernel.dk \
--cc=ceph-devel@vger.kernel.org \
--cc=dm-devel@redhat.com \
--cc=dongsheng.yang@easystack.cn \
--cc=idryomov@gmail.com \
--cc=linux-block@vger.kernel.org \
--cc=linux-nvme@lists.infradead.org \
--cc=martin.petersen@oracle.com \
--cc=olkuroch@cisco.com \
--cc=sagi@grimberg.me \
--cc=snitzer@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.