aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs/file.c
AgeCommit message (Expand)Author
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik
2011-07-20fs: handle SEEK_HOLE/SEEK_DATA properly in all fs's that define their own llseekJosef Bacik
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-24NFSv4.1 convert layoutcommit sync to booleanAndy Adamson
2011-03-23NFSv4.1: layoutcommitAndy Adamson
2011-03-11NFSv4.1: shift pnfs_update_layout locationsFred Isaman
2010-12-07NFS: Fix fcntl F_GETLK not reporting some conflictsSergey Vlasov
2010-10-31locks: let the caller free file_lock on ->setlease failureChristoph Hellwig
2010-10-30locks: fix setlease methods to free passed-in lockJ. Bruce Fields
2010-10-26Merge branch 'nfs-for-2.6.37' of git://git.linux-nfs.org/projects/trondmy/nfs...Linus Torvalds
2010-10-25Merge branch 'nfs-for-2.6.37' of git://git.linux-nfs.org/projects/trondmy/nfs...Linus Torvalds
2010-10-24NFS: create and destroy inode's layout cacheBenny Halevy
2010-10-24Revalidate caches on lockRicardo Labiaga
2010-10-19NFS: Don't SIGBUS if nfs_vm_page_mkwrite races with a cache invalidationTrond Myklebust
2010-09-23nfs: introduce mount option '-olocal_lock' to make locks localSuresh Jayaraman
2010-09-12Remove incorrect do_vfs_lock messageFabio Olive Leite
2010-08-11NFS: fix the return value of nfs_file_fsync()J. R. Okajima
2010-08-07Merge branch 'nfs-for-2.6.36' of git://git.linux-nfs.org/projects/trondmy/nfs...Linus Torvalds
2010-08-03NFS: Fix up the fsync codeTrond Myklebust
2010-07-30NFS: kswapd must not block in nfs_release_pageTrond Myklebust
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig
2010-05-14NFSv4: Allow attribute caching with 'noac' mounts if client holds a delegationTrond Myklebust
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-19NFS: Prevent another deadlock in nfs_release_page()Trond Myklebust
2010-02-10NFS: Improve NFS iostat byte count accuracy for writesChuck Lever
2010-02-10NFS: Account for NFS bytes read via the splice APIChuck Lever
2010-02-10NFS: Fix byte accounting for generic NFS readsChuck Lever
2010-02-10NFS: Proper accounting for NFS VFS callsChuck Lever
2010-01-26NFS: Try to commit unstable writes in nfs_release_page()Trond Myklebust
2009-12-10vfs: Implement proper O_SYNC semanticsChristoph Hellwig
2009-09-27const: mark struct vm_struct_operationsAlexey Dobriyan
2009-09-16HWPOISON: Enable error_remove_page for NFSAndi Kleen
2009-08-10NFS: read-modify-write page updatingPeter Staubach
2009-08-10NFS: Add a ->migratepage() aop for NFSTrond Myklebust
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan
2009-06-17NFS: add support for splice writesSuresh Jayaraman
2009-06-17NFSv4/NLM: Push file locking BKL dependencies down into the NLM layerTrond Myklebust
2009-05-02NFS: Close page_mkwrite() racesTrond Myklebust
2009-04-07NFS: Fix the return value in nfs_page_mkwrite()Trond Myklebust
2009-04-03NFS: FS-Cache page managementDavid Howells
2009-04-03NFS: Add comment banners to some NFS functionsDavid Howells
2009-04-01Merge branch 'devel' into for-linusTrond Myklebust
2009-04-01mm: page_mkwrite change prototype to match faultNick Piggin
2009-03-19NFS: Optimise NFS close()Trond Myklebust
2009-03-11NFS: Kill the "defined but not used" compile error on nommu machinesTrond Myklebust
2009-03-11NFS: Throttle page dirtying while we're flushing to diskTrond Myklebust
2009-01-04fs: symlink write_begin allocation context fixNick Piggin
2008-10-07nfs: remove an obsolete nfs_flock commentJ. Bruce Fields
2008-10-06NFS: Fix nfs_file_llseek()Trond Myklebust
2008-07-15Merge branch 'bkl-removal' into nextTrond Myklebust