Re: [PATCH v11] dm: add support to directly boot to a mapped device

2019-02-21 Thread Mike Snitzer
On Mon, Feb 18 2019 at 1:18pm -0500, Helen Koike wrote: > Add a dm-mod.create= kernel module parameter. > It allows device-mapper targets to be configured at boot time for use early > in the boot process (as the root device or otherwise). > > Signed-off-by: Will Drewry > Signed-off-by: Kees Co

Re: dm: add secdel target

2018-10-18 Thread Mike Snitzer
On Sun, Oct 14 2018 at 7:24am -0400, Vitaly Chikunov wrote: > Report to the upper level ability to discard, and translate arriving > discards to the writes of random or zero data to the underlying level. > > Signed-off-by: Vitaly Chikunov > --- > This target is the same as the linear target

Re: [PATCH 0/2] boot to a mapped device

2018-09-27 Thread Mike Snitzer
On Thu, Sep 27 2018 at 12:36pm -0400, Kees Cook wrote: > On Thu, Sep 27, 2018 at 7:23 AM, Mike Snitzer wrote: > > On Wed, Sep 26 2018 at 3:16am -0400, > > Richard Weinberger wrote: > > > >> Helen, > >> > >> On Wed, Sep 26, 2018 at 7:01 AM Helen

Re: [PATCH 0/2] boot to a mapped device

2018-09-27 Thread Mike Snitzer
On Wed, Sep 26 2018 at 3:16am -0400, Richard Weinberger wrote: > Helen, > > On Wed, Sep 26, 2018 at 7:01 AM Helen Koike wrote: > > > > This series is reviving an old patchwork. > > Booting from a mapped device requires an initramfs. This series is > > allows for device-mapper targets to be con

Re: dm cache: Documentation: update default migration_throttling value

2018-01-30 Thread Mike Snitzer
On Tue, Jan 30 2018 at 4:39pm -0500, John Pittman wrote: > In commit f8350daf7af0 ("dm cache: tune migration throttling") the > value for DEFAULT_MIGRATION_THRESHOLD was decreased from 204800 to > 2048. Edit device-mapper/cache.txt to reflect the correct default > value for migration_threshold.

Re: [PATCH v5 0/3] init: add support to directly boot to a mapped device

2016-02-26 Thread Mike Snitzer
On Fri, Feb 26 2016 at 2:59pm -0500, Kees Cook wrote: > On Fri, Feb 26, 2016 at 11:21 AM, Mike Snitzer wrote: > > On Fri, Feb 26 2016 at 1:52pm -0500, > > Kees Cook wrote: > > > >> On Fri, Feb 26, 2016 at 8:53 AM, Mike Snitzer wrote: > >> > On Mon,

Re: [PATCH v5 0/3] init: add support to directly boot to a mapped device

2016-02-26 Thread Mike Snitzer
On Fri, Feb 26 2016 at 1:52pm -0500, Kees Cook wrote: > On Fri, Feb 26, 2016 at 8:53 AM, Mike Snitzer wrote: > > On Mon, Feb 22 2016 at 1:55pm -0500, > > Kees Cook wrote: > > > >> On Sun, Feb 21, 2016 at 2:08 PM, Alasdair G Kergon wrote: > >> > On S

Re: [PATCH v5 0/3] init: add support to directly boot to a mapped device

2016-02-26 Thread Mike Snitzer
On Mon, Feb 22 2016 at 1:55pm -0500, Kees Cook wrote: > On Sun, Feb 21, 2016 at 2:08 PM, Alasdair G Kergon wrote: > > On Sat, Feb 20, 2016 at 10:13:49AM -0800, Kees Cook wrote: > >> This is a resurrection of a patch series from a few years back, first > >> brought to the dm maintainers in 2010.