Linux-NVDIMM Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-01-17 23:15:25 to 2017-01-30 21:53:10 UTC [more...]

[PATCH v2 0/3] 1G transparent hugepage support for device dax
 2017-01-30 21:52 UTC  (7+ messages)
` [PATCH v2 1/3] mm,fs,dax: Change ->pmd_fault to ->huge_fault
  ` [PATCH] ext4: Remove unused function ext4_dax_huge_fault()
` [PATCH v2 2/3] mm, x86: Add support for PUD-sized transparent hugepages
` [PATCH v2 3/3] dax: Support for transparent PUD pages for device DAX

[RFC PATCH 00/17] introduce a dax_inode for dax_operations
 2017-01-30 18:29 UTC  (24+ messages)
` [RFC PATCH 01/17] dax: refactor dax-fs into a generic provider of dax inodes
` [RFC PATCH 02/17] dax: convert dax_inode locking to srcu
` [RFC PATCH 03/17] dax: add a facility to lookup a dax inode by 'host' device name
` [RFC PATCH 04/17] dax: introduce dax_operations
` [RFC PATCH 05/17] pmem: add dax_operations support
` [RFC PATCH 06/17] axon_ram: "
` [RFC PATCH 07/17] brd: "
` [RFC PATCH 08/17] dcssblk: "
` [RFC PATCH 09/17] block: kill bdev_dax_capable()
` [RFC PATCH 10/17] block: introduce bdev_dax_direct_access()
` [RFC PATCH 11/17] dm: add dax_operations support (producer)
` [RFC PATCH 12/17] dm: add dax_operations support (consumer)
` [RFC PATCH 13/17] fs: update mount_bdev() to lookup dax infrastructure
` [RFC PATCH 14/17] ext2, ext4, xfs: retrieve dax_inode through iomap operations
` [RFC PATCH 15/17] Revert "block: use DAX for partition table reads"
` [RFC PATCH 16/17] fs, dax: convert filesystem-dax to bdev_dax_direct_access
` [RFC PATCH 17/17] block: remove block_device_operations.direct_access and related infrastructure

Our USPS courier can not contact you (parcel #001532305)
 2017-01-28 12:50 UTC 

Delivery problem, parcel USPS #04043880
 2017-01-27 19:33 UTC 

No Persistent Memory (legacy) even persistent (type 12) was found
 2017-01-27  1:35 UTC  (3+ messages)

[RFC PATCH v2 0/2] block: fix backing_dev_info lifetime
 2017-01-26 16:39 UTC  (6+ messages)

I need followers for Instagram
 2017-01-26  4:47 UTC 

[PATCH] nvdimm: constify device_type structures
 2017-01-25 16:16 UTC  (9+ messages)

[PATCH v5] DAX: enable iostat for read/write
 2017-01-25 15:55 UTC  (4+ messages)

[PATCH v7] x86: fix kaslr and memmap collision
 2017-01-25 10:47 UTC  (2+ messages)

[PATCH] ndctl: add a BTT check utility
 2017-01-24 22:58 UTC  (10+ messages)

[PATCH 0/4] mmap dio and DAX
 2017-01-24 22:28 UTC  (18+ messages)
  ` [PATCH 1/4] common/rc: add _require_scratch_dax
  ` [PATCH 2/4] src/t_mmap_dio: add mmap dio test
  ` [PATCH 3/4] xfs: test per-inode DAX flag by IO
  ` [PATCH 4/4] generic: test mmap dio through DAX and non-DAX
          ` [PATCH v2 0/2] mmap dio and DAX
            ` [PATCH v2 1/2] xfs: test per-inode DAX flag by IO
                  ` [PATCH v3] "
                      ` [PATCH v4 0/2] mmap dio and DAX
                          ` [PATCH v4 1/2] xfs: test per-inode DAX flag by IO
                          ` [PATCH v4 2/2] generic: test mmap io through DAX and non-DAX
              ` [PATCH v2 2/2] generic: test mmap dio "

[PATCH 0/3] 1G transparent hugepage support for device dax
 2017-01-24 21:35 UTC  (8+ messages)
` [PATCH 1/3] mm,fs,dax: Change ->pmd_fault to ->huge_fault
` [PATCH 2/3] mm, x86: Add support for PUD-sized transparent hugepages
` [PATCH 3/3] dax: Support for transparent PUD pages for device DAX

[LSF/MM TOPIC] Badblocks checking/representation in filesystems
 2017-01-24 19:59 UTC  (39+ messages)
        ` [Lsf-pc] "

Parcel #000688297 shipment problem, please review
 2017-01-24 18:52 UTC 

[PATCH] dax: put back __GFP_IO in the dax fault handler
 2017-01-24 18:42 UTC  (3+ messages)

[PATCH] dax: pgoff in fs DAX trace needs to be corrected
 2017-01-24 18:33 UTC  (2+ messages)

[LTP issues] MAP_LOCKED MS_INVALIDATE, dio rw odd count on DAX
 2017-01-24  5:24 UTC 

[ndctl PATCH v2] ndctl, create-namespace: add an 'align' option
 2017-01-24  1:25 UTC 

[PATCH v2] mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf
 2017-01-23 23:11 UTC 

[PATCH] mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf
 2017-01-23 21:36 UTC  (3+ messages)

[PATCH 00/13] dax, pmem: move cpu cache maintenance to libnvdimm
 2017-01-23 18:31 UTC  (34+ messages)
` [PATCH 01/13] x86, dax, pmem: remove indirection around memcpy_from_pmem()
` [PATCH 02/13] block, dax: introduce dax_operations
` [PATCH 03/13] x86, dax, pmem: introduce 'copy_from_iter' dax operation
` [PATCH 04/13] dax, pmem: introduce an optional 'flush' "
` [PATCH 05/13] x86, dax: replace clear_pmem() with open coded memset + dax_ops->flush
` [PATCH 06/13] x86, dax, libnvdimm: move wb_cache_pmem() to libnvdimm
` [PATCH 07/13] x86, libnvdimm, pmem: move arch_invalidate_pmem() "
` [PATCH 08/13] x86, libnvdimm, dax: stop abusing __copy_user_nocache
` [PATCH 09/13] libnvdimm, pmem: implement cache bypass for all copy_from_iter() operations
` [PATCH 10/13] libnvdimm, pmem: fix persistence warning
` [PATCH 11/13] libnvdimm, nfit: enable support for volatile ranges
` [PATCH 12/13] libnvdimm, pmem: disable dax flushing when pmem is fronting a volatile region
` [PATCH 13/13] libnvdimm, pmem: disable dax flushing for 'cache flush on fail' platforms

Overdue payment of your $980,520.00 USD,reply for details
 2017-01-23 12:55 UTC 

Overdue payment of your $980,520.00 USD,reply for details
 2017-01-23 12:55 UTC 

Courier was not able to deliver your parcel (ID003621191, USPS)
 2017-01-22 23:59 UTC 

real Google analytics traffic
 2017-01-22 17:21 UTC 

social traffic for lists.01.org
 2017-01-22  3:27 UTC 

[GIT PULL] libnvdimm fixes for 4.10-rc5
 2017-01-21  0:38 UTC 

[PATCH v3 00/12] mm: sub-section memory hotplug support
 2017-01-20 17:56 UTC  (15+ messages)
` [PATCH v3 01/12] mm: fix type width of section to/from pfn conversion macros
` [PATCH v3 02/12] mm, devm_memremap_pages: use multi-order radix for ZONE_DEVICE lookups
` [PATCH v3 03/12] mm: introduce struct mem_section_usage to track partial population of a section
` [PATCH v3 04/12] mm: introduce common definitions for the size and mask "
` [PATCH v3 05/12] mm: cleanup sparse_init_one_section() return value
` [PATCH v3 06/12] mm: track active portions of a section at boot
` [PATCH v3 07/12] mm: fix register_new_memory() zone type detection
` [PATCH v3 08/12] mm: convert kmalloc_section_memmap() to populate_section_memmap()
` [PATCH v3 09/12] mm: prepare for hot-{add, remove} of sub-section ranges
` [PATCH v3 10/12] mm: support section-unaligned ZONE_DEVICE memory ranges
` [PATCH v3 11/12] mm: enable section-unaligned devm_memremap_pages()
` [PATCH v3 12/12] libnvdimm, pfn, dax: stop padding pmem namespaces to section alignment

mmap dio write failure
 2017-01-20  6:04 UTC  (2+ messages)

USPS parcel #03122484 delivery problem
 2017-01-19 18:25 UTC 

[LSF/MM TOPIC] Future direction of DAX
 2017-01-18 17:22 UTC  (8+ messages)
` [Lsf-pc] "

USPS parcel #1229714 delivery problem
 2017-01-18  3:20 UTC 

[PATCH v7 1/2] mm, dax: make pmd_fault() and friends to be the same as fault()
 2017-01-18  0:21 UTC  (2+ messages)
` [PATCH v7 2/2] mm, dax: move pmd_fault() to take only vmf parameter


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