aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/super.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-10-20[PATCH] NFSv4: Fix thinko in fs/nfs/super.cTrond Myklebust1-1/+1
2006-10-04Remove all inclusions of <linux/config.h>Dave Jones1-1/+0
2006-09-24[PATCH] Allow file systems to manually d_move() inside of ->rename()Mark Fasheh1-5/+5
2006-09-22NFSv4: When mounting with a port=0 argument, substitute port=2049Trond Myklebust1-0/+3
2006-09-22NFSv4: Fix a use-after-free issue with the nfs server.Trond Myklebust1-3/+5
2006-09-22NFS: Ensure NFSv2/v3 mounts respect the NFS_MOUNT_SECFLAVOUR flagTrond Myklebust1-2/+4
2006-09-22NFS: Share NFS superblocks per-protocol per-server per-FSIDDavid Howells1-763/+444
2006-09-22NFS: Start rpciod in server common managementDavid Howells1-25/+6
2006-09-22NFS: Eliminate client_sys in favour of cl_rpcclientDavid Howells1-171/+51
2006-09-22NFS: Move rpc_ops from nfs_server to nfs_clientDavid Howells1-26/+33
2006-09-22NFS: Maintain a common server record for NFS2/3 as well as for NFS4David Howells1-1/+20
2006-09-22NFS: Add extra const qualifiersDavid Howells1-5/+5
2006-09-22NFS: Use the dentry superblock directly in nfs_statfs()David Howells1-7/+6
2006-09-22NFS: Generalise the nfs_client structureDavid Howells1-32/+21
2006-09-22NFS: Return an error when starting the idmapping pipeDavid Howells1-1/+2
2006-09-22NFS: Rename nfs_server::nfs4_stateDavid Howells1-3/+3
2006-09-22NFS: Rename struct nfs4_client to struct nfs_clientDavid Howells1-2/+2
2006-09-22NFS: Fix up split of fs/nfs/inode.cDavid Howells1-36/+4
2006-09-22NFS: Add an ACCESS cache memory shrinkerTrond Myklebust1-0/+5
2006-06-25nfs-build-fix-99Andrew Morton1-0/+4
2006-06-24Merge branch 'master' of /home/trondmy/kernel/linux-2.6/Trond Myklebust1-66/+102
2006-06-09NFS: Display the chosen RPCSEC_GSS security flavour in /proc/mountsTrond Myklebust1-0/+29
2006-06-09NFS: Split fs/nfs/inode.cDavid Howells1-0/+1468