summaryrefslogtreecommitdiff
path: root/fs/nfs/direct.c
Commit message (Expand)AuthorAge
* NFS: Fix an incorrect type in struct nfs_direct_reqTrond Myklebust2018-03-08
* NFS: commit direct writes even if they fail partiallyJ. Bruce Fields2018-01-16
* NFSv4: Use a mutex to protect the per-inode commit listsTrond Myklebust2017-08-15
* Merge tag 'nfs-for-4.12-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2017-05-10
|\
| * NFS: Clean up nfs_direct_commit_complete()Anna Schumaker2017-04-20
| * NFS: Remove nfs_direct_readpage_release()Anna Schumaker2017-04-20
* | fix nfs O_DIRECT advancing iov_iter too muchAl Viro2017-04-17
|/
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-24
* NFS: Remove unused argument from nfs_direct_write_complete()Anna Schumaker2016-12-01
* NFS: direct: use complete() instead of complete_all()Daniel Wagner2016-09-23
* Merge tag 'nfs-for-4.8-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2016-07-30
|\
| * Merge branch 'writeback'Trond Myklebust2016-07-24
| |\
| | * NFS: Cleanup nfs_direct_complete()Trond Myklebust2016-07-05
| | * NFS: Do not serialise O_DIRECT reads and writesTrond Myklebust2016-07-05
| | * NFS Cleanup: move call to generic_write_checks() into fs/nfs/direct.cTrond Myklebust2016-07-05
| | * NFS: Remove racy size manipulations in O_DIRECTTrond Myklebust2016-07-05
| | * NFS: Ensure we reset the write verifier 'committed' value on resend.Trond Myklebust2016-07-05
| | * NFS: Fix O_DIRECT verifier problemsTrond Myklebust2016-07-05
* | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-07-28
|\ \ \ | |/ / |/| |
| * | missed comment updates from ->direct_IO() prototype changeAl Viro2016-05-29
| |/
* | NFS: Fix up O_DIRECT resultsTrond Myklebust2016-06-24
|/
* Merge tag 'nfs-for-4.7-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2016-05-26
|\
| * NFS: Save struct inode * inside nfs_commit_info to clarify usage of i_lockDave Wysochanski2016-05-09
| * nfs: add debug to directio "good_bytes" countingWeston Andros Adamson2016-05-09
* | Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-05-17
|\ \
| * | fs: simplify the generic_write_sync prototypeChristoph Hellwig2016-05-01
| * | fs: add IOCB_SYNC and IOCB_DSYNCChristoph Hellwig2016-05-01
| * | direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig2016-05-01
| |/
* | Merge getxattr prototype change into work.lookupsAl Viro2016-05-02
|\ \ | |/ |/|
| * don't bother with ->d_inode->i_sb - it's always equal to ->d_sbAl Viro2016-04-10
* | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-04
|/
* wrappers for ->i_mutex accessAl Viro2016-01-22
* Merge branch 'pnfs_generic'Trond Myklebust2016-01-04
|\
| * NFSv4.1/pNFS: Don't queue up a new commit if the layout segment is invalidTrond Myklebust2015-12-31
| * NFS: Allow multiple commit requests in flight per fileTrond Myklebust2015-12-31
| * NFS/pNFS: Fix up pNFS write reschedule layering violations and bugsTrond Myklebust2015-12-31
* | NFS41: pop some layoutget errors to applicationPeng Tao2015-12-28
|/
* NFS: Skip checking ds_cinfo.buckets when lseg's commit_through_mds is setKinglong Mee2015-09-22
* Merge tag 'nfs-for-4.1-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2015-04-26
|\
| * nfs: remove WARN_ON_ONCE from nfs_direct_good_bytesPeng Tao2015-04-23
| * nfs: fix DIO good bytes calculationPeng Tao2015-04-23
| * NFSv4.1/pnfs: Ensure that writes respect the O_SYNC flag when doing O_DIRECTTrond Myklebust2015-03-27
| * nfs: clean up nfs_direct_IOPeng Tao2015-03-13
* | direct-io: only inc/dec inode->i_dio_count for file systemsJens Axboe2015-04-24
* | VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-15
* | nfs: generic_write_checks() shouldn't be done on swapout...Al Viro2015-04-15
* | switch generic_write_checks() to iocb and iterAl Viro2015-04-11
* | generic_write_checks(): drop isblk argumentAl Viro2015-04-11
* | direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval2015-04-11
* | direct_IO: use iov_iter_rw() instead of rw everywhereOmar Sandoval2015-04-11