aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/file.c
AgeCommit message (Expand)Author
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
2015-04-11mirror O_APPEND and O_DIRECT into iocb->ki_flagsAl Viro
2015-04-11make new_sync_{read,write}() staticAl Viro
2015-04-11Merge branch 'iocb' into for-nextAl Viro
2015-03-27NFSv4.1/pnfs: Ensure that writes respect the O_SYNC flag when doing O_DIRECTTrond Myklebust
2015-03-27NFS: File unlock needs to be a metadata synchronisation pointTrond Myklebust
2015-03-25fs: move struct kiocb to fs.hChristoph Hellwig
2015-03-03NFS: Don't write enable new pages while an invalidation is proceedingTrond Myklebust
2015-03-03NFS: Fix a regression in the read() syscallTrond Myklebust
2015-03-01NFS: Ensure that buffered writes wait for O_DIRECT writes to completeTrond Myklebust
2015-02-10mm: drop vm_ops->remap_pages and generic_file_remap_pages() stubKirill A. Shutemov
2014-10-18Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2014-10-14block: Remove REQ_KERNELMartin K. Petersen
2014-10-11Merge tag 'locks-v3.18-1' of git://git.samba.org/jlayton/linuxLinus Torvalds
2014-09-25NFS/SUNRPC: Remove other deadlock-avoidance mechanisms in nfs_release_page()NeilBrown
2014-09-25NFS: avoid waiting at all in nfs_release_page when congested.NeilBrown
2014-09-25NFS: avoid deadlocks with loop-back mounted NFS filesystems.NeilBrown
2014-09-10nfs: fix RCU cl_xprt handling in nfs_swap_activate/deactivateJeff Layton
2014-09-10pnfs: add flag to force read-modify-write in ->write_beginChristoph Hellwig
2014-09-09locks: consolidate "nolease" routinesJeff Layton
2014-07-16sched: Remove proliferation of wait_on_bit() action functionsNeilBrown
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-06-12nfs: switch to iter_splice_write_file()Al Viro