Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1241842
| From | Ross Zwisler <ross.zwisler@linux.intel.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v5] Fix DAX deadlocks for v4.3 |
| Date | 2015-10-08 01:00 +0200 |
| Message-ID | <qh5QJ-1Wj-1@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
This was previously "Revert locking changes in DAX for v4.3".
Undo some recent changes to the locking scheme in DAX introduced by these two
commits:
commit 843172978bb9 ("dax: fix race between simultaneous faults")
commit 46c043ede471 ("mm: take i_mmap_lock in unmap_mapping_range() for DAX")
Changes from v4:
- Collapsed two revert commits into a single fix commit. No code changes were
made.
Ross Zwisler (1):
mm, dax: fix DAX deadlocks
fs/dax.c | 70 +++++++++++++++++++++++++------------------------------------
mm/memory.c | 2 ++
2 files changed, 31 insertions(+), 41 deletions(-)
--
2.1.0
--
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 v5] Fix DAX deadlocks for v4.3 Ross Zwisler <ross.zwisler@linux.intel.com> - 2015-10-08 01:00 +0200
[PATCH v5] mm, dax: fix DAX deadlocks Ross Zwisler <ross.zwisler@linux.intel.com> - 2015-10-08 01:00 +0200
Re: [PATCH v5] mm, dax: fix DAX deadlocks Dave Chinner <david@fromorbit.com> - 2015-10-13 01:00 +0200
csiph-web