| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'nfs-for-4.8-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 2016-07-30 | 1 | -61/+32 |
|\ |
|
| * | Merge branch 'writeback' | Trond Myklebust | 2016-07-24 | 1 | -61/+32 |
| |\ |
|
| | * | NFS: Cleanup nfs_direct_complete() | Trond Myklebust | 2016-07-05 | 1 | -7/+5 |
| | * | NFS: Do not serialise O_DIRECT reads and writes | Trond Myklebust | 2016-07-05 | 1 | -32/+9 |
| | * | NFS Cleanup: move call to generic_write_checks() into fs/nfs/direct.c | Trond Myklebust | 2016-07-05 | 1 | -4/+8 |
| | * | NFS: Remove racy size manipulations in O_DIRECT | Trond Myklebust | 2016-07-05 | 1 | -16/+0 |
| | * | NFS: Ensure we reset the write verifier 'committed' value on resend. | Trond Myklebust | 2016-07-05 | 1 | -0/+2 |
| | * | NFS: Fix O_DIRECT verifier problems | Trond Myklebust | 2016-07-05 | 1 | -2/+8 |
* | | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2016-07-28 | 1 | -3/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | missed comment updates from ->direct_IO() prototype change | Al Viro | 2016-05-29 | 1 | -3/+1 |
| |/ |
|
* | | NFS: Fix up O_DIRECT results | Trond Myklebust | 2016-06-24 | 1 | -3/+7 |
|/ |
|
* | Merge tag 'nfs-for-4.7-1' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds | 2016-05-26 | 1 | -7/+10 |
|\ |
|
| * | NFS: Save struct inode * inside nfs_commit_info to clarify usage of i_lock | Dave Wysochanski | 2016-05-09 | 1 | -5/+5 |
| * | nfs: add debug to directio "good_bytes" counting | Weston Andros Adamson | 2016-05-09 | 1 | -2/+5 |
* | | Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2016-05-17 | 1 | -11/+10 |
|\ \ |
|
| * | | fs: simplify the generic_write_sync prototype | Christoph Hellwig | 2016-05-01 | 1 | -1/+3 |
| * | | fs: add IOCB_SYNC and IOCB_DSYNC | Christoph Hellwig | 2016-05-01 | 1 | -1/+1 |
| * | | direct-io: eliminate the offset argument to ->direct_IO | Christoph Hellwig | 2016-05-01 | 1 | -10/+7 |
| |/ |
|
* | | Merge getxattr prototype change into work.lookups | Al Viro | 2016-05-02 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | don't bother with ->d_inode->i_sb - it's always equal to ->d_sb | Al Viro | 2016-04-10 | 1 | -1/+1 |
* | | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov | 2016-04-04 | 1 | -4/+4 |
|/ |
|
* | wrappers for ->i_mutex access | Al Viro | 2016-01-22 | 1 | -6/+6 |
* | Merge branch 'pnfs_generic' | Trond Myklebust | 2016-01-04 | 1 | -9/+24 |
|\ |
|
| * | NFSv4.1/pNFS: Don't queue up a new commit if the layout segment is invalid | Trond Myklebust | 2015-12-31 | 1 | -0/+12 |
| * | NFS: Allow multiple commit requests in flight per file | Trond Myklebust | 2015-12-31 | 1 | -6/+0 |
| * | NFS/pNFS: Fix up pNFS write reschedule layering violations and bugs | Trond Myklebust | 2015-12-31 | 1 | -6/+15 |
* | | NFS41: pop some layoutget errors to application | Peng Tao | 2015-12-28 | 1 | -1/+14 |
|/ |
|
* | NFS: Skip checking ds_cinfo.buckets when lseg's commit_through_mds is set | Kinglong Mee | 2015-09-22 | 1 | -2/+5 |
* | Merge tag 'nfs-for-4.1-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 2015-04-26 | 1 | -21/+18 |
|\ |
|
| * | nfs: remove WARN_ON_ONCE from nfs_direct_good_bytes | Peng Tao | 2015-04-23 | 1 | -2/+0 |
| * | nfs: fix DIO good bytes calculation | Peng Tao | 2015-04-23 | 1 | -12/+17 |
| * | NFSv4.1/pnfs: Ensure that writes respect the O_SYNC flag when doing O_DIRECT | Trond Myklebust | 2015-03-27 | 1 | -0/+1 |
| * | nfs: clean up nfs_direct_IO | Peng Tao | 2015-03-13 | 1 | -7/+0 |
* | | direct-io: only inc/dec inode->i_dio_count for file systems | Jens Axboe | 2015-04-24 | 1 | -5/+5 |
* | | VFS: normal filesystems (and lustre): d_inode() annotations | David Howells | 2015-04-15 | 1 | -2/+2 |
* | | nfs: generic_write_checks() shouldn't be done on swapout... | Al Viro | 2015-04-15 | 1 | -9/+3 |
* | | switch generic_write_checks() to iocb and iter | Al Viro | 2015-04-11 | 1 | -15/+10 |
* | | generic_write_checks(): drop isblk argument | Al Viro | 2015-04-11 | 1 | -1/+1 |
* | | direct_IO: remove rw from a_ops->direct_IO() | Omar Sandoval | 2015-04-11 | 1 | -2/+1 |
* | | direct_IO: use iov_iter_rw() instead of rw everywhere | Omar Sandoval | 2015-04-11 | 1 | -1/+1 |
* | | Merge branch 'iocb' into for-next | Al Viro | 2015-04-11 | 1 | -2/+2 |
|\ \
| |/
|/| |
|
| * | fs: split generic and aio kiocb | Christoph Hellwig | 2015-03-13 | 1 | -1/+1 |
| * | fs: remove ki_nbytes | Christoph Hellwig | 2015-03-12 | 1 | -1/+1 |
* | | NFS: struct nfs_commit_info.lock must always point to inode->i_lock | Trond Myklebust | 2015-02-13 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'flexfiles' | Trond Myklebust | 2015-02-03 | 1 | -17/+95 |
|\ |
|
| * | nfs: count DIO good bytes correctly with mirroring | Peng Tao | 2015-02-03 | 1 | -4/+8 |
| * | nfs: add a helper to set NFS_ODIRECT_RESCHED_WRITES to direct writes | Peng Tao | 2015-02-03 | 1 | -0/+6 |
| * | pnfs: fail comparison when bucket verifier not set | Weston Andros Adamson | 2015-02-03 | 1 | -1/+5 |
| * | nfs: mirroring support for direct io | Weston Andros Adamson | 2015-02-03 | 1 | -14/+57 |
| * | nfs: add mirroring support to pgio layer | Weston Andros Adamson | 2015-02-03 | 1 | -3/+14 |