nvdimm.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2016-09-10 01:38:59 to 2016-09-21 04:58:31 UTC [more...]

Delivery reports about your e-mail
 2016-09-21  4:57 UTC 

Delivery reports about your e-mail
 2016-09-21  4:57 UTC 

[PATCH] dm flakey: add DAX support
 2016-09-20 21:42 UTC  (2+ messages)

[ndctl PATCH] ndctl: bash completion for {enable, disable}-dimm commands
 2016-09-19 22:11 UTC  (2+ messages)
` [ndctl PATCH] ndctl: bash completion for {enable,disable}-dimm commands

[ndctl PATCH] ndctl: fix disable-dimm error message
 2016-09-19 22:04 UTC 

[ndctl PATCH] build: fix recommended build procedure
 2016-09-19 21:58 UTC 

[ndctl PATCH v3 0/4] ndctl: add support for HPE type N SMART health data
 2016-09-19 21:48 UTC  (6+ messages)
` [ndctl PATCH v3 1/4] libndctl: introduce ndctl_smart_ops
` [ndctl PATCH v3 2/4] libndctl: record dsm family in add_dimm()
` [ndctl PATCH v3 3/4] libndctl: enable ND_CMD_CALL
` [ndctl PATCH v3 4/4] libndctl: add support for the HPE1 family of DSM SMART functions

[ndctl PATCH 0/6] miscellaneous updates / static analysis fixes
 2016-09-19 21:38 UTC  (7+ messages)
` [ndctl PATCH 1/6] build: build libraries and utilities in separate directories
` [ndctl PATCH 2/6] test, dsm-fail: test get_config_size DSM failures
` [ndctl PATCH 3/6] Documentation: update top-level man page with latest commands
` [ndctl PATCH 4/6] test, libndctl: fix uninitialized variable usage in check_btt_size()
` [ndctl PATCH 5/6] libdaxctl: fix deref-before-null-check in daxctl_new_region
` [ndctl PATCH 6/6] ndctl: fix potential null deref in util_namespace_to_json()

[PATCH] tools/testing/nvdimm: fix allocation range for mock flush hint tables
 2016-09-19 20:56 UTC 

[PATCH] ndctl: move test/dax-errors buffer to global to avoid gcc optimization
 2016-09-19 16:48 UTC  (8+ messages)

团队配合的前提是什么?是否任意两个人在一起都会有团队精神?
 2016-09-19 16:29 UTC 

[PATCH] nvdimm: fix PHYS_PFN/PFN_PHYS mixup
 2016-09-19 15:56 UTC  (2+ messages)

Returned mail: see transcript for details
 2016-09-19  7:32 UTC 

Returned mail: see transcript for details
 2016-09-19  7:32 UTC 

reach millions with FB Groups Posting service
 2016-09-18  8:11 UTC 

?如何做好库存的分类管理?
 2016-09-18  7:40 UTC 

A Highly Profitable Secret Web Page (only for your eyes)
 2016-09-16 12:13 UTC 

iomap based DAX path V3
 2016-09-16 11:27 UTC  (13+ messages)
  ` [PATCH 01/12] iomap: add IOMAP_F_NEW flag
  ` [PATCH 02/12] iomap: expose iomap_apply outside iomap.c
  ` [PATCH 03/12] dax: don't pass buffer_head to dax_insert_mapping
  ` [PATCH 04/12] dax: don't pass buffer_head to copy_user_dax
  ` [PATCH 06/12] dax: provide an iomap based fault handler
  ` [PATCH 07/12] xfs: fix locking for DAX writes
  ` [PATCH 10/12] xfs: use iomap to implement DAX
  ` [PATCH 11/12] ext2: stop passing buffer_head to ext2_get_blocks
  ` [PATCH 12/12] ext2: use iomap to implement DAX
` [PATCH 05/12] dax: provide an iomap based dax read/write path
` [PATCH 08/12] xfs: take the ilock shared if possible in xfs_file_iomap_begin
` [PATCH 09/12] xfs: refactor xfs_setfilesize

[PATCH v2 0/3] mm, dax: export dax capabilities and mapping size info to userspace
 2016-09-16 10:47 UTC  (16+ messages)
` [PATCH v2 1/3] mm, dax: add VM_SYNC flag for device-dax VMAs
` [PATCH v2 2/3] mm, dax: add VM_DAX flag for DAX VMAs
` [PATCH v2 3/3] mm, mincore2(): retrieve tlb-size attributes of an address range

DAX mapping detection (was: Re: [PATCH] Fix region lost in /proc/self/smaps)
 2016-09-16  5:54 UTC  (31+ messages)

Targeted Instagram followers
 2016-09-16  4:10 UTC 

[ndctl PATCH] ndctl: fix create-namespace on disabled region fault
 2016-09-15 21:06 UTC 

[PATCH v2 0/9] re-enable DAX PMD support
 2016-09-15 20:09 UTC  (23+ messages)
` [PATCH v2 2/9] ext2: tell DAX the size of allocation holes

[ndctl PATCH v2 0/4] ndctl: add support for HPE type N SMART health data
 2016-09-15 19:27 UTC  (9+ messages)
` [ndctl PATCH v2 1/4] libndctl: introduce ndctl_smart_ops
` [ndctl PATCH v2 2/4] libndctl: record dsm family in add_dimm()
` [ndctl PATCH v2 3/4] libndctl: enable ND_CMD_CALL
` [ndctl PATCH v2 4/4] libndctl: add support for the HPE1 family of DSM SMART functions

iomap based DAX path V2
 2016-09-15  6:43 UTC  (23+ messages)
  ` [PATCH 01/12] iomap: add IOMAP_F_NEW flag
  ` [PATCH 02/12] iomap: expose iomap_apply outside iomap.c
  ` [PATCH 12/12] ext2: use iomap to implement DAX
` [PATCH 03/12] dax: don't pass buffer_head to dax_insert_mapping
` [PATCH 04/12] dax: don't pass buffer_head to copy_user_dax
` [PATCH 05/12] dax: provide an iomap based dax read/write path
` [PATCH 06/12] dax: provide an iomap based fault handler
` [PATCH 07/12] xfs: fix locking for DAX writes
` [PATCH 08/12] xfs: take the ilock shared if possible in xfs_file_iomap_begin
` [PATCH 09/12] xfs: refactor xfs_setfilesize
` [PATCH 10/12] xfs: use iomap to implement DAX
` [PATCH 11/12] ext2: stop passing buffer_head to ext2_get_blocks

iomap based DAX path
 2016-09-15  5:30 UTC  (26+ messages)
` [PATCH 01/10] iomap: add IOMAP_F_NEW flag
` [PATCH 02/10] iomap: expose iomap_apply outside iomap.c
` [PATCH 03/10] dax: don't pass buffer_head to dax_insert_mapping
` [PATCH 04/10] dax: don't pass buffer_head to copy_user_dax
` [PATCH 05/10] dax: provide an iomap based dax read/write path
` [PATCH 06/10] dax: provide an iomap based fault handler
` [PATCH 09/10] xfs: refactor xfs_setfilesize

[PATCH] block_dev: remove DAX leftovers
 2016-09-14 14:42 UTC  (4+ messages)

[PATCH 0/2] nfit: fail DSMs that return an unknown status value
 2016-09-14  3:41 UTC  (4+ messages)
` [PATCH 1/2] nfit: fail DSMs that return non-zero status by default
` [PATCH 2/2] tools/testing/nvdimm: test get_config_size DSM failures

[ndctl PATCH 0/3] ndctl disable-dimm and label-read-failure unit test
 2016-09-14  1:00 UTC  (4+ messages)
` [ndctl PATCH 1/3] ndctl: {enable|disable}-dimm commands
` [ndctl PATCH 2/3] build: build libraries and utilities in separate directories
` [ndctl PATCH 3/3] test, dsm-fail: test get_config_size DSM failures

[RFC PATCH 1/2] mm, mincore2(): retrieve dax and tlb-size attributes of an address range
 2016-09-13 18:44 UTC  (12+ messages)
` [RFC PATCH 2/2] x86: wire up mincore2()

Panic when insmod nfit_test.ko
 2016-09-13 14:51 UTC  (5+ messages)

[PATCH] /dev/dax: fix Kconfig dependency build breakage
 2016-09-13  0:33 UTC  (3+ messages)
` [PATCH v2] "

?盲盘与实盘的比较
 2016-09-12 21:13 UTC 

[PATCH 0/2] refactor shmem_get_unmapped_area()
 2016-09-12 10:02 UTC  (5+ messages)
` [PATCH 1/2] shmem: fix tmpfs to handle the huge= option properly
` [PATCH 2/2] shmem: call __thp_get_unmapped_area to alloc a pmd-aligned addr

RETURNED MAIL: SEE TRANSCRIPT FOR DETAILS
 2016-09-12  8:10 UTC 

RETURNED MAIL: SEE TRANSCRIPT FOR DETAILS
 2016-09-12  8:10 UTC 

Targeted Instagram followers
 2016-09-11  2:39 UTC 

[GIT PULL] libnvdimm fixes for 4.8-rc6
 2016-09-10 15:44 UTC 

[ndctl PATCH 0/3] device-dax test for recent kernel bugs
 2016-09-10  1:41 UTC  (4+ messages)
` [ndctl PATCH 1/3] test, device-dax: /proc/self/smaps
` [ndctl PATCH 2/3] test, device-dax: fix 'skip' reporting when test device not found
` [ndctl PATCH 3/3] test, device-dax: address translation


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).