summaryrefslogtreecommitdiffstats
path: root/fs/nfs/direct.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfs-for-5.9-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2020-08-151-1/+1
|\
| * NFS: remove redundant initialization of variable resultColin Ian King2020-07-281-1/+1
* | SUNRPC reverting d03727b248d0 ("NFSv4 fix CLOSE not waiting for direct IO com...Olga Kornievskaia2020-07-171-9/+4
|/
* NFSv4 fix CLOSE not waiting for direct IO compeletionOlga Kornievskaia2020-06-261-4/+9
* NFS: Fix direct WRITE throughput regressionChuck Lever2020-06-111-0/+2
* NFS: remove redundant initialization of variable resultColin Ian King2020-06-111-1/+1
* NFS: Try to join page groups before an O_DIRECT retransmissionTrond Myklebust2020-04-011-0/+20
* NFS: Fix a request reference leak in nfs_direct_write_clear_reqs()Trond Myklebust2020-04-011-0/+1
* NFS/pNFS: Clean up pNFS commit operationsTrond Myklebust2020-03-271-4/+2
* NFS: Remove bucket array from struct pnfs_ds_commit_infoTrond Myklebust2020-03-271-1/+0
* NFS: Fix O_DIRECT commit verifier handlingTrond Myklebust2020-03-271-122/+13
* NFS: commit errors should be fatalTrond Myklebust2020-03-271-2/+30
* NFS/pNFS: Allow O_DIRECT to release the DS commitinfoTrond Myklebust2020-03-271-0/+1
* NFSv4/pnfs: Support a list of commit arrays in struct pnfs_ds_commit_infoTrond Myklebust2020-03-271-0/+1
* NFS: direct.c: Fix memory leak of dreq when nfs_get_lock_context failsMisono Tomohiro2020-03-221-0/+2
* NFS: Fix nfs_direct_write_reschedule_io()Trond Myklebust2020-01-151-1/+2
* NFS/pnfs: Fix pnfs_generic_prepare_to_resend_writes()Trond Myklebust2020-01-151-2/+2
* NFS: Remove redundant mirror tracking in O_DIRECTTrond Myklebust2019-10-091-42/+0
* NFS: Fix O_DIRECT accounting of number of bytes read/writtenTrond Myklebust2019-10-091-35/+43
* NFS: Ensure O_DIRECT reports an error if the bytes read/written is 0Trond Myklebust2019-08-191-9/+18
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* pNFS: Add tracking to limit the number of pNFS retriesTrond Myklebust2019-04-251-0/+7
* NFS: Remove unused argument from nfs_create_request()Trond Myklebust2019-04-251-2/+2
* NFS: Pass error information to the pgio error cleanup routineTrond Myklebust2019-02-201-2/+2
* NFS: Clean up list moves of struct nfs_pageTrond Myklebust2019-02-201-2/+1
* nfs: don't dirty kernel pages read by direct-ioDave Kleikamp2018-12-021-1/+8
* NFS: Use an appropriate work queue for direct-write completionNeilBrown2018-08-081-1/+1
* NFS: Fix an incorrect type in struct nfs_direct_reqTrond Myklebust2018-03-081-1/+1
* NFS: commit direct writes even if they fail partiallyJ. Bruce Fields2018-01-161-3/+1
* NFSv4: Use a mutex to protect the per-inode commit listsTrond Myklebust2017-08-151-2/+2
* Merge tag 'nfs-for-4.12-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2017-05-101-19/+2
|\
| * NFS: Clean up nfs_direct_commit_complete()Anna Schumaker2017-04-201-8/+1
| * NFS: Remove nfs_direct_readpage_release()Anna Schumaker2017-04-201-11/+1
* | fix nfs O_DIRECT advancing iov_iter too muchAl Viro2017-04-171-9/+18
|/
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* NFS: Remove unused argument from nfs_direct_write_complete()Anna Schumaker2016-12-011-6/+6
* NFS: direct: use complete() instead of complete_all()Daniel Wagner2016-09-231-1/+1
* Merge tag 'nfs-for-4.8-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2016-07-301-61/+32
|\
| * Merge branch 'writeback'Trond Myklebust2016-07-241-61/+32
| |\
| | * NFS: Cleanup nfs_direct_complete()Trond Myklebust2016-07-051-7/+5
| | * NFS: Do not serialise O_DIRECT reads and writesTrond Myklebust2016-07-051-32/+9
| | * NFS Cleanup: move call to generic_write_checks() into fs/nfs/direct.cTrond Myklebust2016-07-051-4/+8
| | * NFS: Remove racy size manipulations in O_DIRECTTrond Myklebust2016-07-051-16/+0
| | * NFS: Ensure we reset the write verifier 'committed' value on resend.Trond Myklebust2016-07-051-0/+2
| | * NFS: Fix O_DIRECT verifier problemsTrond Myklebust2016-07-051-2/+8
* | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-07-281-3/+1
|\ \ \ | |/ / |/| |
| * | missed comment updates from ->direct_IO() prototype changeAl Viro2016-05-291-3/+1
| |/
* / NFS: Fix up O_DIRECT resultsTrond Myklebust2016-06-241-3/+7
|/
* Merge tag 'nfs-for-4.7-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2016-05-261-7/+10
|\
| * NFS: Save struct inode * inside nfs_commit_info to clarify usage of i_lockDave Wysochanski2016-05-091-5/+5