aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-02-26Remove EXPERIMENTAL from NFS_FSCACHEChristian Kujau1-2/+1
2010-02-15NFS: Too many GETATTR and ACCESS calls after direct I/OChuck Lever1-0/+3
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-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-06nfs: 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/vfs-2.6Linus 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-15NFSv4: 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
2009-12-15nfs: make recovery state manager operations privilegedAlexandros Batsakis1-18/+97
2009-12-15nfs: enforce FIFO ordering of operations trying to acquire slotAlexandros Batsakis2-6/+34
2009-12-15nfs: remove rpc_task argument from nfs4_find_slotAlexandros Batsakis1-2/+2
2009-12-15nfs: change nfs4_do_setlk params to identify recovery typeAlexandros Batsakis2-7/+11
2009-12-15nfs: do not do a LOOKUP after openAlexandros Batsakis1-3/+0
2009-12-15nfs: minor cleanup of session drainingAlexandros Batsakis1-9/+18
2009-12-14Merge git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds18-408/+898
2009-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-21/+3
2009-12-13Merge branch 'nfs-for-2.6.33'Trond Myklebust18-408/+898
2009-12-10NFS: Fix nfs_migrate_page()Trond Myklebust1-2/+3
2009-12-10vfs: Implement proper O_SYNC semanticsChristoph Hellwig2-3/+3
2009-12-08nfs41: Invoke RECLAIM_COMPLETE on all new client idsRicardo Labiaga1-3/+4
2009-12-08Merge branch 'for-2.6.33' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-1/+1
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6Linus Torvalds1-15/+7
2009-12-08NFSv41: Fix a potential state leakage when restarting nfs4_close_prepareTrond Myklebust1-17/+35
2009-12-07nfs41: Handle NFSv4.1 session errors in the delegation recall codeRicardo Labiaga1-0/+5
2009-12-07nfs41: Retry delegation return if it failed with session errorRicardo Labiaga1-2/+13
2009-12-07nfs41: Handle session errors during delegation returnRicardo Labiaga1-0/+8
2009-12-07nfs41: Mark stateids in need of reclaim if state manager gets stale clientidRicardo Labiaga1-10/+2
2009-12-07NFS: Fix up the declaration of nfs4_restart_rpc when NFSv4 not configuredTrond Myklebust5-22/+22
2009-12-06nfs41: Don't clear DRAINING flag on NFS4ERR_STALE_CLIENTIDRicardo Labiaga2-18/+43
2009-12-06nfs41: nfs41_setup_state_renewalRicardo Labiaga3-18/+31
2009-12-05NFSv41: More cleanupsTrond Myklebust1-4/+3