public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2011-10-28 10:03:42 to 2011-11-08 03:41:17 UTC [more...]

[PATCH v2 0/3] xfstests: Add a group of reservation space test
 2011-11-08  3:40 UTC  (2+ messages)
` [PATCH v2 1/3] xfstests 273: add a copy and reserve test

[PATCH] xfstests: fix permissions on non-executable tests
 2011-11-08  2:11 UTC  (2+ messages)

[PATCH v2] xfstests: add 059 and 060 for multi-stream xfsdump
 2011-11-08  2:11 UTC  (2+ messages)

[PATCH] xfstests: ignore fsstress file count for 022
 2011-11-08  2:05 UTC  (2+ messages)

[PATCH v2 0/8] xfsdump: enable support for multiple streams
 2011-11-08  2:03 UTC  (17+ messages)
` [PATCH v2 1/8] xfsdump: link with libpthread
` [PATCH v2 2/8] xfsdump: remove multi-stream synchronous dir dump
` [PATCH v2 3/8] xfsdump: implement lock abstraction with pthreads
` [PATCH v2 4/8] xfsdump: simplify qlock ordinal bitmap
` [PATCH v2 5/8] xfsdump: convert IRIX sproc threads to pthreads
` [PATCH v2 6/8] xfsdump: process thread exit status
` [PATCH v2 7/8] xfsdump: path lookup cache must be thread specific
` [PATCH v2 8/8] xfsdump: enable multiple streams

[PATCH 00/12] Bunch of new stress tests -v4
 2011-11-07 21:25 UTC  (17+ messages)
` [PATCH 01/12] xfstests: fsstress dump inode info when possible
` [PATCH 02/12] xfstests: add different logging option to fsstress
` [PATCH 03/12] xfstests: fsstress should kill children tasks before exit
` [PATCH 04/12] xfstests: fsstress add command line style output for show_opts
` [PATCH 05/12] xfstests: freeze fsstress options for 117'th
` [PATCH 06/12] xfstests: add fallocate support to fsstress
` [PATCH 07/12] xfstests: fsstress add FS_IOC_{SET, GET}FLAGS operations v2
` [PATCH 08/12] xfstests: add fiemap operation to fsstress
` [PATCH 09/12] xfstests: add a new test that runs fsstress under ENOSPC conditions
` [PATCH 10/12] xfstests: add a new quota "
` [PATCH 11/12] xfstress: add regression testcase for d583fb87a3ff0
` [PATCH 12/12] xfstress: Test data journaling flag switch for a single file

[PATCH 1/9] xfstests: fsstress add command line style output for show_opts
 2011-11-07 20:52 UTC  (14+ messages)
` [PATCH 2/9] xfstests: freeze fsstress options for 117'th
` [PATCH 3/9] xfstests: add fallocate support to fsstress
` [PATCH 4/9] xfstests: fsstress add FS_IOC_{SET, GET}FLAGS operations v2
` [PATCH 5/9] xfstests: add fiemap operation to fsstress
` [PATCH 6/9] xfstests: add a new test that runs fsstress under ENOSPC conditions
` [PATCH 7/9] xfstests: add a new quota "
` [PATCH 8/9] xfstress: add regression testcase for d583fb87a3ff0
` [PATCH 9/9] xfstress: Test data journaling flag switch for a single file

Crash with XFS
 2011-11-07 20:18 UTC  (2+ messages)

xfs_getbmap assert
 2011-11-07 20:15 UTC  (2+ messages)

[RFC PATCH 0/4] Rearrange code to make the code more readable
 2011-11-07 20:05 UTC  (2+ messages)

[PATCH] xfstests: add 059 and 060 for multi-stream xfsdump
 2011-11-07 16:58 UTC  (2+ messages)

[PATCH] Fix possible memory corruption in xfs_readlink
 2011-11-07 16:31 UTC  (6+ messages)
` [PATCH, updated] xfs: "

[PATCH] path: fix 1 byte overflow with empty lists
 2011-11-07 15:14 UTC  (2+ messages)

Advanced format disk
 2011-11-07 15:14 UTC  (4+ messages)

Online TRIM/discard performance impact
 2011-11-07 14:31 UTC  (3+ messages)

[PATCH] xfstests: 075 112 redirect stderr of fsx to /dev/null too
 2011-11-07  7:38 UTC  (4+ messages)

xfs_repair fails with corrupt dinode 17491441757, extent total = 1, nblocks = 0. This is a bug
 2011-11-06 22:19 UTC  (10+ messages)

[PATCH] xfsprogs: fix various incorrect printf formats
 2011-11-05  9:33 UTC  (5+ messages)
  ` [PATCH v2] "

XFS status update for October 2011
 2011-11-05  9:32 UTC 

[PATCH 00/45] write back all metadata via the AIL (and remove xfsbufd)
 2011-11-05  8:11 UTC  (23+ messages)
` [PATCH 10/45] fix: force shutdown handling in xfs_end_io
` [PATCH 23/45] xfs: implement lazy removal for the dquot freelist
` [PATCH 24/45] xfs: flatten the dquot lock ordering
` [PATCH 25/45] xfs: nest the qm_dqfrlist_lock insise the dquot qlock
` [PATCH 27/45] xfs: add a xfs_dqhold helper
` [PATCH 29/45] xfs: kill xfs_qm_idtodq
` [PATCH 30/45] xfs: remove XFS_QMOPT_DQSUSER
` [PATCH 32/45] xfs: use a normal shrinker for the dquot freelist
` [PATCH 33/45] xfs: reclaim clean dquots first
` [PATCH 34/45] xfs: do flush inodes during asynchronous inode reclaim
` [PATCH 35/45] xfs: remove log item from AIL in xfs_qm_dqflush after a shutdown
` [PATCH 36/45] xfs: remove log item from AIL in xfs_iflush "
` [PATCH 37/45] xfs: implement freezing by emptying the AIL
` [PATCH 38/45] xfs: explicitly empty the AIL on unmount
` [PATCH 39/45] xfs: do not write the buffer from xfs_iflush
` [PATCH 40/45] xfs: do not write the buffer from xfs_qm_dqflush
` [PATCH 41/45] xfs: do not add buffers to the delwri queue until pushed
` [PATCH 42/45] xfs: on-stack delayed write buffer lists
` [PATCH 43/45] xfs: do not try to unpin the inode buffer in xfs_iflush
` [PATCH 44/45] xfs: do not try to unpin the inode buffer in xfs_qm_dq_flush
` [PATCH 45/45] xfs: force the log in xfs_buf_wait_unpin

XFS read hangs in 3.1-rc10
 2011-11-04 21:03 UTC  (7+ messages)

xfsp_repair segfault (3.1.4 & 3.1.6)
 2011-11-04 15:50 UTC  (2+ messages)

[PATCH] xfs: fix attr2 vs large data fork assert
 2011-11-04 15:25 UTC 

CIFS: Rename bug on servers not supporting inode numbers
 2011-11-04 11:16 UTC 

[PATCH 1/2] xfstests: 083 make variable filesize as size in bytes
 2011-11-04  8:21 UTC  (5+ messages)
` [PATCH 2/2] xfstests: meet btrfs fs size requirement in _scratch_mkfs_sized()

Hang seen in xfstests 234
 2011-11-03 21:43 UTC 

[PATCH 0/8] xfstests: Bunch of new stress tests -v3
 2011-11-03 16:05 UTC  (19+ messages)
` [PATCH 1/8] xfstests: fsstress dump inode info when possible
` [PATCH 2/8] xfstests: add different logging option to fsstress
` [PATCH 3/8] xfstests: fsstress should kill children tasks before exit
` [PATCH 4/8] xfstests: add fallocate support to fsstress
` [PATCH 5/8] xfstests: fsstress add FS_IOC_{SET, GET}FLAGS operations v2
` [PATCH 6/8] xfstests: add fiemap operation to fsstress
` [PATCH 7/8] xfstests: add a new test that runs fsstress under ENOSPC conditions
` [PATCH 8/8] xfstests: add a new quota "

[PATCH 0/8] xfsdump: enable support for multiple streams
 2011-11-03 12:11 UTC  (19+ messages)
` [PATCH 1/8] xfsdump: link with libpthread
` [PATCH 2/8] xfsdump: remove multi-stream synchronous dir dump
` [PATCH 3/8] xfsdump: implement lock abstraction with pthreads
` [PATCH 4/8] xfsdump: simplify qlock ordinal bitmap
` [PATCH 5/8] xfsdump: convert IRIX sproc threads to pthreads
` [PATCH 6/8] xfsdump: process thread exit status
` [PATCH 7/8] xfsdump: path lookup cache must be thread specific
` [PATCH 8/8] xfsdump: enable multiple streams

[Patch] xfs: serialise unaligned direct IOs
 2011-11-03 11:19 UTC  (5+ messages)

[PATCH 0/3] xfstests: Add a group of reservation space test
 2011-11-03  8:04 UTC  (6+ messages)
` [PATCH 1/3] xfstests 264: add a copy and reserve test
` [PATCH 2/3] xfstests 265: add a prealloc "
` [PATCH 3/3] xfstests 266: add a write "

writeback tree status (for 3.2 merge window)
 2011-11-02 15:13 UTC  (2+ messages)

[PATCH v2] xfsdump: fix metadata restore on split files
 2011-11-01 20:30 UTC 

[PATCH 0/4] xfstests: refactor arg processing in common.dump
 2011-11-01 19:53 UTC  (5+ messages)
` [PATCH 1/4] xfstests: refactor cumulative restore tests
` [PATCH 2/4] xfstests: refactor xfsdump quota checking
` [PATCH 3/4] xfstests: allow dump file name to be passed as arg
` [PATCH 4/4] xfstests: refactor dump test argument parsing

[patch 0/5] per-zone dirty limits v3
 2011-11-01 10:55 UTC  (8+ messages)
` [patch 3/5] mm: try to distribute dirty pages fairly across zones

[PATCH] xfstests: add 265 and 266 for multiple media files
 2011-10-31 15:03 UTC 

[PATCH] xfstests: delay before dumps for incremental tests
 2011-10-31 15:02 UTC 

[PATCH] xfstests: add test 264 for testing xfsdump -D
 2011-10-31 15:02 UTC 

[PATCH] xfsdump: fix metadata restore on split files
 2011-10-31 12:14 UTC  (4+ messages)

Can you please create a git tree mirror on git.kernel.org?
 2011-10-31  0:30 UTC  (3+ messages)

[PATCH] xfstests: add missing binaries to .gitignore
 2011-10-30  4:45 UTC  (2+ messages)

[PATCH] xfsdump: incremental dump directory selection
 2011-10-28 13:32 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