Linux-NVDIMM Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-04-09 19:40:21 to 2016-04-29 19:00:36 UTC [more...]

[RFC v3] [PATCH 0/18] DAX page fault locking
 2016-04-29 19:00 UTC  (28+ messages)
` [PATCH 01/18] ext4: Handle transient ENOSPC properly for DAX
` [PATCH 02/18] ext4: Fix race in transient ENOSPC detection
` [PATCH 03/18] DAX: move RADIX_DAX_ definitions to dax.c
` [PATCH 04/18] dax: Remove complete_unwritten argument
` [PATCH 05/18] ext2: Avoid DAX zeroing to corrupt data
` [PATCH 06/18] dax: Remove dead zeroing code from fault handlers
` [PATCH 07/18] ext4: Refactor direct IO code
` [PATCH 08/18] ext4: Pre-zero allocated blocks for DAX IO
` [PATCH 09/18] dax: Remove zeroing from dax_io()
` [PATCH 10/18] dax: Remove pointless writeback from dax_do_io()
` [PATCH 11/18] dax: Fix condition for filling of PMD holes
` [PATCH 12/18] dax: Remove redundant inode size checks
` [PATCH 13/18] dax: Make huge page handling depend of CONFIG_BROKEN
` [PATCH 14/18] dax: Define DAX lock bit for radix tree exceptional entry
` [PATCH 15/18] dax: Allow DAX code to replace exceptional entries
` [PATCH 16/18] dax: New fault locking
` [PATCH 17/18] dax: Use radix tree entry lock to protect cow faults
` [PATCH 18/18] dax: Remove i_mmap_lock protection

[PATCH] nfit: fix format interface code byte order per ACPI6.1
 2016-04-29 18:39 UTC  (4+ messages)

[PATCH v11 0/5] libnvidmm, nfit: dimm command marshaling
 2016-04-29  2:42 UTC  (6+ messages)
` [PATCH v11 1/5] nfit, libnvdimm: clarify "commands" vs "_DSMs"
` [PATCH v11 2/5] nfit, libnvdimm: limited/whitelisted dimm command marshaling mechanism
` [PATCH v11 3/5] nfit: disable vendor specific commands
` [PATCH v11 4/5] tools/testing/nvdimm: ND_CMD_CALL support
` [PATCH v11 5/5] nfit: add sysfs dimm 'family' and 'dsm_mask' attributes

[PATCH v2] test: Add a unit test for dax error handling
 2016-04-28 23:24 UTC  (2+ messages)

[PATCH v4 0/7] dax: handling media errors
 2016-04-28 21:16 UTC  (8+ messages)
` [PATCH v4 1/7] block, dax: pass blk_dax_ctl through to drivers
` [PATCH v4 2/7] dax: fallback from pmd to pte on error
` [PATCH v4 3/7] dax: enable dax in the presence of known media errors (badblocks)
` [PATCH v4 4/7] dax: use sb_issue_zerout instead of calling dax_clear_sectors
` [PATCH v4 5/7] fs: prioritize and separate direct_io from dax_io
` [PATCH v4 6/7] dax: for truncate/hole-punch, do zeroing through the driver if possible
` [PATCH v4 7/7] dax: fix a comment in dax_zero_page_range and dax_truncate_page

9.企业如何书写《录用通知书》,其法律风险有哪些?
 2016-04-27 23:28 UTC 

[PATCH v10 0/7] nvdimm: Add an IOCTL pass thru for DSM calls
 2016-04-27 22:46 UTC  (8+ messages)
` [PATCH v10 1/7] nvdimm: Add IOCTL pass thru functions
` [PATCH v10 2/7] libnvdimm: nvdimm_bus_descriptor field name change
` [PATCH v10 3/7] tools/testing/nvdimm: 'call_dsm' support
` [PATCH v10 4/7] nvdimm: Add concept of cmd mask
` [PATCH v10 5/7] nvdimm: Extend nfit_cmd_family_tbl to allow masking dsm_mask
` [PATCH v10 6/7] tools/testing/nvdimm: dimm_dsm_force_en
` [RFC v10 7/7] nvmdimm: ND_CMD_CALL

[ndctl PATCH 0/2] ACPI 6.1 DIMM id support
 2016-04-26 23:57 UTC  (3+ messages)
` [ndctl PATCH 1/2] ndctl: add ndctl_dimm_get_unique_id() api
` [ndctl PATCH 2/2] ndctl, list: add 'id' to the dimm listing

[PATCH v3 0/2] Support ACPI 6.1 update in NFIT Control Region Structure
 2016-04-26 23:54 UTC  (4+ messages)
` [PATCH v3 1/2] acpi/nfit: Update nfit driver to comply with ACPI 6.1
` [PATCH v3 2/2] acpi/nfit: Add sysfs "id" for NVDIMM ID

2、对客户要求的真伪进行鉴别;
 2016-04-26 23:43 UTC 

[ndctl PATCH 0/7] miscellaneous fixes
 2016-04-26 18:10 UTC  (9+ messages)
` [ndctl PATCH 1/7] ndctl, create-namespace: report failures due to namespace being mounted
` [ndctl PATCH 2/7] ndctl, create-namespace: check for ZONE_DEVICE=n kernels
` [ndctl PATCH 3/7] ndctl: fix some warnings
` [ndctl PATCH 4/7] ndctl: drop asciidocs and xmlto requirement for --disable-docs
` [ndctl PATCH 5/7] ndctl: fix to_dsm_index() static analysis warning
` [ndctl PATCH 6/7] ndctl: fix uninitialized variable in add_dimm()
` [ndctl PATCH 7/7] ndctl: fix unchecked return value

[PATCH v4 0/2] Align mmap address for DAX pmd mappings
 2016-04-25 16:06 UTC  (5+ messages)
` [PATCH v4 1/2] thp, dax: add thp_get_unmapped_area for "
` [PATCH v4 2/2] ext2/4, xfs, blk: call thp_get_unmapped_area() "

5、 赞美,喜欢对方,我们同样对喜欢我们的人有好感;
 2016-04-25 15:28 UTC 

2.团队配合中为什么会出现扯皮的现象?
 2016-04-24 20:25 UTC 

[PATCH v3 0/7] dax: handling media errors
 2016-04-23 19:13 UTC  (8+ messages)
` [PATCH v3 1/7] block, dax: pass blk_dax_ctl through to drivers
` [PATCH v3 2/7] dax: fallback from pmd to pte on error
` [PATCH v3 3/7] dax: enable dax in the presence of known media errors (badblocks)
` [PATCH v3 4/7] dax: use sb_issue_zerout instead of calling dax_clear_sectors
` [PATCH v3 5/7] dax: handle media errors in dax_do_io
` [PATCH v3 6/7] dax: for truncate/hole-punch, do zeroing through the driver if possible
` [PATCH v3 7/7] dax: fix a comment in dax_zero_page_range and dax_truncate_page

[RFC v9 0/5] nvdimm: Add an IOCTL pass thru for DSM calls
 2016-04-22 23:33 UTC  (31+ messages)
` [RFC v9 1/5] nvdimm: Add IOCTL pass thru functions
` [RFC v9 2/5] libnvdimm: nvdimm_bus_descriptor field name change
` [RFC v9 3/5] Subject: [PATCH v8 07/10] tools/testing/nvdimm: 'call_dsm' support
` [RFC v9 4/5] nvdimm: Add concept of cmd mask
` [RFC v9 5/5] nvdimm: Add ioctl to return command mask

[ndctl PATCH 0/8] create-namespace fixes, and a misc build fix
 2016-04-22 23:10 UTC  (12+ messages)
` [ndctl PATCH 1/8] ndctl, create-namespace: make zero_info_block() more robust
` [ndctl PATCH 2/8] ndctl: new 'destroy-namespace' utility
` [ndctl PATCH 3/8] ndctl: fix build on systems where /bin/sh is not a link to bash
` [ndctl PATCH 4/8] ndctl, create-namespace: report failures due to namespace being mounted
` [ndctl PATCH 5/8] ndctl, xaction-namespace: make 'verbose' option available in all sub-commands
` [ndctl PATCH 6/8] ndctl, create-namespace: fix memmap location reconfiguration
` [ndctl PATCH 7/8] ndctl, create-namespace: fix sector mode default for pmem namespaces
` [ndctl PATCH 8/8] ndctl, create-namespace: check for ZONE_DEVICE=n kernels

[PATCH v2 08/25] arch: introduce memremap()
 2016-04-21 12:47 UTC  (15+ messages)

第七章 自我激励
 2016-04-19 23:25 UTC 

[ndctl PATCH] autogen.sh: allow a --force to be sent to autoreconf
 2016-04-19 18:11 UTC 

[PATCH v3 0/2] Align mmap address for DAX pmd mappings
 2016-04-19  2:36 UTC  (5+ messages)
` [PATCH v3 1/2] dax: add dax_get_unmapped_area for "
` [PATCH v3 2/2] ext2/4, xfs, blk: call dax_get_unmapped_area() for DAX "

4、为什么我按客户要求去做,他还是没有选择我们?
 2016-04-18 23:41 UTC 

binary execution from DAX mount hang since next-20160407
 2016-04-18  2:50 UTC  (4+ messages)

[GIT PULL] libnvdimm fixes for v4.6-rc4
 2016-04-15 21:32 UTC 

75342
 2016-03-20 16:34 UTC 

[PATCH] dax: integrate *sync code & multi-order radix tree
 2016-04-15 20:10 UTC  (2+ messages)

上海软中信息技术有限公司
 2016-04-15 19:07 UTC 

[PATCH] libnvdimm, btt: add btt startup debug
 2016-04-15 17:00 UTC  (3+ messages)

[PATCH] libnvdimm, pmem: clarify the write+clear_poison+write flow
 2016-04-15 16:58 UTC  (3+ messages)

中 信 银 行 邀 您 共 享 优 惠 盛 宴 , 各 种 优 惠 等 你 来 享
 2016-03-11 20:37 UTC 

[PATCH v8 00/10] nvdimm: Add an IOCTL pass thru for DSM calls
 2016-04-15  2:49 UTC  (22+ messages)
` [PATCH v8 02/10] nvdimm: Add wrapper for IOCTL pass thru
` [PATCH v8 04/10] nvdimm: Add UUIDs
` [PATCH v8 05/10] nvdimm: Add IOCTL pass thru functions
` [PATCH v8 09/10] nvdimm: sysfs shows which dsm support full command ioctl

南京商络电子有限公司
 2016-04-14 17:50 UTC 

ext4 error
 2016-04-14  6:33 UTC  (5+ messages)
  ` 答复: "

[PATCH v2 2/5] ext4: call dax_get_unmapped_area() for DAX pmd mappings
 2016-04-13 18:52 UTC  (8+ messages)
` [PATCH v2 3/5] xfs: "
` [PATCH v2 4/5] ext2: "
` [PATCH v2 5/5] block: "

[PATCH] pmem: fix BUG() error in pmem.h:48 on X86_32
 2016-04-13 17:19 UTC  (3+ messages)

[PATCH v2 0/5] Align mmap address for DAX pmd mappings
 2016-04-13 14:55 UTC  (4+ messages)
` [PATCH v2 1/5] dax: add dax_get_unmapped_area for "

[ndctl PATCH 0/4] read-labels, destroy-namespace, and misc updates
 2016-04-09 19:39 UTC  (5+ messages)
` [ndctl PATCH 1/4] ndctl: fix compile in the HAVE_NDCTL_{ARS|CLEAR_ERROR}=n cases
` [ndctl PATCH 2/4] ndctl: use filter utility routines zero-labels
` [ndctl PATCH 3/4] ndctl: new 'read-labels' utility
` [ndctl PATCH 4/4] ndctl: new 'destroy-namespace' utility


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox