messages from 2012-03-22 15:15:40 to 2012-03-29 22:57:47 UTC [more...]
[PATCH 0/7, v3] fs: fix up AIO+DIO+O_SYNC to actually do the sync part
2012-03-29 22:57 UTC (9+ messages)
` [PATCH 1/7] vfs: Handle O_SYNC AIO DIO in generic code properly
` [PATCH 2/7] ocfs2: Use generic handlers of O_SYNC AIO DIO
` [PATCH 3/7] gfs2: "
` [PATCH 4/7] btrfs: "
` [PATCH 5/7] xfs: honor the O_SYNC flag for aysnchronous direct I/O requests
` [PATCH 6/7] ext4: "
` [PATCH 7/7] filemap: don't call generic_write_sync for -EIOCBQUEUED
Buffalo LS-Q4.0 Raid 5 XFS errors
2012-03-29 22:15 UTC (4+ messages)
[PATCH 0/8] xfs: clean up unit usage in xfs_buf V2
2012-03-29 22:07 UTC (21+ messages)
` [PATCH 1/8] xfs: check for buffer errors before waiting
` [PATCH 2/8] xfs: fix incorrect b_offset initialisation
` [PATCH 3/8] xfs: use kmem_zone_zalloc for buffers
` [PATCH 4/8] xfs: clean up buffer get/read call API
` [PATCH 5/8] xfs: kill b_file_offset
` [PATCH 6/8] xfs: use blocks for counting length of buffers
` [PATCH 7/8] xfs: use blocks for storing the desired IO size
` [PATCH 8/8] xfs: kill xfs_buf_btoc
[PATCH] xfs: remove some obsolete comments in xfs_trans_ail.c
2012-03-29 21:06 UTC (3+ messages)
[PATCH] xfs: fix buffer lookup race on allocation failure
2012-03-29 21:04 UTC (4+ messages)
[PATCH 00/10] remove xfsbufd
2012-03-29 19:38 UTC (17+ 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
xfstests: 066: why stat dir but not largefile?
2012-03-29 10:23 UTC
[PATCH] xfs: Do background CIL flushes via a workqueue
2012-03-29 8:52 UTC (10+ messages)
[PATH 0/8] xfs: outstanding patches for 3.4 merge window
2012-03-29 6:30 UTC (27+ messages)
` [PATCH 3/8] xfs: initialise xfssync work before running quotachecks
` [PATCH v2] xfs: Ensure inode reclaim can run during quotacheck
` [PATCH 6/8] xfs: Account log unmount transaction correctly
` [PATCH 7/8] xfs: fix fstrim offset calculations
` [PATCH 8/8] xfs: add lots of attribute trace points
[PATCH] mkfs.xfs: print std info if agcount makes agsize out of bounds
2012-03-29 1:53 UTC (3+ messages)
[PATCH] xfs: check on-disk (not incore) btree root size in dfrag.c
2012-03-29 0:55 UTC (5+ messages)
` [PATCH 2/1] xfs: use XFS_BMAP_BMDR_SPACE vs. XFS_BROOT_SIZE_ADJ
[PATCH 0/4] xfs: clean up unit usage in xfs_buf
2012-03-29 0:31 UTC (10+ messages)
` [PATCH 1/4] xfs: clean up buffer get/read call API
` [PATCH 2/4] xfs: kill b_file_offset
` [PATCH 3/4] xfs: use blocks for counting length of buffers
` [PATCH 4/4] xfs: use blocks for storing the desired IO size
[PATCH 00/19 v4] Fix filesystem freezing deadlocks
2012-03-28 23:43 UTC (2+ messages)
` [PATCH 11/19] xfs: Convert to new freezing code
[GIT PULL] XFS update for 3.4 (part 2)
2012-03-28 22:06 UTC
[PATCH] xfstests: add tests 281-283 for old xfsdump format
2012-03-28 20:09 UTC
[ANNOUNCE] XFS Developers meeting in San Francisco, April 3rd
2012-03-27 22:19 UTC (7+ messages)
[PATCH 0/5] reduce exclusive ilock hold times V2
2012-03-27 20:52 UTC (7+ messages)
` [PATCH 1/5] xfs: avoid taking the ilock unnessecarily in xfs_qm_dqattach
` [PATCH 2/5] xfs: reduce ilock hold times in xfs_file_aio_write_checks
` [PATCH 3/5] xfs: reduce ilock hold times in xfs_setattr_size
` [PATCH 4/5] xfs: push the ilock into xfs_zero_eof
` [PATCH 5/5] xfs: use shared ilock mode for direct IO writes by default
[PATCH 1/2] repair: fix the variable-width nlink array
2012-03-27 14:59 UTC (5+ messages)
XFS: Assertion failed: bp->b_bn != XFS_BUF_DADDR_NULL, file: fs/xfs/xfs_buf.c, line: 598
2012-03-27 10:17 UTC (10+ messages)
[PATCH 0/2] xfs: fix a class of shutdown hangs
2012-03-27 9:57 UTC (9+ messages)
` [PATCH 1/2] xfs: move shutdown out of xfs_trans_ail_delete_bulk
` [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 0/5] reduce exclusive ilock hold times
2012-03-27 6:11 UTC (14+ messages)
` [PATCH 1/5] xfs: avoid taking the ilock unnessecarily in xfs_qm_dqattach
` [PATCH 2/5] xfs: reduce ilock hold times in xfs_file_aio_write_checks
` [PATCH 3/5] xfs: reduce ilock hold times in xfs_setattr_size
` [PATCH 4/5] xfs: push the ilock into xfs_zero_eof
` [PATCH 5/5] xfs: use shared ilock mode for direct IO writes by default
[PATCH] xfstests 235: do smaller test IO
2012-03-27 1:18 UTC (4+ messages)
Building tilegx defconfig gets init/exit section errors in xfs
2012-03-26 22:12 UTC (5+ messages)
[PATCH v3] xfs: Fix oops on IO error during xlog_recover_process_iunlinks()
2012-03-26 21:56 UTC (2+ messages)
raid10n2/xfs setup guidance on write-cache/barrier
2012-03-26 19:50 UTC (16+ messages)
` NOW:Peter goading Dave over delaylog - WAS: "
` GNU 'tar', Schilling's 'tar', write-cache/barrier
[PATCH] xfs: trace xfs_name strings correctly
2012-03-26 18:37 UTC (2+ messages)
[PATCH] Fix xfs build error on ia64 (mismatch section for xfs_qm_exit())
2012-03-26 17:12 UTC (2+ messages)
xfs_fsr XFS_IOC_SWAPEXT failed
2012-03-25 8:35 UTC (11+ messages)
[PATCH 0/4] implement filesystem freezing by emptying the AIL
2012-03-24 17:08 UTC (11+ messages)
` [PATCH 2/4] xfs: remove log item from AIL in xfs_iflush after a shutdown
` [PATCH 3/4] xfs: allow assigning the tail lsn with the AIL lock held
` [PATCH 4/4] xfs: implement freezing by emptying the AIL
LVM volume with XFS file system hanged
2012-03-24 17:04 UTC (2+ messages)
Dizi&Program Reklam Teklifi
2012-03-22 9:05 UTC
BUG in xlog_get_lowest_lsn
2012-03-23 17:43 UTC
[PATCH] xfs: fix deadlock in xfs_rtfree_extent with kernel v3.x
2012-03-22 19:59 UTC (2+ messages)
[PATCH] fs: xfs: fix section mismatch in linux-next
2012-03-22 18:33 UTC (2+ messages)
[ANNOUNCE] xfsdump 3.1.0
2012-03-22 17:58 UTC
[ANNOUNCE] xfsprogs 3.1.8
2012-03-22 17:52 UTC
bug #917 - deadlock on log recovery
2012-03-22 17:34 UTC
[GIT PULL] XFS update for 3.4-rc1
2012-03-22 15:56 UTC (5+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox