Version 3 of the patchset I described here: http://oss.sgi.com/archives/xfs/2012-06/msg00064.html This patchset reliably exposed the log->l_last_sync_lsn problem I just posted a fix for. Version 3: - per-mount log and reclaim workqueues instead of a generic mount workqueue. - reordering of some of the patches as Christoph requested. - fixed the writeback_inodes_sb_if_idle deadlock by moving it all the way back up the write stack to xfs_file_aio_buffered_write where we were just flushing the current file to avoid deadlocking on it anyway. - reintroduced xfs_flush_inodes() as a wrapper for writeback_inodes_sb_if_idle(). - rebased on a current TOT. Version 2: - fix writeback_inodes_sb_if_idle call in xfs_create() - refreshed patch 13 before sending. _______________________________________________ xfs mailing list xfs@xxxxxxxxxxx http://oss.sgi.com/mailman/listinfo/xfs