1. 0390eb4 testscripts/test_fs_bind.sh: adapt to system which marks mount point as "shared" defaultly by DAN LI · 11 years ago
  2. 37550cf Remove whitespace at end of line by Chris Dearman · 12 years ago
  3. 7895027 testcases: fs_bind: fix hanging of testscript by Andrew Chen · 13 years ago
  4. d9f3d25 The test_fs_bind testscript hangs indefinitely when run on a machine by Rishikesh K Rajak · 14 years ago
  5. f94a46d Apply the fix for the issue noted below. by yaberauneya · 15 years ago
  6. 20fff63 Fixing the run on supported kernels. by subrata_modak · 16 years ago
  7. 454dad4 we have some truble with mapping api functions (such as tst_exit) in bash (./tools/apicmds/ltpapicmd.c). Now this problem may be fixed if added "exit" after tst_exit, but it's temporary. We should redesign this system and describe it in documentation. Andrew Vaggin <avagin@parallels.com>. by subrata_modak · 16 years ago
  8. 1d1937a This patch adds a few tests for a variety of bind mounts. More than just shared subtrees are involved as plain --bind and plain --move are used. Read-only bind mounts are not covered by these tests however. Avantika Mathur originally wrote the tests. I've ported them to use LTP APIs and conventions. I've also modified Avantika's scripts to try and robustly cleanup after broken tests so that leftover mounts and failures at any point in a test are cleaned up thoroughly. I've made what efforts I can to follow the conventions I found in LTP FAQs and the source however there's alot here so I may have missed something. Shared bind mounts were introduced in 2.6.15. Because of this we need a tst_kvercmp command which can be invoked from a script. I've added this to ltpapicmd.c. This patch applies to the April release of LTP. I'll also be posting results for x86, x86_64, and ppc64 on a variety of kernels. In order to highlight the results contributed by this patch I've only run this portion of the patched LTP. Comments welcome. Signed-off-by: Matt Helsley <matthltc@us.ibm.com>. by subrata_modak · 16 years ago