nvdimm.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2019-05-31 08:29:59 to 2019-06-12 17:33:27 UTC [more...]

转发:如何降低采购价格和规避合同风险
 2019-06-12 17:33 UTC 

[PATCH v13 0/7] virtio pmem driver
 2019-06-12 14:20 UTC  (9+ messages)
` [PATCH v13 1/7] libnvdimm: nd_region flush callback support
` [PATCH v13 2/7] virtio-pmem: Add virtio pmem driver
` [PATCH v13 3/7] libnvdimm: add dax_dev sync flag
` [PATCH v13 4/7] dm: enable synchronous dax
` [PATCH v13 5/7] dax: check synchronous mapping is supported
` [PATCH v13 6/7] ext4: disable map_sync for async flush
` [PATCH v13 7/7] xfs: "

[PATCH RFC 00/10] RDMA/FS DAX truncate proposal
 2019-06-12 12:37 UTC  (42+ messages)
` [PATCH RFC 01/10] fs/locks: Add trace_leases_conflict
` [PATCH RFC 02/10] fs/locks: Export F_LAYOUT lease to user space
` [PATCH RFC 03/10] mm/gup: Pass flags down to __gup_device_huge* calls
` [PATCH RFC 04/10] mm/gup: Ensure F_LAYOUT lease is held prior to GUP'ing pages
` [PATCH RFC 05/10] fs/ext4: Teach ext4 to break layout leases
` [PATCH RFC 06/10] fs/ext4: Teach dax_layout_busy_page() to operate on a sub-range
` [PATCH RFC 07/10] fs/ext4: Fail truncate if pages are GUP pinned
` [PATCH RFC 08/10] fs/xfs: Teach xfs to use new dax_layout_busy_page()
` [PATCH RFC 09/10] fs/xfs: Fail truncate if pages are GUP pinned
` [PATCH RFC 10/10] mm/gup: Remove FOLL_LONGTERM DAX exclusion

[PATCH v12 0/7] virtio pmem driver
 2019-06-12 10:50 UTC  (14+ messages)
` [PATCH v12 1/7] libnvdimm: nd_region flush callback support
` [PATCH v12 2/7] virtio-pmem: Add virtio pmem driver
        ` [Qemu-devel] "
` [PATCH v12 3/7] libnvdimm: add dax_dev sync flag
` [PATCH v12 4/7] dm: enable synchronous dax
    ` [Qemu-devel] "
` [PATCH v12 5/7] dax: check synchronous mapping is supported
` [PATCH v12 6/7] ext4: disable map_sync for async flush
` [PATCH v12 7/7] xfs: "

[PATCH v9 00/12] mm: Sub-section memory hotplug support
 2019-06-12  9:41 UTC  (27+ messages)
` [PATCH v9 01/12] mm/sparsemem: Introduce struct mem_section_usage
` [PATCH v9 02/12] mm/sparsemem: Add helpers track active portions of a section at boot
` [PATCH v9 03/12] mm/hotplug: Prepare shrink_{zone, pgdat}_span for sub-section removal
` [PATCH v9 04/12] mm/sparsemem: Convert kmalloc_section_memmap() to populate_section_memmap()
` [PATCH v9 05/12] mm/hotplug: Kill is_dev_zone() usage in __remove_pages()
` [PATCH v9 06/12] mm: Kill is_dev_zone() helper
` [PATCH v9 07/12] mm/sparsemem: Prepare for sub-section ranges
` [PATCH v9 08/12] mm/sparsemem: Support sub-section hotplug
` [PATCH v9 09/12] mm: Document ZONE_DEVICE memory-model implications
` [PATCH v9 10/12] mm/devm_memremap_pages: Enable sub-section remap
` [PATCH v9 11/12] libnvdimm/pfn: Fix fsdax-mode namespace info-block zero-fields
` [PATCH v9 12/12] libnvdimm/pfn: Stop padding pmem namespaces to section alignment

[RFC PATCH v2 0/2] Share PMDs for FS/DAX on x86
 2019-06-12  2:33 UTC  (4+ messages)
` [RFC PATCH v2 1/2] Rename CONFIG_ARCH_WANT_HUGE_PMD_SHARE to CONFIG_ARCH_HAS_HUGE_PMD_SHARE
` [RFC PATCH v2 2/2] Implement sharing/unsharing of PMDs for FS/DAX

[PATCH, RFC 0/2] Share PMDs for FS/DAX on x86
 2019-06-12  2:07 UTC  (5+ messages)
` [PATCH, RFC 2/2] Implement sharing/unsharing of PMDs for FS/DAX

[PATCH 0/6] libnvdimm: Fix async operations and locking
 2019-06-11 23:26 UTC  (7+ messages)
` [PATCH 1/6] drivers/base: Introduce kill_device()
` [PATCH 2/6] libnvdimm/bus: Prevent duplicate device_unregister() calls
` [PATCH 3/6] libnvdimm/region: Register badblocks before namespaces
` [PATCH 4/6] libnvdimm/bus: Stop holding nvdimm_bus_list_mutex over __nd_ioctl()
` [PATCH 5/6] libnvdimm/bus: Fix wait_nvdimm_bus_probe_idle() ABBA deadlock
` [PATCH 6/6] driver-core, libnvdimm: Let device subsystems add local lockdep coverage

Your account has been hacked! You need to unlock
 2019-06-11 23:18 UTC 

[PATCH v4 00/18] kunit: introduce KUnit, the Linux kernel unit testing framework
 2019-06-11 20:29 UTC  (18+ messages)
` [PATCH v4 02/18] kunit: test: add test resource management API
` [PATCH v4 03/18] kunit: test: add string_stream a std::stream like string builder
` [PATCH v4 04/18] kunit: test: add kunit_stream a std::stream like logger
` [PATCH v4 17/18] kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec()

[PATCH v11 0/7] virtio pmem driver
 2019-06-11 16:04 UTC  (12+ messages)
` [PATCH v11 1/7] libnvdimm: nd_region flush callback support
` [PATCH v11 2/7] virtio-pmem: Add virtio pmem driver
` [PATCH v11 3/7] libnvdimm: add dax_dev sync flag
` [PATCH v11 4/7] dm: enable synchronous dax
    ` [Qemu-devel] "
` [PATCH v11 5/7] dax: check synchronous mapping is supported
` [PATCH v11 6/7] ext4: disable map_sync for async flush
` [PATCH v11 7/7] xfs: "

[PATCH v3 1/6] nvdimm: Consider probe return -EOPNOTSUPP as success
 2019-06-11 10:37 UTC  (8+ messages)
` [PATCH v3 2/6] mm/nvdimm: Add PFN_MIN_VERSION support
` [PATCH v3 3/6] mm/nvdimm: Add page size and struct page size to pfn superblock
` [PATCH v3 4/6] mm/nvdimm: Use correct #defines instead of opencoding
` [PATCH v3 5/6] mm/nvdimm: Pick the right alignment default when creating dax devices
` [PATCH v3 6/6] mm/nvdimm: Use correct alignment when looking at first pfn from a region

回复://薪酬设计与绩效考核873993
 2019-06-11  9:09 UTC 

[PATCH] libnvdimm, region: Use struct_size() in kzalloc()
 2019-06-10 21:06 UTC 

[PATCH] mm/nvdimm: Fix endian conversion issues
 2019-06-10 18:00 UTC  (2+ messages)

急件 如何当好一个合格的中层干部
 2019-06-10 16:52 UTC 

[PATCH v3 00/10] EFI Specific Purpose Memory Support
 2019-06-10 11:02 UTC  (21+ messages)
` [PATCH v3 01/10] acpi/numa: Establish a new drivers/acpi/numa/ directory
` [PATCH v3 02/10] acpi/numa/hmat: Skip publishing target info for nodes with no online memory
` [PATCH v3 03/10] efi: Enumerate EFI_MEMORY_SP
` [PATCH v3 04/10] x86, efi: Push EFI_MEMMAP check into leaf routines
` [PATCH v3 05/10] x86, efi: Reserve UEFI 2.8 Specific Purpose Memory for dax
` [PATCH v3 06/10] x86, efi: Add efi_fake_mem support for EFI_MEMORY_SP
` [PATCH v3 07/10] lib/memregion: Uplevel the pmem "region" ida to a global allocator
` [PATCH v3 08/10] device-dax: Add a driver for "hmem" devices
` [PATCH v3 09/10] acpi/numa/hmat: Register HMAT at device_initcall level
` [PATCH v3 10/10] acpi/numa/hmat: Register "specific purpose" memory as an "hmem" device

[PATCH v10 0/7] virtio pmem driver
 2019-06-10  5:08 UTC  (4+ messages)
` [PATCH v10 4/7] dm: enable synchronous dax

I liked you
 2019-06-09  4:24 UTC 

I want to be in your bed
 2019-06-09  4:23 UTC 

[PATCH v2 0/8] EFI Specific Purpose Memory Support
 2019-06-08 14:53 UTC  (16+ messages)
` [PATCH v2 1/8] acpi: Drop drivers/acpi/hmat/ directory
` [PATCH v2 4/8] x86, efi: Reserve UEFI 2.8 Specific Purpose Memory for dax

[PATCH v2] Documentation: nvdimm: Fix typo
 2019-06-07 17:39 UTC  (2+ messages)

[LSF/MM TOPIC] The end of the DAX experiment
 2019-06-07  6:00 UTC  (9+ messages)
` [Lsf-pc] "

[ndctl PATCH] Enable ndctl tests for emulated pmem devices
 2019-06-07  5:25 UTC 

Persistent Programming in Real Life (PIRL) Call for Presentations
 2019-06-06 22:29 UTC 

Re:Print logo/Rotary dump USB Flash Drive
 2019-06-06 21:32 UTC 

[PATCH] dax: Fix xarray entry association for mixed mappings
 2019-06-06 21:28 UTC  (3+ messages)

WebMail Login Notification
 2019-06-06 11:55 UTC 

Организация закупочной деятельности
 2019-06-05 10:36 UTC 

[PATCH AUTOSEL 4.14 19/24] libnvdimm: Fix compilation warnings with W=1
 2019-06-04 23:24 UTC 

[PATCH AUTOSEL 4.19 25/36] libnvdimm: Fix compilation warnings with W=1
 2019-06-04 23:23 UTC 

[PATCH AUTOSEL 5.1 39/60] libnvdimm: Fix compilation warnings with W=1
 2019-06-04 23:21 UTC 

[PATCH v3 00/18] kunit: introduce KUnit, the Linux kernel unit testing framework
 2019-06-04 21:56 UTC  (8+ messages)
` [PATCH v3 15/18] Documentation: kunit: add documentation for KUnit

[PATCH v8 00/12] mm: Sub-section memory hotplug support
 2019-06-04  7:41 UTC  (5+ messages)
` [PATCH v8 09/12] mm/sparsemem: Support sub-section hotplug

[PATCH v7 00/12] mm: Sub-section memory hotplug support
 2019-06-04  4:17 UTC  (4+ messages)
` [PATCH v7 09/12] mm/sparsemem: Support sub-section hotplug

[PATCH] libnvdimm, namespace: check nsblk->uuid immediately after its allocation
 2019-06-04  3:10 UTC  (2+ messages)

[PATCH AUTOSEL 4.19 013/141] mm: page_mkclean vs MADV_DONTNEED race
 2019-06-01 13:19 UTC 

[PATCH AUTOSEL 5.0 018/173] mm: page_mkclean vs MADV_DONTNEED race
 2019-06-01 13:16 UTC 

[PATCH AUTOSEL 5.1 020/186] mm: page_mkclean vs MADV_DONTNEED race
 2019-06-01 13:13 UTC 

Supply Demands / Demande d'approvisionnement
 2019-05-31 13:56 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).