summaryrefslogtreecommitdiff
path: root/fs/nfs
AgeCommit message (Expand)AuthorFilesLines
2010-02-27Remove EXPERIMENTAL from NFS_FSCACHEChristian Kujau1-2/+1
2010-02-17percpu: add __percpu sparse annotations to fsTejun Heo1-2/+2
2010-02-16NFS: Too many GETATTR and ACCESS calls after direct I/OChuck Lever1-0/+3
2010-02-10NFS: Make close(2) asynchronous when closing NFS O_DIRECT filesChuck Lever1-6/+1
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-02-10nfs41: cleanup callback code to use __be32 typeAndy Adamson2-22/+23
2010-02-10nfs41: clear NFS4CLNT_RECALL_SLOT bit on session resetAndy Adamson1-8/+8
2010-02-10nfs41: fix nfs4_callback_recallslotAndy Adamson1-3/+7
2010-02-10nfs41: resize slot table in resetAndy Adamson1-19/+21
2010-02-10nfs41: implement cb_recall_slotAndy Adamson5-1/+107
2010-02-10nfs41: back channel drc minimal implementationAndy Adamson2-12/+32
2010-02-10nfs41: prepare for back channel drcAndy Adamson1-10/+9
2010-02-10nfs41: remove uneeded checks in callback processingAndy Adamson1-3/+2
2010-02-10nfs41: directly encode back channel errorAndy Adamson1-1/+4
2010-02-10nfs41: fix wrong error on callback header xdr overflowAndy Adamson1-10/+18
2010-02-10nfs41: Process callback's referring call listMike Sager1-5/+14
2010-02-10nfs41: Check slot table for referring callsMike Sager1-0/+55
2010-02-10nfs41: Adjust max cache response size valueMike Sager2-5/+11
2010-02-10nfs: handle NFSv2 -EKEYEXPIRED returns from RPC layer appropriatelyJeff Layton1-0/+41
2010-02-10nfs: handle NFSv3 -EKEYEXPIRED errors as we would -EJUKEBOXJeff Layton1-4/+5
2010-02-10nfs4: handle -EKEYEXPIRED errors from RPC layerJeff Layton2-2/+10
2010-02-09NFS: Fix the mapping of the NFSERR_SERVERFAULT errorTrond Myklebust3-5/+5
2010-02-09NFS: Remove a redundant check for PageFsCache in nfs_migrate_page()Trond Myklebust1-2/+1
2010-02-09NFS: Fix a bug in nfs_fscache_release_page()Trond Myklebust1-5/+4
2010-02-03NFS: Don't clobber the attribute type in nfs_update_inode()Trond Myklebust1-1/+3
2010-02-03NFS: Fix a umount raceTrond Myklebust1-1/+14
2010-02-03NFS: Fix an Oops when truncating a fileTrond Myklebust1-8/+9
2010-01-27SUNRPC: Bury "#ifdef IPV6" in svc_create_xprt()Chuck Lever1-2/+0
2010-01-26NFS: Ensure that we handle NFS4ERR_STALE_STATEID correctlyTrond Myklebust3-14/+33
2010-01-26NFSv4.1: Don't call nfs4_schedule_state_recovery() unnecessarilyTrond Myklebust1-6/+2
2010-01-26NFSv4: Don't allow posix locking against servers that don't support itTrond Myklebust2-1/+7
2010-01-26NFSv4: Ensure that the NFSv4 locking can recover from stateid errorsTrond Myklebust1-0/+19
2010-01-26NFS: Avoid warnings when CONFIG_NFS_V4=nDavid Howells1-0/+2
2010-01-26NFS: Make nfs_commitdata_release staticH Hartley Sweeten1-1/+1
2010-01-26NFS: Try to commit unstable writes in nfs_release_page()Trond Myklebust1-0/+2
2010-01-26NFS: Fix a reference leak in nfs_wb_cancel_page()Trond Myklebust1-0/+1
2010-01-07nfs: fix oops in nfs_rename()OGAWA Hirofumi1-0/+1
2009-12-17Revert "fix mismerge with Trond's stuff (create_mnt_ns() export is gone now)"Linus Torvalds1-0/+8
2009-12-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/v...Linus Torvalds1-8/+0
2009-12-16Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds3-73/+195
2009-12-16Merge branch 'for-2.6.33' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-1/+1
2009-12-16fix mismerge with Trond's stuff (create_mnt_ns() export is gone now)Al Viro1-8/+0
2009-12-16NFSv4: Fix a regression in the NFSv4 state managerTrond Myklebust1-3/+2
2009-12-15NFSv4: Release the sequence id before restarting a CLOSE rpc callTrond Myklebust3-6/+11
2009-12-15nfs41: fix session fore channel negotiationAndy Adamson1-2/+10
2009-12-15nfs41: do not zero seqid portion of stateid on closeAndy Adamson1-2/+0
2009-12-15nfs: run state manager in privileged modeAlexandros Batsakis2-21/+16