summaryrefslogtreecommitdiff
path: root/fs/nfs/file.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-26NFSv4: Don't special case "launder"Trond Myklebust1-1/+1
2017-04-21NFS: Always wait for I/O completion before unlockBenjamin Coddington1-5/+5
2017-04-21NFS: Move the flock open mode check into nfs_flock()Benjamin Coddington1-2/+16
2017-02-25mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang1-2/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-21Merge tag 'nfs-for-4.10-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-11/+1
2016-12-20NFS: Clean up cache validity checkingTrond Myklebust1-11/+1
2016-12-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2016-12-10nfs_write_end(): fix handling of short copiesAl Viro1-1/+1
2016-12-05NFS: Fix incorrect size revalidation when holding a delegationTrond Myklebust1-1/+4
2016-10-14Merge tag 'nfs-for-4.9-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-7/+4
2016-10-06switch generic_file_splice_read() to use of ->read_iter()Al Viro1-24/+1
2016-09-22nfs: eliminate pointless and confusing do_vfs_lock wrappersJeff Layton1-7/+2
2016-09-20nfs: cover ->migratepage with CONFIG_MIGRATIONChao Yu1-0/+2
2016-09-03NFS: Fix error reporting in nfs_file_write()Trond Myklebust1-1/+4
2016-07-25Merge branch 'writeback'Trond Myklebust1-69/+27
2016-07-19sunrpc: move NO_CRKEY_TIMEOUT to the auth->au_flagsScott Mayhew1-2/+2
2016-07-06NFS nfs_vm_page_mkwrite: Don't freeze me, Bro...Trond Myklebust1-0/+3
2016-07-06NFS: Remove redundant waits for O_DIRECT in fsync() and write_begin()Trond Myklebust1-6/+0
2016-07-06NFS: Do not serialise O_DIRECT reads and writesTrond Myklebust1-4/+8
2016-07-06NFS: Move buffered I/O locking into nfs_file_write()Trond Myklebust1-12/+15
2016-07-06NFS Cleanup: move call to generic_write_checks() into fs/nfs/direct.cTrond Myklebust1-5/+1
2016-06-22NFS: Don't call COMMIT in ->releasepage()Trond Myklebust1-23/+0
2016-06-22NFS: Don't hold the inode lock across fsync()Trond Myklebust1-2/+0
2016-06-22NFS: Kill NFS_INO_NFS_INO_FLUSHING: it is a performance killerTrond Myklebust1-8/+0
2016-06-22NFS: Cache aggressively when file is open for writingTrond Myklebust1-11/+2
2016-05-02direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig1-1/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-10/+10
2016-03-16nfs: remove nfs_inode_dio_waitChristoph Hellwig1-2/+2
2016-03-16nfs: remove nfs4_file_fsyncChristoph Hellwig1-3/+5
2016-01-23wrappers for ->i_mutex accessAl Viro1-2/+2
2016-01-08NFS: Use wait_on_atomic_t() for unlock after readaheadBenjamin Coddington1-1/+1
2016-01-04Merge branch 'pnfs_generic'Trond Myklebust1-1/+1
2015-12-31NFS: Allow multiple commit requests in flight per fileTrond Myklebust1-1/+1
2015-12-28nfs: only remove page from mapping if launder_page failsPeng Tao1-1/+1
2015-11-07mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman1-3/+3
2015-10-22Move locks API users to locks_lock_inode_wait()Benjamin Coddington1-12/+1
2015-09-07NFSv4: Respect the server imposed limit on how many changes we may cacheTrond Myklebust1-9/+1
2015-08-18NFS: Don't fsync twice for O_SYNC/IS_SYNC filesTrond Myklebust1-5/+3
2015-08-17NFS: Remove nfs_release()Anna Schumaker1-1/+2
2015-06-11sunrpc: keep a count of swapfiles associated with the rpc_clntJeff Layton1-13/+2
2015-04-27Merge tag 'nfs-for-4.1-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-1/+2
2015-04-15nfs: generic_write_checks() shouldn't be done on swapout...Al Viro1-4/+7
2015-04-12mirror O_APPEND and O_DIRECT into iocb->ki_flagsAl Viro1-3/+3
2015-04-12make new_sync_{read,write}() staticAl Viro1-2/+0
2015-04-12Merge branch 'iocb' into for-nextAl Viro1-1/+0
2015-03-27NFSv4.1/pnfs: Ensure that writes respect the O_SYNC flag when doing O_DIRECTTrond Myklebust1-0/+1
2015-03-27NFS: File unlock needs to be a metadata synchronisation pointTrond Myklebust1-1/+1
2015-03-26fs: move struct kiocb to fs.hChristoph Hellwig1-1/+0
2015-03-03NFS: Don't write enable new pages while an invalidation is proceedingTrond Myklebust1-0/+3