linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Add alignment check for DAX mount
@ 2016-04-29 20:39 Toshi Kani
  2016-04-29 20:39 ` [PATCH 1/3] ext4: " Toshi Kani
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Toshi Kani @ 2016-04-29 20:39 UTC (permalink / raw)
  To: dan.j.williams, david, jack
  Cc: tytso, adilger.kernel, ross.zwisler, toshi.kani, linux-nvdimm,
	linux-fsdevel, linux-kernel

When a partition is not aligned by 4KB, mount -o dax succeeds,
but any read/write access to the filesystem fails, except for
metadata update.

Add alignment check to ext4, ext2, and xfs.

---
Toshi Kani (3):
 1/3 ext4: Add alignment check for DAX mount
 2/3 ext2: Add alignment check for DAX mount
 3/3 xfs: Add alignment check for DAX mount

---
 fs/ext2/super.c    | 6 ++++++
 fs/ext4/super.c    | 6 ++++++
 fs/xfs/xfs_super.c | 6 ++++++
 3 files changed, 18 insertions(+)

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2016-05-02 15:32 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-29 20:39 [PATCH 0/3] Add alignment check for DAX mount Toshi Kani
2016-04-29 20:39 ` [PATCH 1/3] ext4: " Toshi Kani
2016-05-01  9:35   ` Boaz Harrosh
2016-05-01 17:31   ` Christoph Hellwig
2016-05-02  9:49     ` Boaz Harrosh
2016-05-02 15:23       ` Toshi Kani
2016-04-29 20:39 ` [PATCH 2/3] ext2: " Toshi Kani
2016-04-29 20:39 ` [PATCH 3/3] xfs: " Toshi Kani
2016-04-29 23:12 ` [PATCH 0/3] " Ross Zwisler

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