public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-02-25 00:52:40 to 2014-02-28 16:41:05 UTC [more...]

[PATCH 1/8] xfstests: Create single function for testing xfs_io commands
 2014-02-28 16:40 UTC  (9+ messages)
` [PATCH 2/8] xfstests: create _test_block_boundaries in common/punch
` [PATCH 3/8] generic/008: Add test for fallocate zero range at block boundary
` [PATCH 4/8] xfstests: Move fallocate include into global.h
` [PATCH 5/8] xfstests: Add fallocate zero range operation to fsstress
` [PATCH 6/8] fsstress: translate flags in fiemap_f
` [PATCH 7/8] xfstests: Add fallocate zero range operation to fsx
` [PATCH 8/8] ext4/001: Add ext4 specific test for fallocate zero range

[PATCH 0/2] xfsprogs: mkfs fixes
 2014-02-28 13:09 UTC  (9+ messages)
` [PATCH 1/2] mkfs: default log size for small filesystems too large
` [PATCH 2/2] mkfs: proto file creation does not set ftype correctly

[PATCH 1/6] generic/290: Add test for fallocate zero range
 2014-02-28 12:38 UTC  (27+ messages)
` [PATCH 2/6] xfstests: Add fallocate zero range operation to fsstress
` [PATCH 3/6] xfstests: fsstress punch should always have FALLOC_FL_KEEP_SIZE set
` [PATCH 4/6] xfstests: Add fallocate zero range operation to fsx
` [PATCH 5/6] xfstests: Define fallocate flags locally in fsx
` [PATCH 6/6] ext4/242: Add ext4 specific test for fallocate zero range

[PATCH 0/3] metadump: fixes for obfuscated dumps
 2014-02-28  6:25 UTC  (4+ messages)
` [PATCH 1/3] metadump: contiguous metadata object need to be split
` [PATCH 2/3] metadump: Only verify obfuscated metadata being dumped
` [PATCH 3/3] metadump: pathname obfuscation overruns symlink buffer

[PATCH] metadump: don't verify metadata being dumped
 2014-02-28  4:46 UTC  (6+ messages)
` [PATCH, V2] "

[PATCH] xfs_growfs: don't grow data if only -m is specified
 2014-02-28  1:19 UTC  (2+ messages)

XFS on Fedora i686, armv7hl
 2014-02-27 21:19 UTC  (7+ messages)

xfstests with NFS
 2014-02-27 20:50 UTC 

[PATCH 00/10, v3] xfsprogs: reapir scalability and fixes
 2014-02-27 20:45 UTC  (16+ messages)
` [PATCH 01/10] repair: translation lookups limit scalability
` [PATCH 02/10] repair: per AG locks contend for cachelines
` [PATCH 03/10] libxfs: buffer cache hashing is suboptimal
` [PATCH 04/10] repair: limit auto-striding concurrency apprpriately
` [PATCH 05/10] repair: use a listhead for the dotdot list
` [PATCH 06/10] repair: fix prefetch queue limiting
` [PATCH 07/10] repair: BMBT prefetch needs to be CRC aware
` [PATCH 08/10] repair: factor out threading setup code
` [PATCH 09/10] repair: prefetch runs too far ahead
` [PATCH 10/10] libxfs: remove a couple of locks

[PATCH] xfs_io: don't leak fd in open -Tr failure case
 2014-02-27 20:41 UTC  (4+ messages)
` [PATCH V2] xfs_io: test for invalid -Tr flag combination before open

[PATCH] xfs_io: add missing break in O_TMPFILE case
 2014-02-27 20:25 UTC  (3+ messages)

[PATCH] xfs: clean up xfs_set_maxicount & use in growfs
 2014-02-27 14:08 UTC  (6+ messages)

[PATCH 0/6 v2] Introduce FALLOC_FL_ZERO_RANGE flag for fallocate
 2014-02-27 11:56 UTC  (10+ messages)
` [PATCH 1/6 v2] ext4: Update inode i_size after the preallocation
` [PATCH 2/6 v2] ext4: refactor ext4_fallocate code
` [PATCH 3/6 v2] ext4: translate fallocate mode bits to strings
` [PATCH 4/6 v2] fs: Introduce FALLOC_FL_ZERO_RANGE flag for fallocate
` [PATCH 5/6 v2] ext4: "
` [PATCH 6/6 v2] xfs: Add support for FALLOC_FL_ZERO_RANGE

[PATCH RESEND 3/10] ext4: Add support FALLOC_FL_COLLAPSE_RANGE for fallocate
 2014-02-27 10:35 UTC  (7+ messages)
` [PATCH] util-linux/fallocate: introduce an option -c to support FALLOC_FL_COLLAPSE_RANGE
    ` [PATCH v2] util-linux/fallocate: introduce an option -c to support COLLAPSE_RANGE

[PATCH 0/9] current series for verifier error differentiation
 2014-02-27  9:12 UTC  (12+ messages)
` [PATCH 4/9] xfs: Use defines for CRC offsets in all cases
` [PATCH 5/9] xfs: add helper for verifying checksums on xfs_bufs
` [PATCH 7/9] xfs: add xfs_verifier_error()
  ` [PATCH 7/9 V2] "

[PATCH] XFS: fix the description of 'allocsize=' mount option
 2014-02-27  6:42 UTC  (4+ messages)

[PATCH] xfs_io: add fzero command for zeroing range via fallocate
 2014-02-27  5:01 UTC  (2+ messages)

[PATCH v6] ext4: Add support FALLOC_FL_COLLAPSE_RANGE for fallocate
 2014-02-27  4:03 UTC  (5+ messages)

[PATCH 00/10, v2] repair: scalability and prefetch fixes
 2014-02-27  2:06 UTC  (21+ messages)
` [PATCH 01/10] repair: translation lookups limit scalability
` [PATCH 06/10] repair: use a listhead for the dotdot list
` [PATCH 07/10] repair: prefetch runs too far ahead
` [PATCH 08/10] libxfs: remove a couple of locks
` [PATCH 09/10] repair: fix prefetch queue limiting
` [PATCH 10/10] repair: BMBT prefetch needs to be CRC aware

[PATCH v5 0/10] fs: Introduce new flag(FALLOC_FL_COLLAPSE_RANGE) for fallocate
 2014-02-27  1:30 UTC  (15+ messages)

[PATCH 0/2] xfs_logprint: Get xfstests/xfs/295 passing w/ CRCs
 2014-02-27  1:28 UTC  (5+ messages)
` [PATCH 1/2] xfs_logprint: Don't error out after split items lose context
` [PATCH 2/2] xfs_logprint: don't advance op counter in xlog_print_trans_icreate

[PATCH v5 1/10] fs: Add new flag(FALLOC_FL_COLLAPSE_RANGE) for fallocate
 2014-02-26 23:48 UTC  (8+ messages)

[PATCH] xfs_copy: accept XFS_ABTB_CRC_MAGIC
 2014-02-26 20:48 UTC  (5+ messages)
` [PATCH V2] xfs_copy: band-aids for CRC filesystems

Question regarding XFS on LVM over hardware RAID
 2014-02-26 17:49 UTC  (19+ messages)

[PATCH] [RFC] xfs: byte range buffer dirty region tracking
 2014-02-26 14:53 UTC  (4+ messages)

Is the xfsprogs community still developing??
 2014-02-26 14:13 UTC  (3+ messages)

[PATCH] xfstests: add test for btrfs-progs restore feature
 2014-02-26  0:44 UTC  (9+ messages)
` [PATCH v2] "
` [PATCH v3] "

[PATCH] xfs_io: add support for O_TMPFILE opens
 2014-02-25 23:35 UTC  (4+ messages)
` [PATCH] xfs_io: add support for flink
  ` [PATCH v2] "

[PATCH 0/6] xfstests: fixes for CRCs and small devices
 2014-02-25 22:10 UTC  (13+ messages)
` [PATCH 1/6] xfs/033: add golden output for CRC enabled filesystems
` [PATCH 2/6] xfs/189: noattr2 invalid "
` [PATCH 3/6] generic/003: ensure time changes between stat calls
` [PATCH 4/6] shared/051: CRC enabled filesystems handle more than 25 ACLs
` [PATCH 5/6] xfs/217: prevent enospc failures on small test devices
` [PATCH 6/6] xfs/167: need at least 10GB of scratch space to run

[PATCH] xfs_metadump: include F in getopts string
 2014-02-25 22:03 UTC  (3+ messages)

[PATCH] xfstests: add function _require_fssum()
 2014-02-25 13:46 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] xfstests: ltp/fsstress add verifiable logging mode
 2014-02-25 12:04 UTC 

gentoo linux, kernel 3.10.31 mount options bug?
 2014-02-25  8:10 UTC  (3+ messages)

[PATCH] xfstests: cleanup tests btrfs/004,007,022 and 025
 2014-02-25  5:48 UTC 

[PATCH v2] xfstests: fix to make tests/btrfs/013 work using all version btrfs progs
 2014-02-25  2:57 UTC 

[PATCH for xfstests] xfstests: fix to make tests/btrfs/013 really work
 2014-02-25  2:08 UTC  (3+ messages)

[PATCH] xfs: be honest about used inodes in statfs
 2014-02-25  0:52 UTC  (3+ messages)
` [PATCH V4] "


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