public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2012-04-05 19:56:18 to 2012-04-16 02:47:00 UTC [more...]

[PATCH 1/5] xfstests 062: fix support for ext4 and SELinux
 2012-04-16  2:46 UTC  (11+ messages)
` [PATCH 2/5] xfstests 233: fix user fsgqa access to fsstress
` [PATCH 3/5] xfstests 198, 240: added check for aiodio-sparse2
` [PATCH 4/5] xfstests: sync before umount to avoid device busy problems
` [PATCH 5/5] xfstests 273: fix of reading scratch size and removing lost+found

xfs_check segfault / xfs_repair I/O error
 2012-04-15 22:31 UTC  (3+ messages)

XFS: Abysmal write performance because of excessive seeking (allocation groups to blame?)
 2012-04-14 11:30 UTC  (64+ messages)

[PATCH 0/18] xfs: current patch queue
 2012-04-13 23:38 UTC  (27+ messages)
` [PATCH 01/18] xfs: Ensure inode reclaim can run during quotacheck
` [PATCH 02/18] xfs: pass shutdown method into xfs_trans_ail_delete_bulk
      ` [PATCH 02/18 V2] "
` [PATCH 03/18] xfs: Do background CIL flushes via a workqueue
` [PATCH 04/18] xfs: page type check in writeback only checks last buffer
` [PATCH 05/18] xfs: Use preallocation for inodes with extsz hints
` [PATCH 06/18] xfs: fix buffer lookup race on allocation failure
` [PATCH 07/18] xfs: check for buffer errors before waiting
` [PATCH 08/18] xfs: fix incorrect b_offset initialisation
` [PATCH 09/18] xfs: use kmem_zone_zalloc for buffers
` [PATCH 10/18] xfs: clean up buffer get/read call API
` [PATCH 11/18] xfs: kill b_file_offset
` [PATCH 12/18] xfs: use blocks for counting length of buffers
` [PATCH 13/18] xfs: use blocks for storing the desired IO size
` [PATCH 14/18] xfs: kill xfs_buf_btoc
` [PATCH 15/18] xfs: kill XBF_LOCK
` [PATCH 16/18] xfs: kill xfs_read_buf()
` [PATCH 17/18] xfs: kill XBF_DONTBLOCK
` [PATCH 18/18] xfs: use iolock on XFS_IOC_ALLOCSP calls

[PATCH 0/3] xfs: More xfs_buf cleanups
 2012-04-13 12:02 UTC  (16+ messages)
` [PATCH 1/3] xfs: kill XBF_LOCK
` [PATCH 2/3] xfs: kill xfs_read_buf()
` [PATCH 3/3] xfs: kill XBF_DONTBLOCK

XFS / xfssyncd lock-ups on 2.6.38-8
 2012-04-13 11:44 UTC 

[PATCH 00/10] remove xfsbufd
 2012-04-13 11:37 UTC  (21+ messages)
` [PATCH 01/10] xfs: remove log item from AIL in xfs_qm_dqflush after a shutdown
` [PATCH 02/10] xfs: remove log item from AIL in xfs_iflush "
` [PATCH 03/10] xfs: allow assigning the tail lsn with the AIL lock held
` [PATCH 04/10] xfs: implement freezing by emptying the AIL
` [PATCH 05/10] xfs: do flush inodes from background inode reclaim
` [PATCH 06/10] xfs: do not write the buffer from xfs_iflush
` [PATCH 07/10] xfs: do not write the buffer from xfs_qm_dqflush
` [PATCH 08/10] xfs: do not add buffers to the delwri queue until pushed
` [PATCH 09/10] xfs: on-stack delayed write buffer lists
` [PATCH 10/10] xfs: remove some obsolete comments in xfs_trans_ail.c

[PATCH v2] xfstests: Introduce test case 285 to check statfs(2) will not cause ASSERT(XFS_IS_QUOTA_RUNNING(mp)) failed
 2012-04-13  9:09 UTC 

Fragmentation Issue We Are Having
 2012-04-13  8:17 UTC  (9+ messages)

[PATCH] disable tags in post-receive hook
 2012-04-13  2:45 UTC  (6+ messages)

[PATCH] MAINTAINERS: retire xfs-masters@oss.sgi.com
 2012-04-12 17:10 UTC  (2+ messages)

[PATCH] xfstests: Introduce test case 285 for project quota negative test collections
 2012-04-12 13:14 UTC  (3+ messages)

[PATCH] xfs: don't fill statvfs with project quota for a directory if it was not enabled
 2012-04-12  3:59 UTC 

[PATCH] fs/xfs/xfs_dinode.h: fix comments of xfs_dinode_t
 2012-04-11 17:52 UTC 

detecting case-insensitivity
 2012-04-11 20:37 UTC  (4+ messages)

[PATCH] 273: don't delete everything if $SCRATCH_MNT isn't set
 2012-04-11 20:10 UTC  (6+ messages)

[PATCH] [RFC] xfs: use iolock on XFS_IOC_ALLOCSP calls
 2012-04-11 20:05 UTC  (2+ messages)

[PATCH] xfs: don't fill statvfs with project quota for a directory if it was not enabled
 2012-04-11 19:59 UTC  (2+ messages)

xfstests 263 failures
 2012-04-11  7:30 UTC 

How to pre-allocate files for sequential access?
 2012-04-10 19:12 UTC  (5+ messages)

[PATCH] 030: fix for new xfs_repair versions
 2012-04-10 18:56 UTC  (2+ messages)

[PATCH] set freed perag structures to NULL to avoid mount failure oops
 2012-04-10 15:31 UTC  (3+ messages)

XFS internal error XFS_WANT_CORRUPTED_GOTO at line 1518 of file fs/xfs/xfs_alloc.c
 2012-04-10 15:11 UTC 

[PATCH] xfstests: Change the diff output of failed tests
 2012-04-10  8:38 UTC 

Internal error XFS_WANT_CORRUPTED_RETURN, Linux 3.0.12 with bulletproof-sync patch
 2012-04-10  7:20 UTC  (2+ messages)

[PATCH] metadump: obfuscate symlinks by path component
 2012-04-10  4:34 UTC 

detecting case-insensitivity
 2012-04-09 22:44 UTC  (5+ messages)

[PATCH 0/2] xfs: fix a class of shutdown hangs
 2012-04-06 17:42 UTC  (7+ messages)
` [PATCH 2/2] xfs: avoid shutdown hang in xlog_wait()
        ` [PATCH v2] shutdown hang fix (was Re: [PATCH 2/2] xfs: avoid shutdown hang in xlog_wait())

[PATCH] xfstests: several 274 fixups
 2012-04-06 16:12 UTC  (3+ messages)
` [PATCH V2] "

question about xfs_repair
 2012-04-06 14:21 UTC  (2+ messages)

RAID5 created by 8 disks works with xfs
 2012-04-06 11:12 UTC  (9+ messages)

repeated abuses of the XFS list
 2012-04-06  2:01 UTC  (3+ messages)

XFS internal error XFS_WANT_CORRUPTED_GOTO at line 1518 of file fs/xfs/xfs_alloc.c
 2012-04-05 20:34 UTC 


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