aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/client.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-17mm: bdi init hooksPeter Zijlstra1-0/+6
2007-10-09NFS: support RDMA mounts\"Talpey, Thomas\1-0/+2
2007-10-09NFS/SUNRPC: use transport protocol naming\"Talpey, Thomas\1-2/+3
2007-10-09NFS: use in-kernel mount argument structure for nfsv4 mounts\"Talpey, Thomas\1-12/+12
2007-10-09NFS: use in-kernel mount argument structure for nfsv[23] mounts\"Talpey, Thomas\1-8/+10
2007-09-28NFS: Fix an Oops in encode_lookup()Trond Myklebust1-10/+19
2007-07-16Make NFS client use seq_list_xxx helpersPavel Emelianov1-48/+6
2007-07-10NFSv4: Reduce the chances of an open_owner identifier collisionTrond Myklebust1-2/+1
2007-07-10NFSv4: Don't reuse expired nfs4_state_owner structsTrond Myklebust1-10/+0
2007-07-10SUNRPC: Remove redundant calls to rpciod_up()/rpciod_down()Trond Myklebust1-15/+0
2007-05-21Detach sched.h from mm.hAlexey Dobriyan1-1/+1
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-04-30NFS: Added support to turn off the NFSv3 READDIRPLUS RPC.Steve Dickson1-1/+2
2007-02-12Merge branch 'master' of /home/trondmy/kernel/linux-2.6/Trond Myklebust1-2/+2
2007-02-12NFS: disconnect before retrying NFSv4 requests over TCPChuck Lever1-3/+6
2007-02-12[PATCH] mark struct file_operations const 6Arjan van de Ven1-2/+2
2007-02-03NFSv4: Fix Oops in nfs4_create_referral_serverTrond Myklebust1-2/+7
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