linux-nvdimm.lists.01.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-10-18 02:28:12 to 2016-11-01 22:36:34 UTC [more...]

[PATCH 0/21 v4] dax: Clear dirty bits after flushing caches
 2016-11-01 22:36 UTC  (5+ messages)
` [PATCH 15/21] mm: Move part of wp_page_reuse() into the single call site
` [PATCH 18/21] mm: Export follow_pte()
` [PATCH 19/21] dax: Make cache flushing protected by entry lock
` [PATCH 21/21] dax: Clear dirty entry tags on cache flush

[PATCH 0/11] ext4: Convert ext4 DAX IO to iomap framework
 2016-11-01 22:12 UTC  (13+ messages)
` [PATCH 01/11] ext4: Factor out checks from ext4_file_write_iter()
` [PATCH 02/11] ext4: Allow unaligned unlocked DAX IO
` [PATCH 03/11] ext4: Let S_DAX set only if DAX is really supported
` [PATCH 04/11] ext4: Convert DAX reads to iomap infrastructure
` [PATCH 05/11] ext4: Use iomap for zeroing blocks in DAX mode
` [PATCH 06/11] ext4: DAX iomap write support
` [PATCH 07/11] ext4: Avoid split extents for DAX writes
` [PATCH 08/11] ext4: Convert DAX faults to iomap infrastructure
` [PATCH 09/11] ext4: Rip out DAX handling from direct IO path
` [PATCH 10/11] ext2: Use iomap_zero_range() for zeroing truncated page in DAX path
` [PATCH 11/11] dax: Rip out get_block based IO support

4.经济补偿计算的基数及标准如何确定?
 2016-11-01 21:55 UTC 

3.如何判定政策法律法规的效力等级?
 2016-11-01 20:47 UTC 

We could not deliver your parcel, #000923384
 2016-11-01 20:30 UTC 

[PATCH v9 00/16] re-enable DAX PMD support
 2016-11-01 19:54 UTC  (17+ messages)
` [PATCH v9 01/16] ext4: tell DAX the size of allocation holes
` [PATCH v9 02/16] dax: remove buffer_size_valid()
` [PATCH v9 03/16] ext2: remove support for DAX PMD faults
` [PATCH v9 04/16] dax: make 'wait_table' global variable static
` [PATCH v9 05/16] dax: remove the last BUG_ON() from fs/dax.c
` [PATCH v9 06/16] dax: consistent variable naming for DAX entries
` [PATCH v9 07/16] dax: coordinate locking for offsets in PMD range
` [PATCH v9 08/16] dax: remove dax_pmd_fault()
` [PATCH v9 09/16] dax: correct dax iomap code namespace
` [PATCH v9 10/16] dax: add dax_iomap_sector() helper function
` [PATCH v9 11/16] dax: dax_iomap_fault() needs to call iomap_end()
` [PATCH v9 12/16] dax: move RADIX_DAX_* defines to dax.h
` [PATCH v9 13/16] dax: move put_(un)locked_mapping_entry() in dax.c
` [PATCH v9 14/16] dax: add struct iomap based DAX PMD support
` [PATCH v9 15/16] xfs: use struct iomap based DAX PMD fault path
` [PATCH v9 16/16] dax: remove "depends on BROKEN" from FS_DAX_PMD

[PATCH v2 0/3] use nocache copy in copy_from_iter_nocache()
 2016-11-01 14:25 UTC  (12+ messages)
` [PATCH v2 1/3] introduce memcpy_nocache()
` [PATCH v2 2/3] use a nocache copy for bvecs and kvecs in copy_from_iter_nocache()
` [PATCH v2 3/3] x86: remove unneeded flush in arch_copy_from_iter_pmem()

re: SEO inquiry
 2016-11-01 12:04 UTC 

Unable to deliver your item, #00000343909
 2016-11-01  5:11 UTC 

4、买方还的价,并不一定是他认为商品就应该值这个价;
 2016-10-31 23:30 UTC 

?跟踪产品使用的情况;
 2016-10-31 23:24 UTC 

We could not deliver your parcel, #00729292
 2016-10-31  8:08 UTC 

怎样才能改变车间的忙而乱
 2016-10-31  4:24 UTC 

[PATCH 1/1] nvdimm: use the right length of "pmem"
 2016-10-30 16:57 UTC  (3+ messages)

Cheap SEO for lists.01.org
 2016-10-29 11:21 UTC 

[PATCH] device-dax: check devm_nsio_enable() return value
 2016-10-28 21:46 UTC 

[PATCH 0/3] iopmem : A block device for PCIe memory
 2016-10-28 19:22 UTC  (24+ messages)
` [PATCH 1/3] memremap.c : Add support for ZONE_DEVICE IO memory with struct pages
` [PATCH 2/3] iopmem : Add a block device driver for PCIe attached IO memory
` [PATCH 3/3] iopmem : Add documentation for iopmem driver

[GIT PULL] libnvdimm fixes for 4.9-rc3
 2016-10-28 18:17 UTC 

Infinite loop with DAX PMD faults
 2016-10-28 15:35 UTC  (11+ messages)

Courier was unable to deliver the parcel, ID000762160
 2016-10-28 12:39 UTC 

[PATCH] device-dax: fix percpu_ref_exit ordering
 2016-10-28  0:18 UTC 

[PATCH] nvdimm: make CONFIG_NVDIMM_DAX 'bool'
 2016-10-27 23:22 UTC  (3+ messages)

[PATCH v8 00/16] re-enable DAX PMD support
 2016-10-27 14:41 UTC  (18+ messages)
` [PATCH v8 01/16] ext4: tell DAX the size of allocation holes
` [PATCH v8 02/16] dax: remove buffer_size_valid()
` [PATCH v8 03/16] ext2: remove support for DAX PMD faults
` [PATCH v8 04/16] dax: make 'wait_table' global variable static
` [PATCH v8 05/16] dax: remove the last BUG_ON() from fs/dax.c
` [PATCH v8 06/16] dax: consistent variable naming for DAX entries
` [PATCH v8 07/16] dax: coordinate locking for offsets in PMD range
` [PATCH v8 08/16] dax: remove dax_pmd_fault()
` [PATCH v8 09/16] dax: correct dax iomap code namespace
` [PATCH v8 10/16] dax: add dax_iomap_sector() helper function
` [PATCH v8 11/16] dax: dax_iomap_fault() needs to call iomap_end()
` [PATCH v8 12/16] dax: move RADIX_DAX_* defines to dax.h
` [PATCH v8 13/16] dax: move put_(un)locked_mapping_entry() in dax.c
` [PATCH v8 14/16] dax: add struct iomap based DAX PMD support
` [PATCH v8 15/16] xfs: use struct iomap based DAX PMD fault path
` [PATCH v8 16/16] dax: remove "depends on BROKEN" from FS_DAX_PMD

multi-threads libvmmalloc fork test hang
 2016-10-27 13:37 UTC  (2+ messages)

1.工资总额包括哪些工资明细?
 2016-10-27  4:05 UTC 

10.怎样规定派遣员工的辞职程序和离职责任?
 2016-10-27  3:49 UTC 

[PATCH] ndctl: Add test for device-dax error testing path
 2016-10-26 22:08 UTC 

[PATCH 4.4 082/112] x86/e820: Dont merge consecutive E820_PRAM ranges
 2016-10-26 12:23 UTC 

[PATCH 4.8 102/140] x86/e820: Dont merge consecutive E820_PRAM ranges
 2016-10-26 12:22 UTC 

?积极解答客户在使用中提出的问题;
 2016-10-26 12:25 UTC 

[4.4, 4.7 stable PATCH] acpi, nfit: check for the correct event code in notifications
 2016-10-26  9:23 UTC  (2+ messages)

Problem with parcel shipping, ID:00464913
 2016-10-26  7:24 UTC 

Returned mail: see transcript for details
 2016-10-25  6:07 UTC 

Returned mail: see transcript for details
 2016-10-25  6:07 UTC 

?我们为什么要备库存
 2016-10-25  3:51 UTC 

1.不要轻易给客户下结论,谁会买,谁不会买
 2016-10-25  1:11 UTC 

[PATCH] ndctl: introduce 4k allocation support for creating namespace
 2016-10-24 23:21 UTC 

[PATCH v3 34/37] docs: fix locations of several documents that got moved
 2016-10-24 11:00 UTC 

全新VIP晋级系统闪耀开启,投注即可参与!
 2016-10-24  7:26 UTC 

Unable to deliver your item, #0000853648
 2016-10-22 21:38 UTC 

ndctl: release v55
 2016-10-22  2:42 UTC 

5.案例:合同签订后,应该问哪4句话,提升客户忠诚度?
 2016-10-21 23:16 UTC 

Mail System Error - Returned Mail
 2016-10-21  6:12 UTC 

Mail System Error - Returned Mail
 2016-10-21  6:12 UTC 

[Xen-devel] [RFC KERNEL PATCH 0/2] Add Dom0 NVDIMM support for Xen
 2016-10-20 21:46 UTC  (19+ messages)

[ndctl PATCH 0/8] dimm label space initialization support
 2016-10-20 20:06 UTC  (16+ messages)
` [ndctl PATCH 1/8] libndctl: fix error returns for unsigned apis
` [ndctl PATCH 2/8] ndctl: consolidate label commands into a single file
` [ndctl PATCH 3/8] ndctl: glob support for label commands
` [ndctl PATCH 4/8] ndctl: merge {enable, disable}-dimm with "
` [ndctl PATCH 5/8] libndctl: add ndctl_cmd_cfg_read_get_size()
` [ndctl PATCH 6/8] ndctl: provide a read_labels() helper
` [ndctl PATCH 7/8] ndctl: init-labels command
` [ndctl PATCH 8/8] ndctl: check-labels command
    ` [Qemu-devel] [ndctl PATCH 0/8] dimm label space initialization support

Delivery Notification, ID 000851295
 2016-10-20 14:59 UTC 

[PATCH 0/20 v3] dax: Clear dirty bits after flushing caches
 2016-10-20  8:48 UTC  (50+ messages)
` [PATCH 07/20] mm: Add orig_pte field into vm_fault
` [PATCH 09/20] mm: Factor out functionality to finish page faults
` [PATCH 10/20] mm: Move handling of COW faults into DAX code
` [PATCH 11/20] mm: Remove unnecessary vma->vm_ops check
` [PATCH 12/20] mm: Factor out common parts of write fault handling
` [PATCH 14/20] mm: Use vmf->page during WP faults
` [PATCH 15/20] mm: Move part of wp_page_reuse() into the single call site
` [PATCH 16/20] mm: Provide helper for finishing mkwrite faults
` [PATCH 17/20] mm: Export follow_pte()
` [PATCH 18/20] dax: Make cache flushing protected by entry lock
` [PATCH 19/20] dax: Protect PTE modification on WP fault by radix tree "
` [PATCH 20/20] dax: Clear dirty entry tags on cache flush

[ndctl PATCH] ndctl: revert glob support for dimm commands
 2016-10-20  3:42 UTC 

[ndctl PATCH] Documentation: fix up init-labels man page
 2016-10-19 16:56 UTC 

[PATCH 0/2] libnvdimm: dynamic label support
 2016-10-19 16:09 UTC  (3+ messages)
` [PATCH 1/2] libnvdimm: allow a platform to force enable "
` [PATCH 2/2] tools/testing/nvdimm: dynamic "

[PATCH v3 0/2] iostat update for dax and libnvdimm
 2016-10-19 15:57 UTC  (4+ messages)
` [PATCH v3 1/2] DAX: enable iostat for read/write
` [PATCH v3 2/2] libnvdimm: use generic iostat interfaces

[PATCH v2 34/37] docs: fix locations of several documents that got moved
 2016-10-19 13:59 UTC  (3+ messages)

test
 2016-10-19  5:59 UTC 

test
 2016-10-19  5:59 UTC 

Quality traffic Starting from 0.16 usd for 1000 visits
 2016-10-18  2:28 UTC 


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