fstests.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-09-16 06:33:44 to 2019-09-28 00:03:44 UTC [more...]

[PATCH v3 0/9] xfsprogs: support fscrypt API additions in xfs_io
 2019-09-28  0:02 UTC  (2+ messages)
` [PATCH v3 1/9] xfs_io/encrypt: remove unimplemented encryption modes

[PATCH 1/2] common/rc: Remove special handing of 'dup' argument for btrfs
 2019-09-27 13:18 UTC  (7+ messages)
` [PATCH 2/2] btrfs: Add test for btrfs balance convert functionality

[PATCH v3] generic: fallocate two bytes at block boundary
 2019-09-27 10:38 UTC 

[PATCH] generic/group: add missing dedupe tag for generic/493
 2019-09-27 10:08 UTC  (2+ messages)

[PATCH] common/rc: generalize _get_filesize()
 2019-09-27 10:07 UTC  (2+ messages)

[PATCH 1/2] common/defrag: support f2fs
 2019-09-27 10:06 UTC  (4+ messages)
` [PATCH 2/2] common/casefold: "

[PATCH v2] fstests: btrfs/011: Fill the fs to ensure we have enough data for dev-replace
 2019-09-27 10:04 UTC  (2+ messages)

[PATCH v2] generic: fallocate two bytes at block boundary
 2019-09-27  9:16 UTC  (3+ messages)

[PATCH v2] fsx: add more check for copy_file_range
 2019-09-27  1:53 UTC  (2+ messages)

[PATCH] generic/465: fix a read bug when encounter EOF
 2019-09-27  1:46 UTC  (4+ messages)

[PATCH] generic/442: add sync before dmsetup remove
 2019-09-27  1:40 UTC  (6+ messages)

[PATCH] fsx: add more check for copy_file_range
 2019-09-27  1:38 UTC  (4+ messages)

[PATCH] generic: fallocate two bytes at block boundary
 2019-09-26 16:06 UTC  (4+ messages)

[PATCH v2] ltp/fsx: avoid infinite loop while finding offset2 in clone/dedupe/copy range ops
 2019-09-26 14:37 UTC  (3+ messages)

[PATCH] btrfs: Add regression test for SINGLE profile conversion
 2019-09-26  8:24 UTC  (5+ messages)

please add fstests@vger.kernel.org to lore.kernel.org
 2019-09-26  2:47 UTC  (2+ messages)
  ` [Kernel.org Helpdesk #79165] "

[RFC PATCH 0/8] xfsprogs: support fscrypt API additions in xfs_io
 2019-09-25 23:28 UTC  (7+ messages)
` [RFC PATCH 3/8] xfs_io/encrypt: add new encryption modes
` [RFC PATCH 4/8] xfs_io/encrypt: extend 'get_encpolicy' to support v2 policies

[PATCH v2 0/8] xfsprogs: support fscrypt API additions in xfs_io
 2019-09-25 23:11 UTC  (11+ 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] fstests: btrfs/011: Fill the fs to ensure we have enough data for dev-replace
 2019-09-25 10:03 UTC  (3+ messages)

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

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

[PATCH v3] common/xfs: wipe the XFS superblock of each AGs
 2019-09-25  3:21 UTC  (2+ messages)

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

[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] 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)

[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  (4+ messages)


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