1. df3eb16 Deal with a lot of annoying style nits. by Garrett Cooper · 14 years ago
  2. e295ae8 Honor $TMP instead of using /test. by Garrett Cooper · 14 years ago
  3. 76a720a While executing the ltp on an nfs root mounted system, I faced a problem with some of the ltp test cases. These tests either did not close their file descriptors or did no unmap the mmaped files. This results in a failures while trying to clean up the temporary directory of the testcase. I have fixed all of the above tests with the following patch. Signed-off-by: Darshak P Shah<darshaks@linux.vnet.ibm.com>, by Subrata Modak · 14 years ago
  4. 02719d6 Updated the documentation and return sensible message if testcase failed. by Rishikesh K Rajak · 15 years ago
  5. 373c91c Remove unused variable $str based on closer inspection via git commit history. by Garrett Cooper · 15 years ago
  6. 50b265b Fix style in runfstests.sh by Garrett Cooper · 15 years ago
  7. 31d0645 Hi All, by Garrett Cooper · 15 years ago
  8. 6518012 Hi by Rishikesh K Rajak · 15 years ago
  9. 031c65b Hi, by root · 15 years ago
  10. 4422645 drop adding of -O/-W type flags that are already handled in common .mk files by vapier · 15 years ago
  11. 7e67bd8 Modify tests to honor tmp directory passed into runltp, convert to LTP format: This is a set of patches for tests in the fs runtest file which make use of tst_tmpdir functions or alternatively, the base tmpdir set by the user. Some of the tests have been converted to LTP test format as well. Tests that are changed: fs_di, fs_perms, lftest, linker01, quota_remount_test01, writetest. Signed-off by: Henry Yei <hyei@mvista.com>. by subrata_modak · 15 years ago
  12. de0b165 Forgot to checkin Makefile to reenable aio02. by yaberauneya · 15 years ago
  13. 619d07e That open failed diag message was completely useless. Let's improve it. by yaberauneya · 15 years ago
  14. 5efcbb8 As Jimmy Buffet once said in Margaritaville -- "It's my own damn fault". by yaberauneya · 15 years ago
  15. bf995b2 1. I screwed up and broke install by accident when I was monkeying around with env_post.mk. by yaberauneya · 15 years ago
  16. ef77253 1. Please see README.mk-devel for a full description of the changes by yaberauneya · 15 years ago
  17. d1e1973 This problem has been forgotten for some time but it still makes trouble with too strict buildsystems. See attached patch that also fixes minor style problems. Signed-off-by: chrubis@suse.cz. by subrata_modak · 15 years ago
  18. 455dc55 Include "config.h" in the aio02 test to get HAVE_LIBAIO_H: Signed-off-by: Jiri Palecek <jpalecek@web.de>. by subrata_modak · 15 years ago
  19. 04e0bfa Setup and cleanup routines for diotest: this patch makes the cleanup procedure in diotest more robust. Particularly: by subrata_modak · 15 years ago
  20. ba55569 Fix some bashisms, mainly in the controllers tests: Signed-off-by: Jiri Palecek <jpalecek@web.de>. by subrata_modak · 15 years ago
  21. d7cdf72 Build failure of aio02 test case: --static for gcc is really needed? I cannot find strong reason for it. Signed-off-by: Masatake YAMATO <yamato@redhat.com>. by subrata_modak · 15 years ago
  22. 030e753 Include config.h in aio01, to get HAVE_LIBAIO_H. This patch is necessary for aio01 test to actually test something. Signed-off-by: Jiri Palecek <jpalecek@web.de>. by subrata_modak · 15 years ago
  23. e95bbbe The test_dma_thread_diotest contains an unnecessary bashism. This patch fixes that. Signed-off-by: Jiri Palecek <jpalecek@web.de>. by subrata_modak · 16 years ago
  24. bdbaec5 Clean Trailing Tab: Signed-off-by: Michal Simek <monstr@monstr.eu>. by subrata_modak · 16 years ago
  25. 4bb656a Clear Trailing Whitespace. Signed-off-by: Michal Simek <monstr@monstr.eu>. by subrata_modak · 16 years ago
  26. 43337a3 Fix return(0) to return 0. Signed-off-by: Michal Simek <monstr@monstr.eu>. by subrata_modak · 16 years ago
  27. 90f856c aio02: Fixing CFLAGS and LDFLAGS in Makefile: This patch fix CFLAGS and LDFLAGS in aio02 Makefile, now it will append the value of these envar in the Makefile values. Signed-Off-By: Higor Aparecido Vieira Alves <halves@linux.vnet.ibm.com>. by subrata_modak · 16 years ago
  28. 71d9d19 Add an error message instead of assert() in aio-stress: This patch fixes a problem with reporting errors in aio-stress, namely, that failure to open a file given on the command line will result in an assertion failure rather than an error message. This patch makes it print an error message instead. Signed-off-by: Jiri Palecek <jpalecek@web.de>. by subrata_modak · 16 years ago
  29. dd87629 Make ltp compilable without libaio: This is a patch inspired by numerous whining recently seen on ltp-list concerning compile failures when libaio is not present. This includes changes: by subrata_modak · 16 years ago
  30. 82313f1 Updated comments from Garrett Cooper <yanegomi@gmail.com>. by subrata_modak · 16 years ago
  31. f22a909 Add test dma_thread_diotest7.sh. Signed-Off-By: Subrata Modak<subrata@linux.vnet.ibm.com>. by subrata_modak · 16 years ago
  32. abe017e Add dma_thread_diotest7. Signed-Off-By: Subrata Modak<subrata@linux.vnet.ibm.com>. by subrata_modak · 16 years ago
  33. 3448c9b Modify Makefile to include dma_thread_diotest7. Signed-Off-By: Subrata Modak<subrata@linux.vnet.ibm.com>. by subrata_modak · 16 years ago
  34. c4ac908 Make io/aio tests to build & install with root level make, and then run with runltp. Signed-Off-By: Subrata Modak <subrata@linux.vnet.ibm.com>. by subrata_modak · 16 years ago
  35. 94d177a This patch fix man miscellenous compilation warnings. Signed-off-by: CAI Qian <caiqian@cclom.cn>. by subrata_modak · 16 years ago
  36. c3e450f Per request of Mike Frysinger, I resend this patch. The patch itself is the same, but the explanation is extended. Hope it's better this time. by subrata_modak · 16 years ago
  37. 9952c86 The aiodio_sparse (and dio_sparse) tests use mmaped region of memory backed by a file, and populate the pages by writing to them. This can fail, eg. when Linux overcommits memory and the newly created pages do not fit; it results in the file not being properly deleted. This patch fixes that by trapping signals in these test (I used the standard libltp functions for that) and deleting the file in a cleanup function. Sorry that the patch may be little unclean - it was hand-edited. I will do something about that if it matters. Signed-Off-By: Jiří Paleček <jpalecek@web.de>. by subrata_modak · 16 years ago
  38. fdbe867 Subrata and Daniel, by subrata_modak · 16 years ago
  39. 6d3ab37 This patch drops the redudant copies (in total three copies of fsx-linux.c from: by subrata_modak · 16 years ago
  40. b15aafd Hi, by subrata_modak · 16 years ago
  41. 967caaf According to the manpages io_submit() can return the value: EAGAIN Insufficient resources are available to queue any iocbs. We should handle this opportunely trying to re-submit the AIO request again. Maybe an even better approach could be to just sleep a bit before trying to re-submit the request. In any case this would resolve a never-ending loop in aio01.c, where io_getevents() can be continuously called without having issued any actual request if io_submit() failed with -EAGAIN. Signed-off-by: Andrea Righi <righi.andrea@gmail.com>. by subrata_modak · 16 years ago
  42. e753fd7 There were some mistakes in my previous patch. by subrata_modak · 16 years ago
  43. f91d8ad I've tried LTP and found some wrong mode at creating file/dir in LTP source files. Here is a patch. Junjiro Okajima<hooanon05@yahoo.co.jp>. by subrata_modak · 16 years ago
  44. c064135 This patch fixes the writetest.c to return proper status on Failure/Success. At present the return code of the writest.c is 'zero' for both Success and Failure. As per norms non-zero value should be returned for error , so fixing this testcase. Signed off : Veerendra C <vechandr@in.ibm.com>. by subrata_modak · 16 years ago
  45. f665c2b The fixed address passed to mmap() should be aligned to the value of SHMLBA as defined in sys/shm.h (The same fix can be found in the mmap01 case earlier sent from Martin Habets ). By, Roy Lee <roylee17@gmail.com>. by subrata_modak · 16 years ago
  46. 605a566 mmap1.c:524: warning: format '%ld' expects type 'long int', but argument 3 has type 'double' by subrata_modak · 17 years ago
  47. c09e830 Fix 'reading beyond file size' testcase in diotest4. Something goes wrong if we are allowed to read, or, we are not allowed to read, but we've got unexpected errno, by, Anton Gladkov <agladkov@parallels.com> by subrata_modak · 17 years ago
  48. 77e42ca Disktest application update to version 1.4.2, by, Brent Yardley <yardleyb@us.ibm.com> by subrata_modak · 17 years ago
  49. 2c97ace Fixing the problem of the resolution for ADDRESS_OF_MAIN, by Mark Ver <markver@us.ibm.com> by subrata_modak · 17 years ago
  50. 8d4767d "rsalveti@linux.vnet.ibm.com" pointed out to have same "fsx-linux" testcase for "fs", "ltp-aiodio" and "nfs" by subrata_modak · 17 years ago
  51. 2f26058 "yxu@suse.de" corrected the way by which pthread_exit() handles pointer argument by subrata_modak · 17 years ago
  52. 9383f1d Applied Patch to fix the wrong usage of pthread_exit, pointed out by <carmelo.amoroso@st.com> by subrata_modak · 17 years ago
  53. 762d255 Fix for Bug No 1592647, incorrect testcase diotest4-4, as pointed out by "Vagin Andrey" by subrata_modak · 18 years ago
  54. 7738420 Helge Deller writes: use __builtin_return_address(0) rather than "main" to avoid arch-specific details by vapier · 18 years ago
  55. ffd8924 use memcmp() instead of legacy bcmp() by vapier · 18 years ago
  56. 0937d25 Removed an invalid errno value check. by robbiew · 18 years ago
  57. 5815348 Backed out the "fix" in Bug 1592647, b/c I don't think the testcase is by robbiew · 18 years ago
  58. a0fa9ea Applied fix for Bugs item #1592647 by robbiew · 18 years ago
  59. acb1046 A patch that sets the constant PAGE_SIZE to the kernel its running on by mreed10 · 18 years ago
  60. b56735e eat stupid DOS ^M gremlins by vapier · 18 years ago
  61. 7faccb3 A patch submitted by Jacky Malcles that fixes the problem where i0_getevents() return value is not checked and may return 0 if no events are available and may generate a SIGSEGV by mreed10 · 18 years ago
  62. d85bace A fix submitted to Jacky Malcles that fixes this testcase. The lseek function allows the file offset to be set beyond the end of the existing end-of-file of the file. If data is later written at this point, subsequent reads of the data is in the gap returns bytes of zeros until data is actually written into the gap. by mreed10 · 18 years ago
  63. 32cc0ac use memset() instead of bzero() by vapier · 18 years ago
  64. 6675ec3 - by mreed10 · 19 years ago
  65. 3ca89c8 A fix created by Jacky Malcles that eliminates warning messages when complied on 64 bit platform by mreed10 · 19 years ago
  66. 062c561 kill off warning about j being unused by vapier · 19 years ago
  67. 0bdbaa3 use proper test output routines rather than homebrewed printf statements by vapier · 19 years ago
  68. d13d74b ugh, dos CRLFs, how i hate you so by vapier · 19 years ago
  69. 9a5fd66 Applied LDFLAGS cleanup patch from Mike Frysinger. by robbiew · 19 years ago
  70. 1d89ad5 Applied patch from Mike Frysinger to ensure Makefile properly respect CFLAGS/LDFLAGS by robbiew · 19 years ago
  71. eb05e0b Applied memory leak fix. by robbiew · 19 years ago
  72. 4e05352 Update aio-stress.c tests from Chris Mason by mridge · 19 years ago
  73. f7298c7 Updates from Jennifer Monk to enable compiling w/o errors using XLC by mridge · 19 years ago
  74. 01bca9a fix from Bryce Harrington to corect a Makefile and path problem on some systems by mridge · 19 years ago
  75. 71f0485 Updated aiocp to the latest level. See http://developer.osdl.org/daniel/AIO/ by robbiew · 19 years ago
  76. 357c357 Applied patch from Mike Frysinger: by robbiew · 19 years ago
  77. ac60189 Applied patch from Mike Frysinger: by robbiew · 19 years ago
  78. 5ed015d Applied patch from Mike Frysinger: by robbiew · 19 years ago
  79. 4be33b3 Applied patch from Mike Frysinger: by robbiew · 19 years ago
  80. 59a081e new file for disktest by mridge · 20 years ago
  81. f66baf3 upgrade to 1.2.8 by mridge · 20 years ago
  82. d18ffdd Update to version 1.2.8 by mridge · 20 years ago
  83. 4874b22 Update to version 1.2.8 by mridge · 20 years ago
  84. fb969a7 Update to version 1.2.8 by mridge · 20 years ago
  85. 7fdd514 Applied patch from Marcus Meissner for SF bug #1114114. by robbiew · 20 years ago
  86. 6f43558 Disable -std=c99 and -peandtic flags in writetest's Makefile. Some users of very old gcc versions had problems with this, but it looks like those versions of gcc will still compile it ok. by plars · 20 years ago
  87. 32b23d4 Change to fix aio-stress problem will io errors on a short read during the random read portion by mridge · 20 years ago
  88. b5163d1 Change to only print out a pass/fail instead of # of iterations pass/fail by mridge · 20 years ago
  89. 6800ef4 Fix typo and change i to a 1 in the bufcmp function by mridge · 20 years ago
  90. 397d868 Made corrections to allow it to build. by robbiew · 20 years ago
  91. 5c56590 Added new test by Danny Sung: by robbiew · 20 years ago
  92. 948de5c Added writetest. by robbiew · 20 years ago
  93. b48651d Made changes to get thread ID vs get PID for NPTL threads for unique filenames where child/parent PIDs are the same. by mridge · 20 years ago
  94. d25ae4d Changes to diotest5 and diotest_routines to eliminate random/intermitant failures on data compare. by mridge · 21 years ago
  95. 38ee06d Changes to have the directio run a pre-defined number of iterations for more complete testing by mridge · 21 years ago
  96. ecd8407 Add -DAIO flag to makefile for CFLAGS by mridge · 21 years ago
  97. 35ec4e0 Backout previous change to direct io tests by mridge · 21 years ago
  98. 67d9730 Fix too many open filehandle problem on direct io tests by mridge · 21 years ago
  99. 78c17ee Remove binary file inadvertantly checked in by mridge · 21 years ago
  100. afefa2f changes to fix run forever and information reporting by mridge · 21 years ago