aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs
AgeCommit message (Expand)Author
2010-03-05make sure data is on disk before calling ->write_inodeChristoph Hellwig
2010-03-04Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs into for-2.6.34-incomingJ. Bruce Fields
2010-03-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2010-03-03a couple of mntget+dget -> path_get in nfs4procAl Viro
2010-03-03Switch alloc_nfs_open_context() to struct pathAl Viro
2010-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds
2010-03-02nfs41 fix NFS4ERR_CLID_INUSE for exchange idAndy Adamson
2010-03-02NFS: Fix an allocation-under-spinlock bugTrond Myklebust
2010-03-02NFSv4.1: Various fixes to the sequence flag error handlingTrond Myklebust
2010-03-02nfs4: renewd renew operations should take/put a client referenceAlexandros Batsakis
2010-03-02nfs41: renewd sequence operations should take/put client referenceAlexandros Batsakis
2010-03-02nfs: prevent backlogging of renewd requestsAlexandros Batsakis
2010-03-02nfs: kill renewd before clearing client minor versionAlexandros Batsakis
2010-02-26Remove EXPERIMENTAL from NFS_FSCACHEChristian Kujau
2010-02-17percpu: add __percpu sparse annotations to fsTejun Heo
2010-02-15NFS: Too many GETATTR and ACCESS calls after direct I/OChuck Lever
2010-02-10NFS: Make close(2) asynchronous when closing NFS O_DIRECT filesChuck Lever
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-02-10nfs41: cleanup callback code to use __be32 typeAndy Adamson
2010-02-10nfs41: clear NFS4CLNT_RECALL_SLOT bit on session resetAndy Adamson
2010-02-10nfs41: fix nfs4_callback_recallslotAndy Adamson
2010-02-10nfs41: resize slot table in resetAndy Adamson
2010-02-10nfs41: implement cb_recall_slotAndy Adamson
2010-02-10nfs41: back channel drc minimal implementationAndy Adamson
2010-02-10nfs41: prepare for back channel drcAndy Adamson
2010-02-10nfs41: remove uneeded checks in callback processingAndy Adamson
2010-02-10nfs41: directly encode back channel errorAndy Adamson
2010-02-10nfs41: fix wrong error on callback header xdr overflowAndy Adamson
2010-02-10nfs41: Process callback's referring call listMike Sager
2010-02-10nfs41: Check slot table for referring callsMike Sager
2010-02-10nfs41: Adjust max cache response size valueMike Sager
2010-02-10nfs: handle NFSv2 -EKEYEXPIRED returns from RPC layer appropriatelyJeff Layton
2010-02-10nfs: handle NFSv3 -EKEYEXPIRED errors as we would -EJUKEBOXJeff Layton
2010-02-10nfs4: handle -EKEYEXPIRED errors from RPC layerJeff Layton
2010-02-09NFS: Fix the mapping of the NFSERR_SERVERFAULT errorTrond Myklebust
2010-02-09NFS: Remove a redundant check for PageFsCache in nfs_migrate_page()Trond Myklebust
2010-02-09NFS: Fix a bug in nfs_fscache_release_page()Trond Myklebust
2010-02-03NFS: Don't clobber the attribute type in nfs_update_inode()Trond Myklebust
2010-02-03NFS: Fix a umount raceTrond Myklebust
2010-02-03NFS: Fix an Oops when truncating a fileTrond Myklebust
2010-01-26SUNRPC: Bury "#ifdef IPV6" in svc_create_xprt()Chuck Lever
2010-01-26NFS: Ensure that we handle NFS4ERR_STALE_STATEID correctlyTrond Myklebust
2010-01-26NFSv4.1: Don't call nfs4_schedule_state_recovery() unnecessarilyTrond Myklebust
2010-01-26NFSv4: Don't allow posix locking against servers that don't support itTrond Myklebust
2010-01-26NFSv4: Ensure that the NFSv4 locking can recover from stateid errorsTrond Myklebust
2010-01-26NFS: Avoid warnings when CONFIG_NFS_V4=nDavid Howells
2010-01-26NFS: Make nfs_commitdata_release staticH Hartley Sweeten