[PATCH 00/14 V5]: xfs: remove the xfssyncd mess
Dave Chinner
david at fromorbit.com
Mon Oct 8 05:55:58 CDT 2012
Hopefully the final version.
Version 5:
- move initial queuing of log work so it isn't started on log mount
error
- move xfs_flush_inodes() to xfs_super.c
- pass xfs_mount to xfs_flush_inodes()
- rewrite commit message for xfs_flush_inodes() changes
- added last_sync_lsn fix to series as the problem it fixes is
reliably exposed by the changes in this series
Version 4:
- updated 'xfs: xfs_sync_data is redundant' with cleanups to the
xfs_flush_inodes interface as per Christoph's request,
- updated 'xfs: xfs_sync_data is redundant', folding in changes from
http://oss.sgi.com/archives/xfs/2012-10/msg00036.html
- fixed a minor typo in xfs: 'syncd workqueue is no more', renaming the
log worker from 'xfs-reclaim' to 'xfs-log'.
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.
Initial version:
- http://oss.sgi.com/archives/xfs/2012-06/msg00064.html
More information about the xfs
mailing list