aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-04-01mm: page_mkwrite change prototype to match faultNick Piggin1-1/+4
2009-03-19NFS: Optimise NFS close()Trond Myklebust1-9/+2
2009-03-11NFS: Kill the "defined but not used" compile error on nommu machinesTrond Myklebust1-7/+5
2009-03-11NFS: Throttle page dirtying while we're flushing to diskTrond Myklebust1-0/+9
2009-01-04fs: symlink write_begin allocation context fixNick Piggin1-1/+1
2008-10-07nfs: remove an obsolete nfs_flock commentJ. Bruce Fields1-7/+0
2008-10-06NFS: Fix nfs_file_llseek()Trond Myklebust1-4/+7
2008-07-15Merge branch 'bkl-removal' into nextTrond Myklebust1-4/+0
2008-07-15Merge branch 'devel' into nextTrond Myklebust1-35/+116
2008-07-15NFS: Remove BKL usage from open()Trond Myklebust1-2/+0
2008-07-15NFS: Remove BKL usage from the write pathTrond Myklebust1-2/+0
2008-07-14Merge commit 'v2.6.26' into bkl-removalJonathan Corbet1-1/+1
2008-07-09NFS: Remove the redundant file_open entry from struct nfs_rpc_opsTrond Myklebust1-2/+2
2008-07-09NFS: Use NFSDBG_FILE for all fopsChuck Lever1-23/+36