fstests.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-09-04 12:58:29 to 2019-09-25 03:21:09 UTC [more...]

[PATCH xfstests] overlay: Enable character device to be the base fs partition
 2019-09-25  3:20 UTC  (6+ messages)

[PATCH xfstests v2] overlay: Enable character device to be the base fs partition
 2019-09-25  3:17 UTC  (3+ messages)

[RFC PATCH 0/8] xfsprogs: support fscrypt API additions in xfs_io
 2019-09-24 22:47 UTC  (3+ messages)
` [RFC PATCH 3/8] xfs_io/encrypt: add new encryption modes

[PATCH v2 0/8] xfsprogs: support fscrypt API additions in xfs_io
 2019-09-24 22:39 UTC  (10+ messages)
` [PATCH v2 1/8] xfs_io/encrypt: remove unimplemented encryption modes
` [PATCH v2 2/8] xfs_io/encrypt: update to UAPI definitions from Linux v5.4
` [PATCH v2 3/8] xfs_io/encrypt: add new encryption modes
` [PATCH v2 4/8] xfs_io/encrypt: extend 'get_encpolicy' to support v2 policies
` [PATCH v2 5/8] xfs_io/encrypt: extend 'set_encpolicy' "
` [PATCH v2 6/8] xfs_io/encrypt: add 'add_enckey' command
` [PATCH v2 7/8] xfs_io/encrypt: add 'rm_enckey' command
` [PATCH v2 8/8] xfs_io/encrypt: add 'enckey_status' command

[PATCH] generic: check that we can't write to swap files
 2019-09-24 16:39 UTC 

question of generic/442 in xfs filesystem
 2019-09-24 10:20 UTC 

[PATCH v3] common/xfs: wipe the XFS superblock of each AGs
 2019-09-24 10:09 UTC 

[PATCH] btrfs/036: fix sporadic failures when unmounting scratch filesystem
 2019-09-24  9:49 UTC 

generic/495: swap on sparse file over NFS
 2019-09-23 20:21 UTC  (2+ messages)

[PATCH V2 00/16] Fix locktest and add lease testing to it
 2019-09-23 17:59 UTC  (17+ messages)
` [PATCH V2 01/16] src/locktest: Remove unnecessary sleep
` [PATCH V2 02/16] src/locktest: Remove OPEN macro
` [PATCH V2 03/16] src/locktest: Change command macro names
` [PATCH V2 04/16] src/locktest: Add get_cmd_str
` [PATCH V2 05/16] src/locktest.c: Clean up client command passing
` [PATCH V2 06/16] src/locktest.c: Fix return code if last test fails
` [PATCH V2 07/16] generic/131: Clean up pid variables
` [PATCH V2 08/16] generic/131: Save stderr for debugging
` [PATCH V2 09/16] src/locktest: Clean up error output
` [PATCH V2 10/16] src/locktest: Audit all debug output
` [PATCH V2 11/16] src/locktest: Add run() function
` [PATCH V2 12/16] src/locktest: Add simple lease testing
` [PATCH V2 13/16] src/locktest: Add lease testing for basic signal reception
` [PATCH V2 14/16] src/locktest: Add truncate lease tests
` [PATCH V2 15/16] common/locktest: Add common locktest functions
  ` [PATCH V2 16/16] generic/568: Add lease testing

[PATCH V2 00/16] Fix locktest and add lease testing to it
 2019-09-23 17:58 UTC  (13+ messages)
` [PATCH V2 01/16] src/locktest: Remove unnecessary sleep
` [PATCH V2 02/16] src/locktest: Remove OPEN macro
` [PATCH V2 03/16] src/locktest: Change command macro names
` [PATCH V2 04/16] src/locktest: Add get_cmd_str
` [PATCH V2 05/16] src/locktest.c: Clean up client command passing
` [PATCH V2 06/16] src/locktest.c: Fix return code if last test fails
` [PATCH V2 07/16] generic/131: Clean up pid variables
` [PATCH V2 08/16] generic/131: Save stderr for debugging
` [PATCH V2 09/16] src/locktest: Clean up error output
` [PATCH V2 10/16] src/locktest: Audit all debug output
` [PATCH V2 11/16] src/locktest: Add run() function

[PATCH v2] common/xfs: wipe the XFS superblock of each AGs
 2019-09-23 15:12 UTC  (4+ messages)

[PATCH] fstests: btrfs/011: Fill the fs to ensure we have enough data for dev-replace
 2019-09-23 12:43 UTC 

[ANNOUNCE] fstests: master branch updated to 0fd43f3f4bd7
 2019-09-22 15:24 UTC 

[PATCH 00/13] Fix locktest and add lease testing to it
 2019-09-22  7:52 UTC  (18+ messages)
` [PATCH 01/13] src/locktest: Remove unnecessary sleep
` [PATCH 02/13] src/locktest: Remove OPEN macro
` [PATCH 03/13] src/locktest: Change command macro names
` [PATCH 04/13] src/locktest: Add get_cmd_str
` [PATCH 05/13] src/locktest.c: Clean up client command passing
` [PATCH 06/13] src/locktest.c: Fix return code if last test fails
` [PATCH 07/13] generic/131: Clean up pid variables
` [PATCH 08/13] generic/131: Save stderr for debugging
` [PATCH 09/13] src/locktest: Add simple lease testing
` [PATCH 10/13] src/locktest: Add lease testing for basic signal reception
` [PATCH 11/13] src/locktest: Add truncate lease tests
` [PATCH 12/13] src/locktest: Clean up error output
` [PATCH 13/13] src/locktest: Audit all debug output

[PATCH][xfstests-bld] build-all: fix acl tools build
 2019-09-21 21:35 UTC  (6+ messages)

[PATCH v3 1/2] common: check if a given rename flag is supported in _requires_renameat2
 2019-09-21 14:34 UTC  (3+ messages)

[PATCH v3 2/2] xfs: test the deadlock between the AGI and AGF with RENAME_WHITEOUT
 2019-09-20 12:20 UTC  (9+ messages)

[PATCH] common/xfs: wipe the XFS superblock of each AGs
 2019-09-20  4:31 UTC  (8+ messages)

[PATCH v2 0/9] xfstests: add tests for fscrypt key management improvements
 2019-09-20  0:37 UTC  (10+ messages)
` [PATCH v2 1/9] common/encrypt: disambiguate session encryption keys
` [PATCH v2 2/9] common/encrypt: add helper functions that wrap new xfs_io commands
` [PATCH v2 3/9] common/encrypt: support checking for v2 encryption policy support
` [PATCH v2 4/9] common/encrypt: support verifying ciphertext of v2 encryption policies
` [PATCH v2 5/9] generic: add basic test for fscrypt API additions
` [PATCH v2 6/9] generic: add test for non-root use of "
` [PATCH v2 7/9] generic: verify ciphertext of v2 encryption policies with AES-256
` [PATCH v2 8/9] generic: verify ciphertext of v2 encryption policies with AES-128
` [PATCH v2 9/9] generic: verify ciphertext of v2 encryption policies with Adiantum

[PATCH] xfs/148-149: Remove xfs_prepair64 and xfs_prepair tests
 2019-09-19 16:19 UTC  (2+ messages)

question of xfs/148 and xfs/149
 2019-09-19 10:49 UTC  (10+ messages)

[PATCH v3 0/2] xfstests: add deadlock between the AGI and AGF with RENAME_WHITEOUT test
 2019-09-18 11:45 UTC 

[PATCH 1/2] fstests: btrfs/028: Don't pollute golden output for killing already finished process
 2019-09-18 10:12 UTC  (7+ messages)
` [PATCH 2/2] fstests: btrfs/011: Handle finished scrub/replace operation gracefully

seek sanity check failures
 2019-09-16  8:47 UTC 

[PATCH 2/2] xfs: test the deadlock between the AGI and AGF with RENAME_WHITEOUT
 2019-09-16  6:33 UTC  (7+ messages)

[PATCH v2] generic/430: add copy in same file test
 2019-09-16  6:27 UTC  (5+ messages)
    ` //Re: "

[PATCH v4] generic/430: add copy in same file test
 2019-09-16  6:21 UTC 

[PATCH] generic/465: fix a read bug when encounter EOF
 2019-09-16  5:24 UTC 

[PATCH 1/2] common: check if a given rename flag is supported in _requires_renameat2
 2019-09-16  2:11 UTC  (3+ messages)

[ANNOUNCE] fstests: master branch updated to 82eda8820ddd
 2019-09-15 16:41 UTC 

[PATCH v2] fstests: btrfs: Verify falloc on multiple holes won't cause qgroup reserved data space leak
 2019-09-15 13:13 UTC  (3+ messages)

[PATCH] fstests: btrfs: Verify falloc on multiple holes won't cause qgroup reserved data space leak
 2019-09-15  7:18 UTC  (4+ messages)

[PATCH] generic/564: fix copy_range -f availability test
 2019-09-13 17:51 UTC  (2+ messages)

[PATCH 0/2] xfstests: add deadlock between the AGI and AGF with RENAME_WHITEOUT test
 2019-09-11 13:13 UTC 

[PATCH] generic/566: skip this test if -f option is non-supported
 2019-09-10  4:28 UTC  (3+ messages)
  ` [PATCH v2] generic/566: use _require_xfs_quota_foreign and remove -f option

[PATCH] generic/566: use _require_xfs_quota_foreign to replace the hard -f option
 2019-09-11  2:42 UTC  (2+ messages)

[PATCH v4] fstests: btrfs: Check snapshot creation and deletion with dm-logwrites
 2019-09-10 14:28 UTC  (2+ messages)

[PATCH] btrfs/079: fix failure to umount scratch fs due to running filefrag process
 2019-09-10 14:26 UTC 

[PATCH V2 0/2] Add lease testing
 2019-09-10  2:29 UTC  (7+ messages)
` [PATCH V2 1/2] src/leasetest: Add lease test executable
` [PATCH V2 2/2] generic: Add Lease testing

[PATCH] xfs: test the deadlock between the AGI and AGF with RENAME_WHITEOUT
 2019-09-09  9:06 UTC  (3+ messages)

[ANNOUNCE] fstests: master branch updated to 0837e907988a
 2019-09-08 14:52 UTC 

generic/377 failing, xattr: security.SMACK64
 2019-09-08 10:18 UTC 

[PATCH] generic/567: test mmap write vs. hole punching
 2019-09-06 16:53 UTC 

[PATCH] generic/43{0,1,2,3}: add -t option when create $testdir/copy file
 2019-09-06  2:58 UTC  (5+ messages)

[RFC PATCH 0/2] Add lease testing
 2019-09-05 16:11 UTC  (5+ messages)

[PATCH] btrfs/048: fix test failure when fs mounted with v2 space cache option
 2019-09-05 16:02 UTC  (2+ messages)

[PATCH v3] fstests: btrfs: Check snapshot creation and deletion with dm-logwrites
 2019-09-05 15:48 UTC  (2+ messages)

[PATCH v3] generic/430: add copy in same file test
 2019-09-05  1:50 UTC  (3+ messages)

[PATCH] generic: Add a test for basic F_SETLEASE functionality
 2019-09-05  0:33 UTC  (4+ messages)
` [PATCH v2] "


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).