summaryrefslogtreecommitdiffstats
path: root/fs/nfs/io.c
Commit message (Collapse)AuthorAgeFilesLines
* NFS: Do not serialise O_DIRECT reads and writesTrond Myklebust2016-07-061-0/+147
Allow dio requests to be scheduled in parallel, but ensuring that they do not conflict with buffered I/O. Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>