aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/direct.c
AgeCommit message (Expand)Author
2022-04-15NFS: swap-out must always use STABLE writes.NeilBrown
2022-04-15NFS: swap IO handling is slightly different for O_DIRECT IONeilBrown
2020-07-29SUNRPC reverting d03727b248d0 ("NFSv4 fix CLOSE not waiting for direct IO com...Olga Kornievskaia
2020-06-30NFSv4 fix CLOSE not waiting for direct IO compeletionOlga Kornievskaia
2020-04-23NFS: direct.c: Fix memory leak of dreq when nfs_get_lock_context failsMisono Tomohiro
2020-02-14NFS/pnfs: Fix pnfs_generic_prepare_to_resend_writes()Trond Myklebust
2019-10-17NFS: Fix O_DIRECT accounting of number of bytes read/writtenTrond Myklebust
2019-09-06NFS: Ensure O_DIRECT reports an error if the bytes read/written is 0Trond Myklebust
2019-09-06NFS: Pass error information to the pgio error cleanup routineTrond Myklebust
2019-09-06NFS: Clean up list moves of struct nfs_pageTrond Myklebust
2018-12-21nfs: don't dirty kernel pages read by direct-ioDave Kleikamp
2018-08-08NFS: Use an appropriate work queue for direct-write completionNeilBrown
2018-03-08NFS: Fix an incorrect type in struct nfs_direct_reqTrond Myklebust
2018-01-16NFS: commit direct writes even if they fail partiallyJ. Bruce Fields
2017-08-15NFSv4: Use a mutex to protect the per-inode commit listsTrond Myklebust
2017-05-10Merge tag 'nfs-for-4.12-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2017-04-20NFS: Clean up nfs_direct_commit_complete()Anna Schumaker
2017-04-20NFS: Remove nfs_direct_readpage_release()Anna Schumaker
2017-04-17fix nfs O_DIRECT advancing iov_iter too muchAl Viro
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-01NFS: Remove unused argument from nfs_direct_write_complete()Anna Schumaker
2016-09-23NFS: direct: use complete() instead of complete_all()Daniel Wagner
2016-07-30Merge tag 'nfs-for-4.8-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2016-07-28Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-07-24Merge branch 'writeback'Trond Myklebust
2016-07-05NFS: Cleanup nfs_direct_complete()Trond Myklebust
2016-07-05NFS: Do not serialise O_DIRECT reads and writesTrond Myklebust
2016-07-05NFS Cleanup: move call to generic_write_checks() into fs/nfs/direct.cTrond Myklebust
2016-07-05NFS: Remove racy size manipulations in O_DIRECTTrond Myklebust
2016-07-05NFS: Ensure we reset the write verifier 'committed' value on resend.Trond Myklebust
2016-07-05NFS: Fix O_DIRECT verifier problemsTrond Myklebust
2016-06-24NFS: Fix up O_DIRECT resultsTrond Myklebust
2016-05-29missed comment updates from ->direct_IO() prototype changeAl Viro
2016-05-26Merge tag 'nfs-for-4.7-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2016-05-17Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2016-05-09NFS: Save struct inode * inside nfs_commit_info to clarify usage of i_lockDave Wysochanski
2016-05-09nfs: add debug to directio "good_bytes" countingWeston Andros Adamson
2016-05-02Merge getxattr prototype change into work.lookupsAl Viro
2016-05-01fs: simplify the generic_write_sync prototypeChristoph Hellwig
2016-05-01fs: add IOCB_SYNC and IOCB_DSYNCChristoph Hellwig
2016-05-01direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig
2016-04-10don't bother with ->d_inode->i_sb - it's always equal to ->d_sbAl Viro
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-01-22wrappers for ->i_mutex accessAl Viro
2016-01-04Merge branch 'pnfs_generic'Trond Myklebust
2015-12-31NFSv4.1/pNFS: Don't queue up a new commit if the layout segment is invalidTrond Myklebust
2015-12-31NFS: Allow multiple commit requests in flight per fileTrond Myklebust
2015-12-31NFS/pNFS: Fix up pNFS write reschedule layering violations and bugsTrond Myklebust
2015-12-28NFS41: pop some layoutget errors to applicationPeng Tao
2015-09-22NFS: Skip checking ds_cinfo.buckets when lseg's commit_through_mds is setKinglong Mee