Re: [PATCH] dax: remove the pmem_dax_ops->flush abstraction

2017-09-06 Thread Mikulas Patocka
On Thu, 31 Aug 2017, Dan Williams wrote: > On Thu, Aug 31, 2017 at 8:11 PM, Dan Williams > wrote: > > On Thu, Aug 31, 2017 at 7:49 PM, Mikulas Patocka > > wrote: > >> > >> > >> On Thu, 31 Aug 2017, Dan Williams wrote: > >> > >>> On Thu, Aug 31,

Re: [PATCH] dax: remove the pmem_dax_ops->flush abstraction

2017-09-06 Thread Mikulas Patocka
On Thu, 31 Aug 2017, Dan Williams wrote: > On Thu, Aug 31, 2017 at 8:04 PM, Mikulas Patocka wrote: > > > > > > On Thu, 31 Aug 2017, Dan Williams wrote: > > > >> On Thu, Aug 31, 2017 at 6:47 PM, Mikulas Patocka > >> wrote: > >> > The patch

Re: [PATCH 6/9] ext4: safely transition S_DAX on journaling changes

2017-09-06 Thread Jan Kara
On Tue 05-09-17 16:35:38, Ross Zwisler wrote: > The IOCTL path which switches the journaling mode for an inode is currently > unsafe because it doesn't properly do a writeback and invalidation on the > inode. In XFS, for example, safe transitions of S_DAX are handled by >

Re: [PATCH 1/9] ext4: remove duplicate extended attributes defs

2017-09-06 Thread Jan Kara
On Tue 05-09-17 16:35:33, Ross Zwisler wrote: > The following commit: > > commit 9b7365fc1c82 ("ext4: add FS_IOC_FSSETXATTR/FS_IOC_FSGETXATTR > interface support") > > added several defines related to extended attributes to ext4.h. They were > added within an #ifndef FS_IOC_FSGETXATTR block

低成本拓展网络市场,大幅提升网销业绩

2017-09-06 Thread 孟�t方
±àºÅ>±àºÅ>±àºÅ>±àºÅ>±àºÅ> ·¢¼þÈË: Ãϕt·½ ·¢ËÍʱ¼ä: 2017-09-06 16:39:49 ÊÕ¼þÈË: 'linux-nvdimm'; linux-nvdimm@lists.01.org Ö÷Ìâ: 89440 ¸½ ¼þ ²é ÔÄ ´ó ¸Ù ±àºÅ> ___ Linux-nvdimm mailing list Linux-nvdimm@lists.01.org

●●●●澳門新葡京-註冊送38-領取釦釦:746529854-[鐵板精準資料]●●●●

2017-09-06 Thread 吴菊
___ Linux-nvdimm mailing list Linux-nvdimm@lists.01.org https://lists.01.org/mailman/listinfo/linux-nvdimm

===●澳門新葡京-註冊送38-領取釦釦:746529854-[鐵板精準資料]●===

2017-09-06 Thread 殷暖雁
___ Linux-nvdimm mailing list Linux-nvdimm@lists.01.org https://lists.01.org/mailman/listinfo/linux-nvdimm

Re: [PATCH] libnvdimm, btt: clean up warning and error messages

2017-09-06 Thread Johannes Thumshirn
Looks good, Reviewed-by: Johannes Thumshirn -- Johannes Thumshirn Storage jthumsh...@suse.de+49 911 74053 689 SUSE LINUX GmbH, Maxfeldstr. 5, 90409 Nürnberg GF: Felix Imendörffer, Jane Smithard, Graham

<<添加微信wnsr080領取18⒏元彩金,澳門威尼斯人,你值得拥有的VIP会员价值,188礼包等你来領>>凯尔西

2017-09-06 Thread 屠韵小
___ Linux-nvdimm mailing list Linux-nvdimm@lists.01.org https://lists.01.org/mailman/listinfo/linux-nvdimm

Re: [PATCH] dax: remove the pmem_dax_ops->flush abstraction

2017-09-06 Thread Dan Williams
On Tue, Sep 5, 2017 at 11:29 PM, Mikulas Patocka wrote: > > > On Thu, 31 Aug 2017, Dan Williams wrote: > > > On Thu, Aug 31, 2017 at 8:04 PM, Mikulas Patocka > wrote: > > > > > > > > > On Thu, 31 Aug 2017, Dan Williams wrote: > > > > > >> On Thu, Aug

Re: [PATCH v5] ndctl: daxctl: Adding io option for daxctl

2017-09-06 Thread Dan Williams
On Thu, Aug 31, 2017 at 11:20 AM, Dave Jiang wrote: > The daxctl io option allows I/Os to be performed between file descriptor to > and from device dax files. It also provides a way to zero a device dax > device. > > i.e. daxctl io --input=/home/myfile --output=/dev/dax1.0 >

Website

2017-09-06 Thread Jeanette Thomas
Hey I'm very interested in your business and I would like to hand you my resume. The resume is password protected to prevent identity theft. The password is 123456 The file is uploaded to my google drive. You can access it here.

●●●●澳門新葡京-註冊送38-領取釦釦:746529854-[鐵板精準資料]●●●●

2017-09-06 Thread 石芷
___ Linux-nvdimm mailing list Linux-nvdimm@lists.01.org https://lists.01.org/mailman/listinfo/linux-nvdimm

[ndctl PATCH] ndctl: sync with v4.13 ndctl.h

2017-09-06 Thread Dan Williams
Latest ndctl.h has dropped these command definitions and we will introduce a libndctl-nfit.h to carry them going forward. Cc: Jerry Hoemann Cc: Yasunori Goto Cc: Vishal Verma Signed-off-by: Dan Williams

[PATCH v7] ndctl: daxctl: Adding io option for daxctl

2017-09-06 Thread Dave Jiang
The daxctl io option allows I/Os to be performed between file descriptor to and from device dax files. It also provides a way to zero a device dax device. i.e. daxctl io --input=/home/myfile --output=/dev/dax1.0 Signed-off-by: Dave Jiang --- v7: - Added missing AC_DEFINE

Re: [ndctl PATCH] ndctl: sync with v4.13 ndctl.h

2017-09-06 Thread Yasunori Goto
> On Wed, Sep 6, 2017 at 5:58 PM, Yasunori Goto wrote: > >> Latest ndctl.h has dropped these command definitions and we will > >> introduce a libndctl-nfit.h to carry them going forward. > >> > >> Cc: Jerry Hoemann > >> Cc: Yasunori Goto

Re: [PATCH 7/9] ext4: prevent data corruption with inline data + DAX

2017-09-06 Thread Ross Zwisler
On Wed, Sep 06, 2017 at 02:55:31PM -0600, Andreas Dilger wrote: > On Sep 5, 2017, at 4:35 PM, Ross Zwisler wrote: > > > > If an inode has inline data it is currently prevented from using DAX by a > > check in ext4_should_use_dax(). When the inode grows inline data

●●●●澳門新葡京-註冊送38-領取釦釦:746529854-[鐵板精準資料]●●●●

2017-09-06 Thread 朱农姿
___ Linux-nvdimm mailing list Linux-nvdimm@lists.01.org https://lists.01.org/mailman/listinfo/linux-nvdimm

[PATCH v6] ndctl: daxctl: Adding io option for daxctl

2017-09-06 Thread Dave Jiang
The daxctl io option allows I/Os to be performed between file descriptor to and from device dax files. It also provides a way to zero a device dax device. i.e. daxctl io --input=/home/myfile --output=/dev/dax1.0 Signed-off-by: Dave Jiang --- v6: - Made including libpmem an

RE: [RFC patch 0/4]ndctl: nvdimmd: notify/monitor the feathers of over threshold event

2017-09-06 Thread Qi, Fuli
Hi Thank you very much for your comments. I agree that dmesg gets too noisy easily, but I think some users who use log monitor/analyzer tools (i.e. Logstash, Fluented) would like to get warning/error information form syslog. In order to make it consumed more easily by upper layer software, I am

[ndctl PATCH v5 2/5] ndctl: read device/nfit/dsm_mask

2017-09-06 Thread Yasunori Goto
To check what feature can be called via ND_CMD_CALL, ndctl needs to read device/nfit/dsm_mask. To read it from ndctl/lib/nfit.c, ndctl_bus is moved to ndctl/lib/private.h. This is used later patch. Signed-off-by: Yasunori Goto --- ndctl/lib/libndctl.c | 34

[ndctl PATCH v5 1/5] ndctl: Introduce libndctl-nfit.h

2017-09-06 Thread Yasunori Goto
This patch introduces libndctl-nfit.h. Since these command can be executed via ND_CMD_CALL, libndctl.h which is shared between ndctl command and kernel does not have to include these defintions. So, libndctl-nfit.h, which is defined for only ndctl, is created instead. --- ndctl/libndctl-nfit.h

[ndctl PATCH v5 4/5] ndctl: Make new interfaces to get information by Physical Address

2017-09-06 Thread Yasunori Goto
This patch add features to get information by physical address. Here is new interfaces : - Confirm NFIT command is supported or not. (nfit.c) - Find region by System Physical Address (libndctl.c) - Find DIMM by System Physical Address. (libndctl.c) Signed-off-by: Yasunori Goto

●●●●澳門新葡京-註冊送38-領取釦釦:746529854-[鐵板精準資料]●●●●

2017-09-06 Thread 冯奉
___ Linux-nvdimm mailing list Linux-nvdimm@lists.01.org https://lists.01.org/mailman/listinfo/linux-nvdimm

Re: [PATCH] dax: remove the pmem_dax_ops->flush abstraction

2017-09-06 Thread Mikulas Patocka
On Wed, 6 Sep 2017, Dan Williams wrote: > [ resend in plain text ] > > On Tue, Sep 5, 2017 at 11:29 PM, Mikulas Patocka wrote: > > > > > > On Thu, 31 Aug 2017, Dan Williams wrote: > > > >> On Thu, Aug 31, 2017 at 8:04 PM, Mikulas Patocka > >> wrote:

Mail System Error - Returned Mail

2017-09-06 Thread Post Office
___ Linux-nvdimm mailing list Linux-nvdimm@lists.01.org https://lists.01.org/mailman/listinfo/linux-nvdimm

[ndctl PATCH v5 3/5] ndctl: allow ND_CMD_CALL for bus

2017-09-06 Thread Yasunori Goto
Currently ndctl supports ND_CMD_CALL only for DIMM, but Translate SPA is the feature of bus. So ND_CMD_CALL must be allowed bus's ioctl(). Signed-off-by: Yasunori Goto --- ndctl/lib/libndctl.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ndctl/lib/libndctl.c

[ndctl PATCH v5 5/5] ndctl: show bad dimm's name by ndctl list command.

2017-09-06 Thread Yasunori Goto
Show dimm's name which has badblock by ndctl list command. This patch uses translate SPA interface to get bad dimm info. Signed-off-by: Yasunori Goto --- util/json.c | 37 + 1 file changed, 37 insertions(+) diff --git a/util/json.c

Re: [PATCH] dax: remove the pmem_dax_ops->flush abstraction

2017-09-06 Thread Dan Williams
[ resend in plain text ] On Tue, Sep 5, 2017 at 11:29 PM, Mikulas Patocka wrote: > > > On Thu, 31 Aug 2017, Dan Williams wrote: > >> On Thu, Aug 31, 2017 at 8:04 PM, Mikulas Patocka wrote: >> > >> > >> > On Thu, 31 Aug 2017, Dan Williams wrote: >> > >>

Re: [ndctl PATCH v5 5/5] ndctl: show bad dimm's name by ndctl list command.

2017-09-06 Thread Dan Williams
On Wed, Sep 6, 2017 at 10:08 PM, Yasunori Goto wrote: > > Show dimm's name which has badblock by ndctl list command. > This patch uses translate SPA interface to get bad dimm info. > > Signed-off-by: Yasunori Goto > --- > util/json.c | 37

Re: [PATCH 0/9] add ext4 per-inode DAX flag

2017-09-06 Thread Ross Zwisler
On Tue, Sep 05, 2017 at 09:12:35PM -0500, Eric Sandeen wrote: > On 9/5/17 5:35 PM, Ross Zwisler wrote: > > The original intent of this series was to add a per-inode DAX flag to ext4 > > so that it would be consistent with XFS. In my travels I found and fixed > > several related issues in both

Re: [PATCH 6/9] ext4: safely transition S_DAX on journaling changes

2017-09-06 Thread Ross Zwisler
On Wed, Sep 06, 2017 at 11:47:00AM +0200, Jan Kara wrote: > On Tue 05-09-17 16:35:38, Ross Zwisler wrote: > > The IOCTL path which switches the journaling mode for an inode is currently > > unsafe because it doesn't properly do a writeback and invalidation on the > > inode. In XFS, for example,