messages from 2016-04-29 02:43:31 to 2016-05-17 15:36:34 UTC [more...]
Legacy NVDIMM-F over EFI
2016-05-17 15:36 UTC
[PATCH v2 0/3] "Device DAX" for persistent memory
2016-05-17 10:57 UTC (6+ messages)
` [PATCH v2 1/3] /dev/dax, pmem: direct access to "
` [PATCH v2 2/3] /dev/dax, core: file operations and dax-mmap
` [PATCH v2 3/3] Revert "block: enable dax for raw block devices"
[ndctl PATCH] ndctl: fix destruction of "dax" mode namespaces
2016-05-17 7:34 UTC (2+ messages)
[ndctl PATCH] ndctl: filter out unit tests from command list
2016-05-17 7:33 UTC (2+ messages)
[PATCH 0/7 v4] DAX cleanups and fixes
2016-05-17 7:19 UTC (12+ messages)
` [PATCH 1/7] DAX: move RADIX_DAX_ definitions to dax.c
` [PATCH 2/7] dax: Remove complete_unwritten argument
` [PATCH 3/7] ext2: Avoid DAX zeroing to corrupt data
` [PATCH 4/7] dax: Remove dead zeroing code from fault handlers
` [PATCH 5/7] dax: Remove zeroing from dax_io()
` [PATCH 6/7] dax: Remove pointless writeback from dax_do_io()
` [PATCH 7/7] dax: Remove redundant inode size checks
[PATCH 0/7 v4] DAX page fault locking
2016-05-12 19:36 UTC (11+ messages)
` [PATCH 1/7] dax: Fix condition for filling of PMD holes
` [PATCH 2/7] dax: Make huge page handling depend of CONFIG_BROKEN
` [PATCH 3/7] dax: Define DAX lock bit for radix tree exceptional entry
` [PATCH 4/7] dax: Allow DAX code to replace exceptional entries
` [PATCH 5/7] dax: New fault locking
` [PATCH 6/7] dax: Use radix tree entry lock to protect cow faults
` [PATCH 7/7] dax: Remove i_mmap_lock protection
[PATCH v7 0/6] dax: handling media errors (clear-on-zero only)
2016-05-12 17:06 UTC (10+ messages)
` [PATCH v7 1/6] dax: fallback from pmd to pte on error
` [PATCH v7 2/6] dax: enable dax in the presence of known media errors (badblocks)
` [PATCH v7 3/6] dax: use sb_issue_zerout instead of calling dax_clear_sectors
` [PATCH v7 4/6] dax: export a low-level __dax_zero_page_range helper
` [PATCH v7 5/6] dax: for truncate/hole-punch, do zeroing through the driver if possible
` [PATCH v7 6/6] dax: fix a comment in dax_zero_page_range and dax_truncate_page
[RFC v3] [PATCH 0/18] DAX page fault locking
2016-05-12 7:58 UTC (37+ messages)
` [PATCH 05/18] ext2: Avoid DAX zeroing to corrupt data
` [PATCH 06/18] dax: Remove dead zeroing code from fault handlers
` [PATCH 08/18] ext4: Pre-zero allocated blocks for DAX IO
` [PATCH 09/18] dax: Remove zeroing from dax_io()
` [PATCH 10/18] dax: Remove pointless writeback from dax_do_io()
` [PATCH 11/18] dax: Fix condition for filling of PMD holes
` [PATCH 13/18] dax: Make huge page handling depend of CONFIG_BROKEN
` [PATCH 14/18] dax: Define DAX lock bit for radix tree exceptional entry
` [PATCH 15/18] dax: Allow DAX code to replace exceptional entries
` [PATCH 16/18] dax: New fault locking
[ndctl PATCH v4] test: Add a unit test for dax error handling
2016-05-11 21:09 UTC
[PATCH v6 0/5] dax: handling media errors (clear-on-zero only)
2016-05-11 18:39 UTC (9+ messages)
` [PATCH v6 1/5] dax: fallback from pmd to pte on error
` [PATCH v6 2/5] dax: enable dax in the presence of known media errors (badblocks)
` [PATCH v6 3/5] dax: use sb_issue_zerout instead of calling dax_clear_sectors
` [PATCH v6 4/5] dax: for truncate/hole-punch, do zeroing through the driver if possible
` [PATCH v6 5/5] dax: fix a comment in dax_zero_page_range and dax_truncate_page
[PATCH v4 0/6] Add alignment check for DAX mount
2016-05-11 15:26 UTC (12+ messages)
` [PATCH v4 1/6] block: Add vfs_msg() interface
` [PATCH v4 2/6] block: Add bdev_dax_supported() for dax mount checks
` [PATCH v4 3/6] ext4: Add alignment check for DAX mount
` [PATCH v4 4/6] ext2: "
` [PATCH v4 5/6] xfs: "
` [PATCH v4 6/6] block: Update blkdev_dax_capable() for consistency
[PATCH 0/4] ext4: DAX fixes
2016-05-11 9:39 UTC (5+ messages)
` [PATCH 1/4] ext4: Handle transient ENOSPC properly for DAX
` [PATCH 2/4] ext4: Fix race in transient ENOSPC detection
` [PATCH 3/4] ext4: Refactor direct IO code
` [PATCH 4/4] ext4: Pre-zero allocated blocks for DAX IO
[PATCH v5 0/5] dax: handling media errors (clear-on-zero only)
2016-05-10 14:29 UTC (10+ messages)
` [PATCH v5 1/5] dax: fallback from pmd to pte on error
` [PATCH v5 2/5] dax: enable dax in the presence of known media errors (badblocks)
` [PATCH v5 3/5] dax: use sb_issue_zerout instead of calling dax_clear_sectors
` [PATCH v5 4/5] dax: for truncate/hole-punch, do zeroing through the driver if possible
` [PATCH v5 5/5] dax: fix a comment in dax_zero_page_range and dax_truncate_page
[PATCH v3 0/5] Add alignment check for DAX mount
2016-05-09 22:50 UTC (14+ messages)
` [PATCH v3 1/5] block: Add vfs_msg() interface
` [PATCH v3 2/5] block: Add bdev_supports_dax() for dax mount checks
` [PATCH v3 3/5] ext4: Add alignment check for DAX mount
` [PATCH v3 4/5] ext2: "
` [PATCH v3 5/5] xfs: "
[ndctl PATCH] ndctl: switch to ndctl-VERSION tag format
2016-05-09 16:58 UTC
[PATCH 0/7] "Device DAX" for persistent memory
2016-05-09 7:55 UTC (9+ messages)
` [PATCH 1/7] libnvdimm: cleanup nvdimm_namespace_common_probe(), kill 'host'
` [PATCH 2/7] libnvdimm, dax: introduce device-dax infrastructure
` [PATCH 3/7] libnvdimm, dax: reserve space to store labels for device-dax
` [PATCH 4/7] libnvdimm, dax: record the specified alignment of a dax-device instance
` [PATCH 5/7] /dev/dax, pmem: direct access to persistent memory
` [PATCH 6/7] /dev/dax, core: file operations and dax-mmap
` [PATCH 7/7] Revert "block: enable dax for raw block devices"
[ndctl PATCH 0/2] ndctl: dax device support
2016-05-08 22:39 UTC (3+ messages)
` [ndctl PATCH 1/2] ndctl: add library support for 'dax' devices
` [ndctl PATCH 2/2] ndctl: utility support for dax devices
[PATCH] libnvdimm, pfn: fix ARCH=alpha allmodconfig build failure
2016-05-07 2:22 UTC (2+ messages)
[PATCH v3] test: Add a unit test for dax error handling
2016-05-06 21:54 UTC
[PATCH v11 0/5] libnvidmm, nfit: dimm command marshaling
2016-05-06 14:52 UTC (11+ messages)
` [PATCH v11 1/5] nfit, libnvdimm: clarify "commands" vs "_DSMs"
` [PATCH v11 2/5] nfit, libnvdimm: limited/whitelisted dimm command marshaling mechanism
` [PATCH v11 4/5] tools/testing/nvdimm: ND_CMD_CALL support
` [PATCH v11 5/5] nfit: add sysfs dimm 'family' and 'dsm_mask' attributes
[GIT PULL] libnvdimm fixes for 4.6-rc7
2016-05-05 23:37 UTC
[PATCH v2 0/3] Add alignment check for DAX mount
2016-05-05 8:03 UTC (12+ messages)
` [PATCH v2 1/3] ext4: "
` [PATCH v2 2/3] ext2: "
` [PATCH v2 3/3] xfs: "
[PATCH v2-UPDATE 3/3] xfs: Add alignment check for DAX mount
2016-05-04 15:46 UTC
[PATCH] nfit: fix translation of command status results
2016-05-03 7:15 UTC (2+ messages)
[PATCH v4 0/7] dax: handling media errors
2016-05-02 19:22 UTC (15+ messages)
` [PATCH v4 5/7] fs: prioritize and separate direct_io from dax_io
` [PATCH v4 8/7] Documentation: add error handling information to dax.txt
acpi_nfit_query_poison() broken on non-ARS systems
2016-05-02 15:05 UTC (12+ messages)
[PATCH] nfit: export subsystem ids as attributes
2016-05-02 9:35 UTC (2+ messages)
[PATCH 0/3] Add alignment check for DAX mount
2016-05-01 9:35 UTC (6+ messages)
` [PATCH 1/3] ext4: "
` [PATCH 2/3] ext2: "
` [PATCH 3/3] xfs: "
[PATCH] libnvdimm, pfn: fix memmap reservation sizing
2016-04-30 21:02 UTC
[ndctl PATCH] ndctl: add ndctl_dimm_get_subsystem_{vendor|device|rev_id} apis
2016-04-29 23:31 UTC
[PATCH] nfit: fix format interface code byte order per ACPI6.1
2016-04-29 18:39 UTC (4+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox