linux-nvdimm.lists.01.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-08 15:28:02 to 2019-08-15 01:36:32 UTC [more...]

[PATCH 0/3] libnvdimm/security: Enumerate the frozen state and other cleanups
 2019-08-15  1:20 UTC 

[RFC PATCH v2 00/19] RDMA/FS DAX truncate proposal V1,000,002 ;-)
 2019-08-14 21:56 UTC  (61+ messages)
` [RFC PATCH v2 01/19] fs/locks: Export F_LAYOUT lease to user space
` [RFC PATCH v2 02/19] fs/locks: Add Exclusive flag to user Layout lease
` [RFC PATCH v2 03/19] mm/gup: Pass flags down to __gup_device_huge* calls
` [RFC PATCH v2 04/19] mm/gup: Ensure F_LAYOUT lease is held prior to GUP'ing pages
` [RFC PATCH v2 05/19] fs/ext4: Teach ext4 to break layout leases
` [RFC PATCH v2 06/19] fs/ext4: Teach dax_layout_busy_page() to operate on a sub-range
` [RFC PATCH v2 07/19] fs/xfs: Teach xfs to use new dax_layout_busy_page()
` [RFC PATCH v2 08/19] fs/xfs: Fail truncate if page lease can't be broken
` [RFC PATCH v2 09/19] mm/gup: Introduce vaddr_pin structure
` [RFC PATCH v2 10/19] mm/gup: Pass a NULL vaddr_pin through GUP fast
` [RFC PATCH v2 11/19] mm/gup: Pass follow_page_context further down the call stack
` [RFC PATCH v2 12/19] mm/gup: Prep put_user_pages() to take an vaddr_pin struct
` [RFC PATCH v2 13/19] {mm,file}: Add file_pins objects
` [RFC PATCH v2 14/19] fs/locks: Associate file pins while performing GUP
` [RFC PATCH v2 15/19] mm/gup: Introduce vaddr_pin_pages()
` [RFC PATCH v2 16/19] RDMA/uverbs: Add back pointer to system file object
` [RFC PATCH v2 17/19] RDMA/umem: Convert to vaddr_[pin|unpin]* operations
` [RFC PATCH v2 18/19] {mm,procfs}: Add display file_pins proc
` [RFC PATCH v2 19/19] mm/gup: Remove FOLL_LONGTERM DAX exclusion
  ` [RFC PATCH v2 00/19] RDMA/FS DAX truncate proposal V1,000,002 ; -)

[PATCH v5 0/4] Mark the namespace disabled on pfn superblock mismatch
 2019-08-14 21:06 UTC  (8+ messages)
` [PATCH v5 1/4] nvdimm: Consider probe return -EOPNOTSUPP as success
` [PATCH v5 2/4] mm/nvdimm: Add page size and struct page size to pfn superblock
` [PATCH v5 3/4] mm/nvdimm: Use correct #defines instead of open coding
` [PATCH v5 4/4] mm/nvdimm: Pick the right alignment default when creating dax devices

[PATCH v13 00/18] kunit: introduce KUnit, the Linux kernel unit testing framework
 2019-08-14 17:23 UTC  (25+ messages)
` [PATCH v13 03/18] kunit: test: add string_stream a std::stream like string builder
` [PATCH v13 04/18] kunit: test: add assertion printing library
` [PATCH v13 07/18] kunit: test: add initial tests
` [PATCH v13 08/18] objtool: add kunit_try_catch_throw to the noreturn list
` [PATCH v13 10/18] kunit: test: add tests for kunit test abort
  ` [PATCH v13 01/18] kunit: test: add KUnit test runner core
  ` [PATCH v13 02/18] kunit: test: add test resource management API
  ` [PATCH v13 05/18] kunit: test: add the concept of expectations
  ` [PATCH v13 06/18] kbuild: enable building KUnit
  ` [PATCH v13 09/18] kunit: test: add support for test abort
  ` [PATCH v13 11/18] kunit: test: add the concept of assertions
  ` [PATCH v13 12/18] kunit: test: add tests for KUnit managed resources
  ` [PATCH v13 13/18] kunit: tool: add Python wrappers for running KUnit tests
  ` [PATCH v13 14/18] kunit: defconfig: add defconfigs for building "
  ` [PATCH v13 15/18] Documentation: kunit: add documentation for KUnit
  ` [PATCH v13 17/18] kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec()
  ` [PATCH v13 18/18] MAINTAINERS: add proc sysctl KUnit test to PROC SYSCTL section
` [PATCH v13 16/18] MAINTAINERS: add entry for KUnit the unit testing framework

add a not device managed memremap_pages
 2019-08-14 11:25 UTC  (16+ messages)
` [PATCH 1/5] resource: pass a name argument to devm_request_free_mem_region
` [PATCH 2/5] resource: add a not device managed request_free_mem_region variant
` [PATCH 3/5] memremap: remove the dev field in struct dev_pagemap
` [PATCH 4/5] memremap: don't use a separate devm action for devmap_managed_enable_get
` [PATCH 5/5] memremap: provide a not device managed memremap_pages

如何用好抖音这个新的流量与商业变现利器?
 2019-08-14  4:33 UTC 

[PATCH v3] ndctl, check: Ensure mmap of BTT sections work with 64K page-sizes
 2019-08-13 20:52 UTC  (4+ messages)

剖析嵌入式设计师易犯的错误点
 2019-08-13 19:28 UTC 

[PATCH v12 00/18] kunit: introduce KUnit, the Linux kernel unit testing framework
 2019-08-13 17:07 UTC  (60+ messages)
` [PATCH v12 01/18] kunit: test: add KUnit test runner core
` [PATCH v12 02/18] kunit: test: add test resource management API
` [PATCH v12 03/18] kunit: test: add string_stream a std::stream like string builder
` [PATCH v12 04/18] kunit: test: add assertion printing library
` [PATCH v12 05/18] kunit: test: add the concept of expectations
` [PATCH v12 07/18] kunit: test: add initial tests
` [PATCH v12 10/18] kunit: test: add tests for kunit test abort
` [PATCH v12 11/18] kunit: test: add the concept of assertions
` [PATCH v12 12/18] kunit: test: add tests for KUnit managed resources
  ` [PATCH v12 06/18] kbuild: enable building KUnit
  ` [PATCH v12 08/18] objtool: add kunit_try_catch_throw to the noreturn list
  ` [PATCH v12 09/18] kunit: test: add support for test abort
  ` [PATCH v12 13/18] kunit: tool: add Python wrappers for running KUnit tests
  ` [PATCH v12 14/18] kunit: defconfig: add defconfigs for building "
  ` [PATCH v12 15/18] Documentation: kunit: add documentation for KUnit
  ` [PATCH v12 16/18] MAINTAINERS: add entry for KUnit the unit testing framework
` [PATCH v12 17/18] kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec()
` [PATCH v12 18/18] MAINTAINERS: add proc sysctl KUnit test to PROC SYSCTL section

[PATCH] libnvdimm: change disk name of virtio pmem disk
 2019-08-13  4:55 UTC  (2+ messages)

[ndctl PATCH] daxctl/test: Skip daxctl-devices.sh on older kernels
 2019-08-12 21:31 UTC  (4+ messages)

[PATCH] mm/memremap: Fix reuse of pgmap instances with internal references
 2019-08-12 21:29 UTC  (5+ messages)

[PATCH v9 04/18] kunit: test: add kunit_stream a std::stream like logger
 2019-08-12 21:12 UTC  (15+ messages)

Работа с жалобами клиентов
 2019-08-12 20:33 UTC 

[ndctl PATCH] ndctl/test: Add xfs reflink dependency
 2019-08-12 14:03 UTC  (2+ messages)

[GIT PULL] dax fixes v5.3-rc4
 2019-08-11 20:20 UTC  (2+ messages)

[PATCH] nvdimm: Initialize bad block for volatile namespaces
 2019-08-09  8:22 UTC 

[PATCH v5] mm/nvdimm: Use correct alignment when looking at first pfn from a region
 2019-08-09  7:48 UTC 

[PATCH v5] mm/nvdimm: Fix endian conversion issues
 2019-08-09  7:47 UTC 

[patch] nfit: report frozen security state
 2019-08-08 20:20 UTC  (5+ messages)

[ndctl PATCH v2] Documentation/namespace-description: Clarify label-less restrictions
 2019-08-08 18:13 UTC  (2+ messages)

[ndctl PATCH] Documentation/namespace-description: Clarify label-less restrictions
 2019-08-08 15:25 UTC  (2+ messages)

[PATCH v9 04/18] kunit: test: add kunit_stream a std::stream like logger
 2019-07-18 19:22 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).