linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 0/3] set ro attribute of block device according to write-protection status
@ 2020-03-04  3:01 light.hsieh
  2020-03-04  3:01 ` [PATCH v1 1/3] mmc: record wp_grp_size and boot_wp_status light.hsieh
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: light.hsieh @ 2020-03-04  3:01 UTC (permalink / raw)
  To: ulf.hansson
  Cc: linux-mediatek, axboe, linux-block, linux-kernel, kuohong.wang,
	stanley.chu, Light Hsieh

From: Light Hsieh <light.hsieh@mediatek.com>

*** BLURB HERE ***

Light Hsieh (3):
  mmc: record wp_grp_size and boot_wp_status
  mmc: check write-protection status during BLKROSET ioctl
  block: set partition read/write policy according to write-protection
    status

 block/ioctl.c             |   2 +-
 block/partition-generic.c |  10 +++
 drivers/mmc/core/block.c  | 217 ++++++++++++++++++++++++++++++++++++++++++++++
 drivers/mmc/core/mmc.c    |  16 ++++
 include/linux/blkdev.h    |   1 +
 include/linux/mmc/card.h  |   3 +
 include/linux/mmc/mmc.h   |   2 +
 7 files changed, 250 insertions(+), 1 deletion(-)

-- 
1.8.1.1.dirty

^ permalink raw reply	[flat|nested] 7+ messages in thread
* [PATCH v1 0/3] set ro attribute of block device according to write-protection status
@ 2020-03-04  2:57 light.hsieh
  2020-03-04  2:57 ` [PATCH v1 3/3] block: set partition read/write policy " light.hsieh
  0 siblings, 1 reply; 7+ messages in thread
From: light.hsieh @ 2020-03-04  2:57 UTC (permalink / raw)
  To: ulf.hansson
  Cc: linux-mediatek, axboe, linux-block, linux-kernel, kuohong.wang,
	stanley.chu, Light Hsieh

From: Light Hsieh <light.hsieh@mediatek.com>

*** BLURB HERE ***

Light Hsieh (3):
  mmc: record wp_grp_size and boot_wp_status
  mmc: check write-protection status during BLKROSET ioctl
  block: set partition read/write policy according to write-protection
    status

 block/ioctl.c             |   2 +-
 block/partition-generic.c |  10 +++
 drivers/mmc/core/block.c  | 217 ++++++++++++++++++++++++++++++++++++++++++++++
 drivers/mmc/core/mmc.c    |  16 ++++
 include/linux/blkdev.h    |   1 +
 include/linux/mmc/card.h  |   3 +
 include/linux/mmc/mmc.h   |   2 +
 7 files changed, 250 insertions(+), 1 deletion(-)

-- 
1.8.1.1.dirty

^ permalink raw reply	[flat|nested] 7+ messages in thread
* [PATCH v1 0/3] set ro attribute of block device according to write-protection status
@ 2020-03-04  2:51 light.hsieh
  2020-03-04  2:51 ` [PATCH v1 3/3] block: set partition read/write policy " light.hsieh
  0 siblings, 1 reply; 7+ messages in thread
From: light.hsieh @ 2020-03-04  2:51 UTC (permalink / raw)
  To: ulf.hansson
  Cc: linux-mediatek, axboe, linux-block, linux-kernel, kuohong.wang,
	stanley.chu, Light Hsieh

From: Light Hsieh <light.hsieh@mediatek.com>

Light Hsieh (3):
  mmc: record wp_grp_size and boot_wp_status
  mmc: check write-protection status during BLKROSET ioctl
  block: set partition read/write policy according to write-protection
    status

 block/ioctl.c             |   2 +-
 block/partition-generic.c |  10 +++
 drivers/mmc/core/block.c  | 217 ++++++++++++++++++++++++++++++++++++++++++++++
 drivers/mmc/core/mmc.c    |  16 ++++
 include/linux/blkdev.h    |   1 +
 include/linux/mmc/card.h  |   3 +
 include/linux/mmc/mmc.h   |   2 +
 7 files changed, 250 insertions(+), 1 deletion(-)

-- 
1.8.1.1.dirty

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2020-03-19 10:25 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-04  3:01 [PATCH v1 0/3] set ro attribute of block device according to write-protection status light.hsieh
2020-03-04  3:01 ` [PATCH v1 1/3] mmc: record wp_grp_size and boot_wp_status light.hsieh
2020-03-04  3:01 ` [PATCH v1 2/3] mmc: check write-protection status during BLKROSET ioctl light.hsieh
2020-03-04  3:01 ` [PATCH v1 3/3] block: set partition read/write policy according to write-protection status light.hsieh
  -- strict thread matches above, loose matches on Subject: below --
2020-03-04  2:57 [PATCH v1 0/3] set ro attribute of block device " light.hsieh
2020-03-04  2:57 ` [PATCH v1 3/3] block: set partition read/write policy " light.hsieh
2020-03-04  2:51 [PATCH v1 0/3] set ro attribute of block device " light.hsieh
2020-03-04  2:51 ` [PATCH v1 3/3] block: set partition read/write policy " light.hsieh
2020-03-19 10:25   ` Christoph Hellwig

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).