aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-31Merge tag 'nfs-for-5.19-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-29/+21
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-3/+15
2022-05-17NFS: Do not report flush errors in nfs_write_end()Trond Myklebust1-5/+2
2022-05-17NFS: Don't report ENOSPC write errors twiceTrond Myklebust1-20/+14
2022-05-17NFS: fsync() should report filesystem errors over EINTR/ERESTARTSYSTrond Myklebust1-4/+5
2022-05-09nfs: Convert to release_folioMatthew Wilcox (Oracle)1-11/+11
2022-05-09VFS: add FMODE_CAN_ODIRECT file flagNeilBrown1-1/+2
2022-05-09nfs: rename nfs_direct_IO and use as ->swap_rwNeilBrown1-4/+1
2022-05-09mm: introduce ->swap_rw and use it for reads from SWP_FS_OPS swap-spaceNeilBrown1-0/+4
2022-05-09mm: move responsibility for setting SWP_FS_OPS to ->swap_activateNeilBrown1-2/+12
2022-05-09nfs: Convert nfs to read_folioMatthew Wilcox (Oracle)1-2/+2
2022-05-08fs: Convert is_dirty_writeback() to take a folioMatthew Wilcox (Oracle)1-12/+9
2022-05-08fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)1-1/+1
2022-05-08fs: Remove aop flags parameter from grab_cache_page_write_begin()Matthew Wilcox (Oracle)1-1/+1
2022-04-01fs: Pass an iocb to generic_perform_write()Matthew Wilcox (Oracle)1-1/+1
2022-03-29Merge tag 'nfs-for-5.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-11/+15
2022-03-15fs: Convert trivial uses of __set_page_dirty_nobuffers to filemap_dirty_folioMatthew Wilcox (Oracle)1-1/+1
2022-03-15nfs: Convert from launder_page to launder_folioMatthew Wilcox (Oracle)1-7/+7
2022-03-15nfs: Convert from invalidatepage to invalidate_folioMatthew Wilcox (Oracle)1-8/+8
2022-03-13NFS: swap IO handling is slightly different for O_DIRECT IONeilBrown1-2/+2
2022-03-13NFSv4: keep state manager thread active if swap is enabledNeilBrown1-3/+12
2022-03-13NFS: remove IS_SWAPFILE hackNeilBrown1-5/+0
2022-02-25Convert NFS from readpages to readaheadMatthew Wilcox (Oracle)1-1/+1
2022-01-10nfs: Convert to new fscache volume/cookie APIDave Wysochanski1-5/+8
2021-09-10locks: remove LOCK_MAND flock lock supportJeff Layton1-9/+0
2021-08-31Merge tag 'nfsd-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds1-0/+3
2021-08-26nfs: don't allow reexport reclaimsJ. Bruce Fields1-0/+3
2021-08-23fs: remove mandatory file locking supportJeff Layton1-4/+0
2021-04-12NFS: Replace use of NFS_INO_REVAL_PAGECACHE when checking cache validityTrond Myklebust1-1/+1
2021-02-16NFS: Add support for eager writesTrond Myklebust1-2/+17
2021-02-08NFS: Always clear an invalid mapping when attempting a buffered writeTrond Myklebust1-0/+2
2021-02-08NFS: Optimise sparse writes past the end of fileTrond Myklebust1-3/+1
2021-02-08NFS: Fix documenting comment for nfs_revalidate_file_size()Trond Myklebust1-1/+1
2020-08-15Merge tag 'nfs-for-5.9-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-4/+13
2020-08-04nfs: nfs_file_write() should check for writeback errorsScott Mayhew1-3/+9
2020-08-01nfs: ensure correct writeback errors are returned on close()Scott Mayhew1-1/+4
2020-07-17SUNRPC reverting d03727b248d0 ("NFSv4 fix CLOSE not waiting for direct IO compeletion")Olga Kornievskaia1-1/+0
2020-06-26NFSv4 fix CLOSE not waiting for direct IO compeletionOlga Kornievskaia1-0/+1
2020-01-15NFS: Fix up fsync() when the server rebootedTrond Myklebust1-21/+16
2020-01-15fs/nfs, swapon: check holes in swapfileMurphy Zhou1-0/+12
2019-11-18NFS: Return -ETXTBSY when attempting to write to a swapfileAnna Schumaker1-1/+1
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2019-04-25NFS: Replace custom error reporting mechanism with generic oneTrond Myklebust1-21/+4
2019-04-25NFS: Don't inadvertently clear writeback errorsTrond Myklebust1-3/+3
2019-02-20pNFS: Avoid read/modify/write when it is not necessaryKazuo Ito1-14/+26
2019-02-20pNFS: Fix potential corruption of page being writtenKazuo Ito1-1/+1
2019-02-20NFS: Fix up documentation warningsTrond Myklebust1-2/+2
2018-07-30fs: nfs: Adding new return type vm_fault_tSouptick Joarder1-2/+2
2017-11-17NFS: Revert "NFS: Move the flock open mode check into nfs_flock()"Benjamin Coddington1-16/+2
2017-09-11NFS: various changes relating to reporting IO errors.NeilBrown1-6/+10