nvdimm.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2018-03-05 20:29:52 to 2018-03-10 18:15:11 UTC [more...]

[RFC v2 00/83] NOVA: a new file system for persistent memory
 2018-03-10 18:18 UTC  (62+ messages)
` [RFC v2 01/83] Introduction and documentation of NOVA filesystem
` [RFC v2 02/83] Add nova_def.h
` [RFC v2 03/83] Add super.h
` [RFC v2 04/83] NOVA inode definition
` [RFC v2 05/83] Add NOVA filesystem definitions and useful helper routines
` [RFC v2 06/83] Add inode get/read methods
` [RFC v2 07/83] Initialize inode_info and rebuild inode information in nova_iget()
` [RFC v2 08/83] NOVA superblock operations
` [RFC v2 09/83] Add Kconfig and Makefile
` [RFC v2 10/83] Add superblock integrity check
` [RFC v2 11/83] Add timing and I/O statistics for performance analysis and profiling
` [RFC v2 12/83] Add timing for mount and init
` [RFC v2 13/83] Add remount_fs and show_options methods
` [RFC v2 14/83] Add range node kmem cache
` [RFC v2 15/83] Add free list data structure
` [RFC v2 16/83] Initialize block map and free lists in nova_init()
` [RFC v2 17/83] Add statfs support
` [RFC v2 18/83] Add freelist statistics printing
` [RFC v2 19/83] Add pmem block free routines
` [RFC v2 20/83] Pmem block allocation routines
` [RFC v2 21/83] Add log structure
` [RFC v2 22/83] Inode log pages allocation and reclaimation
` [RFC v2 23/83] Save allocator to pmem in put_super
` [RFC v2 24/83] Initialize and allocate inode table
` [RFC v2 25/83] Support get normal inode address and inode table extentsion
` [RFC v2 26/83] Add inode_map to track inuse inodes
` [RFC v2 27/83] Save the inode inuse list to pmem upon umount
` [RFC v2 28/83] Add NOVA address space operations
` [RFC v2 29/83] Add write_inode and dirty_inode routines
` [RFC v2 30/83] New NOVA inode allocation
` [RFC v2 31/83] Add new vfs "
` [RFC v2 32/83] Add log entry definitions
` [RFC v2 33/83] Inode log and entry printing for debug purpose
` [RFC v2 34/83] Journal: NOVA light weight journal definitions
` [RFC v2 35/83] Journal: Lite journal helper routines
` [RFC v2 36/83] Journal: Lite journal recovery
` [RFC v2 37/83] Journal: Lite journal create and commit
` [RFC v2 38/83] Journal: NOVA lite journal initialization
` [RFC v2 39/83] Log operation: dentry append
` [RFC v2 40/83] Log operation: file write entry append
` [RFC v2 41/83] Log operation: setattr "
` [RFC v2 42/83] Log operation: link change append
` [RFC v2 43/83] Log operation: in-place update log entry
` [RFC v2 44/83] Log operation: invalidate log entries
` [RFC v2 45/83] Log operation: file inode log lookup and assign
` [RFC v2 46/83] Dir: Add Directory radix tree insert/remove methods
` [RFC v2 47/83] Dir: Add initial dentries when initializing a directory inode log
` [RFC v2 48/83] Dir: Readdir operation
` [RFC v2 49/83] Dir: Append create/remove dentry
` [RFC v2 50/83] Inode: Add nova_evict_inode
` [RFC v2 51/83] Rebuild: directory inode
` [RFC v2 52/83] Rebuild: file inode
` [RFC v2 53/83] Namei: lookup
` [RFC v2 54/83] Namei: create and mknod
` [RFC v2 55/83] Namei: mkdir
` [RFC v2 56/83] Namei: link and unlink
` [RFC v2 57/83] Namei: rmdir
` [RFC v2 58/83] Namei: rename
` [RFC v2 59/83] Namei: setattr
` [RFC v2 60/83] Add special inode operations
` [RFC v2 61/83] Super: Add nova_export_ops

[PATCH v5 00/11] dax: fix dma vs truncate/hole-punch
 2018-03-10 17:40 UTC  (16+ messages)
` [PATCH v5 01/11] dax: store pfns in the radix
` [PATCH v5 02/11] xfs, dax: introduce xfs_dax_aops
` [PATCH v5 03/11] ext4, dax: introduce ext4_dax_aops
` [PATCH v5 04/11] ext2, dax: introduce ext2_dax_aops
` [PATCH v5 05/11] fs, dax: use page->mapping to warn if truncate collides with a busy page
` [PATCH v5 06/11] mm, dax: enable filesystems to trigger dev_pagemap ->page_free callbacks
` [PATCH v5 07/11] mm, dev_pagemap: introduce CONFIG_DEV_PAGEMAP_OPS
` [PATCH v5 08/11] wait_bit: introduce {wait_on,wake_up}_atomic_one
` [PATCH v5 09/11] mm, fs, dax: handle layout changes to pinned dax mappings
` [PATCH v5 10/11] xfs: prepare xfs_break_layouts() for another layout type
` [PATCH v5 11/11] xfs, dax: introduce xfs_break_dax_layouts()

[PATCH 0/5] Teach EDAC about non-volatile DIMMs and add partial support to skx_edac
 2018-03-10 13:22 UTC  (7+ messages)
` [PATCH 4/5] firmware: dmi: Add function to look up a handle and return DIMM size
` [PATCH 5/5] EDAC, skx_edac: Detect non-volatile DIMMs

xfstests 344 deadlock on NOVA
 2018-03-10  5:27 UTC  (3+ messages)

[ndctl PATCH] libndctl.sym: move new interfaces since v59 to a nee section
 2018-03-10  0:59 UTC 

[ndctl PATCH] ndctl: fail NUMA filtering when unsupported
 2018-03-10  0:20 UTC  (3+ messages)

[ndctl PATCH] libndctl.sym: move new interfaces since v59 to a nee section
 2018-03-09 23:18 UTC 

[ndctl PATCH v2] ndctl, list: fix sector_size listing
 2018-03-09 22:58 UTC  (2+ messages)

[ndctl PATCH] ndctl, list: fix sector_size listing
 2018-03-09 22:06 UTC  (7+ messages)

[PATCH v5 0/2] ndctl: move firmware update to dimm action
 2018-03-09 19:45 UTC  (4+ messages)
` [PATCH v5 1/2] ndctl: add check for update firmware supported
` [PATCH v5 2/2] ndctl: merge firmware-update to dimm.c as one of the dimm ops

[PATCH v4 0/2] ndctl: move firmware update to dimm action
 2018-03-09 18:23 UTC  (4+ messages)
` [PATCH v4 1/2] ndctl: add check for update firmware supported
` [PATCH v4 2/2] ndctl: merge firmware-update to dimm.c as one of the dimm ops

[PATCH v4 00/18] dax: fix dma vs truncate/hole-punch
 2018-03-09 17:26 UTC  (9+ messages)
` [PATCH v4 17/18] mm, fs, dax: dax_flush_dma, handle dma vs block-map-change collisions

[PATCH] loop: Fix lost writes caused by missing flag
 2018-03-09 17:19 UTC  (7+ messages)
      ` [PATCH] MAINTAINERS: add coverage for drivers/block

转发:/ 人力资源
 2018-03-09  6:54 UTC 

[PATCH v2 00/10] Copy Offload in NVMe Fabrics with P2P PCI Memory
 2018-03-09  5:08 UTC  (31+ messages)
` [PATCH v2 04/10] PCI/P2PDMA: Clear ACS P2P flags for all devices behind switches
` [PATCH v2 07/10] nvme-pci: Use PCI p2pmem subsystem to manage the CMB
` [PATCH v2 08/10] nvme-pci: Add support for P2P memory in requests

Returned mail: Data format error
 2018-03-09  3:22 UTC 

[dm-devel] [PATCH] dm-writecache
 2018-03-09  3:26 UTC  (3+ messages)

[PATCH v3 0/2] ndctl: move firmware update to dimm action
 2018-03-09  0:37 UTC  (8+ messages)
` [PATCH v3 1/2] ndctl: add check for update firmware supported
` [PATCH v3 2/2] ndctl: merge firmware-update to dimm.c as one of the dimm ops

[PATCH 1/3] ndctl: don't print erroneous namespace numa_nodes
 2018-03-08 23:57 UTC  (17+ messages)
` [PATCH 2/3] ndctl: add numa_node support for regions
` [PATCH 3/3] ndctl: add filtering based on numa_node
    ` [PATCH v2 "
      ` [PATCH v3 3/3] ndctl: add filtering based on numa node

[PATCH] radix tree test suite: fix mapshift build target
 2018-03-08 16:55 UTC 

[PATCH] libnvdimm: remove redundant __func__ in dev_dbg
 2018-03-08  8:58 UTC  (5+ messages)

[PATCH] device-dax: remove redundant __func__ in dev_dbg
 2018-03-08  8:57 UTC  (3+ messages)

[PATCH] acpi, nfit: remove redundant __func__ in dev_dbg
 2018-03-08  8:03 UTC  (5+ messages)

Message could not be delivered
 2018-03-08  3:27 UTC 

Message could not be delivered
 2018-03-08  3:27 UTC 

回复:如何从技术专业转型为管理岗位
 2018-03-07 16:52 UTC 

回复:打造门店执行力系统,快速提升门店业绩
 2018-03-07 13:29 UTC 

Delivery reports about your e-mail
 2018-03-07  7:37 UTC 

[PATCH v3 1/2] ndctl: add check for update firmware supported
 2018-03-06 23:45 UTC 

[ndctl PATCH] ndctl, test: add a unit test for partition rescanning
 2018-03-06 22:07 UTC  (7+ messages)

[PATCH v2 0/2] ndctl: move firmware update to dimm action
 2018-03-06 21:06 UTC  (5+ messages)
` [PATCH v2 1/2] ndctl: add check for update firmware supported
` [PATCH v2 2/2] ndctl: merge firmware-update to dimm.c as one of the dimm ops

[PATCH] libnvdimm, {btt, blk}: do integrity setup before add_disk()
 2018-03-06 19:21 UTC  (2+ messages)

[PATCH 1/3] nfit_test: improve structure offset handling
 2018-03-06 19:13 UTC  (3+ messages)

[PATCH] kernel/memremap: Remove stale devres_free() call
 2018-03-06 19:09 UTC  (4+ messages)

[PATCH] ndctl: removing daxctl io
 2018-03-06 16:43 UTC 

Returned mail: Data format error
 2018-03-06  3:22 UTC 

Returned mail: Data format error
 2018-03-06  3:22 UTC 

转发:/ 如何进行产品测试需求分析,有效控制测试输入?
 2018-03-06  1:44 UTC 

[ndctl PATCH] ndctl, create-namespace: fix minimum alignment detection
 2018-03-06  0:38 UTC  (2+ messages)

[PATCH 2 1/2] dax: change bdev_dax_supported() to take a block_device as input
 2018-03-06  0:06 UTC  (7+ messages)
` [PATCH 2 2/2] xfs: fix rt_dev usage for DAX

[PATCH 1/2] ndctl: add check for update firmware supported
 2018-03-05 23:34 UTC  (4+ messages)
` [PATCH 2/2] ndctl: merge firmware-update to dimm.c as one of the dimm ops


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