lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-Id: <1359358371-21411-2-git-send-email-wenqing.lz@taobao.com> Date: Mon, 28 Jan 2013 15:32:48 +0800 From: Zheng Liu <gnehzuil.liu@...il.com> To: xfs@....sgi.com, linux-ext4@...r.kernel.org Cc: Zheng Liu <wenqing.lz@...bao.com>, "Theodore Ts'o" <tytso@....edu>, Dave Chinner <david@...morbit.com> Subject: [PATCH 1/4] xfstests: check unwritten extent preallocation in 255 From: Zheng Liu <wenqing.lz@...bao.com> 255 misses call _require_xfs_io_falloc to check whether a filesystem supports fallocate(2) to preallocate unwritten extents or not. Signed-off-by: Zheng Liu <wenqing.lz@...bao.com> Cc: "Theodore Ts'o" <tytso@....edu> Cc: Dave Chinner <david@...morbit.com> --- 255 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/255 b/255 index 0083963..700c3c0 100755 --- a/255 +++ b/255 @@ -1,7 +1,7 @@ #! /bin/bash # FS QA Test No. 255 # -# Test Generic fallocate hole punching +# Test Generic fallocate hole punching w/ unwritten extent # #----------------------------------------------------------------------- # Copyright (c) 2010 Red Hat. All Rights Reserved. @@ -47,6 +47,7 @@ trap "_cleanup ; exit \$status" 0 1 2 3 15 _supported_fs generic _supported_os Linux +_require_xfs_io_falloc _require_xfs_io_falloc_punch _require_xfs_io_fiemap -- 1.7.12.rc2.18.g61b472e -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists