summaryrefslogtreecommitdiff
path: root/ltp/fsx.c
AgeCommit message (Expand)Author
2023-11-17misc: privatize the FIEXCHANGE ioctl for nowDarrick J. Wong
2023-10-05fsx: Add a return type to aio_rwKhem Raj
2023-08-19fsx: tidy options usage and formatShiyang Ruan
2023-05-14fsx: fix indenting of columns in bad buffers reportDarrick J. Wong
2023-05-01misc: add duration for long soak testsDarrick J. Wong
2023-03-02fsx: support FIEXCHANGE_RANGEDarrick J. Wong
2022-04-10fsx: remove XFS_IOC_ALLOCSP operation entirelyZorro Lang
2022-02-14fsx: disable allocsp_calls if -F is specifiedZorro Lang
2022-01-16fsx: add support for XFS_IOC_ALLOCSPDarrick J. Wong
2021-05-23fsx/fsstress: round blocksize properlyDarrick J. Wong
2021-05-16fsx: fix backwards parameters in complaint about overly long copyDarrick J. Wong
2020-11-15fsx: fix strncpy usage errorDarrick J. Wong
2020-09-27fsx: add IO_URING testZorro Lang
2020-09-27fsx: introduce fsx_rw to combine aio_rw with general read and writeZorro Lang
2020-05-10fsx: move range generation logic into a common helperFilipe Manana
2020-05-10fsx: fix infinite/too long loops when generating ranges for copy_file_rangeFilipe Manana
2020-05-10fsx: fix infinite/too long loops when generating ranges for clone operationsFilipe Manana
2020-05-10fsx: allow zero range operations to cross eofFilipe Manana
2020-03-08fsx: fix bug where zero range operations never use the keep size flagFilipe Manana
2020-02-09fsx: support 64-bit operation countsDarrick J. Wong
2020-02-01ltp/fsx: drop caches if we're doing closeopenJosef Bacik
2020-02-01ltp/fsx: do size check after closeopen operationJosef Bacik
2020-01-06fsx: fix range overlap checkDarrick J. Wong
2019-04-13fsx: test copy_file_range() using non-zero length copyBrian Foster
2019-03-31fsx: fix errors due to unsupported FIDEDUPERANGEJan Kara
2019-01-06fsx: check ENOSYS in test_copy_range() & test_fallocate()Hou Tao
2018-12-09fsx: add copy_file_range supportDarrick J. Wong
2018-12-09fsx: add FIDEDUPERANGE supportDarrick J. Wong
2018-12-09fsx: add FICLONERANGE supportDarrick J. Wong
2018-12-09fsx: add five-argument logging functionDarrick J. Wong
2018-12-09fsx: use an enum to define the operation commandsDarrick J. Wong
2018-12-09fsx: always check buffer after each operationDarrick J. Wong
2018-12-09fsx: shut up compiler warningsDarrick J. Wong
2018-06-13ltp/fsx: output the seed value after logid is initializedHou Tao
2018-02-22fsx: Fix -P errorsAndreas Gruenbacher
2017-11-10ltp/fsx: allow comments when reading operations from logsEryu Guan
2017-09-08fsx: add support for keeping existing fileAmir Goldstein
2017-09-08fsx: add support for writing constant instead of random dataAmir Goldstein
2017-09-08fsx: add support for recording operations to a fileAmir Goldstein
2017-09-08fsx: add optional logid prefix to log messagesAmir Goldstein
2017-09-08fsx: add support for integrity check with dm-log-writes targetAmir Goldstein
2017-09-03fsx: fix compile warningsAmir Goldstein
2017-09-03fsx: Fix -Wformat-security warningsTuomas Tynkkynen
2017-08-31fsx: fix path of .fsx* filesAmir Goldstein
2017-08-31fsx: fixes to random seedAmir Goldstein
2016-12-07build: fix build warnings and notify_others() bugRoss Zwisler
2016-11-14fstests: fix fsx fallocate error messagesChristoph Hellwig
2016-10-07fsx: fix compiler warning due to bad prototypeDavid Disseldorp
2016-02-08fsx.c: Add header file stdbool.hXiao Yang
2016-01-11fsx: Add mechanism to replay failed operationsAndreas Gruenbacher