Concurrent I/O support
Enhanced JFS supports concurrent file access to files.
Similar to direct I/O, this access method bypasses the file cache and transfers data directly from disk into the user space buffer. It also bypasses the inode lock which allows multiple threads to read and write to the same file concurrently.
Note: This feature is not available for JFS.