summaryrefslogtreecommitdiffstats
path: root/fs/nfs/file.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+4Star
* 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/+2Star
* NFS: various changes relating to reporting IO errors.NeilBrown2017-09-121-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-251-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/+1Star
|\
| * NFS: Clean up cache validity checkingTrond Myklebust2016-12-191-11/+1Star
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-12-181-1/+1
|\ \ | |/ |/|
| * nfs_write_end(): fix handling of short copiesAl Viro2016-12-101-1/+1
* | NFS: Fix incorrect size revalidation when holding a delegationTrond Myklebust2016-12-051-1/+4
|/
* Merge tag 'nfs-for-4.9-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2016-10-141-7/+4Star
|\
| * nfs: eliminate pointless and confusing do_vfs_lock wrappersJeff Layton2016-09-221-7/+2Star
| * nfs: cover ->migratepage with CONFIG_MIGRATIONChao Yu2016-09-201-0/+2
* | switch generic_file_splice_read() to use of ->read_iter()Al Viro2016-10-061-24/+1Star
|/
* NFS: Fix error reporting in nfs_file_write()Trond Myklebust2016-09-031-1/+4
* Merge branch 'writeback'Trond Myklebust2016-07-241-69/+27Star
|\
| * NFS nfs_vm_page_mkwrite: Don't freeze me, Bro...Trond Myklebust2016-07-061-0/+3
| * NFS: Remove redundant waits for O_DIRECT in fsync() and write_begin()Trond Myklebust2016-07-061-6/+0Star
| * NFS: Do not serialise O_DIRECT reads and writesTrond Myklebust2016-07-061-4/+8
| * NFS: Move buffered I/O locking into nfs_file_write()Trond Myklebust2016-07-061-12/+15
| * NFS Cleanup: move call to generic_write_checks() into fs/nfs/direct.cTrond Myklebust2016-07-061-5/+1Star
| * NFS: Don't call COMMIT in ->releasepage()Trond Myklebust2016-06-221-23/+0Star
| * NFS: Don't hold the inode lock across fsync()Trond Myklebust2016-06-221-2/+0Star
| * NFS: Kill NFS_INO_NFS_INO_FLUSHING: it is a performance killerTrond Myklebust2016-06-221-8/+0Star
| * NFS: Cache aggressively when file is open for writingTrond Myklebust2016-06-221-11/+2Star
* | 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-021-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
* nfs: remove nfs4_file_fsyncChristoph Hellwig2016-03-161-3/+5
* wrappers for ->i_mutex accessAl Viro2016-01-231-2/+2
* NFS: Use wait_on_atomic_t() for unlock after readaheadBenjamin Coddington2016-01-081-1/+1
* Merge branch 'pnfs_generic'Trond Myklebust2016-01-041-1/+1
|\
| * NFS: Allow multiple commit requests in flight per fileTrond Myklebust2015-12-311-1/+1
* | nfs: only remove page from mapping if launder_page failsPeng Tao2015-12-281-1/+1
|/
* mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman2015-11-071-3/+3
* Move locks API users to locks_lock_inode_wait()Benjamin Coddington2015-10-221-12/+1Star