public inbox for fstests@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-02-09 01:11:58 to 2016-02-15 20:46:30 UTC [more...]

[PATCH v4.3 0/3] xfstests: minor fixes for the reflink/dedupe tests
 2016-02-15 20:46 UTC  (3+ messages)
` [PATCH 1/3] generic/304: fix high offset
` [PATCH 2/3] punch-alternating: use the block size reported by the fs for punching

[PATCH 2/2] fstests: generic test for file fsync after rename operation
 2016-02-15 10:54 UTC 

[PATCH 1/2] fstests: generic test for directory fsync after rename operation
 2016-02-15 10:54 UTC 

[PATCH Resend] fstests: generic/158, test dedupe with destination offset past EOF
 2016-02-15 10:53 UTC 

[PATCH Resend] fstests: btrfs, test directory fsync after deleting snapshots
 2016-02-15 10:53 UTC 

[PATCH v4] xfs: new case for test default user/group quota
 2016-02-15  6:46 UTC  (2+ messages)

[PATCH-v3 00/16] tmpfs and other misc fixups for xfstests
 2016-02-13 17:41 UTC  (17+ messages)
` [PATCH 01/16] ext4/001: add output variant for nodelalloc mounts
` [PATCH 02/16] check: avoid spurious complaints that tests/$FSTYP/group does not exist
` [PATCH 03/16] common: _scratch_mkfs_sized() for tmpfs
` [PATCH 04/16] generic: use mount point instead of device name
` [PATCH 05/16] generic: remove the generic/125 test
` [PATCH 06/16] generic: add _require_odirect to generic/113 and generic/214
` [PATCH 07/16] Rename _scratch_mount to _scratch_cycle_mount
` [PATCH 08/16] Rename _test_mount to _test_cycle_mount
` [PATCH 09/16] xfstests: do not unmount tmpfs during remount
` [PATCH 10/16] generic: do not unmount before calling _check_scratch_fs()
` [PATCH 11/16] generic: require fiemap for generic/009
` [PATCH 12/16] xfstests: remove dependency on /proc/partitions for generic/312
` [PATCH 13/16] xfstests: generic/079 and generic/277 requires chattr, not xattrs
` [PATCH 14/16] xfstests: add executable permission to tests
` [PATCH 15/16] xfstests: increase tmpfs memory size
` [PATCH 16/16] xfstests: remove _need_to_be_root

[PATCH v4.2 00/32] xfstests: test the nfs/cifs/btrfs/xfs reflink/dedupe ioctls
 2016-02-13  8:03 UTC  (41+ messages)
` [PATCH 01/32] generic/182: this is a dedupe test, check for dedupe
` [PATCH 02/32] xfstests: filter whitespace in 128 and 132
` [PATCH 03/32] xfstests: make _scratch_mkfs_blocksized usable
` [PATCH 04/32] reflink: remove redundant filesystem checks from the end of the tests
` [PATCH 05/32] reflink: remove unnecessary umounts from test code
` [PATCH 06/32] common/dmerror: add some more dmerror routines
` [PATCH 07/32] common: create _require_test_program to look for programs in src/
` [PATCH 08/32] common: provide a method to repair the scratch fs
` [PATCH 09/32] reflink: refactor mixed block creation code
` [PATCH 10/32] reflink: fix style problems in existing tests
` [PATCH 11/32] reflink: add _require_odirect to the directio tests
` [PATCH 12/32] dio: unwritten conversion bug tests
` [PATCH 13/32] reflink: test intersecting CoW and falloc/fpunch/fzero/fcollapse/finsert/ftrunc
` [PATCH 14/32] reflink: test CoW behavior with IO errors
` [PATCH 15/32] reflink: test CoW operations against the source file
` [PATCH 16/32] reflink: ensure that we can handle reflinking a lot of extents
` [PATCH 17/32] xfs: more reflink tests
` [PATCH 18/32] xfs/122: support refcount/rmap data structures
` [PATCH 19/32] xfs: test fragmentation characteristics of copy-on-write
` [PATCH 20/32] reflink: high offset reflink and dedupe tests
` [PATCH 21/32] reflink: test xfs cow behavior when the filesystem crashes
` [PATCH 22/32] reflink: test quota accounting
` [PATCH 23/32] reflink: test CoW across a mixed range of block types with cowextsize set
` [PATCH 24/32] xfs: test the automatic cowextsize extent garbage collector
` [PATCH 25/32] xfs: test rmapbt functionality
` [PATCH 26/32] reflink: test aio copy on write
` [PATCH 27/32] xfs: aio cow tests
` [PATCH 28/32] xfs: test xfs_getbmapx behavior with shared extents
` [PATCH 29/32] reflink: test reflink+cow+enospc all at the same time
` [PATCH 30/32] xfs: ensure that we don't crash when freeing the ag reservations on a ro mount
` [PATCH 31/32] xfs: test source CoW across mixed block types with cowextsz set
` [PATCH 32/32] reflink: kick the slow tests out of the 'quick' group
` [PATCH 33/32] aiocp: fix the gcc warnings

[ANNOUNCE] xfstests: master branch updated to 74b326f
 2016-02-13  1:36 UTC 

[PATCH v2] fstests: generic/158, test dedupe with destination offset past EOF
 2016-02-12 18:32 UTC 

[PATCH] fstests: generic/158, test dedupe with destination offset past EOF
 2016-02-12 18:29 UTC  (2+ messages)

[PATCH 2/2] fstests: generic test for file fsync after rename operation
 2016-02-12 16:21 UTC 

[PATCH 1/2] fstests: generic test for directory fsync after rename operation
 2016-02-12 16:20 UTC 

[PATCH v2] ext4: test partial blocksize defrag integrity issue
 2016-02-12  5:43 UTC 

[PATCH-v2 00/13] fix up various tmpfs failures
 2016-02-12  5:41 UTC  (17+ messages)
` [PATCH 01/13] check: avoid spurious complaints that tests/$FSTYP/group does not exist
` [PATCH 02/13] common: _scratch_mkfs_sized() for tmpfs
` [PATCH 03/13] generic: use mount point instead of device name
` [PATCH 04/13] generic: remove the generic/125 test
` [PATCH 05/13] generic: add _require_odirect to generic/113 and generic/214
` [PATCH 06/13] xfstests: do not unmount tmpfs during remount
` [PATCH 07/13] generic: do not unmount before calling _check_scratch_fs()
` [PATCH 08/13] generic: require fiemap for generic/009
` [PATCH 09/13] xfstests: remove dependency on /proc/partitions for generic/312
` [PATCH 10/13] xfstests: generic/079 and generic/277 requires chattr, not xattrs
` [PATCH 11/13] xfstests: add executable permission to tests
` [PATCH 12/13] xfstests: increase tmpfs memory size
` [PATCH 13/13] common: remove unneeded mount options for ext4

[PATCH] xfs: test inode32/inode64 options w/ remount & growfs
 2016-02-11 23:42 UTC 

[PATCH 00/12] xfstests: fix up various tmpfs failures
 2016-02-11 17:36 UTC  (44+ messages)
` [PATCH 01/12] check: avoid error messages of tests/$FS does not exist
` [PATCH 02/12] common: _scratch_mkfs_sized() for tmpfs
` [PATCH 03/12] generic: use mount point instead of device name
` [PATCH 04/12] generic: add _require_odirect to three more tests
` [PATCH 05/12] xfstests: do not unmount tmpfs during remount
` [PATCH 06/12] generic: do not unmount before calling _check_scratch_fs()
` [PATCH 07/12] generic: require fiemap for generic/009
` [PATCH 08/12] xfstests: fix generic/312 on tmpfs, ignore /proc/partitions
` [PATCH 09/12] xfstests: generic/079 requires chattr, not xattrs
` [PATCH 10/12] generic: disable generic/027 for tmpfs
` [PATCH 11/12] xfstests: add executable permission to tests
` [PATCH 12/12] xfstests: increase tmpfs memory size

[PATCH] ext4: test partial blocksize defrag integrity issue
 2016-02-11 16:55 UTC  (4+ messages)

[PATCH] xfs: change return value check to golden image check
 2016-02-11 16:37 UTC 

[PATCH v3] xfs: new case for test default user/group quota
 2016-02-11 15:05 UTC 

[PATCH] generic/072: limit max cpu number to 8 to avoid long run time and high system pressure
 2016-02-11  9:28 UTC 

Does _need_to_be_root deserve to live?
 2016-02-11  9:15 UTC  (2+ messages)

[PATCH v2] xfs: new case for test default user/group quota
 2016-02-11  8:51 UTC 

[PATCH] xfs/169: new case for test default quota lower than specific quota
 2016-02-11  5:19 UTC  (3+ messages)

Business Partnership
 2016-02-11  1:30 UTC 

Business Partnership
 2016-02-11  1:02 UTC 

[PATCH] fstests: btrfs, test directory fsync after deleting snapshots
 2016-02-10 19:20 UTC  (2+ messages)

[PATCH] ext4: test partial blocksize defrag integrity issue
 2016-02-10 14:48 UTC 

[PATCH v4.1 00/23] xfstests: test the nfs/cifs/btrfs/xfs reflink/dedupe ioctls
 2016-02-10  1:07 UTC  (44+ messages)
` [PATCH 01/23] generic/182: this is a dedupe test, check for dedupe
` [PATCH 02/23] xfstests: filter whitespace in 128 and 132
` [PATCH 03/23] xfstests: make _scratch_mkfs_blocksized usable
` [PATCH 04/23] reflink: remove redundant filesystem checks from the end of the tests
` [PATCH 05/23] common/dmerror: add some more dmerror routines
` [PATCH 06/23] dio unwritten conversion bug tests
` [PATCH 07/23] reflink: test intersecting CoW and falloc/fpunch/fzero/fcollapse/finsert/ftrunc
` [PATCH 08/23] reflink: test CoW behavior with IO errors
` [PATCH 09/23] reflink: test CoW operations against the source file
` [PATCH 10/23] xfs: more reflink tests
` [PATCH 11/23] reflink: ensure that we can handle reflinking a lot of extents
` [PATCH 12/23] xfs/122: support refcount/rmap data structures
` [PATCH 13/23] xfs: test fragmentation characteristics of copy-on-write
` [PATCH 14/23] reflink: high offset reflink and dedupe tests
` [PATCH 15/23] reflink: test xfs cow behavior when the filesystem crashes
` [PATCH 16/23] reflink: test quota accounting
` [PATCH 17/23] reflink: test CoW across a mixed range of block types with cowextsize set
` [PATCH 18/23] xfs: test the automatic cowextsize extent garbage collector
` [PATCH 19/23] xfs: test rmapbt functionality
` [PATCH 20/23] reflink: test aio copy on write
` [PATCH 21/23] xfs: aio cow tests
` [PATCH 22/23] xfs: test xfs_getbmapx behavior with shared extents
` [PATCH 23/23] reflink: test reflink+cow+enospc all at the same time

[PATCH] fstests: btrfs, test for send with clone operations
 2016-02-09 22:17 UTC  (3+ messages)

[PATCH] ext4/001: add output variant for nodelalloc mounts
 2016-02-09  1:12 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox