Originally posted by: tony.evans
I assume you mean jfs2 since jfs doesn't support inline logs.
Outline logs are no different from old jfs logs, there's an LV on the disk which is formatted to be a jfs2log and the filesystem uses that. Multiple filesystems can use the same log.
Inline logs use up some space on the filesystem logical volume and don't have a separate device. Each inline log is tied to a single specific filesystem.
I've yet to find a definitive description of why you would choose one over the other with jfs2 (other than the very obvious points), but I'm sure this is the right place to get a good answer.
The obvious points:
Inline logs - less work required in creating them, filesystems are wholly contained and don't rely on another lv to be mounted, logs are dedicated to their own filesystems so don't suffer from being shared between filesystems.