All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Add alignment check for DAX mount
@ 2016-05-02 18:42 ` Toshi Kani
  0 siblings, 0 replies; 41+ messages in thread
From: Toshi Kani @ 2016-05-02 18:42 UTC (permalink / raw)
  To: dan.j.williams, jack, david
  Cc: tytso, linux-nvdimm, linux-kernel, micah.parrish, hch,
	adilger.kernel, linux-fsdevel

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.

v2:
 - Use a helper function via ->direct_access for the check.
   (Christoph Hellwig)
 - Call bdev_direct_access() with sector 0 for the check.
   (Boaz Harrosh)

---
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    | 21 +++++++++++++++++++--
 fs/ext4/super.c    | 20 ++++++++++++++++++--
 fs/xfs/xfs_super.c | 23 +++++++++++++++++++----
 3 files changed, 56 insertions(+), 8 deletions(-)
_______________________________________________
Linux-nvdimm mailing list
Linux-nvdimm@lists.01.org
https://lists.01.org/mailman/listinfo/linux-nvdimm

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

end of thread, other threads:[~2016-05-05  8:06 UTC | newest]

Thread overview: 41+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-02 18:42 [PATCH v2 0/3] Add alignment check for DAX mount Toshi Kani
2016-05-02 18:42 ` Toshi Kani
2016-05-02 18:42 ` Toshi Kani
2016-05-02 18:42 ` [PATCH v2 1/3] ext4: " Toshi Kani
2016-05-02 18:42   ` Toshi Kani
2016-05-02 18:42   ` Toshi Kani
2016-05-03  7:58   ` Jan Kara
2016-05-03  7:58     ` Jan Kara
2016-05-03  7:58     ` Jan Kara
2016-05-03  8:44   ` Christoph Hellwig
2016-05-03  9:00     ` Jan Kara
2016-05-03 14:43       ` Ross Zwisler
2016-05-03 15:41         ` Toshi Kani
2016-05-04 15:42           ` Toshi Kani
2016-05-02 18:42 ` [PATCH v2 2/3] ext2: " Toshi Kani
2016-05-02 18:42   ` Toshi Kani
2016-05-02 18:42   ` Toshi Kani
2016-05-03  8:01   ` Jan Kara
2016-05-03  8:01     ` Jan Kara
2016-05-03  8:01     ` Jan Kara
2016-05-02 18:42 ` [PATCH v2 3/3] xfs: " Toshi Kani
2016-05-02 18:42   ` Toshi Kani
2016-05-02 18:42   ` Toshi Kani
2016-05-02 19:50   ` Ross Zwisler
2016-05-02 19:50     ` Ross Zwisler
2016-05-02 19:50     ` Ross Zwisler
2016-05-02 19:54     ` Toshi Kani
2016-05-02 19:54       ` Toshi Kani
2016-05-02 19:54       ` Toshi Kani
2016-05-04 23:18   ` Dave Chinner
2016-05-04 23:18     ` Dave Chinner
2016-05-04 23:18     ` Dave Chinner
2016-05-04 23:41     ` Toshi Kani
2016-05-04 23:41       ` Toshi Kani
2016-05-04 23:41       ` Toshi Kani
2016-05-05  8:03       ` Jan Kara
2016-05-05  8:03         ` Jan Kara
2016-05-05  8:03         ` Jan Kara
2016-05-02 19:20 ` [PATCH v2 0/3] " Boaz Harrosh
2016-05-02 19:20   ` Boaz Harrosh
2016-05-02 19:20   ` Boaz Harrosh

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.