summaryrefslogtreecommitdiffstats
path: root/fs/nfs/file.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* nfs: remove nfs4_file_fsyncChristoph Hellwig2016-03-161-3/+5
* wrappers for ->i_mutex accessAl Viro2016-01-221-2/+2
* NFS: Use wait_on_atomic_t() for unlock after readaheadBenjamin Coddington2016-01-071-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-061-3/+3
* Move locks API users to locks_lock_inode_wait()Benjamin Coddington2015-10-221-12/+1
* NFSv4: Respect the server imposed limit on how many changes we may cacheTrond Myklebust2015-09-071-9/+1
* NFS: Don't fsync twice for O_SYNC/IS_SYNC filesTrond Myklebust2015-08-171-5/+3
* NFS: Remove nfs_release()Anna Schumaker2015-08-171-1/+2
* sunrpc: keep a count of swapfiles associated with the rpc_clntJeff Layton2015-06-101-13/+2
* Merge tag 'nfs-for-4.1-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2015-04-261-1/+2
|\
| * NFSv4.1/pnfs: Ensure that writes respect the O_SYNC flag when doing O_DIRECTTrond Myklebust2015-03-271-0/+1
| * NFS: File unlock needs to be a metadata synchronisation pointTrond Myklebust2015-03-271-1/+1