aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs/file.c
AgeCommit message (Expand)Author
2018-07-30fs: nfs: Adding new return type vm_fault_tSouptick Joarder
2017-11-17NFS: Revert "NFS: Move the flock open mode check into nfs_flock()"Benjamin Coddington
2017-09-11NFS: various changes relating to reporting IO errors.NeilBrown
2017-09-07NFS: Sync the correct byte range during synchronous writestarangg@amazon.com
2017-09-06NFS: flush data when locking a file to ensure cache coherence for mmap.NeilBrown
2017-07-27NFS: Optimize fallocate by refreshing mapping when needed.NeilBrown
2017-07-27NFS: invalidate file size when taking a lock.NeilBrown
2017-04-26NFSv4: Don't special case "launder"Trond Myklebust
2017-04-21NFS: Always wait for I/O completion before unlockBenjamin Coddington
2017-04-21NFS: Move the flock open mode check into nfs_flock()Benjamin Coddington
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-21Merge tag 'nfs-for-4.10-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2016-12-19NFS: Clean up cache validity checkingTrond Myklebust
2016-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-12-09nfs_write_end(): fix handling of short copiesAl Viro
2016-12-04NFS: Fix incorrect size revalidation when holding a delegationTrond Myklebust
2016-10-13Merge tag 'nfs-for-4.9-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2016-10-05switch generic_file_splice_read() to use of ->read_iter()Al Viro
2016-09-22nfs: eliminate pointless and confusing do_vfs_lock wrappersJeff Layton
2016-09-20nfs: cover ->migratepage with CONFIG_MIGRATIONChao Yu
2016-09-03NFS: Fix error reporting in nfs_file_write()Trond Myklebust
2016-07-24Merge branch 'writeback'Trond Myklebust
2016-07-19sunrpc: move NO_CRKEY_TIMEOUT to the auth->au_flagsScott Mayhew
2016-07-05NFS nfs_vm_page_mkwrite: Don't freeze me, Bro...Trond Myklebust
2016-07-05NFS: Remove redundant waits for O_DIRECT in fsync() and write_begin()Trond Myklebust
2016-07-05NFS: Do not serialise O_DIRECT reads and writesTrond Myklebust
2016-07-05NFS: Move buffered I/O locking into nfs_file_write()Trond Myklebust
2016-07-05NFS Cleanup: move call to generic_write_checks() into fs/nfs/direct.cTrond Myklebust
2016-06-22NFS: Don't call COMMIT in ->releasepage()Trond Myklebust
2016-06-22NFS: Don't hold the inode lock across fsync()Trond Myklebust
2016-06-22NFS: Kill NFS_INO_NFS_INO_FLUSHING: it is a performance killerTrond Myklebust
2016-06-22NFS: Cache aggressively when file is open for writingTrond Myklebust
2016-05-01direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-03-16nfs: remove nfs_inode_dio_waitChristoph Hellwig
2016-03-16nfs: remove nfs4_file_fsyncChristoph Hellwig
2016-01-22wrappers for ->i_mutex accessAl Viro
2016-01-07NFS: Use wait_on_atomic_t() for unlock after readaheadBenjamin Coddington
2016-01-04Merge branch 'pnfs_generic'Trond Myklebust
2015-12-31NFS: Allow multiple commit requests in flight per fileTrond Myklebust
2015-12-28nfs: only remove page from mapping if launder_page failsPeng Tao
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman
2015-10-22Move locks API users to locks_lock_inode_wait()Benjamin Coddington
2015-09-07NFSv4: Respect the server imposed limit on how many changes we may cacheTrond Myklebust
2015-08-17NFS: Don't fsync twice for O_SYNC/IS_SYNC filesTrond Myklebust
2015-08-17NFS: Remove nfs_release()Anna Schumaker
2015-06-10sunrpc: keep a count of swapfiles associated with the rpc_clntJeff Layton
2015-04-26Merge tag 'nfs-for-4.1-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2015-04-15nfs: generic_write_checks() shouldn't be done on swapout...Al Viro