aboutsummaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2024-04-28generic: move btrfs clone device testcase to the generic groupAnand Jain4-97/+85
2024-04-28btrfs/290: fix btrfs_corrupt_block optionsAnand Jain1-9/+15
2024-04-28fstests: btrfs: use _btrfs for 'subvolume snapshot' commandQu Wenruo44-98/+37
2024-04-28fstests: btrfs: rename _run_btrfs_util_prog to _btrfsQu Wenruo73-330/+330
2024-04-28btrfs: remove useless commentsDavid Sterba280-704/+0
2024-04-28btrfs/125 197 198: cleanup using SCRATCH_DEV_NAMEAnand Jain3-18/+13
2024-04-28fstests: update tests to skip unsupported raid profile typesJosef Bacik3-4/+26
2024-04-28fstests: change how we test for supported raid configsJosef Bacik4-4/+5
2024-04-28fstests: change btrfs/197 and btrfs/198 golden outputJosef Bacik4-52/+12
2024-04-28btrfs: new test for devt change between mountsBoris Burkov2-0/+109
2024-04-20xfs: don't run tests that require v4 file systems when not supportedChristoph Hellwig11-0/+27
2024-04-20xfs/{158,160}: split out v4 testsChristoph Hellwig6-16/+39
2024-04-20xfs/512: split out v4 specific testsChristoph Hellwig4-22/+213
2024-04-20xfs/263: split out the v4 testChristoph Hellwig4-90/+157
2024-04-20xfs/045: don't force v4 file systemsChristoph Hellwig1-3/+1
2024-04-20generic/645: Add hint for expected failure with old kernelTaylor Jackson1-0/+2
2024-04-18generic/732: don't run it on overlayfsAmir Goldstein1-1/+1
2024-04-11xfs/522: use reflink instead of crc as test featurev2024.04.14Christoph Hellwig1-29/+29
2024-04-11xfs/078: remove the 512 byte block size sub-caseChristoph Hellwig2-25/+2
2024-04-11remove xfs/096Christoph Hellwig3-231/+0
2024-04-11xfs: remove support for tools and kernels without v5 supportChristoph Hellwig10-20/+0
2024-04-03ext4/01{2,9}: fix invalid filesystem option 'journal'Luis Henriques (SUSE)2-2/+2
2024-04-03common/btrfs: lookup running processes using pgrepAnand Jain1-1/+1
2024-04-03btrfs/06[0-9]..07[0-4]: kill all background tasks when test is killed/interru...Filipe Manana15-5/+295
2024-04-03btrfs: remove stop file early at _btrfs_stress_subvolumeFilipe Manana5-10/+0
2024-04-03btrfs: add helper to stop background process running _btrfs_stress_subvolumeFilipe Manana5-10/+5
2024-04-03btrfs: add helper to kill background process running _btrfs_stress_replaceFilipe Manana5-36/+6
2024-04-03btrfs: add helper to kill background process running _btrfs_stress_remount_co...Filipe Manana5-32/+10
2024-04-03btrfs: add helper to kill background process running _btrfs_stress_defragFilipe Manana5-30/+14
2024-04-03btrfs: add helper to kill background process running _btrfs_stress_scrubFilipe Manana5-30/+18
2024-04-03btrfs/028: removed redundant sync and scratch filesystem unmountFilipe Manana1-5/+2
2024-04-03btrfs/028: use the helper _btrfs_kill_stress_balance_pidFilipe Manana1-6/+3
2024-04-03btrfs: add helper to kill background process running _btrfs_stress_balanceFilipe Manana6-36/+20
2024-03-30generic: test MADV_POPULATE_READ with IO errorsv2024.03.31Darrick J. Wong2-0/+69
2024-03-30xfs/176: fix stupid failureDarrick J. Wong1-1/+1
2024-03-30xfs/270: fix rocompat regexDarrick J. Wong1-1/+2
2024-03-30generic/735: improve test by incorporating extra hintsDisha Goel1-5/+8
2024-03-30ext4/006: take into account updates to _scratch_fuzz_modify()Luis Henriques (SUSE)1-1/+1
2024-03-30generic: add a regression test for fiemap into an mmap rangeJosef Bacik2-0/+52
2024-03-27xfs/558: scale blk IO size based on the filesystem blkszPankaj Raghav1-1/+6
2024-03-24fstests: btrfs/195: skip raid setups not in the profile configsJosef Bacik1-0/+8
2024-03-24generic: test mount fails on physical device with configured dm volumeAnand Jain2-0/+63
2024-03-24btrfs/330: add test to validate ro/rw subvol mountingJosef Bacik2-0/+59
2024-03-24btrfs/131,btrfs/172,btrfs/206: add check for block-group-tree feature in btrfsJosef Bacik3-0/+8
2024-03-20btrfs/316: use rescan wrapperBoris Burkov1-1/+2
2024-03-20btrfs/277: specify protocol version 3 for verity sendBoris Burkov1-1/+2
2024-03-20btrfs/320: skip -O squota runsBoris Burkov1-2/+4
2024-03-20common/btrfs: introduce _require_btrfs_send_versionAnand Jain2-2/+2
2024-03-13fstests: add missing commit IDs to some testsv2024.03.17Filipe Manana6-8/+8
2024-03-13generic/574: don't fail the test on intentional coredumpDarrick J. Wong1-1/+2
2024-03-13misc: fix test that fail formatting with 64k blocksizeDarrick J. Wong11-22/+27
2024-03-12generic/392: stop checking st_blocksChristoph Hellwig1-13/+3
2024-03-12btrfs/172,206: call _log_writes_cleanup in _cleanupSu Yue2-0/+14
2024-03-12fstests: btrfs/121: allow snapshot with invalid qgroup to return errorQu Wenruo1-2/+8
2024-03-12xfs: Fix no executable permissionLi Zhijian3-0/+0
2024-03-12shared/298: run xfs_db against the loop device instead of the image fileChristoph Hellwig1-1/+1
2024-03-12shared/298: call fs commands on the loop deviceChristoph Hellwig1-7/+11
2024-03-12xfs: test for premature ENOSPC with large cow delalloc extentsDarrick J. Wong2-0/+94
2024-03-12xfs/43[4-6]: make module reloading optionalDarrick J. Wong3-6/+3
2024-03-12xfs/122: update test to pick up rtword/suminfo ondisk unionsDarrick J. Wong2-1/+3
2024-03-11xfs/599: reduce the amount of attrs created hereDarrick J. Wong1-5/+4
2024-03-11generic/491: increase test timeoutDarrick J. Wong1-1/+1
2024-03-11generic/192: fix spurious timeoutDarrick J. Wong1-3/+13
2024-03-11xfs/155: fail the test if xfs_repair hangs for too longDarrick J. Wong1-0/+5
2024-03-11generic/604: try to make race occur reliablyDarrick J. Wong1-3/+5
2024-03-11btrfs: test normal qgroup operations in a compress friendly wayJosef Bacik3-83/+112
2024-03-11btrfs/291: remove image file after teardownJosef Bacik1-1/+1
2024-03-11btrfs/287,btrfs/293: filter all btrfs subvolume delete callsJosef Bacik4-8/+8
2024-03-11btrfs/271: adjust failure conditionJosef Bacik1-5/+6
2024-03-11btrfs/213: make the test more reliableJosef Bacik1-10/+10
2024-03-11btrfs/131: don't run with subpage blocksizesJosef Bacik1-0/+4
2024-03-11btrfs/012: adjust how we populate the fs to convertJosef Bacik1-6/+8
2024-03-11btrfs/011: increase the runtime for replace cancelJosef Bacik1-2/+7
2024-03-01btrfs/016: fix a false alert due to xattrs mismatchQu Wenruo1-31/+22
2024-03-01tests/*/Makefile: make sure group.list DIRT exists before installMartin Jansa15-15/+15
2024-03-01btrfs: require no nodatacow for tests that exercise read repairFilipe Manana11-1/+22
2024-03-01btrfs/299: skip test if we were mounted with nodatacowFilipe Manana1-0/+3
2024-03-01btrfs/173: make the test work when mounting with nodatacowFilipe Manana1-0/+5
2024-03-01btrfs: require no nodatacow for tests that exercise compressionFilipe Manana6-0/+6
2024-03-01generic/682: update and fix-up golden outputAnthony Iliopoulos2-2/+8
2024-03-01generic/68[12]: use the dir blocksize for xfs filesystemsAnthony Iliopoulos2-2/+2
2024-03-01btrfs: check conversion of zoned fileystemsJohannes Thumshirn2-0/+76
2024-03-01btrfs: btrfs/224 do not assign snapshot to a subvolume qgroupQu Wenruo1-3/+3
2024-03-01btrfs: validate inconsitent qgroup won't leak reserved data spaceQu Wenruo2-0/+61
2024-03-01btrfs: test tempfsid with device add, seed, and balanceAnand Jain2-0/+101
2024-03-01btrfs: validate send-receive operation with tempfsid.Anand Jain2-0/+101
2024-03-01btrfs: verify tempfsid clones using mkfsAnand Jain2-0/+68
2024-03-01btrfs: check if cloned device mounts with tempfsidAnand Jain2-0/+97
2024-03-01btrfs: verify that subvolume mounts are unaffected by tempfsidAnand Jain2-0/+111
2024-02-25btrfs: test incremental send on sparse file with trailing holeFilipe Manana2-0/+116
2024-02-09xfs/122: fix for xfs_attr_shortform removal in 6.8v2024.02.09Darrick J. Wong1-0/+2
2024-02-09xfs/503: split copy and metadump into two testsDarrick J. Wong4-16/+61
2024-02-09xfs/503: test metadump obfuscation, not progressbarsDarrick J. Wong2-7/+7
2024-02-09xfs/{129,234,253,605}: disable metadump v1 testing with external devicesDarrick J. Wong1-9/+0
2024-02-09common: refactor metadump v1 and v2 tests, version 2Darrick J. Wong7-432/+43
2024-02-09xfs/336: fix omitted -a and -o in metadump callDarrick J. Wong2-3/+3
2024-02-09common/xfs: simplify maximum metadump format detectionDarrick J. Wong7-14/+7
2024-02-09generic/256: constrain runtime with TIME_FACTORDarrick J. Wong1-0/+7
2024-02-09overlay/084: Fix test to match new xwhiteouts dir on-disk formatAmir Goldstein1-1/+7
2024-02-09generic/597,598: Require groupsRichard Weinberger2-0/+4
2024-02-09btrfs: Remove btrfs/303Boris Burkov2-79/+0
2024-02-09generic/020: Compute correct max_attrs for UBIFSRichard Weinberger1-0/+6
2024-02-09xfs/604: Make test as _notrun for higher blocksizes filesystemRitesh Harjani (IBM)1-1/+3
2024-02-09btrfs: verify the read behavior of compressed inline extentQu Wenruo2-0/+85
2024-02-05xfs: test xfs_growfs with too-small size expansionZorro Lang2-0/+58
2024-02-05xfs/598: Add missing "fixed_by" hintsPavel Reichl1-0/+5
2024-01-14generic: add test for custom crypto data unit sizev2024.01.14Eric Biggers2-0/+42
2024-01-14fscrypt-crypt-util: rename block to data unitEric Biggers1-3/+3
2024-01-14btrfs: test snapshotting a deleted subvolumeOmar Sandoval2-0/+29
2024-01-14btrfs: add fstest for overwriting a file partially with RSTJohannes Thumshirn2-0/+168
2024-01-14btrfs: add fstests to write 128k to a RST filesystemJohannes Thumshirn2-0/+123
2024-01-14btrfs: add fstest for writing to a file at an offset with RSTJohannes Thumshirn2-0/+136
2024-01-14btrfs: add fstest for 8k write spanning two stripes on raid-stripe-treeJohannes Thumshirn2-0/+145
2024-01-14btrfs: add fstest for stripe-tree metadata with 4k writeJohannes Thumshirn2-0/+116
2024-01-14overlay: create helper _overlay_scratch_mount_opts()Amir Goldstein7-12/+11
2024-01-14generic/732: don't run it on NFSJeff Layton1-3/+1
2024-01-14generic/465: don't run it on NFSJeff Layton1-1/+1
2024-01-14generic/390: Fix test number in commentAndreas Gruenbacher1-1/+1
2024-01-14xfs: Check correctness of metadump/mdrestore's ability to work with dirty logChandan Babu R2-0/+192
2024-01-14xfs: Add support for testing metadump v2Chandan Babu R10-103/+382
2024-01-14common/xfs: Do not append -a and -o options to metadumpChandan Babu R4-4/+4
2024-01-14xfs/506: call _require_scratch_xfs_scrubChristoph Hellwig1-0/+3
2024-01-14xfs/262: call _require_scratch_xfs_scrubChristoph Hellwig1-0/+3
2024-01-14xfs: add a _require_scratch_xfs_scrub helperChristoph Hellwig2-2/+2
2024-01-02btrfs/303: add git commit ID to _fixed_by_kernel_commitFilipe Manana1-1/+1
2023-12-24fstests: btrfs: use proper filter for subvolume deletionv2023.12.25Naohiro Aota6-9/+11
2023-12-24generic/650: add kernel commit idYang Xu1-0/+3
2023-12-24overlay/081: fix test when running with index enabledAmir Goldstein1-7/+7
2023-12-16generic/735: skip this test if we cannot finsert at pos 1MDarrick J. Wong1-0/+1
2023-12-16generic/410: don't blow away seqres.full during testDarrick J. Wong1-1/+1
2023-12-16generic/615: fix loop termination failuresDarrick J. Wong1-2/+4
2023-12-16overlay: test parsing of lowerdir+,datadir+ mount optionsAmir Goldstein2-0/+83
2023-12-16overlay: test data-only lowerdirs with datadir+ mount optionAmir Goldstein2-0/+374
2023-12-16overlay: prepare for new lowerdir+,datadir+ testsAmir Goldstein1-15/+21
2023-12-16overlay: Add tests for nesting private xattrsAmir Goldstein2-0/+232
2023-12-16generic: drop caches while freezeMurphy Zhou2-0/+54
2023-12-10generic: Add integrity tests with synchronous directiov2023.12.10Ritesh Harjani (IBM)2-0/+76
2023-12-10generic: test reading a large directory while renaming its filesFilipe Manana2-0/+39
2023-12-10generic: regression test of ext4_lblk_t overflowBaokun Li2-0/+56
2023-12-10btrfs/301: require_no_compressBoris Burkov1-0/+1
2023-12-10btrfs/301: fix hardcoded subvolidsBoris Burkov1-68/+103
2023-12-09overlay/026: Fix test expectation for newer kernelsAlexander Larsson2-15/+29
2023-12-09btrfs/048: add missing groups 'subvol', 'snapshot' and 'send'Filipe Manana1-1/+1
2023-12-09btrfs: add some tests to the 'compress' groupFilipe Manana13-13/+13
2023-12-09generic/733: use correct kernel commit idYang Xu1-1/+4
2023-12-09btrfs/303: use quota rescan wrapperBoris Burkov1-1/+1
2023-12-09generic/459: improve shutdown/read-only check to accommodate bcachefsBrian Foster1-7/+21
2023-12-09fstests: don't test -o norecovery in btrfs/220Josef Bacik1-6/+0
2023-12-09tests/btrfs: add tests to the remount groupAnand Jain11-11/+11
2023-12-09xfs/604: add missing falloc testDarrick J. Wong1-1/+2
2023-12-09xfs/601: move this to tests/genericDarrick J. Wong2-2/+3
2023-11-17xfs: test refilling AGFL after lots of btree splitsv2023.11.19Omar Sandoval2-0/+71
2023-11-17misc: update xfs_io swapext usageDarrick J. Wong22-30/+30
2023-11-17misc: privatize the FIEXCHANGE ioctl for nowDarrick J. Wong3-2/+3
2023-11-16xfs/263: Remove mkfs.xfs data section argumentYang Xu1-3/+2
2023-11-16fstests: btrfs: test snapshot creation with existing qgroupQu Wenruo2-0/+79
2023-11-16xfs: test unlinked inode list repair on demandDarrick J. Wong4-0/+337
2023-11-16common: make helpers for ttyprintk usageDarrick J. Wong6-7/+7
2023-11-16generic: test reads racing with slow reflink operationsDarrick J. Wong2-0/+82
2023-11-16btrfs/219: add to the auto groupAnand Jain1-1/+1
2023-11-16btrfs/219: cloned-device mount capability updateAnand Jain1-4/+7
2023-11-16btrfs/219: fix _cleanup() to successful release the loop-deviceAnand Jain1-27/+36
2023-11-10xfs/146: require fallocate supportChristoph Hellwig1-1/+2
2023-10-27fstests: generic/353 should accomodate other pwrite behaviorsv2023.10.29Bill O'Donnell2-27/+17
2023-10-27btrfs: test snapshotting a subvolume that was just createdFilipe Manana2-0/+65
2023-10-27overlay: add test for lowerdir mount option parsingAmir Goldstein2-0/+78
2023-10-27generic/251: check min and max length and minlen for FSTRIMDarrick J. Wong1-8/+51
2023-10-27generic/251: don't snapshot $here during a testDarrick J. Wong1-1/+7
2023-10-22btrfs/298: fix failure when added device supports trimFilipe Manana1-1/+1
2023-10-22generic/245: Filter mv error messageSu Yue2-2/+5
2023-10-22xfs: add missing _require_scratch callsChristoph Hellwig5-0/+5
2023-10-22xfs/556: call _require_dm_target laterChristoph Hellwig1-1/+1
2023-10-22generic: test FALLOC_FL_UNSHARE when pagecache is not loadedDarrick J. Wong2-0/+91
2023-10-22generic/269,xfs/051: don't drop fsstress failures to stdoutDarrick J. Wong2-2/+2
2023-10-22xfs/178: don't fail when SCRATCH_DEV contains random xfs superblocksDarrick J. Wong2-3/+8
2023-10-05xfs/{270,557,600}: update commit id for _fixed_by tag.Darrick J. Wong3-3/+3
2023-10-05btrfs/300: check existence of unshare argumentsDarrick J. Wong1-1/+1
2023-10-05xfs/018: make sure that larp mode actually worksDarrick J. Wong1-0/+13
2023-10-05generic: add a test to check move in mountpoints of the same exportYongcheng Yang2-0/+60
2023-10-05btrfs/295: skip on zoned device as we cannot corrupt it directlyNaohiro Aota1-0/+2
2023-10-05btrfs: test scan but not register the single device fsAnand Jain2-0/+57
2023-10-05btrfs/192: use append operator to output log replay results to $seqres.fullFilipe Manana1-1/+1
2023-10-05fstests: redirect fsstress' stdout to $seqres.full instead of /dev/nullFilipe Manana35-35/+35
2023-10-05btrfs/076: fix file_size variableNaohiro Aota1-1/+1
2023-10-05btrfs/283: skip if we cannot write into one extentNaohiro Aota1-0/+8
2023-10-05btrfs: skip squota incompatible testsBoris Burkov3-1/+4
2023-10-05btrfs: use new rescan wrapperBoris Burkov16-19/+20
2023-10-05btrfs/301: new test for simple quotasBoris Burkov2-0/+462
2023-09-23btrfs/287: filter snapshot IDs to avoid failures when using some featuresv2023.09.24Filipe Manana2-34/+46
2023-09-23btrfs/259: fix output's wrong wordNaohiro Aota1-1/+1
2023-09-23generic: test new directory entries are returned after rewinding directoryFilipe Manana2-0/+41
2023-09-23btrfs/239: call fsync to create tree-log dedicated block group for zoned modeNaohiro Aota1-0/+12
2023-09-23btrfs: add missing _fixed_by_kernel_commit for a few testsAnand Jain5-14/+11
2023-09-23overlay: add test for rename of lower symlink with NOATIME attrAmir Goldstein2-0/+69
2023-09-20btrfs: add missing commit ids for a few tests using _fixed_by_kernel_commitFilipe Manana3-3/+3
2023-09-20btrfs/076: use _fixed_by_kernel_commit to tell the fixing kernel commitNaohiro Aota1-3/+3
2023-09-20btrfs/076: support smaller extent size limitNaohiro Aota2-4/+22
2023-09-20fstests: btrfs add more tests into the scrub groupAnand Jain15-15/+15
2023-09-20common/rc: make _get_max_file_size find file size on mount pointAndrey Albershteyn3-3/+3
2023-09-20fstests: btrfs/185 update for single device pseudo device-scanAnand Jain1-2/+3