Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1253989
| From | Dan Williams <dan.j.williams@intel.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v2 0/5] block, dax: updates for 4.4 |
| Date | 2015-10-22 19:20 +0200 |
| Message-ID | <qmrGW-BA-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Changes since v1: https://lists.01.org/pipermail/linux-nvdimm/2015-October/002538.html
1/ Rename file_bd_inode to bdev_file_inode (Jan Kara)
2/ Clarify sb_start_pagefault() comment (Jan Kara)
3/ Collect Reviewed-by's
---
As requested [1], break out the block specific updates from the dax-gup
series [2], to merge via the block tree.
1/ Enable dax mappings for raw block devices. This addresses the review
comments (from Ross and Honza) from the RFC [3].
2/ Introduce dax_map_atomic() to fix races between device teardown and
new mapping requests. This depends on commit 2a9067a91825 "block:
generic request_queue reference counting" in for-4.4/integrity branch
of the block tree.
3/ Cleanup clear_pmem() and its usage in dax. This depends on commit
0f90cc6609c7 "mm, dax: fix DAX deadlocks" that was merged into v4.3-rc6.
These pass the nvdimm unit tests and have passed a 0day-kbuild-robot run.
[1]: https://lists.01.org/pipermail/linux-nvdimm/2015-October/002531.html
[2]: https://lists.01.org/pipermail/linux-nvdimm/2015-October/002387.html
[3]: https://lists.01.org/pipermail/linux-nvdimm/2015-October/002512.html
---
Dan Williams (5):
pmem, dax: clean up clear_pmem()
dax: increase granularity of dax_clear_blocks() operations
block, dax: fix lifetime of in-kernel dax mappings with dax_map_atomic()
block: introduce bdev_file_inode()
block: enable dax for raw block devices
arch/x86/include/asm/pmem.h | 7 --
block/blk.h | 2
fs/block_dev.c | 79 ++++++++++++++++-
fs/dax.c | 196 +++++++++++++++++++++++++++----------------
include/linux/blkdev.h | 2
5 files changed, 197 insertions(+), 89 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v2 0/5] block, dax: updates for 4.4 Dan Williams <dan.j.williams@intel.com> - 2015-10-22 19:20 +0200
[PATCH v2 5/5] block: enable dax for raw block devices Dan Williams <dan.j.williams@intel.com> - 2015-10-22 19:20 +0200
Re: [PATCH v2 5/5] block: enable dax for raw block devices Jeff Moyer <jmoyer@redhat.com> - 2015-10-28 22:00 +0100
Re: [PATCH v2 5/5] block: enable dax for raw block devices Dan Williams <dan.j.williams@intel.com> - 2015-10-29 08:20 +0100
[PATCH v2 4/5] block: introduce bdev_file_inode() Dan Williams <dan.j.williams@intel.com> - 2015-10-22 19:20 +0200
Re: [PATCH v2 4/5] block: introduce bdev_file_inode() Jan Kara <jack@suse.cz> - 2015-10-22 22:40 +0200
Re: [PATCH v2 4/5] block: introduce bdev_file_inode() Jeff Moyer <jmoyer@redhat.com> - 2015-10-28 21:20 +0100
[PATCH v2 3/5] block, dax: fix lifetime of in-kernel dax mappings with dax_map_atomic() Dan Williams <dan.j.williams@intel.com> - 2015-10-22 19:20 +0200
Re: [PATCH v2 3/5] block, dax: fix lifetime of in-kernel dax mappings with dax_map_atomic() Jeff Moyer <jmoyer@redhat.com> - 2015-10-28 21:20 +0100
[PATCH v2 2/5] dax: increase granularity of dax_clear_blocks() operations Dan Williams <dan.j.williams@intel.com> - 2015-10-22 19:20 +0200
Re: [PATCH v2 2/5] dax: increase granularity of dax_clear_blocks() operations Jeff Moyer <jmoyer@redhat.com> - 2015-10-22 23:10 +0200
Re: [PATCH v2 2/5] dax: increase granularity of dax_clear_blocks() operations "Williams, Dan J" <dan.j.williams@intel.com> - 2015-10-23 01:00 +0200
Re: [PATCH v2 2/5] dax: increase granularity of dax_clear_blocks() operations Jeff Moyer <jmoyer@redhat.com> - 2015-10-28 22:10 +0100
[PATCH v2 1/5] pmem, dax: clean up clear_pmem() Dan Williams <dan.j.williams@intel.com> - 2015-10-22 19:20 +0200
Re: [PATCH v2 1/5] pmem, dax: clean up clear_pmem() Jeff Moyer <jmoyer@redhat.com> - 2015-10-22 22:50 +0200
Re: [PATCH v2 1/5] pmem, dax: clean up clear_pmem() Dan Williams <dan.j.williams@intel.com> - 2015-10-23 00:30 +0200
Re: [PATCH v2 1/5] pmem, dax: clean up clear_pmem() Jeff Moyer <jmoyer@redhat.com> - 2015-10-28 22:10 +0100
Re: [PATCH v2 1/5] pmem, dax: clean up clear_pmem() Ross Zwisler <ross.zwisler@linux.intel.com> - 2015-10-27 18:40 +0100
csiph-web