- df3eb16 Deal with a lot of annoying style nits. by Garrett Cooper · 14 years ago
- e295ae8 Honor $TMP instead of using /test. by Garrett Cooper · 14 years ago
- 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
- 02719d6 Updated the documentation and return sensible message if testcase failed. by Rishikesh K Rajak · 15 years ago
- 373c91c Remove unused variable $str based on closer inspection via git commit history. by Garrett Cooper · 15 years ago
- 50b265b Fix style in runfstests.sh by Garrett Cooper · 15 years ago
- 31d0645 Hi All, by Garrett Cooper · 15 years ago
- 6518012 Hi by Rishikesh K Rajak · 15 years ago
- 031c65b Hi, by root · 15 years ago
- 4422645 drop adding of -O/-W type flags that are already handled in common .mk files by vapier · 15 years ago
- 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
- de0b165 Forgot to checkin Makefile to reenable aio02. by yaberauneya · 15 years ago
- 619d07e That open failed diag message was completely useless. Let's improve it. by yaberauneya · 15 years ago
- 5efcbb8 As Jimmy Buffet once said in Margaritaville -- "It's my own damn fault". by yaberauneya · 15 years ago
- bf995b2 1. I screwed up and broke install by accident when I was monkeying around with env_post.mk. by yaberauneya · 15 years ago
- ef77253 1. Please see README.mk-devel for a full description of the changes by yaberauneya · 15 years ago
- 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
- 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
- 04e0bfa Setup and cleanup routines for diotest: this patch makes the cleanup procedure in diotest more robust. Particularly: by subrata_modak · 15 years ago
- ba55569 Fix some bashisms, mainly in the controllers tests: Signed-off-by: Jiri Palecek <jpalecek@web.de>. by subrata_modak · 15 years ago
- 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
- 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
- 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
- bdbaec5 Clean Trailing Tab: Signed-off-by: Michal Simek <monstr@monstr.eu>. by subrata_modak · 16 years ago
- 4bb656a Clear Trailing Whitespace. Signed-off-by: Michal Simek <monstr@monstr.eu>. by subrata_modak · 16 years ago
- 43337a3 Fix return(0) to return 0. Signed-off-by: Michal Simek <monstr@monstr.eu>. by subrata_modak · 16 years ago
- 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
- 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
- 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
- 82313f1 Updated comments from Garrett Cooper <yanegomi@gmail.com>. by subrata_modak · 16 years ago
- f22a909 Add test dma_thread_diotest7.sh. Signed-Off-By: Subrata Modak<subrata@linux.vnet.ibm.com>. by subrata_modak · 16 years ago
- abe017e Add dma_thread_diotest7. Signed-Off-By: Subrata Modak<subrata@linux.vnet.ibm.com>. by subrata_modak · 16 years ago
- 3448c9b Modify Makefile to include dma_thread_diotest7. Signed-Off-By: Subrata Modak<subrata@linux.vnet.ibm.com>. by subrata_modak · 16 years ago
- 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
- 94d177a This patch fix man miscellenous compilation warnings. Signed-off-by: CAI Qian <caiqian@cclom.cn>. by subrata_modak · 16 years ago
- 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
- 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
- fdbe867 Subrata and Daniel, by subrata_modak · 16 years ago
- 6d3ab37 This patch drops the redudant copies (in total three copies of fsx-linux.c from: by subrata_modak · 16 years ago
- b15aafd Hi, by subrata_modak · 16 years ago
- 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
- e753fd7 There were some mistakes in my previous patch. by subrata_modak · 16 years ago
- 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
- 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
- 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
- 605a566 mmap1.c:524: warning: format '%ld' expects type 'long int', but argument 3 has type 'double' by subrata_modak · 17 years ago
- 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
- 77e42ca Disktest application update to version 1.4.2, by, Brent Yardley <yardleyb@us.ibm.com> by subrata_modak · 17 years ago
- 2c97ace Fixing the problem of the resolution for ADDRESS_OF_MAIN, by Mark Ver <markver@us.ibm.com> by subrata_modak · 17 years ago
- 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
- 2f26058 "yxu@suse.de" corrected the way by which pthread_exit() handles pointer argument by subrata_modak · 17 years ago
- 9383f1d Applied Patch to fix the wrong usage of pthread_exit, pointed out by <carmelo.amoroso@st.com> by subrata_modak · 17 years ago
- 762d255 Fix for Bug No 1592647, incorrect testcase diotest4-4, as pointed out by "Vagin Andrey" by subrata_modak · 18 years ago
- 7738420 Helge Deller writes: use __builtin_return_address(0) rather than "main" to avoid arch-specific details by vapier · 18 years ago
- ffd8924 use memcmp() instead of legacy bcmp() by vapier · 18 years ago
- 0937d25 Removed an invalid errno value check. by robbiew · 18 years ago
- 5815348 Backed out the "fix" in Bug 1592647, b/c I don't think the testcase is by robbiew · 18 years ago
- a0fa9ea Applied fix for Bugs item #1592647 by robbiew · 18 years ago
- acb1046 A patch that sets the constant PAGE_SIZE to the kernel its running on by mreed10 · 18 years ago
- b56735e eat stupid DOS ^M gremlins by vapier · 18 years ago
- 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
- 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
- 32cc0ac use memset() instead of bzero() by vapier · 18 years ago
- 6675ec3 - by mreed10 · 19 years ago
- 3ca89c8 A fix created by Jacky Malcles that eliminates warning messages when complied on 64 bit platform by mreed10 · 19 years ago
- 062c561 kill off warning about j being unused by vapier · 19 years ago
- 0bdbaa3 use proper test output routines rather than homebrewed printf statements by vapier · 19 years ago
- d13d74b ugh, dos CRLFs, how i hate you so by vapier · 19 years ago
- 9a5fd66 Applied LDFLAGS cleanup patch from Mike Frysinger. by robbiew · 19 years ago
- 1d89ad5 Applied patch from Mike Frysinger to ensure Makefile properly respect CFLAGS/LDFLAGS by robbiew · 19 years ago
- eb05e0b Applied memory leak fix. by robbiew · 19 years ago
- 4e05352 Update aio-stress.c tests from Chris Mason by mridge · 19 years ago
- f7298c7 Updates from Jennifer Monk to enable compiling w/o errors using XLC by mridge · 19 years ago
- 01bca9a fix from Bryce Harrington to corect a Makefile and path problem on some systems by mridge · 19 years ago
- 71f0485 Updated aiocp to the latest level. See http://developer.osdl.org/daniel/AIO/ by robbiew · 19 years ago
- 357c357 Applied patch from Mike Frysinger: by robbiew · 19 years ago
- ac60189 Applied patch from Mike Frysinger: by robbiew · 19 years ago
- 5ed015d Applied patch from Mike Frysinger: by robbiew · 19 years ago
- 4be33b3 Applied patch from Mike Frysinger: by robbiew · 19 years ago
- 59a081e new file for disktest by mridge · 20 years ago
- f66baf3 upgrade to 1.2.8 by mridge · 20 years ago
- d18ffdd Update to version 1.2.8 by mridge · 20 years ago
- 4874b22 Update to version 1.2.8 by mridge · 20 years ago
- fb969a7 Update to version 1.2.8 by mridge · 20 years ago
- 7fdd514 Applied patch from Marcus Meissner for SF bug #1114114. by robbiew · 20 years ago
- 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
- 32b23d4 Change to fix aio-stress problem will io errors on a short read during the random read portion by mridge · 20 years ago
- b5163d1 Change to only print out a pass/fail instead of # of iterations pass/fail by mridge · 20 years ago
- 6800ef4 Fix typo and change i to a 1 in the bufcmp function by mridge · 20 years ago
- 397d868 Made corrections to allow it to build. by robbiew · 20 years ago
- 5c56590 Added new test by Danny Sung: by robbiew · 20 years ago
- 948de5c Added writetest. by robbiew · 20 years ago
- 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
- d25ae4d Changes to diotest5 and diotest_routines to eliminate random/intermitant failures on data compare. by mridge · 21 years ago
- 38ee06d Changes to have the directio run a pre-defined number of iterations for more complete testing by mridge · 21 years ago
- ecd8407 Add -DAIO flag to makefile for CFLAGS by mridge · 21 years ago
- 35ec4e0 Backout previous change to direct io tests by mridge · 21 years ago
- 67d9730 Fix too many open filehandle problem on direct io tests by mridge · 21 years ago
- 78c17ee Remove binary file inadvertantly checked in by mridge · 21 years ago
- afefa2f changes to fix run forever and information reporting by mridge · 21 years ago