NTFS -journaling, pretty much Windows only. OpenBSD & Linux can also read (and maybe write, don't know) NTFS partitions.
FAT* (12/16/32 -but should all count as one

) -crap, don't use
HFS (HFS+) -journalling has been added. Mac filesystem.
ext[23] -ext2 is not journalling, ext3 is journalling. ext3 is backwards compatible. For Linux.
XFS -SGI's enterprise journalling filesystem for IRIX. Also ported to Linux.
JFS -IBM's AIX, OS/2(?), and Linux journalling filesystem.
Reiser -Linux filesystem that gets rewritten often.
UFS -Unix File System. Solaris still calls their filesystem UFS, although I'm sure it has been changed, for example they added journalling in Solaris.
FFS (OpenBSD, NetBSD, and FreeBSD versions, which I believe are technically different) -Fast(?) File System. No journalling, but instead uses the technically superior (

) soft updates. Generally Linux will support A5 (FreeBSD), but have poor support for A6 (OpenBSD).
UFS2 -The next FFS. Has soft updates, background fsck, and probably other improvements.
vxfs -Veritas file system. Used on HP-UX, Solaris, and maybe AIX.
http://www.csie.ntu.edu.tw/~b7506051/prjs/pmbr/getbsec/pmbr.os
The initial list there was off the top of my head
