aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/client.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-11-22WorkStruct: Pass the work_struct pointer instead of context dataDavid Howells1-1/+1
2006-11-22WorkStruct: Separate delayable and non-delayable events.David Howells1-1/+1
2006-10-20[PATCH] NFS: Fix NFSv4 callback regressionTrond Myklebust1-7/+12
2006-10-20[PATCH] nfs4: initialize cl_ipaddrJ. Bruce Fields1-2/+6
2006-10-08Fix extraneous '&' in recent NFS client cleanupLinus Torvalds1-1/+1
2006-10-08[PATCH] NFS: Fix typo in nfs_get_client()Trond Myklebust1-19/+5
2006-10-08[PATCH] NFS: Fix typo in nfs_get_client()Trond Myklebust1-1/+1
2006-10-04Remove all inclusions of <linux/config.h>Dave Jones1-1/+0
2006-10-02[PATCH] knfsd: be more selective in which sockets lockd listens onNeilBrown1-1/+2
2006-09-22NFSv4: It's perfectly legal for clp to be NULL here....J. Bruce Fields1-1/+1
2006-09-22Fix a referral error Oopsandros@citi.umich.edu1-0/+2
2006-09-22NFS: Fix up compiler warnings on 64-bit platforms in client.cDavid Howells1-6/+14
2006-09-22NFSv4: Fix a use-after-free issue with the nfs server.Trond Myklebust1-15/+21
2006-09-22NFS: Convert NFS client to use new rpc_create() APIChuck Lever1-16/+11
2006-09-22NFS: Fix nfs_alloc_client()Trond Myklebust1-5/+5
2006-09-22NFS: Fix error handlingDavid Howells1-0/+3
2006-09-22NFS: Add server and volume lists to /procDavid Howells1-0/+284
2006-09-22NFS: Share NFS superblocks per-protocol per-server per-FSIDDavid Howells1-8/+727
2006-09-22NFS: Eliminate client_sys in favour of cl_rpcclientDavid Howells1-0/+119
2006-09-22NFS: Generalise the nfs_client structureDavid Howells1-0/+312