summaryrefslogtreecommitdiffstats
path: root/fs/nfs/direct.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+1Star
* 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/+1Star
* 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/+2Star
|\
| * NFS: Clean up nfs_direct_commit_complete()Anna Schumaker2017-04-201-8/+1Star
| * NFS: Remove nfs_direct_readpage_release()Anna Schumaker2017-04-201-11/+1Star
* | 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-311-61/+32Star
|\
| * Merge branch 'writeback'Trond Myklebust2016-07-241-61/+32Star
| |\
| | * NFS: Cleanup nfs_direct_complete()Trond Myklebust2016-07-061-7/+5Star
| | * NFS: Do not serialise O_DIRECT reads and writesTrond Myklebust2016-07-061-32/+9Star
| | * NFS Cleanup: move call to generic_write_checks() into fs/nfs/direct.cTrond Myklebust2016-07-061-4/+8
| | * NFS: Remove racy size manipulations in O_DIRECTTrond Myklebust2016-07-061-16/+0Star
| | * NFS: Ensure we reset the write verifier 'committed' value on resend.Trond Myklebust2016-07-061-0/+2
| | * NFS: Fix O_DIRECT verifier problemsTrond Myklebust2016-07-061-2/+8
* | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-07-281-3/+1Star
|\ \ \ | |/ / |/| |
| * | missed comment updates from ->direct_IO() prototype changeAl Viro2016-05-301-3/+1Star
| |/
* / 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
| * nfs: add debug to directio "good_bytes" countingWeston Andros Adamson2016-05-091-2/+5
* | Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-05-181-11/+10Star
|\ \
| * | fs: simplify the generic_write_sync prototypeChristoph Hellwig2016-05-021-1/+3
| * | fs: add IOCB_SYNC and IOCB_DSYNCChristoph Hellwig2016-05-021-1/+1
| * | direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig2016-05-021-10/+7Star
| |/
* | Merge getxattr prototype change into work.lookupsAl Viro2016-05-031-1/+1
|\ \ | |/ |/|
| * don't bother with ->d_inode->i_sb - it's always equal to ->d_sbAl Viro2016-04-101-1/+1
* | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-4/+4
|/
* wrappers for ->i_mutex accessAl Viro2016-01-231-6/+6
* Merge branch 'pnfs_generic'Trond Myklebust2016-01-041-9/+24
|\
| * NFSv4.1/pNFS: Don't queue up a new commit if the layout segment is invalidTrond Myklebust2015-12-311-0/+12
| * NFS: Allow multiple commit requests in flight per fileTrond Myklebust2015-12-311-6/+0Star
| * NFS/pNFS: Fix up pNFS write reschedule layering violations and bugsTrond Myklebust2015-12-311-6/+15
* | NFS41: pop some layoutget errors to applicationPeng Tao2015-12-281-1/+14
|/
* NFS: Skip checking ds_cinfo.buckets when lseg's commit_through_mds is setKinglong Mee2015-09-231-2/+5
* Merge tag 'nfs-for-4.1-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2015-04-271-21/+18Star
|\
| * nfs: remove WARN_ON_ONCE from nfs_direct_good_bytesPeng Tao2015-04-231-2/+0Star
| * nfs: fix DIO good bytes calculationPeng Tao2015-04-231-12/+17
| * NFSv4.1/pnfs: Ensure that writes respect the O_SYNC flag when doing O_DIRECTTrond Myklebust2015-03-271-0/+1
| * nfs: clean up nfs_direct_IOPeng Tao2015-03-131-7/+0Star