public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-05-17 10:34:40 to 2013-05-22 22:16:28 UTC [more...]

[PATCH] xfsprogs: libhandle/Makefile - fix make install
 2013-05-22 22:16 UTC  (4+ messages)

XFS assertion from truncate. (3.10-rc2)
 2013-05-22 22:09 UTC  (16+ messages)

[PATCH 00/11] xfs: fixes for 3.10-rc3
 2013-05-22 21:59 UTC  (26+ messages)
` [PATCH 01/11] xfs: avoid nesting transactions in xfs_qm_scall_setqlim()
` [PATCH 02/11] xfs: remote attribute allocation may be contiguous
` [PATCH 03/11] xfs: remote attribute read too short
` [PATCH 04/11] xfs: remote attribute tail zeroing does too much
` [PATCH 05/11] xfs: correctly map remote attr buffers during removal
` [PATCH 06/11] xfs: fully initialise temp leaf in xfs_attr3_leaf_unbalance
` [PATCH 07/11] xfs: fully initialise temp leaf in xfs_attr3_leaf_compact
` [PATCH 08/11] xfs: don't emit v5 superblock warnings on write
` [PATCH 09/11] xfs: rework remote attr CRCs
` [PATCH 10/11] xfs: fix incorrect remote symlink block count
` [PATCH 11/11] xfs: increase number of ACL entries for V5 superblocks

Cleancache support in XFS
 2013-05-22 19:28 UTC  (5+ messages)

generic/258 questions (mount issue)
 2013-05-22 19:01 UTC  (9+ messages)

[PATCH] xfstests comma separated group names
 2013-05-22 14:12 UTC  (7+ messages)

[BUG] XFS: Assertion failed: atomic_read(&pag->pag_ref) == 0, file: fs/xfs/xfs_mount.c, line: 272
 2013-05-22 14:04 UTC  (7+ messages)

3.9.2: xfstests triggered panic
 2013-05-22  9:53 UTC  (2+ messages)

3.9.0: XFS rootfs corruption
 2013-05-22  9:46 UTC  (7+ messages)

[PATCH] xfstests: btrfs 308: regression test for btrfs send V2
 2013-05-21 21:32 UTC  (2+ messages)

Lockdep message on 3.9.3 (already fixed?)
 2013-05-21 16:21 UTC 

[PATCH 00/14] xfs: fixes for 3.10-rc2 (update)
 2013-05-21 10:51 UTC  (34+ messages)
` [PATCH 01/14] xfs: fix sub-page blocksize data integrity writes
` [PATCH 02/14] xfs: fix rounding in xfs_free_file_space
` [PATCH 03/14] xfs: Don't reference the EFI after it is freed
` [PATCH 04/14] xfs: avoid nesting transactions in xfs_qm_scall_setqlim()
  ` [PATCH 04/14 V2] "
` [PATCH 05/14] xfs: fix missing KM_NOFS tags to keep lockdep happy
` [PATCH 06/14] xfs: xfs_da3_node_read_verify() doesn't handle XFS_ATTR3_LEAF_MAGIC
` [PATCH 07/14] xfs: xfs_attr_shortform_allfit() does not handle attr3 format
` [PATCH 08/14] xfs: remote attribute allocation may be contiguous
` [PATCH 09/14] xfs: remote attribute lookups require the value length
` [PATCH 10/14] xfs: remote attribute read too short
` [PATCH 11/14] xfs: remote attribute tail zeroing does too much
` [PATCH 12/14] xfs: correctly map remote attr buffers during removal
` [PATCH 13/14] xfs: fully initialise temp leaf in xfs_attr3_leaf_unbalance
` [PATCH 14/14] xfs: fully initialise temp leaf in xfs_attr3_leaf_compact

[PATCH] xfstests: btrfs 308: regression test for btrfs send
 2013-05-21  0:33 UTC  (2+ messages)

3.5+, xfs and 32bit armhf - xfs_buf_get: failed to map pages
 2013-05-21  0:02 UTC  (5+ messages)

[PATCH v2] xfs: Avoid pathological backwards allocation
 2013-05-20 18:10 UTC  (4+ messages)

[PATCH] xfstests: fix typo in check
 2013-05-20 17:51 UTC 

[PATCH] xfstests generic/313: test ctime and mtime are updated on truncate and ftruncate
 2013-05-20 17:51 UTC 

[PATCH 00/30] xfsprogs: Initial CRC support
 2013-05-20 16:11 UTC  (49+ messages)
` [PATCH 01/30] mkfs: fix realtime device initialisation
` [PATCH 02/30] logprint: fix wrapped log dump issue
` [PATCH 03/30] libxfs: add crc format changes to generic btrees
` [PATCH 04/30] xfsprogs: add crc format chagnes to ag headers
` [PATCH 05/30] xfsprogs: Support new AGFL format
` [PATCH 06/30] libxfs: change quota buffer formats
` [PATCH 07/30] libxfs: add version 3 inode support
` [PATCH 08/30] libxfs: add support for crc headers on remote symlinks
` [PATCH 09/30] xfs: add CRC checks to block format directory blocks
` [PATCH 10/30] xfs: add CRC checking to dir2 free blocks
` [PATCH 11/30] xfs: add CRC checking to dir2 data blocks
` [PATCH 12/30] xfs: add CRC checking to dir2 leaf blocks
` [PATCH 13/30] xfs: shortform directory offsets change for dir3 format
` [PATCH 14/30] xfs: add CRCs to dir2/da node blocks
` [PATCH 15/30] xfs: add CRCs to attr leaf blocks
` [PATCH 16/30] xfs: split remote attribute code out
` [PATCH 17/30] xfs: add CRC protection to remote attributes
` [PATCH 18/30] xfs: add buffer types to directory and attribute buffers
` [PATCH 19/30] xfs: buffer type overruns blf_flags field
` [PATCH 20/30] xfs: add CRC checks to the superblock
` [PATCH 21/30] xfs: implement extended feature masks
` [PATCH 22/30] xfsprogs: Add verifiers to libxfs buffer interfaces
` [PATCH 23/30] patch xfsprogs-mkfs-crc-support-2
` [PATCH 24/30] xfsprogs: add crc format support to repair
` [PATCH 25/30] xfs_repair: update for dir/attr crc format changes
` [PATCH 26/30] xfsprogs: disable xfs_check for CRC enabled filesystems
` [PATCH 27/30] xfs_db: disable modification for CRC enabled filessytems
` [PATCH 28/30] libxfs: determine inode size from version number, not struct xfs_dinode
` [PATCH 29/30] xfsdb: support version 5 superblock in versionnum command
` [PATCH 30/30] xfsprogs: add crc format support to db
` [PATCH 0/6] xfsprogs: more CRC support patches
  ` [PATCH 1/6] xfs_repair: always use incore header for directory block checks
  ` [PATCH 2/6] xfs_db: convert directory parsing to use libxfs structure
  ` [PATCH 3/6] xfs_db: factor some common dir2 field parsing code
  ` [PATCH 4/6] xfs_db: update field printing for dir crc format changes
  ` [PATCH 5/6] xfs_repair: convert directory parsing to use libxfs structure
  ` [PATCH 6/6] xfs_repair: make directory freespace table CRC format aware

Crash recovery/zero-byte file question
 2013-05-20  2:22 UTC  (4+ messages)

Polish translation update for xfsprogs 3.1.11 and xfsdump 3.1.3
 2013-05-19  7:59 UTC  (3+ messages)

[PATCH] xfstests: test data integrity under disk failure
 2013-05-19  1:32 UTC  (4+ messages)

XFS hangup - Failed to recover EFIs
 2013-05-19  1:20 UTC  (3+ messages)

[PATCH 0/5] xfs: fixes for 3.10-rc2
 2013-05-17 21:43 UTC  (2+ messages)

[PATCH v8 0/5] xfs: Allow pquota and gquota to be used together
 2013-05-17 21:15 UTC  (4+ messages)
` [PATCH v8 2/5] xfs: Add pquota fields where gquota is used

xattr performance
 2013-05-17 20:09 UTC  (3+ messages)

[PATCH v2 7/8] xfs: Add xfs_log_rlimit.[c|h]
 2013-05-17 19:31 UTC  (6+ messages)

Kernel 3.3 XFS: Assertion failed: xfs_trans_get_block_res(tp) > 0
 2013-05-17 16:17 UTC 

[PATCH v2 1/8] xfs: Introduce a new structure to hold transaction reservation items
 2013-05-17 15:18 UTC  (2+ messages)

[PATCH v2] xfstests: check falloc in 285
 2013-05-17 12:20 UTC  (3+ messages)

[PATCH] xfsprogs: code sync up for log space reservation
 2013-05-17 12:04 UTC  (3+ messages)

[PATCH] xfstests: 311: fsck the dmflakey device instead of the real device V2
 2013-05-17 12:02 UTC  (5+ messages)

high-speed disk I/O is CPU-bound?
 2013-05-17 11:56 UTC  (5+ messages)

[PATCH 0/3, V2] xfstests: more fixes
 2013-05-17 11:53 UTC  (3+ messages)
` [PATCH 3/3] xfstests: generic/235 breaks /etc/mtab symlinks breaks xfs/189


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