aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-05NFS - fix recent breakage to NFS error handling.NeilBrown1-2/+2
2011-12-15NFS: Fix a regression in nfs_file_llseek()Trond Myklebust1-1/+1
2011-11-04nfs: move nfs_file_operations declaration to bottom of file.c (try #2)Jeff Layton1-40/+19
2011-11-04nfs: when attempting to open a directory, fall back on normal lookup (try #5)Jeff Layton1-0/+32
2011-11-02Merge branch 'osd-devel' into nfs-for-nextTrond Myklebust1-8/+2
2011-11-02nfs: Fix unused variable warning from file.cRakib Mullick1-6/+3
2011-10-28nfs: drop unnecessary locking in llseekAndi Kleen1-9/+2
2011-10-28vfs: do (nearly) lockless generic_file_llseekAndi Kleen1-2/+3
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik1-3/+8
2011-07-20fs: handle SEEK_HOLE/SEEK_DATA properly in all fs's that define their own llseekJosef Bacik1-2/+5
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-24NFSv4.1 convert layoutcommit sync to booleanAndy Adamson1-1/+1
2011-03-23NFSv4.1: layoutcommitAndy Adamson1-0/+3
2011-03-11NFSv4.1: shift pnfs_update_layout locationsFred Isaman1-4/+0
2010-12-07NFS: Fix fcntl F_GETLK not reporting some conflictsSergey Vlasov1-0/+2
2010-10-31locks: let the caller free file_lock on ->setlease failureChristoph Hellwig1-2/+0
2010-10-30locks: fix setlease methods to free passed-in lockJ. Bruce Fields1-1/+2
2010-10-26Merge branch 'nfs-for-2.6.37' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds1-0/+5
2010-10-25Merge branch 'nfs-for-2.6.37' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds1-25/+56
2010-10-24NFS: create and destroy inode's layout cacheBenny Halevy1-0/+5
2010-10-24Revalidate caches on lockRicardo Labiaga1-3/+16
2010-10-19NFS: Don't SIGBUS if nfs_vm_page_mkwrite races with a cache invalidationTrond Myklebust1-9/+8
2010-09-23nfs: introduce mount option '-olocal_lock' to make locks localSuresh Jayaraman1-13/+32
2010-09-12Remove incorrect do_vfs_lock messageFabio Olive Leite1-4/+0
2010-08-11NFS: fix the return value of nfs_file_fsync()J. R. Okajima1-1/+1
2010-08-07Merge branch 'nfs-for-2.6.36' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds1-30/+21
2010-08-03NFS: Fix up the fsync codeTrond Myklebust1-30/+21
2010-07-30NFS: kswapd must not block in nfs_release_pageTrond Myklebust1-2/+11
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig1-2/+3
2010-05-14NFSv4: Allow attribute caching with 'noac' mounts if client holds a delegationTrond Myklebust1-6/+9
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+1
2010-03-19NFS: Prevent another deadlock in nfs_release_page()Trond Myklebust1-1/+2
2010-02-10NFS: Improve NFS iostat byte count accuracy for writesChuck Lever1-3/+12
2010-02-10NFS: Account for NFS bytes read via the splice APIChuck Lever1-1/+4
2010-02-10NFS: Fix byte accounting for generic NFS readsChuck Lever1-2/+4
2010-02-10NFS: Proper accounting for NFS VFS callsChuck Lever1-2/+2
2010-01-26NFS: Try to commit unstable writes in nfs_release_page()Trond Myklebust1-0/+2
2009-12-10vfs: Implement proper O_SYNC semanticsChristoph Hellwig1-2/+2
2009-09-27const: mark struct vm_struct_operationsAlexey Dobriyan1-2/+2
2009-09-16HWPOISON: Enable error_remove_page for NFSAndi Kleen1-0/+1
2009-08-10NFS: read-modify-write page updatingPeter Staubach1-2/+46
2009-08-10NFS: Add a ->migratepage() aop for NFSTrond Myklebust1-0/+1
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan1-1/+0
2009-06-17NFS: add support for splice writesSuresh Jayaraman1-0/+31
2009-06-17NFSv4/NLM: Push file locking BKL dependencies down into the NLM layerTrond Myklebust1-6/+0
2009-05-02NFS: Close page_mkwrite() racesTrond Myklebust1-3/+3
2009-04-07NFS: Fix the return value in nfs_page_mkwrite()Trond Myklebust1-2/+0
2009-04-03NFS: FS-Cache page managementDavid Howells1-4/+14
2009-04-03NFS: Add comment banners to some NFS functionsDavid Howells1-0/+26
2009-04-01Merge branch 'devel' into for-linusTrond Myklebust1-16/+16