[PATCH 07/11] xfs: Delayed logging design documentation
nathans at aconex.com
nathans at aconex.com
Wed May 5 23:17:04 CDT 2010
Yo,
Looking good Dave! Thanks for writing this up, it made for some
interesting lunch time reading. ;)
Here's a few typos I noticed, marked 'em up as I read along...
> +required for objects that are frequently logged. Parts inodes are
"Some parts of ..."?
> +The limitation on asynchrnous transaction throughput is the number
"asynchronous"
> +Effectively, this gives us the maximum bound out outstanding metadata
"out" -> "of"
> +formating the changes in a transaction to the log buffer. Hence we
"formatting"
> +One of the key changes that delayed logging makes to the operation of
> the
> +journalling subsystem is that is dissociates the amount of
"is" -> "it", and "disassociates" (or maybe "dissociates" is what you
meant, you chem freak you. ;)
> +recovered filesysetm is concerned, there may be many thousands of
filesystem.
> +This introduces lots of scope of deadlocks with transactions that are
"scope for deadlocks"?
> +The solution is relatively simple - it just a long time to recognise
"took a long time"
> +rewrite the vector addresses to point at the memory buffer we end up
"and rewriting the"
> with a
> +self-describing object that it can be passed to the log buffer write
"that can be"
> is entire
> +arbitrary and done to make it easy for debugging - the last items in
"is entirely"
> +crash during the write of a such a transaction could partially
> overwrites the
"partially overwrite"
> +format structure. That is, two vectors totalling roughly 150 bytes.
"totaling"
> +the write reservation (the actual space availble to the transaction)
"available"
> +checkpoint commit to complete. This background push checked and
> executed by transaction commit code.
"is checked"
> +log item completion. THe result of this is that pinning and unpinning
"The"
> +are entered and completed is the object considered clean.`
Spurious "`" there?
> + => gain confidence and fix problems reported by early
> + adopters (a.k.a. guinea pigs)
:-)
cheers.
--
Nathan
More information about the xfs
mailing list