aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs/file.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-16NFS: Add support for eager writesGravatar Trond Myklebust 1-2/+17
2021-02-08NFS: Always clear an invalid mapping when attempting a buffered writeGravatar Trond Myklebust 1-0/+2
2021-02-08NFS: Optimise sparse writes past the end of fileGravatar Trond Myklebust 1-3/+1
2021-02-08NFS: Fix documenting comment for nfs_revalidate_file_size()Gravatar Trond Myklebust 1-1/+1
2020-08-15Merge tag 'nfs-for-5.9-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 1-4/+13
2020-08-04nfs: nfs_file_write() should check for writeback errorsGravatar Scott Mayhew 1-3/+9
2020-08-01nfs: ensure correct writeback errors are returned on close()Gravatar Scott Mayhew 1-1/+4
2020-07-17SUNRPC reverting d03727b248d0 ("NFSv4 fix CLOSE not waiting for direct IO com...Gravatar Olga Kornievskaia 1-1/+0
2020-06-26NFSv4 fix CLOSE not waiting for direct IO compeletionGravatar Olga Kornievskaia 1-0/+1
2020-01-15NFS: Fix up fsync() when the server rebootedGravatar Trond Myklebust 1-21/+16
2020-01-15fs/nfs, swapon: check holes in swapfileGravatar Murphy Zhou 1-0/+12
2019-11-18NFS: Return -ETXTBSY when attempting to write to a swapfileGravatar Anna Schumaker 1-1/+1
2019-05-21treewide: Add SPDX license identifier for missed filesGravatar Thomas Gleixner 1-0/+1
2019-04-25NFS: Replace custom error reporting mechanism with generic oneGravatar Trond Myklebust 1-21/+4
2019-04-25NFS: Don't inadvertently clear writeback errorsGravatar Trond Myklebust 1-3/+3
2019-02-20pNFS: Avoid read/modify/write when it is not necessaryGravatar Kazuo Ito 1-14/+26
2019-02-20pNFS: Fix potential corruption of page being writtenGravatar Kazuo Ito 1-1/+1
2019-02-20NFS: Fix up documentation warningsGravatar Trond Myklebust 1-2/+2
2018-07-30fs: nfs: Adding new return type vm_fault_tGravatar Souptick Joarder 1-2/+2
2017-11-17NFS: Revert "NFS: Move the flock open mode check into nfs_flock()"Gravatar Benjamin Coddington 1-16/+2
2017-09-11NFS: various changes relating to reporting IO errors.Gravatar NeilBrown 1-6/+10
2017-09-07NFS: Sync the correct byte range during synchronous writesGravatar tarangg@amazon.com 1-3/+3
2017-09-06NFS: flush data when locking a file to ensure cache coherence for mmap.Gravatar NeilBrown 1-4/+7
2017-07-27NFS: Optimize fallocate by refreshing mapping when needed.Gravatar NeilBrown 1-0/+2
2017-07-27NFS: invalidate file size when taking a lock.Gravatar NeilBrown 1-1/+1
2017-04-26NFSv4: Don't special case "launder"Gravatar Trond Myklebust 1-1/+1
2017-04-21NFS: Always wait for I/O completion before unlockGravatar Benjamin Coddington 1-5/+5
2017-04-21NFS: Move the flock open mode check into nfs_flock()Gravatar Benjamin Coddington 1-2/+16
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfGravatar Dave Jiang 1-2/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2016-12-21Merge tag 'nfs-for-4.10-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 1-11/+1
2016-12-19NFS: Clean up cache validity checkingGravatar Trond Myklebust 1-11/+1
2016-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2016-12-09nfs_write_end(): fix handling of short copiesGravatar Al Viro 1-1/+1
2016-12-04NFS: Fix incorrect size revalidation when holding a delegationGravatar Trond Myklebust 1-1/+4
2016-10-13Merge tag 'nfs-for-4.9-1' of git://git.linux-nfs.org/projects/anna/linux-nfsGravatar Linus Torvalds 1-7/+4
2016-10-05switch generic_file_splice_read() to use of ->read_iter()Gravatar Al Viro 1-24/+1
2016-09-22nfs: eliminate pointless and confusing do_vfs_lock wrappersGravatar Jeff Layton 1-7/+2
2016-09-20nfs: cover ->migratepage with CONFIG_MIGRATIONGravatar Chao Yu 1-0/+2
2016-09-03NFS: Fix error reporting in nfs_file_write()Gravatar Trond Myklebust 1-1/+4
2016-07-24Merge branch 'writeback'Gravatar Trond Myklebust 1-69/+27
2016-07-19sunrpc: move NO_CRKEY_TIMEOUT to the auth->au_flagsGravatar Scott Mayhew 1-2/+2
2016-07-05NFS nfs_vm_page_mkwrite: Don't freeze me, Bro...Gravatar Trond Myklebust 1-0/+3
2016-07-05NFS: Remove redundant waits for O_DIRECT in fsync() and write_begin()Gravatar Trond Myklebust 1-6/+0
2016-07-05NFS: Do not serialise O_DIRECT reads and writesGravatar Trond Myklebust 1-4/+8
2016-07-05NFS: Move buffered I/O locking into nfs_file_write()Gravatar Trond Myklebust 1-12/+15
2016-07-05NFS Cleanup: move call to generic_write_checks() into fs/nfs/direct.cGravatar Trond Myklebust 1-5/+1
2016-06-22NFS: Don't call COMMIT in ->releasepage()Gravatar Trond Myklebust 1-23/+0
2016-06-22NFS: Don't hold the inode lock across fsync()Gravatar Trond Myklebust 1-2/+0
2016-06-22NFS: Kill NFS_INO_NFS_INO_FLUSHING: it is a performance killerGravatar Trond Myklebust 1-8/+0