public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2010-11-16 16:04:30 to 2010-11-29 01:11:23 UTC [more...]

[PATCH 0/8] xfs: AIL lock contention reduction V2
 2010-11-29  1:12 UTC  (4+ messages)
` [PATCH 2/8] xfs: clean up xfs_ail_delete()
` [PATCH 3/8] xfs: bulk AIL insertion during transaction commit
` [PATCH 8/8] xfs: use AIL bulk delete function to implement single delete

[PATCH 0/2] xfs: dynamic speculative allocation beyond EOF V3
 2010-11-29  0:43 UTC  (3+ messages)
` [PATCH 1/2] xfs: dynamic speculative EOF preallocation
` [PATCH 2/2] xfs: don't truncate prealloc from frequently accessed inodes

[PATCH 0/3] xfs: buffer cache shrinker overhaul V2
 2010-11-29  0:58 UTC  (4+ messages)
` [PATCH 1/3] xfs: convert xfsbud shrinker to a per-buftarg shrinker
` [PATCH 2/3] xfs: add a lru to the XFS buffer cache
` [PATCH 3/3] xfs: connect up buffer reclaim priority hooks

[PATCH 0/2] xfs: RCU inode freeing and lookups V2
 2010-11-29  0:50 UTC  (3+ messages)
` [PATCH 1/2] xfs: convert inode cache lookups to use RCU locking
` [PATCH 2/2] xfs: convert pag_ici_lock to a spin lock

[PATCH 0/3] Use generic percpu counters in XFS
 2010-11-29  0:36 UTC  (4+ messages)
` [PATCH 1/3] lib: percpu counter add unless less than functionality
` [PATCH 2/3] xfs: use generic per-cpu counter infrastructure
` [PATCH 3/3] xfs: demultiplex xfs_icsb_modify_counters()

[PATCH 0/5] xfs: fixes for 2.6.37-rcX
 2010-11-29  0:20 UTC  (6+ messages)
` [PATCH 1/5] xfs: fix failed write truncation handling
` [PATCH 2/5] xfs: push stale, pinned buffers on trylock failures
` [PATCH 3/5] xfs: delayed alloc blocks beyond EOF are valid after writeback
` [PATCH 4/5] xfs: avoid moving stale inodes in the AIL
` [PATCH 5/5] xfs: only run xfs_error_test if error injection is active

XFS: performance
 2010-11-29  0:11 UTC  (2+ messages)

[bug] deadlock in forced shutdown
 2010-11-27 15:59 UTC  (2+ messages)

Xfs delaylog hanged up
 2010-11-26 22:43 UTC  (20+ messages)

Verify filesystem is aligned to stripes
 2010-11-26 14:36 UTC  (10+ messages)

[PATCH] Add test 248: Check filesystem FITRIM implementation
 2010-11-26 14:12 UTC 

XFS Direct IO, unaligned block zeroing at 128K boundery
 2010-11-26  7:55 UTC  (3+ messages)

Verify filesystem is aligned to stripes
 2010-11-26  2:43 UTC 

XFS reclaim lock order bug
 2010-11-25 11:37 UTC  (14+ messages)

xfs: add FITRIM support
 2010-11-25 11:23 UTC 

[PATCH 0/2] xfs; fixes for 2.7.37-rc4
 2010-11-25  7:37 UTC  (8+ messages)
` [PATCH 1/2] xfs: fix failed write truncation handling
` [PATCH 2/2] xfs: push stale, pinned buffers on trylock failures
    ` [PATCH v2] "

XFS performance oddity
 2010-11-25  4:54 UTC  (7+ messages)
      ` [PATCH] "

2.6.34 - XFS crash radix_tree_tag_set
 2010-11-24  4:40 UTC  (3+ messages)

Xfs delaylog hanged up
 2010-11-24  4:03 UTC 

ENOSPC at 90% with plenty of inodes
 2010-11-24  1:04 UTC  (2+ messages)

Improving XFS file system inode performance
 2010-11-23 20:39 UTC  (8+ messages)

[PATCH v4 4/9] xfsrestore: mmap dirent names for faster lookups
 2010-11-23 13:48 UTC  (2+ messages)

[PATCH v3 0/9] xfsrestore dirent limitations and scaling issues
 2010-11-23 13:44 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 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

Is xfs defrag *reliably* aligned to stripes?
 2010-11-22 23:07 UTC  (2+ messages)

xfsprogs 3.1.4 MIGRATED to testing
 2010-11-22 16:39 UTC 

[PATCH 00/10] writeback updates
 2010-11-22 13:05 UTC  (11+ messages)
` [PATCH 01/10] xfs: improve mapping type check in xfs_vm_writepage
` [PATCH 02/10] xfs: remove some dead bio handling code
` [PATCH 03/10] xfs: a few small tweaks for overwrites in xfs_vm_writepage
` [PATCH 04/10] xfs: cleanup the xfs_iomap_write_* helpers
` [PATCH 05/10] xfs: kill xfs_iomap
` [PATCH 06/10] xfs: simplify xfs_map_blocks
` [PATCH 07/10] xfs: remove xfs_probe_cluster
` [PATCH 08/10] xfs: remove the all_bh flag from xfs_convert_page
` [PATCH 09/10] xfs: refactor xfs_vm_writepage
` [PATCH 10/10] xfs: simplify xfs_map_at_offset

[PATCH] xfs: fix exporting with left over 64-bit inodes
 2010-11-22 10:23 UTC  (6+ messages)

clarifications on inode64 mount option
 2010-11-22  0:49 UTC  (2+ messages)

[PATCH] xfstests 248: add test for fallocate with hole punching V2
 2010-11-19 19:34 UTC 

[PATCH] xfsprogs: add fpunch command for hole punching via fallocate V2
 2010-11-19 19:33 UTC 

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

[PATCH] xfstests: check block truncation after write failure
 2010-11-19 14:53 UTC  (5+ messages)

xfsprogs 2.x vs 3.x logsize changed
 2010-11-19  1:04 UTC  (5+ messages)

Hole Punching V3
 2010-11-18 23:43 UTC  (8+ 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: "

xfstests: MKFS_OPTIONS is not being reinitialized
 2010-11-18 20:00 UTC  (2+ messages)

NEEDED
 2010-11-18 18:13 UTC 

vmap allocation for size 1048576 failed
 2010-11-18 10:50 UTC  (5+ messages)

[PATCH] xfstests: add test for fallocate with hole punching
 2010-11-18  8:32 UTC  (3+ messages)

[PATCH] [RFC] xfsprogs: add -p for hole punching to falloc command
 2010-11-18  8:26 UTC  (3+ messages)

[PATCH] Xfsprogs: add fiemap command to xfs_io V2
 2010-11-18  8:25 UTC  (3+ messages)

[PATCH] xfstests: fix 108 golden output
 2010-11-18  5:44 UTC  (3+ messages)

[PATCH] xfstests 246: Test for race between direct I/O and mmap
 2010-11-18  5:36 UTC  (2+ messages)

xfstests: MKFS_OPTIONS is not being reinitialized
 2010-11-18  4:44 UTC  (3+ messages)

Hole Punching V2
 2010-11-17 23:27 UTC  (24+ messages)
` [PATCH 1/6] fs: add hole punching to fallocate
` [PATCH 3/6] Ocfs2: handle hole punching via fallocate properly
` [PATCH 4/6] Ext4: fail if we try to use hole punch

XFS: I/O Error Detected / 2.6.27.39
 2010-11-17 21:17 UTC  (6+ 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)

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

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

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


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