fstests.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-15 06:49:27 to 2020-05-14 07:56:20 UTC [more...]

[PATCH v5] overlay: test for whiteout inode sharing
 2020-05-14  7:55 UTC  (2+ messages)
` 回复:[PATCH "

[PATCH v4] overlay/072: test for whiteout inode sharing
 2020-05-13 10:54 UTC  (11+ messages)
` [PATCH v4] overlay: "

[PATCH fstests] btrfs/14{2,3}: use dm-dust instead of fail_make_request
 2020-05-12 16:22 UTC  (3+ messages)

[PATCH] btrfs: test if the capability is kept on incremental send
 2020-05-11 11:52 UTC  (2+ messages)

[ANNOUNCE] fstests: master branch updated to 280f79a824b9
 2020-05-10 16:16 UTC 

[RFC PATCH] xfs: make sure our default quota warning limits and grace periods survive quotacheck
 2020-05-08 21:12 UTC  (2+ messages)

[PATCH v3] generic: test per-type quota softlimit enforcement timeout
 2020-05-08 20:01 UTC 

[PATCH 0/2] fstests: 2 more exfat-related fixes
 2020-05-08 15:03 UTC  (7+ messages)
` [PATCH 1/2] fstests: update sparse file & negative timestamp tests for exfat
` [PATCH 2/2] fstests: add _require_mknod
  ` [PATCH 2/2 V2] "

[PATCH] generic/506: fix _require test, use xfs_io vs chattr
 2020-05-08 12:04 UTC  (2+ messages)

[PATCH 0/3] fstests: test restricted file access sysctls
 2020-05-06 19:42 UTC  (13+ messages)
` [PATCH 1/3] fstests: add _require_sysctl helper
` [PATCH 2/3] fstests: test restricted symlinks & hardlinks sysctls
` [PATCH 3/3] fstests: test restricted file access sysctls
  ` [PATCH 3/3 V2] "

[PATCH 0/2] Overlayfs tests for file handle bugs
 2020-05-06 10:22 UTC  (3+ messages)
` [PATCH 1/2] open_by_handle: add option -z to query file handle size
` [PATCH 2/2] overlay: regression test for two file handle bugs

udisks2 causing umount failures
 2020-05-05 11:23 UTC 

system hang on a syncfs test with nfs_export enabled
 2020-05-02  9:17 UTC  (5+ messages)
` 回复:system "

[PATCH] fstests: Adds non-recursive and single file mode to fssum
 2020-05-01  4:30 UTC  (2+ messages)

[xfstests PATCH] generic: test reporting of wb errors via syncfs
 2020-04-30 11:59 UTC 

[v2] fstests: Fix duplicate CLI arguments in fssum
 2020-04-30  6:30 UTC  (2+ messages)

[PATCH] fstests: Fix duplicate CLI arguments in fssum
 2020-04-30  0:11 UTC  (2+ messages)

[PATCH RFC 0/2] fsx: make fsx perceptive to cluster size
 2020-04-29  7:22 UTC  (6+ messages)
` [PATCH RFC 1/2] xfstests: fsx: add support for "
` [PATCH RFC 2/2] xfstests: common/rc: add cluster size support for ext4

[PATCH v2] generic: test per-type quota softlimit enforcement timeout
 2020-04-28 16:23 UTC  (3+ messages)

[PATCH] ext4/308: Fix misspelling in comment
 2020-04-28 14:18 UTC 

[PATCH] fstest: Crashmonkey rename tests ported to xfstest
 2020-04-28  2:23 UTC  (5+ messages)

[PATCH 0/5] fstests: random fixes
 2020-04-27 17:58 UTC  (10+ messages)
` [PATCH 1/5] generic/590: fix the xfs feature detection logic
` [PATCH 2/5] xfs/126: make sure we corrupt the attr leaf in a detectable way
` [PATCH 3/5] generic/570: don't run this test on systems supporting userspace hibernate
` [PATCH 4/5] xfs/30[78]: fix regressions due to strengthened AGF checks
` [PATCH 5/5] xfs/122: fix for linux 5.7 stuff

[PATCH] common/fuzzy: don't attempt online scrubbing unless supported
 2020-04-27 17:03 UTC  (4+ messages)

[PATCH] ext4: ext4 mount sanity test
 2020-04-27 14:25 UTC  (7+ messages)
` [PATCH v2] "

Additional Crashmonkey Tests
 2020-04-24 15:56 UTC  (3+ messages)

[PATCH] xfstests: 298: fix failure on ext4 with bigalloc
 2020-04-24  9:11 UTC 

[PATCH 0/4] fstests: new tests
 2020-04-23 23:32 UTC  (5+ messages)
` [PATCH 1/4] xfs: test that reflink forces the log if mounted with wsync
` [PATCH 2/4] xfs: race freeze and fsmap for a while to see if we livelock
` [PATCH 3/4] xfs: make sure our default quota warning limits and grace periods survive quotacheck
` [PATCH 4/4] xfs: test sunit/swidth updates

[PATCH U-BOOT 00/26] fs: btrfs: Re-implement btrfs support using the more widely used extent buffer base code
 2020-04-22 14:49 UTC  (42+ messages)
` [PATCH U-BOOT 01/26] fs: btrfs: Sync btrfs_btree.h from kernel
` [PATCH U-BOOT 02/26] fs: btrfs: Add More checksum algorithm support to btrfs
` [PATCH U-BOOT 03/26] fs: btrfs: Cross-port btrfs_read_dev_super() from btrfs-progs
` [PATCH U-BOOT 04/26] fs: btrfs: Cross-port rbtree-utils "
` [PATCH U-BOOT 05/26] fs: btrfs: Cross-port extent-cache.[ch] "
` [PATCH U-BOOT 06/26] fs: btrfs: Cross-port extent-io.[ch] "
` [PATCH U-BOOT 07/26] fs: btrfs: Cross port structure accessor into ctree.h
` [PATCH U-BOOT 08/26] fs: btrfs: Cross port volumes.[ch] from btrfs-progs
` [PATCH U-BOOT 09/26] fs: btrfs: Crossport read_tree_block() "
` [PATCH U-BOOT 10/26] fs: btrfs: Rename struct btrfs_path to struct __btrfs_path
` [PATCH U-BOOT 11/26] fs: btrfs: Rename btrfs_root to __btrfs_root
` [PATCH U-BOOT 12/26] fs: btrfs: Cross port struct btrfs_root to ctree.h
` [PATCH U-BOOT 13/26] fs: btrfs: Crossport btrfs_search_slot() from btrfs-progs
` [PATCH U-BOOT 14/26] fs: btrfs: Crossport btrfs_read_sys_array() and btrfs_read_chunk_tree()
` [PATCH U-BOOT 15/26] fs: btrfs: Crossport open_ctree_fs_info()
` [PATCH U-BOOT 16/26] fs: btrfs: Rename path resolve related functions to avoid name conflicts
` [PATCH U-BOOT 17/26] fs: btrfs: Use btrfs_readlink() to implement __btrfs_readlink()
` [PATCH U-BOOT 18/26] fs: btrfs: Implement btrfs_lookup_path()
` [PATCH U-BOOT 19/26] fs: btrfs: Use btrfs_iter_dir() to replace btrfs_readdir()
` [PATCH U-BOOT 20/26] fs: btrfs: Use btrfs_lookup_path() to implement btrfs_exists() and btrfs_size()
` [PATCH U-BOOT 21/26] fs: btrfs: Rename btrfs_file_read() and its callees to avoid name conflicts
` [PATCH U-BOOT 22/26] fs: btrfs: Introduce btrfs_read_extent_inline() and btrfs_read_extent_reg()
` [PATCH U-BOOT 23/26] fs: btrfs: Introduce lookup_data_extent() for later use
` [PATCH U-BOOT 24/26] fs: btrfs: Implement btrfs_file_read()
` [PATCH U-BOOT 25/26] fs: btrfs: Cleanup the old implementation
` [PATCH U-BOOT 26/26] MAINTAINERS: Add btrfs mail list

[PATCH] generic/484: test data integrity for rdonly remount
 2020-04-22  4:52 UTC 

[PATCH] xfs/126: make blocktrash work reliably on attrleaf blocks
 2020-04-21 15:26 UTC  (2+ messages)

[PATCH 4/4] fsx: move range generation logic into a common helper
 2020-04-21 14:22 UTC  (2+ messages)

[PATCH 1/4] fsx: allow zero range operations to cross eof
 2020-04-21 14:22 UTC  (2+ messages)

[RFC PATCH xfstests] generic: test reporting of wb errors via syncfs
 2020-04-21 14:21 UTC  (6+ messages)
` [RFC PATCH v2] "

[PATCH] btrfs: add a test for fsync of file with prealloc extents crossing eof
 2020-04-21 10:25 UTC 

[PATCH 3/4] fsx: fix infinite/too long loops when generating ranges for copy_file_range
 2020-04-20 17:09 UTC 

[PATCH 2/4] fsx: fix infinite/too long loops when generating ranges for clone operations
 2020-04-20 17:09 UTC 

[PATCH 1/4] fsx: add missing file size update on zero range operations
 2020-04-20 17:07 UTC  (10+ messages)

[PATCH 4/4] fsx: move range generation logic into a common helper
 2020-04-20 17:05 UTC  (7+ messages)
` [PATCH v2 "

[PATCH] generic/456: document the other kernel commit
 2020-04-20 13:59 UTC  (2+ messages)

[PATCH v2] overlay: another test for dropping nlink below zero
 2020-04-20 10:34 UTC 

[PATCH v2] overlay/029: fix test failure with nfs_export feature enabled
 2020-04-20 10:27 UTC 

[PATCH] overlay/029: fix test failure with index feature enabled
 2020-04-19 17:54 UTC  (5+ messages)

[ANNOUNCE] fstests: master branch updated to 50a059ceace8
 2020-04-19 17:04 UTC 

[PATCH v3] overlay/072: test for whiteout inode sharing
 2020-04-19 16:00 UTC  (2+ messages)

[PATCH] overlay: another test for dropping nlink below zero
 2020-04-19 15:42 UTC  (3+ messages)

[PATCH] btrfs: check that cloning an inline extent does not lead to data loss
 2020-04-19 15:34 UTC  (2+ messages)

[PATCH] generic/594: require setquota tool supports project quota
 2020-04-19 10:49 UTC 

[PATCH 3/4] fsx: fix infinite/too long loops when generating ranges for copy_file_range
 2020-04-17 17:10 UTC  (2+ messages)

[PATCH 2/4] fsx: fix infinite/too long loops when generating ranges for clone operations
 2020-04-17 17:10 UTC  (2+ messages)

[PATCH] btrfs: Test snapshot creation with qgroup inherit would mark qgroup inconsistent
 2020-04-16 10:52 UTC  (2+ messages)

[PATCH 0/4 V2] fstests: fix test requirements for exfat testing support
 2020-04-16  7:09 UTC  (7+ messages)
` [PATCH 1/4] fstests: rename _require_test_symlinks
` [PATCH 2/4] fstests: use _require_symlinks on all necessary tests
` [PATCH 3/4] fstests: add _require_hardlinks for "
` [PATCH 4/4] fstests: test for fallocate capability in more tests
` [PATCH 5/4] fstests: exclude exfat from tests which require metadata journaling


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).