public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2010-11-08 08:55:24 to 2010-11-17 16:28:34 UTC [more...]

xfstests: MKFS_OPTIONS is not being reinitialized
 2010-11-17 16:30 UTC  (2+ messages)

[PATCH v3 0/9] xfsrestore dirent limitations and scaling issues
 2010-11-17 15:31 UTC  (19+ messages)
` [PATCH v3 1/9] xfsrestore: turn off NODECHK
` [PATCH v3 2/9] xfsrestore: change nrh_t from 32 to 64 bits
` [PATCH v3 3/9] xfsrestore: cache path lookups
` [PATCH v3 4/9] xfsrestore: mmap dirent names for faster lookups
` [PATCH v3 5/9] xfsrestore: cleanup node allocation
` [PATCH v3 6/9] xfsrestore: fix node table setup
` [PATCH v3 7/9] xfsrestore: make node lookup more efficient
` [PATCH v3 8/9] xfsrestore: remove nix_t
` [PATCH v3 9/9] xfsrestore: check for compatible xfsrestore

xfsprogs 2.x vs 3.x logsize changed
 2010-11-17 14:49 UTC 

XFS: I/O Error Detected / 2.6.27.39
 2010-11-17 11:35 UTC  (5+ messages)

WARNING: at fs/xfs/linux-2.6/xfs_aops.c:1289 xfs_vm_releasepage+0x32/0x41()
 2010-11-17  9:58 UTC  (2+ messages)

Hole Punching V2
 2010-11-17  9:30 UTC  (29+ messages)
` [PATCH 1/6] fs: add hole punching to fallocate
` [PATCH 2/6] XFS: handle hole punching via fallocate properly
` [PATCH 3/6] Ocfs2: "
` [PATCH 4/6] Ext4: fail if we try to use hole punch
` [PATCH 5/6] Btrfs: "
` [PATCH 6/6] Gfs2: "

[PATCH, RFC] xfs: fix failed write handling
 2010-11-17  9:19 UTC  (5+ messages)

[PATCH] xfstests: check block truncation after write failure
 2010-11-17  9:17 UTC  (4+ messages)

[PATCH] xfstests: fix 108 golden output
 2010-11-17  9:17 UTC  (2+ messages)

xfs_repair of critical volume
 2010-11-17  7:47 UTC  (16+ messages)

allocsize mount option behavior
 2010-11-17  1:26 UTC  (2+ messages)

[PATCH v2 0/9] xfsrestore dirent limitations and scaling issues
 2010-11-15 22:06 UTC  (24+ messages)
` [PATCH v2 1/9] xfsrestore: turn off NODECHK
` [PATCH v2 2/9] xfsrestore: change nrh_t from 32 to 64 bits
` [PATCH v2 3/9] xfsrestore: cache path lookups
` [PATCH v2 4/9] xfsrestore: mmap dirent names for faster lookups
` [PATCH v2 5/9] xfsrestore: cleanup node allocation
` [PATCH v2 6/9] xfsrestore: fix node table setup
` [PATCH v2 7/9] xfsrestore: make node lookup more efficient
` [PATCH v2 8/9] xfsrestore: remove nix_t
` [PATCH v2 9/9] xfsrestore: check for compatible xfsrestore

xfs - fixing wrong xfs size
 2010-11-15 16:26 UTC  (6+ messages)
  ` Fwd: "

Returned mail: see transcript for details
 2010-11-15  6:22 UTC 

[PATCH] xfstests 246: Test for race between direct I/O and mmap
 2010-11-15  3:57 UTC  (3+ messages)

xfs Digest, Vol 27, Issue 39
 2010-11-14  3:28 UTC 

reducing imaxpct on linux
 2010-11-13 15:06 UTC  (5+ messages)

[PATCH] xfstests: add test for fallocate with hole punching
 2010-11-12 21:55 UTC 

[PATCH] [RFC] xfsprogs: add -p for hole punching to falloc command
 2010-11-12 21:55 UTC 

Testcase and guide to XFS log corruption issues
 2010-11-12 19:09 UTC  (2+ messages)

[PATCH] Xfsprogs: add fiemap command to xfs_io V2
 2010-11-12 17:19 UTC 

[PATCH 2/2] xfsprogs: update deb package maintainer, bump version
 2010-11-11 22:06 UTC  (10+ messages)

[PATCH 2/2] xfsprogs: update deb package maintainer, bump version
 2010-11-11 22:02 UTC  (3+ messages)

XFS mounting fails on MIPS
 2010-11-11 14:56 UTC  (8+ messages)

xfsprogs_3.1.4_i386.changes ACCEPTED into unstable
 2010-11-11 10:32 UTC 

Processing of xfsprogs_3.1.4_i386.changes
 2010-11-11 10:29 UTC 

[GIT PULL] XFS update for 2.6.37-rc2
 2010-11-10 22:58 UTC 

[PATCH] Xfsprogs: add fiemap command to xfs_io
 2010-11-10 22:24 UTC 

[PATCH] xfs: remove incorrect assert in xfs_vm_writepage
 2010-11-10 21:48 UTC  (2+ messages)

vmap allocation for size 1048576 failed
 2010-11-10 12:30 UTC  (6+ messages)

[PATCH 00/16] xfs: current patch stack for 2.6.38 window
 2010-11-10  6:20 UTC  (38+ messages)
` [PATCH 01/16] xfs: fix per-ag reference counting in inode reclaim tree walking
` [PATCH 02/16] xfs: move delayed write buffer trace
` [PATCH 03/16] [RFC] xfs: use generic per-cpu counter infrastructure
` [PATCH 04/16] xfs: dynamic speculative EOF preallocation
` [PATCH 05/16] xfs: don't truncate prealloc from frequently accessed inodes
` [PATCH 06/16] patch xfs-inode-hash-fake
` [PATCH 07/16] xfs: convert inode cache lookups to use RCU locking
` [PATCH 08/16] xfs: convert pag_ici_lock to a spin lock
` [PATCH 10/16] xfs: add a lru to the XFS buffer cache
` [PATCH 11/16] xfs: connect up buffer reclaim priority hooks
` [PATCH 13/16] xfs: reduce the number of AIL push wakeups
` [PATCH 15/16] xfs: only run xfs_error_test if error injection is active

[PATCH 1/6] fs: add hole punching to fallocate
 2010-11-09 23:40 UTC  (19+ messages)
` [PATCH 2/6] XFS: handle hole punching via fallocate properly
` [PATCH 3/6] Ocfs2: "
` [PATCH 4/6] Ext4: fail if we try to use hole punch
` [PATCH 5/6] Btrfs: "
` [PATCH 6/6] Gfs2: "

[PATCH 1/2] xfsprogs: fix debian upgrade issue
 2010-11-09 13:38 UTC  (2+ messages)

[PATCH] xfstests: add _require_sparse_files
 2010-11-09 12:00 UTC  (3+ messages)

[PATCH] xfstests: add test for renaming over non-empty directories
 2010-11-09 11:59 UTC  (3+ messages)

XFS status update for October 2010
 2010-11-08 23:53 UTC 

[PATCH 0/18] xfs: metadata and buffer cache scalability improvements
 2010-11-08 10:47 UTC  (3+ messages)
` [PATCH 07/18] xfs: don't use vfs writeback for pure metadata modifications


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