summaryrefslogtreecommitdiff
path: root/fs/nfs/file.c
AgeCommit message (Expand)Author
2021-09-10locks: remove LOCK_MAND flock lock supportJeff Layton
2021-08-31Merge tag 'nfsd-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2021-08-26nfs: don't allow reexport reclaimsJ. Bruce Fields
2021-08-23fs: remove mandatory file locking supportJeff Layton
2021-04-12NFS: Replace use of NFS_INO_REVAL_PAGECACHE when checking cache validityTrond Myklebust
2021-02-16NFS: Add support for eager writesTrond Myklebust
2021-02-08NFS: Always clear an invalid mapping when attempting a buffered writeTrond Myklebust
2021-02-08NFS: Optimise sparse writes past the end of fileTrond Myklebust
2021-02-08NFS: Fix documenting comment for nfs_revalidate_file_size()Trond Myklebust
2020-08-15Merge tag 'nfs-for-5.9-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2020-08-04nfs: nfs_file_write() should check for writeback errorsScott Mayhew
2020-08-01nfs: ensure correct writeback errors are returned on close()Scott Mayhew
2020-07-17SUNRPC reverting d03727b248d0 ("NFSv4 fix CLOSE not waiting for direct IO com...Olga Kornievskaia
2020-06-26NFSv4 fix CLOSE not waiting for direct IO compeletionOlga Kornievskaia
2020-01-15NFS: Fix up fsync() when the server rebootedTrond Myklebust
2020-01-15fs/nfs, swapon: check holes in swapfileMurphy Zhou
2019-11-18NFS: Return -ETXTBSY when attempting to write to a swapfileAnna Schumaker
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-04-25NFS: Replace custom error reporting mechanism with generic oneTrond Myklebust
2019-04-25NFS: Don't inadvertently clear writeback errorsTrond Myklebust
2019-02-20pNFS: Avoid read/modify/write when it is not necessaryKazuo Ito
2019-02-20pNFS: Fix potential corruption of page being writtenKazuo Ito
2019-02-20NFS: Fix up documentation warningsTrond Myklebust
2018-07-30fs: nfs: Adding new return type vm_fault_tSouptick Joarder
2017-11-17NFS: Revert "NFS: Move the flock open mode check into nfs_flock()"Benjamin Coddington
2017-09-11NFS: various changes relating to reporting IO errors.NeilBrown
2017-09-07NFS: Sync the correct byte range during synchronous writestarangg@amazon.com
2017-09-06NFS: flush data when locking a file to ensure cache coherence for mmap.NeilBrown
2017-07-27NFS: Optimize fallocate by refreshing mapping when needed.NeilBrown
2017-07-27NFS: invalidate file size when taking a lock.NeilBrown
2017-04-26NFSv4: Don't special case "launder"Trond Myklebust
2017-04-21NFS: Always wait for I/O completion before unlockBenjamin Coddington
2017-04-21NFS: Move the flock open mode check into nfs_flock()Benjamin Coddington
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-21Merge tag 'nfs-for-4.10-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2016-12-19NFS: Clean up cache validity checkingTrond Myklebust
2016-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-12-09nfs_write_end(): fix handling of short copiesAl Viro
2016-12-04NFS: Fix incorrect size revalidation when holding a delegationTrond Myklebust
2016-10-13Merge tag 'nfs-for-4.9-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2016-10-05switch generic_file_splice_read() to use of ->read_iter()Al Viro
2016-09-22nfs: eliminate pointless and confusing do_vfs_lock wrappersJeff Layton
2016-09-20nfs: cover ->migratepage with CONFIG_MIGRATIONChao Yu
2016-09-03NFS: Fix error reporting in nfs_file_write()Trond Myklebust
2016-07-24Merge branch 'writeback'Trond Myklebust
2016-07-19sunrpc: move NO_CRKEY_TIMEOUT to the auth->au_flagsScott Mayhew
2016-07-05NFS nfs_vm_page_mkwrite: Don't freeze me, Bro...Trond Myklebust
2016-07-05NFS: Remove redundant waits for O_DIRECT in fsync() and write_begin()Trond Myklebust
2016-07-05NFS: Do not serialise O_DIRECT reads and writesTrond Myklebust