History log of /external/ltp/testcases/kernel/fs/fs_fill/fs_fill.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
74150b731ea3b0130ef9230ccd56cd27bc60e651 23-Nov-2017 Li Wang <liwang@redhat.com> fs_fill: create all the directories in setup() function

This is a follow up change for:
commit 55a3c56bc6 (fs_fill: switch the SAFE MACROs back to ordinary syscall)

Signed-off-by: Li Wang <liwang@redhat.com>
Acked-by: Jan Stancek <jstancek@redhat.com>
/external/ltp/testcases/kernel/fs/fs_fill/fs_fill.c
55a3c56bc64ad49a4820bf8657458fcab24a3cc8 10-Nov-2017 Li Wang <liwang@redhat.com> fs_fill: switch the SAFE MACROs back to ordinary syscall

To fix those brokens:
safe_macros.c:225: BROK: tst_fill_fs.c:43: open(mntpoint/thread48/file0,65,0700) failed: ENOSPC
safe_macros.c:169: BROK: fs_fill.c:49: mkdir(mntpoint/thread21,0700) failed: ENOSPC

Signed-off-by: Li Wang <liwang@redhat.com>
Acked-by: Jan Stancek <jstancek@redhat.com>
/external/ltp/testcases/kernel/fs/fs_fill/fs_fill.c
a4c232fe200fb3af95ba91063101e7c93f81a8d8 05-Sep-2017 Cyril Hrubis <chrubis@suse.cz> fs/fs_fill: Add a test to fill a FS in a few threads

Runs CPU+2 threads that write into FS until they got ENOSPC, then delete
a file and continue.

Older exfat fails with EIO instead of ENOSPC, it has been fixed in:

commit ca112f07b115a419250b6526e71345dcd29e4d67
Author: relan <relan@users.noreply.github.com>
Date: Tue Dec 27 17:22:12 2016 +0300

Propagate ENOSPC on write.

at:

https://github.com/relan/exfat/

Signed-off-by: Cyril Hrubis <chrubis@suse.cz>
/external/ltp/testcases/kernel/fs/fs_fill/fs_fill.c