aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs/direct.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-17SUNRPC reverting d03727b248d0 ("NFSv4 fix CLOSE not waiting for direct IO com...Gravatar Olga Kornievskaia 1-9/+4
2020-06-26NFSv4 fix CLOSE not waiting for direct IO compeletionGravatar Olga Kornievskaia 1-4/+9
2020-06-11NFS: Fix direct WRITE throughput regressionGravatar Chuck Lever 1-0/+2
2020-06-11NFS: remove redundant initialization of variable resultGravatar Colin Ian King 1-1/+1
2020-04-01NFS: Try to join page groups before an O_DIRECT retransmissionGravatar Trond Myklebust 1-0/+20
2020-04-01NFS: Fix a request reference leak in nfs_direct_write_clear_reqs()Gravatar Trond Myklebust 1-0/+1
2020-03-27NFS/pNFS: Clean up pNFS commit operationsGravatar Trond Myklebust 1-4/+2
2020-03-27NFS: Remove bucket array from struct pnfs_ds_commit_infoGravatar Trond Myklebust 1-1/+0
2020-03-27NFS: Fix O_DIRECT commit verifier handlingGravatar Trond Myklebust 1-122/+13
2020-03-27NFS: commit errors should be fatalGravatar Trond Myklebust 1-2/+30
2020-03-27NFS/pNFS: Allow O_DIRECT to release the DS commitinfoGravatar Trond Myklebust 1-0/+1
2020-03-27NFSv4/pnfs: Support a list of commit arrays in struct pnfs_ds_commit_infoGravatar Trond Myklebust 1-0/+1
2020-03-22NFS: direct.c: Fix memory leak of dreq when nfs_get_lock_context failsGravatar Misono Tomohiro 1-0/+2
2020-01-15NFS: Fix nfs_direct_write_reschedule_io()Gravatar Trond Myklebust 1-1/+2
2020-01-15NFS/pnfs: Fix pnfs_generic_prepare_to_resend_writes()Gravatar Trond Myklebust 1-2/+2
2019-10-09NFS: Remove redundant mirror tracking in O_DIRECTGravatar Trond Myklebust 1-42/+0
2019-10-09NFS: Fix O_DIRECT accounting of number of bytes read/writtenGravatar Trond Myklebust 1-35/+43
2019-08-19NFS: Ensure O_DIRECT reports an error if the bytes read/written is 0Gravatar Trond Myklebust 1-9/+18
2019-05-21treewide: Add SPDX license identifier for missed filesGravatar Thomas Gleixner 1-0/+1
2019-04-25pNFS: Add tracking to limit the number of pNFS retriesGravatar Trond Myklebust 1-0/+7
2019-04-25NFS: Remove unused argument from nfs_create_request()Gravatar Trond Myklebust 1-2/+2
2019-02-20NFS: Pass error information to the pgio error cleanup routineGravatar Trond Myklebust 1-2/+2
2019-02-20NFS: Clean up list moves of struct nfs_pageGravatar Trond Myklebust 1-2/+1
2018-12-02nfs: don't dirty kernel pages read by direct-ioGravatar Dave Kleikamp 1-1/+8
2018-08-08NFS: Use an appropriate work queue for direct-write completionGravatar NeilBrown 1-1/+1
2018-03-08NFS: Fix an incorrect type in struct nfs_direct_reqGravatar Trond Myklebust 1-1/+1
2018-01-16NFS: commit direct writes even if they fail partiallyGravatar J. Bruce Fields 1-3/+1
2017-08-15NFSv4: Use a mutex to protect the per-inode commit listsGravatar Trond Myklebust 1-2/+2
2017-05-10Merge tag 'nfs-for-4.12-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 1-19/+2
2017-04-20NFS: Clean up nfs_direct_commit_complete()Gravatar Anna Schumaker 1-8/+1
2017-04-20NFS: Remove nfs_direct_readpage_release()Gravatar Anna Schumaker 1-11/+1
2017-04-17fix nfs O_DIRECT advancing iov_iter too muchGravatar Al Viro 1-9/+18
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2016-12-01NFS: Remove unused argument from nfs_direct_write_complete()Gravatar Anna Schumaker 1-6/+6
2016-09-23NFS: direct: use complete() instead of complete_all()Gravatar Daniel Wagner 1-1/+1
2016-07-30Merge tag 'nfs-for-4.8-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 1-61/+32
2016-07-28Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-3/+1
2016-07-24Merge branch 'writeback'Gravatar Trond Myklebust 1-61/+32
2016-07-05NFS: Cleanup nfs_direct_complete()Gravatar Trond Myklebust 1-7/+5
2016-07-05NFS: Do not serialise O_DIRECT reads and writesGravatar Trond Myklebust 1-32/+9
2016-07-05NFS Cleanup: move call to generic_write_checks() into fs/nfs/direct.cGravatar Trond Myklebust 1-4/+8
2016-07-05NFS: Remove racy size manipulations in O_DIRECTGravatar Trond Myklebust 1-16/+0
2016-07-05NFS: Ensure we reset the write verifier 'committed' value on resend.Gravatar Trond Myklebust 1-0/+2
2016-07-05NFS: Fix O_DIRECT verifier problemsGravatar Trond Myklebust 1-2/+8
2016-06-24NFS: Fix up O_DIRECT resultsGravatar Trond Myklebust 1-3/+7
2016-05-29missed comment updates from ->direct_IO() prototype changeGravatar Al Viro 1-3/+1
2016-05-26Merge tag 'nfs-for-4.7-1' of git://git.linux-nfs.org/projects/anna/linux-nfsGravatar Linus Torvalds 1-7/+10
2016-05-17Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-11/+10
2016-05-09NFS: Save struct inode * inside nfs_commit_info to clarify usage of i_lockGravatar Dave Wysochanski 1-5/+5
2016-05-09nfs: add debug to directio "good_bytes" countingGravatar Weston Andros Adamson 1-2/+5