| Commit message (Expand) | Author | Age | Files | Lines |
* | NFS: Revert "NFS: Move the flock open mode check into nfs_flock()" | Benjamin Coddington | 2017-11-17 | 1 | -16/+2 |
* | NFS: various changes relating to reporting IO errors. | NeilBrown | 2017-09-11 | 1 | -6/+10 |
* | NFS: Sync the correct byte range during synchronous writes | tarangg@amazon.com | 2017-09-07 | 1 | -3/+3 |
* | NFS: flush data when locking a file to ensure cache coherence for mmap. | NeilBrown | 2017-09-06 | 1 | -4/+7 |
* | NFS: Optimize fallocate by refreshing mapping when needed. | NeilBrown | 2017-07-27 | 1 | -0/+2 |
* | NFS: invalidate file size when taking a lock. | NeilBrown | 2017-07-27 | 1 | -1/+1 |
* | NFSv4: Don't special case "launder" | Trond Myklebust | 2017-04-26 | 1 | -1/+1 |
* | NFS: Always wait for I/O completion before unlock | Benjamin Coddington | 2017-04-21 | 1 | -5/+5 |
* | NFS: Move the flock open mode check into nfs_flock() | Benjamin Coddington | 2017-04-21 | 1 | -2/+16 |
* | mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf | Dave Jiang | 2017-02-24 | 1 | -2/+2 |
* | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 2016-12-24 | 1 | -1/+1 |
* | Merge tag 'nfs-for-4.10-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 2016-12-21 | 1 | -11/+1 |
|\ |
|
| * | NFS: Clean up cache validity checking | Trond Myklebust | 2016-12-19 | 1 | -11/+1 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2016-12-17 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | nfs_write_end(): fix handling of short copies | Al Viro | 2016-12-09 | 1 | -1/+1 |
* | | NFS: Fix incorrect size revalidation when holding a delegation | Trond Myklebust | 2016-12-04 | 1 | -1/+4 |
|/ |
|
* | Merge tag 'nfs-for-4.9-1' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds | 2016-10-13 | 1 | -7/+4 |
|\ |
|
| * | nfs: eliminate pointless and confusing do_vfs_lock wrappers | Jeff Layton | 2016-09-22 | 1 | -7/+2 |
| * | nfs: cover ->migratepage with CONFIG_MIGRATION | Chao Yu | 2016-09-20 | 1 | -0/+2 |
* | | switch generic_file_splice_read() to use of ->read_iter() | Al Viro | 2016-10-05 | 1 | -24/+1 |
|/ |
|
* | NFS: Fix error reporting in nfs_file_write() | Trond Myklebust | 2016-09-03 | 1 | -1/+4 |
* | Merge branch 'writeback' | Trond Myklebust | 2016-07-24 | 1 | -69/+27 |
|\ |
|
| * | NFS nfs_vm_page_mkwrite: Don't freeze me, Bro... | Trond Myklebust | 2016-07-05 | 1 | -0/+3 |
| * | NFS: Remove redundant waits for O_DIRECT in fsync() and write_begin() | Trond Myklebust | 2016-07-05 | 1 | -6/+0 |
| * | NFS: Do not serialise O_DIRECT reads and writes | Trond Myklebust | 2016-07-05 | 1 | -4/+8 |
| * | NFS: Move buffered I/O locking into nfs_file_write() | Trond Myklebust | 2016-07-05 | 1 | -12/+15 |
| * | NFS Cleanup: move call to generic_write_checks() into fs/nfs/direct.c | Trond Myklebust | 2016-07-05 | 1 | -5/+1 |
| * | NFS: Don't call COMMIT in ->releasepage() | Trond Myklebust | 2016-06-22 | 1 | -23/+0 |
| * | NFS: Don't hold the inode lock across fsync() | Trond Myklebust | 2016-06-22 | 1 | -2/+0 |
| * | NFS: Kill NFS_INO_NFS_INO_FLUSHING: it is a performance killer | Trond Myklebust | 2016-06-22 | 1 | -8/+0 |
| * | NFS: Cache aggressively when file is open for writing | Trond Myklebust | 2016-06-22 | 1 | -11/+2 |
* | | sunrpc: move NO_CRKEY_TIMEOUT to the auth->au_flags | Scott Mayhew | 2016-07-19 | 1 | -2/+2 |
|/ |
|
* | direct-io: eliminate the offset argument to ->direct_IO | Christoph Hellwig | 2016-05-01 | 1 | -1/+1 |
* | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov | 2016-04-04 | 1 | -10/+10 |
* | nfs: remove nfs_inode_dio_wait | Christoph Hellwig | 2016-03-16 | 1 | -2/+2 |
* | nfs: remove nfs4_file_fsync | Christoph Hellwig | 2016-03-16 | 1 | -3/+5 |
* | wrappers for ->i_mutex access | Al Viro | 2016-01-22 | 1 | -2/+2 |
* | NFS: Use wait_on_atomic_t() for unlock after readahead | Benjamin Coddington | 2016-01-07 | 1 | -1/+1 |
* | Merge branch 'pnfs_generic' | Trond Myklebust | 2016-01-04 | 1 | -1/+1 |
|\ |
|
| * | NFS: Allow multiple commit requests in flight per file | Trond Myklebust | 2015-12-31 | 1 | -1/+1 |
* | | nfs: only remove page from mapping if launder_page fails | Peng Tao | 2015-12-28 | 1 | -1/+1 |
|/ |
|
* | mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep... | Mel Gorman | 2015-11-06 | 1 | -3/+3 |
* | Move locks API users to locks_lock_inode_wait() | Benjamin Coddington | 2015-10-22 | 1 | -12/+1 |
* | NFSv4: Respect the server imposed limit on how many changes we may cache | Trond Myklebust | 2015-09-07 | 1 | -9/+1 |
* | NFS: Don't fsync twice for O_SYNC/IS_SYNC files | Trond Myklebust | 2015-08-17 | 1 | -5/+3 |
* | NFS: Remove nfs_release() | Anna Schumaker | 2015-08-17 | 1 | -1/+2 |
* | sunrpc: keep a count of swapfiles associated with the rpc_clnt | Jeff Layton | 2015-06-10 | 1 | -13/+2 |
* | Merge tag 'nfs-for-4.1-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 2015-04-26 | 1 | -1/+2 |
|\ |
|
| * | NFSv4.1/pnfs: Ensure that writes respect the O_SYNC flag when doing O_DIRECT | Trond Myklebust | 2015-03-27 | 1 | -0/+1 |
| * | NFS: File unlock needs to be a metadata synchronisation point | Trond Myklebust | 2015-03-27 | 1 | -1/+1 |