History log of /external/ltp/testcases/kernel/fs/ext4-new-features/ext4-inode-version/ext4_inode_version_test.sh
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
2bf2094f0c5339da1ee49c5eeb4feef0a9726e68 29-Nov-2016 Petr Vorel <petr.vorel@gmail.com> shell: fix bashisms: s/&>/>$1 2>&1/

Signed-off-by: Petr Vorel <petr.vorel@gmail.com>
/external/ltp/testcases/kernel/fs/ext4-new-features/ext4-inode-version/ext4_inode_version_test.sh
1a4b38c8ec0ebb6bd1e84d02a0ea3327d5e145a9 23-Apr-2014 Xiaoguang Wang <wangxg.fnst@cn.fujitsu.com> fs/ext4-new-features: cleanup

Using the tst_* interface provided by shell library test.sh and
do some bashism fixes.

Update README.

Signed-off-by: Xiaoguang Wang <wangxg.fnst@cn.fujitsu.com>
/external/ltp/testcases/kernel/fs/ext4-new-features/ext4-inode-version/ext4_inode_version_test.sh
3979cf9511c09ce4fc60edaed4bc244dda9e6f89 17-Mar-2014 Xiaoguang Wang <wangxg.fnst@cn.fujitsu.com> fs/ext4-new-features: add ext4-new-features tests to default

Remove run_ext4_test.sh which calls all feature tests directly.
Now we treat every feature as a signle test in fs_ext4 runtest file,
keep one entry per test.
Like that:
ext4-nsec-timestamps ext4_nsec_timestamps_test.sh
ext4-uninit-groups ext4_uninit_groups_test.sh

Configure script has been removed and ffsb has been moved to utils directory.

If want to run these tests, user should specify a big block device
when running runltp script.

Currently enable ext4-nsec-timestamps, ext4-persist-prealloc,
ext4-subdir-limit, ext4-uninit-groups test.

Signed-off-by: Xiaoguang Wang <wangxg.fnst@cn.fujitsu.com>
/external/ltp/testcases/kernel/fs/ext4-new-features/ext4-inode-version/ext4_inode_version_test.sh
4548c6cf9bcdd96d8303caa4130ab638b61f8a30 19-Oct-2012 Wanlong Gao <gaowanlong@cn.fujitsu.com> Update FSF address

find . -type f -exec sed -i 's/675 Mass Ave, Cambridge, MA 02139, USA/51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA/g' {} \;
find . -type f -exec sed -i 's/59 Temple Place, Suite 330, Boston, MA 02111-1307 USA/51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA/g' {} \;

Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com>
/external/ltp/testcases/kernel/fs/ext4-new-features/ext4-inode-version/ext4_inode_version_test.sh
e39f66ebf6e7790294a2e17435dcb0e39abbedf0 09-Dec-2009 subrata_modak <subrata_modak> The following is changelog. This patch can fix the following problem:
-- delete the code of setting the test_fs flag
-- open the verbose mode of e4defrag, it is useful to find the problem of online defrag
-- fix some bug of the Makefile
-- throw the utilities version info away
-- delete two unnecessary testcases about ext4 subdir limit test
Signed-off-by: Miao Xie <miaox@cn.fujitsu.com>,
/external/ltp/testcases/kernel/fs/ext4-new-features/ext4-inode-version/ext4_inode_version_test.sh
55d04e4a11434fcdb0435b7fd0f8b1daf38bf3c4 26-Oct-2009 subrata_modak <subrata_modak> This is the patch of testcases for the ext4 new features test. It contains multi-block alloc/delayed alloc test, inode version test, journal checksumming test, nanosec timestamps test, online defrag test, persist prealloc test, subdirectory limit test and uninit groups test of ext4. In this test suite, there is two FAIL in the subdirectory limit test. It is because we cann't create more than 32000 subdirectory when block size is small, such as 1024, and the name of every subdirectory is very long, such as every name is 255 bytes. I think it is the bug of the ext4.
Note: Your MUST run configure in the directory testcases/kernel/fs/ext4-new-features to config the tool of ffsb, and specify a partition to be used for test before compiling the tool. The data on the specified partition would be DESTROYED.
Signed-off-by: Miao Xie <miaox@cn.fujitsu.com>,
Minor-Segmentation-fault-in-ffsb-fixed-by: Subrata Modak <subrata@linux.vnet.ibm.com>,
/external/ltp/testcases/kernel/fs/ext4-new-features/ext4-inode-version/ext4_inode_version_test.sh