public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2008-12-03 02:37:58 to 2008-12-10 03:27:07 UTC [more...]

[patch 0/5] Patch queue for 2.6.29
 2008-12-10  3:27 UTC  (12+ messages)
` [patch 1/5] replace b_fspriv with b_mount
` [patch 2/5] simplify projid check in xfs_rename
` [patch 3/5] resync headers with libxfs
` [patch 4/5] add a FMODE flag to make XFS invisible I/O less hacky
` [patch 5/5] use inode_change_ok for setattr permission checking

[PATCH] xfsqa: add testcase for ->setattr permission checking
 2008-12-10  3:17 UTC  (5+ messages)

New XFS git tree on oss.sgi.com
 2008-12-10  1:14 UTC  (29+ messages)

xfsprogs 2.10.2 source tarball released
 2008-12-10  1:05 UTC  (2+ messages)

next-20081209: pdflush: page allocation failure (xfs)
 2008-12-09 12:54 UTC 

[PATCH] xfsdump: cleanup _rmt_dev
 2008-12-09 10:16 UTC  (2+ messages)

What's left for 2.6.29?
 2008-12-09  9:49 UTC  (2+ messages)

[Fwd: [PATCH] Fix race in xfs_write() between direct and buffered I/O with DMAPI]
 2008-12-09  9:22 UTC  (4+ messages)

[PATCH] Remove unused tracing code
 2008-12-09  9:23 UTC  (2+ messages)

XFS over SSD
 2008-12-09  7:53 UTC  (6+ messages)

PARITAL TAKE 988581 - atime testing xfstests/192
 2008-12-09  5:25 UTC 

[RFC, PATCH] XFS_TRANS_DEBUG fixes
 2008-12-08 22:54 UTC  (2+ messages)

benchmark: write barrier/write cache on XFS
 2008-12-08 21:43 UTC  (2+ messages)

XFS benchmarks on 3ware 9650SE-16ML Controller: RAID 6
 2008-12-08 15:08 UTC 

truncated files
 2008-12-08  8:40 UTC  (4+ messages)
` hangs with MTRR_SANITIZER? (was: Re: truncated files)
  ` hangs with MTRR_SANITIZER? - no, something else
    ` [TuxOnIce-devel] hangs with MTRR_SANITIZER? - solved

[PATCH] Fix off by one error in page_region_mask()
 2008-12-08  5:16 UTC  (7+ messages)

review: xfstests/192 atime test
 2008-12-08  4:52 UTC  (5+ messages)

TAKE 989644 - unaligned references in latest xfs_repair on ia64
 2008-12-08  0:10 UTC 

3ware 9650SE-16ML w/XFS & RAID6: first impressions
 2008-12-07 18:35 UTC  (3+ messages)

xfs: possible circular locking dependency detected
 2008-12-06 13:20 UTC 

Device loses barrier support (was: Fixed patch for simple barriers.)
 2008-12-07  4:17 UTC  (20+ messages)
                ` Device loses barrier support

Have the velociraptors in a test system now, checkout the errors
 2008-12-06 23:22 UTC  (5+ messages)

12x performance drop on md/linux+sw raid1 due to barriers [xfs]
 2008-12-06 20:35 UTC  (4+ messages)

[PATCH] xfsprogs: resync xfs with the kernel code
 2008-12-06 19:08 UTC 

kernel 2.6.27.7 problem
 2008-12-06 13:42 UTC  (7+ messages)

[PATCH] fix up xfs-cmds build after the parallel-fest
 2008-12-06 13:38 UTC  (4+ messages)
    ` [PATCH V2] "

Does this come from xfs?
 2008-12-06 13:31 UTC 

[PATCH] xfsdump: add support for building with sparse
 2008-12-06 10:25 UTC 

Velociraptor drive related to the use of NCQ
 2008-12-06  9:26 UTC  (3+ messages)

Device loses barrier support (was: Fixed patch for simple barriers.)
 2008-12-05 18:41 UTC  (2+ messages)

[GIT PULL] XFS update for 2.6.28
 2008-12-05  4:43 UTC 

[PATCH, RFC] - set b_error from bio error in xfs_buf_bio_end_io
 2008-12-05  4:09 UTC  (4+ messages)

[PATCH] Remove XFS_BUF_SHUT() and friends
 2008-12-05  3:52 UTC  (3+ messages)

[PATCH] Use the incore inode size in xfs_file_readdir()
 2008-12-05  3:22 UTC  (3+ messages)

[PATCH] Check return value of xfs_buf_get_noaddr()
 2008-12-05  2:05 UTC  (4+ messages)

[PATCH] xfs_quota tool exit status + bugzilla problem
 2008-12-04 21:38 UTC  (2+ messages)

2.6.27.7 vanilla, project quota enabled and process stuck in D state (repeatable every time)
 2008-12-04 21:34 UTC  (12+ messages)

[PATCH] Remove unused variable in ktrace_free()
 2008-12-04 15:29 UTC  (3+ messages)

next-20081203 build failure, when building xfs_file.o
 2008-12-04 13:23 UTC  (8+ messages)
` XFS breakage on m68k (was: Re: linux-next: Tree for December 3)

[patch 00/22] 2.6.29 queue
 2008-12-04 13:40 UTC  (51+ messages)
` [patch 01/22] fix compile on 32 bit systems
` [patch 05/22] cleanup the inode reclaim path
` [patch 06/22] kill xfs_buf_iostart
` [patch 07/22] stop using igrab in xfs_vn_link
` [patch 08/22] reduce l_icloglock roundtrips
` [patch 09/22] remove dead code from sv_t implementation
` [patch 10/22] kill dead quota flags
` [patch 11/22] cleanup xfs_sb.h feature flag helpers
` [patch 12/22] kill dead inode flags
` [patch 13/22] remove unused m_inode_quiesce member from struct xfs_mount
` [patch 14/22] remove leftovers of shared read-only support
` [patch 15/22] replace b_fspriv with b_mount
` [patch 16/22] use xfs_trans_ijoin in xfs_trans_iget
` [patch 17/22] no explicit xfs_iflush for special inodes during unmount
` [patch 18/22] kill xfs_unmount_flush
` [patch 19/22] kill vn_ioerror
` [patch 20/22] move vn_iowait / vn_iowake into xfs_aops.c
` [patch 21/22] move inode tracing out of xfs_vnode

Assertion failed: atomic_read(&mp->m_active_trans)
 2008-12-04 12:33 UTC  (6+ messages)

[Fwd: [PATCH] Fix speculative allocation beyond eof]
 2008-12-04  7:18 UTC 

[PATCH] Remove unnecessary assertion
 2008-12-04  7:08 UTC  (2+ messages)

[PATCH] Fix bug in xlogitm idbg command
 2008-12-04  7:07 UTC  (2+ messages)

[PATCH 0/9] CRC support for superblock, ag headers, log and btree blocks
 2008-12-04  0:19 UTC  (3+ messages)

[PATCH] add a FMODE flag to make XFS invisible I/O less hacky
 2008-12-03 17:45 UTC 

Disk full during delayed allocation
 2008-12-03  3:24 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