summaryrefslogtreecommitdiffstats
path: root/fs/nfs/file.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfs-for-5.9-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2020-08-151-4/+13
|\
| * nfs: nfs_file_write() should check for writeback errorsScott Mayhew2020-08-041-3/+9
| * nfs: ensure correct writeback errors are returned on close()Scott Mayhew2020-08-011-1/+4
* | SUNRPC reverting d03727b248d0 ("NFSv4 fix CLOSE not waiting for direct IO com...Olga Kornievskaia2020-07-171-1/+0
|/
* NFSv4 fix CLOSE not waiting for direct IO compeletionOlga Kornievskaia2020-06-261-0/+1
* NFS: Fix up fsync() when the server rebootedTrond Myklebust2020-01-151-21/+16
* fs/nfs, swapon: check holes in swapfileMurphy Zhou2020-01-151-0/+12
* NFS: Return -ETXTBSY when attempting to write to a swapfileAnna Schumaker2019-11-181-1/+1
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* NFS: Replace custom error reporting mechanism with generic oneTrond Myklebust2019-04-251-21/+4
* NFS: Don't inadvertently clear writeback errorsTrond Myklebust2019-04-251-3/+3
* pNFS: Avoid read/modify/write when it is not necessaryKazuo Ito2019-02-201-14/+26
* pNFS: Fix potential corruption of page being writtenKazuo Ito2019-02-201-1/+1
* NFS: Fix up documentation warningsTrond Myklebust2019-02-201-2/+2
* fs: nfs: Adding new return type vm_fault_tSouptick Joarder2018-07-301-2/+2
* NFS: Revert "NFS: Move the flock open mode check into nfs_flock()"Benjamin Coddington2017-11-171-16/+2
* NFS: various changes relating to reporting IO errors.NeilBrown2017-09-111-6/+10
* NFS: Sync the correct byte range during synchronous writestarangg@amazon.com2017-09-071-3/+3
* NFS: flush data when locking a file to ensure cache coherence for mmap.NeilBrown2017-09-061-4/+7
* NFS: Optimize fallocate by refreshing mapping when needed.NeilBrown2017-07-271-0/+2
* NFS: invalidate file size when taking a lock.NeilBrown2017-07-271-1/+1
* NFSv4: Don't special case "launder"Trond Myklebust2017-04-261-1/+1
* NFS: Always wait for I/O completion before unlockBenjamin Coddington2017-04-211-5/+5
* NFS: Move the flock open mode check into nfs_flock()Benjamin Coddington2017-04-211-2/+16
* mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2017-02-241-2/+2
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* Merge tag 'nfs-for-4.10-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2016-12-211-11/+1
|\
| * NFS: Clean up cache validity checkingTrond Myklebust2016-12-191-11/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-12-171-1/+1
|\ \ | |/ |/|
| * nfs_write_end(): fix handling of short copiesAl Viro2016-12-091-1/+1
* | NFS: Fix incorrect size revalidation when holding a delegationTrond Myklebust2016-12-041-1/+4
|/
* Merge tag 'nfs-for-4.9-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2016-10-131-7/+4
|\
| * nfs: eliminate pointless and confusing do_vfs_lock wrappersJeff Layton2016-09-221-7/+2
| * nfs: cover ->migratepage with CONFIG_MIGRATIONChao Yu2016-09-201-0/+2
* | switch generic_file_splice_read() to use of ->read_iter()Al Viro2016-10-051-24/+1
|/
* NFS: Fix error reporting in nfs_file_write()Trond Myklebust2016-09-031-1/+4
* Merge branch 'writeback'Trond Myklebust2016-07-241-69/+27
|\
| * NFS nfs_vm_page_mkwrite: Don't freeze me, Bro...Trond Myklebust2016-07-051-0/+3
| * NFS: Remove redundant waits for O_DIRECT in fsync() and write_begin()Trond Myklebust2016-07-051-6/+0
| * NFS: Do not serialise O_DIRECT reads and writesTrond Myklebust2016-07-051-4/+8
| * NFS: Move buffered I/O locking into nfs_file_write()Trond Myklebust2016-07-051-12/+15
| * NFS Cleanup: move call to generic_write_checks() into fs/nfs/direct.cTrond Myklebust2016-07-051-5/+1
| * NFS: Don't call COMMIT in ->releasepage()Trond Myklebust2016-06-221-23/+0
| * NFS: Don't hold the inode lock across fsync()Trond Myklebust2016-06-221-2/+0
| * NFS: Kill NFS_INO_NFS_INO_FLUSHING: it is a performance killerTrond Myklebust2016-06-221-8/+0
| * NFS: Cache aggressively when file is open for writingTrond Myklebust2016-06-221-11/+2
* | sunrpc: move NO_CRKEY_TIMEOUT to the auth->au_flagsScott Mayhew2016-07-191-2/+2
|/
* direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig2016-05-011-1/+1
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-10/+10
* nfs: remove nfs_inode_dio_waitChristoph Hellwig2016-03-161-2/+2