public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2012-11-05 09:54:53 to 2012-11-12 11:54:02 UTC [more...]

[PATCH 00/32] xfs: current queue for 3.8
 2012-11-12 11:54 UTC  (19+ messages)
` [PATCH 01/32] xfs: add more attribute tree trace points
` [PATCH 02/32] xfs: remove xfs_tosspages
` [PATCH 03/32] xfs: remove xfs_wait_on_pages()
` [PATCH 04/32] xfs: remove xfs_flush_pages
` [PATCH 05/32] xfs: remove xfs_flushinval_pages
` [PATCH 06/32] xfs: use btree block initialisation functions in growfs
` [PATCH 07/32] xfs: growfs: use uncached buffers for new headers
` [PATCH 08/32] xfs: make growfs initialise the AGFL header
` [PATCH 09/32] xfs: make buffer read verication an IO completion function
` [PATCH 10/32] xfs: uncached buffer reads need to return an error
` [PATCH 11/32] xfs: verify superblocks as they are read from disk
` [PATCH 12/32] xfs: verify AGF blocks "
` [PATCH 13/32] xfs: verify AGI "
` [PATCH 14/32] xfs: verify AGFL "
` [PATCH 15/32] xfs: verify inode buffers "
` [PATCH 22/32] xfs: factor out dir2 data block reading
` [PATCH 23/32] xfs: factor dir2 leaf read
` [PATCH 27/32] xfs: add buffer pre-write callback

[PATCH 0/3] xfs: fixes for 3.7-rc6
 2012-11-12 11:09 UTC  (4+ messages)
` [PATCH 1/3] xfs: fix attr tree double split corruption
` [PATCH 2/3] xfs: fix broken error handling in xfs_vm_writepage
` [PATCH 3/3] xfs: drop buffer io reference when a bad bio is built

Slow performance after ~4.5TB
 2012-11-12  9:46 UTC  (3+ messages)

[PATCH] xfs: drop buffer io reference when a bad bio is built
 2012-11-12  2:11 UTC 

[PATCH] xfs: fix broken error handling in xfs_vm_writepage
 2012-11-12  0:58 UTC  (2+ messages)

[PATCH 0/2] xfs: CRCs for log buffers
 2012-11-11 22:51 UTC  (16+ messages)
` [PATCH 1/2] xfs: add CRC infrastructure
` [PATCH 2/2] xfs: add CRC checks to the log

XFS filesystem recovery from secondary superblocks
 2012-11-11 22:39 UTC  (9+ messages)

How to reserve disk space in XFS to make the blocks over many files continuous?
 2012-11-09 23:15 UTC  (7+ messages)

xfs filesystem corruption with kernel 2.6.37
 2012-11-09 21:18 UTC  (9+ messages)

[PATCH 0/3] xfsdump: more projid32bit fixes
 2012-11-09 18:32 UTC  (8+ messages)
` [PATCH 1/3] xfsdump: extend fs_info to gather fs feature flags
` [PATCH 2/3] xfsdump: default to V3, use V4 if projid32bit is set
` [PATCH 3/3] xfsdump: refuse restore of V4 format unless FS has projid32bit set

NFS stalls when writing - linux 3.6.x
 2012-11-09 17:53 UTC  (4+ messages)

[PATCH 0/4] xfs: fs/xfs/xfs_fs_subr.c die die die
 2012-11-09 17:40 UTC  (6+ messages)
` [PATCH 1/4] xfs: remove xfs_tosspages
` [PATCH 2/4] xfs: remove xfs_wait_on_pages()
` [PATCH 3/4] xfs: remove xfs_flush_pages
` [PATCH 4/4] xfs: remove xfs_flushinval_pages

[patch 0/2] xfs: xfs_tosspages() bug
 2012-11-09 17:32 UTC  (13+ messages)
` [patch 1/2] "
` [patch 2/2] xfstests: xfs_tosspages() test addition
  ` xfs_quota -x -c 'report -u /dev/sde5' shows the duplicate result

[PATCH v2 RFC] xfstests: speculative preallocaction trimming test
 2012-11-09 15:42 UTC 

[PATCH v2] xfstests: get return value in seek_sanity_test
 2012-11-09 14:30 UTC  (4+ messages)

[PATCH RFC] xfstests: speculative preallocaction trimming test
 2012-11-09 14:18 UTC  (3+ messages)

[PATCH 0/3] xfstests: remove unused code and resolve warnings
 2012-11-09 13:24 UTC  (4+ messages)
` [PATCH 1/3] xfstests: remove unsupported conditionals
` [PATCH 2/3] xfstests: remove unused conditional NO_XFS
` [PATCH 3/3] xfstests: resolve compiler warnings

better perf and memory uage for xfs_fsr? Trivial patch against xfstools-3.16 included
 2012-11-09  8:16 UTC  (6+ messages)

XFS AG disk layout described on official doc is wrong
 2012-11-09  7:45 UTC  (3+ messages)

[PATCH 0/2] xfsprogs: fixes for release candidate
 2012-11-09  7:02 UTC  (3+ messages)
` [PATCH 1/2] xfs_db: flush devices before exiting
` [PATCH 2/2] xfs_quota: fix report command parsing

[PATCH v6 00/10] speculative preallocation inode tracking
 2012-11-08 22:38 UTC  (32+ messages)
` [PATCH v6 01/10] xfs: add EOFBLOCKS inode tagging/untagging
` [PATCH v6 02/10] xfs: support a tag-based inode_ag_iterator
` [PATCH v6 03/10] xfs: create helper to check whether to free eofblocks on inode
` [PATCH v6 04/10] xfs: make xfs_free_eofblocks() non-static, return EAGAIN on trylock failure
` [PATCH v6 05/10] xfs: create function to scan and clear EOFBLOCKS inodes
` [PATCH v6 06/10] xfs: add XFS_IOC_FREE_EOFBLOCKS ioctl
` [PATCH v6 07/10] xfs: add inode id filtering to eofblocks scan
` [PATCH v6 08/10] xfs: support multiple inode id filtering in "
` [PATCH v6 09/10] xfs: add minimum file size filtering to "
` [PATCH v6 10/10] xfs: add background scanning to clear eofblocks inodes
` [PATCH v7 06/10] xfs: add XFS_IOC_FREE_EOFBLOCKS ioctl
  ` [PATCH v7 07/10] xfs: add inode id filtering to eofblocks scan
  ` [PATCH v7 09/10] xfs: add minimum file size "

[GIT PULL] XFS update for 3.7-rc5
 2012-11-08 22:18 UTC 

[GIT PULL] XFS update for 3.2-rc2
 2012-11-08 22:16 UTC 

[RFC, PATCH 0/2] fiemap: filesystem free space mapping
 2012-11-08 21:01 UTC  (5+ messages)
` [PATCH 1/2] fiemap: add freespace mapping to FS_IOC_FIEMAP

[PATCH] xfs: Update mount options documentation
 2012-11-08 17:47 UTC  (8+ messages)

[PATCH] xfs: Update inode alloc comments
 2012-11-08 17:45 UTC  (3+ messages)

[PATCH 0/6] xfs: fixes for 3.7-rc3
 2012-11-08 16:34 UTC  (10+ messages)
` [PATCH 5/6] xfs: fix buffer shudown reference count mismatch

[PATCH 6/6] xfs: fix reading of wrapped log data
 2012-11-08 16:12 UTC  (6+ messages)
` [PATCH 5/6 V2] xfs: fix buffer shudown reference count mismatch
  ` [PATCH 4/6] xfs: don't vmap inode cluster buffers during free
    ` [PATCH 3/6] xfs: invalidate allocbt blocks moved to the free list
      ` [PATCH] xfs: report projid32bit feature in geometry call

[PATCH] xfs: fix comments at xfs_growfs_data_private(), s/freelist/freespace/
 2012-11-08 10:05 UTC  (2+ messages)

[PATCH 0/3]xfs: growfs infrastructure changes for 3.8
 2012-11-08  5:39 UTC  (4+ messages)
` [PATCH 1/3] xfs: use btree block initialisation functions in growfs
` [PATCH 2/3] xfs: growfs: use uncached buffers for new headers
` [PATCH 3/3] xfs: make growfs initialise the AGFL header

[PATCH v2 RFC] xfs_spaceman: updated preallocation support (eofblocks v7)
 2012-11-07 18:00 UTC 

[PATCH 00/22 V4] xfs: metadata verifiers
 2012-11-07 13:17 UTC  (27+ messages)
` [PATCH 01/22] xfs: make buffer read verication an IO completion function
` [PATCH 02/22] xfs: uncached buffer reads need to return an error
` [PATCH 03/22] xfs: verify superblocks as they are read from disk
` [PATCH 04/22] xfs: verify AGF blocks "
` [PATCH 05/22] xfs: verify AGI "
` [PATCH 06/22] xfs: verify AGFL "
` [PATCH 07/22] xfs: verify inode buffers "
` [PATCH 08/22] xfs: verify btree blocks "
` [PATCH 09/22] xfs: verify dquot "
` [PATCH 10/22] xfs: add verifier callback to directory read code
` [PATCH 11/22] xfs: factor dir2 block read operations
` [PATCH 12/22] xfs: verify dir2 block format buffers
` [PATCH 13/22] xfs: factor dir2 free block reading
` [PATCH 14/22] xfs: factor out dir2 data "
` [PATCH 15/22] xfs: factor dir2 leaf read
` [PATCH 16/22] xfs: factor and verify attr leaf reads
` [PATCH 17/22] xfs: add xfs_da_node verification
` [PATCH 18/22] xfs: Add verifiers to dir2 data readahead
` [PATCH 19/22] xfs: add buffer pre-write callback
` [PATCH 20/22] xfs: add pre-write metadata buffer verifier callbacks
` [PATCH 21/22] xfs: connect up write verifiers to new buffers
` [PATCH 22/22] xfs: convert buffer verifiers to an ops structure
  ` [PATCH 22/22 V2] "
` [PATCH 23/22] xfs: buffer type changes in xfs_da_root_join

[PATCH] xfs: add more attribute tree trace points
 2012-11-07 11:05 UTC 

[PATCH] xfs: fix attr tree double split corruption
 2012-11-07  6:06 UTC 

[PATCH RFC] xfs_spaceman: updated preallocation support (eofblocks v6)
 2012-11-06 22:58 UTC  (3+ messages)

[patch] xfstests: Revert commit edd6bc "optionally run all tests under quota"
 2012-11-06 20:42 UTC  (3+ messages)

[PATCH] xfs_io: [v4] add the lseek() SEEK_DATA/SEEK_HOLE support
 2012-11-06 16:08 UTC 

Is kernel 3.6.1 or filestreams option toxic ?
 2012-11-05 13:57 UTC  (12+ messages)
` Problems with kernel 3.6.x (vm ?) (was : Is kernel 3.6.1 or filestreams option toxic ?)

[PATCH] xfstests: optionally run all tests under quota
 2012-11-05  9:56 UTC  (3+ messages)
`  "


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