David Milburn
ce4cc3133d
nvme-pci: disable the write zeros command for Intel 600P/P3100
The write zeros command does not work with 4k range.
bash-4.4# ./blkdiscard /dev/nvme0n1p2
bash-4.4# strace -efallocate xfs_io -c "fzero 536895488 2048" /dev/nvme0n1p2
fallocate(3, FALLOC_FL_ZERO_RANGE, 536895488, 2048) = 0
+++ exited with 0 +++
bash-4.4# dd bs=1 if=/dev/nvme0n1p2 skip=536895488 count=512 | hexdump -C
00000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
*
00000200
bash-4.4# ./blkdiscard /dev/nvme0n1p2
bash-4.4# strace -efallocate xfs_io -c "fzero 536895488 4096" /dev/nvme0n1p2
fallocate(3, FALLOC_FL_ZERO_RANGE, 536895488, 4096) = 0
+++ exited with 0 +++
bash-4.4# dd bs=1 if=/dev/nvme0n1p2 skip=536895488 count=512 | hexdump -C
00000000 5c 61 5c b0 96 21 1b 5e 85 0c 07 32 9c 8c eb 3c |\a\..!.^...2...<|
00000010 4a a2 06 ca 67 15 2d 8e 29 8d a8 a0 7e 46 8c 62 |J...g.-.)...~F.b|
00000020 bb 4c 6c c1 6b f5 ae a5 e4 a9 bc 93 4f 60 ff 7a |.Ll.k.......O`.z|
Reported-by: Eric Sandeen <esandeen@redhat.com>
Signed-off-by: David Milburn <dmilburn@redhat.com>
Tested-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
2020-09-15 07:58:43 +02:00
..
2020-08-06 14:56:11 -07:00
2020-08-15 08:18:22 -07:00
2020-07-29 17:05:44 +02:00
2020-08-05 20:13:21 -07:00
2020-08-06 18:09:34 -07:00
2020-08-07 13:13:09 -07:00
2020-08-02 18:26:51 +03:00
2020-08-26 09:30:31 -06:00
2020-07-31 15:11:52 -07:00
2020-08-06 10:54:07 -07:00
2020-08-11 11:58:31 +10:00
2020-08-15 08:18:22 -07:00
2020-08-15 08:09:38 -07:00
2020-07-22 14:37:23 +01:00
2020-08-11 17:29:45 +02:00
2020-08-07 10:33:50 -07:00
2020-08-11 14:34:17 -07:00
2020-08-11 10:59:19 -07:00
2020-07-30 17:22:58 +09:00
2020-08-07 21:14:30 -07:00
2020-08-10 19:07:44 -07:00
2020-08-15 08:25:41 -07:00
2020-08-12 10:57:59 -07:00
2020-07-27 11:49:37 +02:00
2020-08-05 12:56:27 -07:00
2020-08-14 16:00:09 -07:00
2020-07-29 16:58:08 +02:00
2020-08-10 16:33:54 -07:00
2020-08-14 13:31:25 -07:00
2020-08-14 16:00:09 -07:00
2020-08-15 08:18:22 -07:00
2020-08-04 13:49:43 -07:00
2020-07-22 14:55:43 +01:00
2020-08-12 10:58:04 -07:00
2020-08-15 18:50:32 -07:00
2020-08-05 11:43:47 -07:00
2020-08-12 11:24:12 -07:00
2020-08-04 18:11:58 -07:00
2020-07-24 16:36:13 -07:00
2020-08-05 19:24:27 -07:00
2020-08-07 10:33:50 -07:00
2020-08-14 19:56:57 -07:00
2020-08-27 22:41:03 -07:00
2020-08-11 14:13:24 -07:00
2020-08-11 14:13:24 -07:00
2020-08-05 13:23:24 -07:00
2020-08-15 08:09:38 -07:00
2020-08-07 21:14:30 -07:00
2020-08-06 11:55:43 -07:00
2020-07-31 14:38:12 +02:00
2020-08-10 18:20:04 -07:00
2020-08-14 19:56:57 -07:00
2020-08-14 19:56:57 -07:00
2020-08-14 19:56:56 -07:00
2020-09-15 07:58:43 +02:00
2020-07-29 17:12:09 +02:00
2020-08-06 10:54:07 -07:00
2020-08-04 12:44:53 +02:00
2020-08-12 12:41:15 -07:00
2020-08-07 18:48:15 -07:00
2020-08-07 13:35:51 -07:00
2020-07-23 09:52:10 +02:00
2020-08-09 12:52:28 -07:00
2020-08-12 12:13:44 -07:00
2020-08-07 21:27:37 -07:00
2020-08-06 11:55:43 -07:00
2020-08-05 12:06:44 -07:00
2020-08-14 16:00:09 -07:00
2020-08-12 10:58:01 -07:00
2020-07-30 23:27:08 +01:00
2020-08-11 11:17:45 -07:00
2020-07-27 14:24:51 +02:00
2020-07-21 20:37:16 -07:00
2020-08-12 17:17:00 -07:00
2020-09-14 19:40:21 -06:00
2020-08-14 16:01:59 -07:00
2020-08-14 19:56:57 -07:00
2020-08-07 21:14:30 -07:00
2020-07-23 09:12:15 +02:00
2020-08-06 14:27:31 -07:00
2020-08-05 20:13:21 -07:00
2020-08-07 18:48:15 -07:00
2020-08-14 16:01:59 -07:00
2020-08-15 08:09:38 -07:00
2020-08-09 11:06:10 -07:00
2020-08-06 14:56:11 -07:00
2020-08-07 13:00:53 -07:00
2020-08-11 14:34:17 -07:00
2020-08-12 12:09:36 -07:00
2020-08-11 14:34:17 -07:00
2020-08-14 16:00:09 -07:00
2020-08-14 19:56:57 -07:00
2020-08-12 12:13:44 -07:00
2020-08-14 13:34:37 -07:00