aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfssvc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-09knfsd: move nfsv4 slab creation/destruction to module init/exitJ. Bruce Fields1-3/+1
2007-10-09knfsd: delete code made redundant by map_new_errorsJ. Bruce Fields1-2/+0
2007-10-09nfsd: tone down inaccurate dprintkJ. Bruce Fields1-1/+1
2007-07-17knfsd: nfsd4: return nfserr_wrongsecAndy Adamson1-0/+10
2007-07-17Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki1-0/+2
2007-05-21Detach sched.h from mm.hAlexey Dobriyan1-1/+1
2007-02-12[PATCH] knfsd: SUNRPC: allow creating an RPC service without registering with portmapperChuck Lever1-2/+4
2007-01-26[PATCH] knfsd: fix setting of ACL server versionsNeilBrown1-4/+4
2006-10-20[PATCH] nfsd: misc endianness annotationsAl Viro1-1/+1
2006-10-20[PATCH] xdr annotations: nfsd_dispatch()Al Viro1-4/+4
2006-10-06[PATCH] knfsd: tidy up up meaning of 'buffer size' in nfsd/sunrpcNeilBrown1-1/+1
2006-10-04[PATCH] knfsd: fix auto-sizing of nfsd request/reply buffersNeilBrown1-1/+1
2006-10-04[PATCH] knfsd: Allow max size of NFSd payload to be configuredNeilBrown1-1/+18
2006-10-02[PATCH] knfsd: allow admin to set nthreads per nodeGreg Banks1-0/+74
2006-10-02[PATCH] knfsd: use svc_set_num_threads to manage threads in knfsdGreg Banks1-31/+5
2006-10-02[PATCH] knfsd: add svc_getGreg Banks1-1/+1
2006-10-02[PATCH] knfsd: Correctly handle error condition from lockd_upNeilBrown1-6/+10
2006-10-02[PATCH] knfsd: Drop 'serv' option to svc_recv and svc_processNeilBrown1-4/+2
2006-10-02[PATCH] knfsd: allow sockets to be passed to nfsd via 'portlist'NeilBrown1-3/+1
2006-10-02[PATCH] knfsd: separate out some parts of nfsd_svc, which start nfs serversNeilBrown1-26/+57
2006-10-02[PATCH] knfsd: remove nfsd_versbits as intermediate storage for desired versionsNeilBrown1-43/+50
2006-10-02[PATCH] knfsd: be more selective in which sockets lockd listens onNeilBrown1-6/+10
2006-10-02[PATCH] knfsd: add a callback for when last rpc thread finishesNeilBrown1-22/+18
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-03-24[PATCH] fs: Use ARRAY_SIZE macroTobias Klauser1-2/+2
2006-02-01[PATCH] knfsd: Restore recently broken ACL functionality to NFS serverAndreas Gruenbacher1-27/+49
2005-11-07[PATCH] knfsd: make sure svc_process call the correct pg_authenticate for multi-service portNeilBrown1-0/+1
2005-11-07[PATCH] knfsd: Allow run-time selection of NFS versions to exportNeilBrown1-28/+51
2005-08-17[PATCH] nfsd to unlock kernel before exitingSteven Rostedt1-0/+1
2005-06-24[PATCH] knfsd: nfsd4: rename nfs4_state_initNeilBrown1-1/+1
2005-06-22[PATCH] fix nfsacl pointer arithmetic and pg_class initialization bugsAndreas Gruenbacher1-0/+1
2005-06-22[PATCH] NFSD: Add server support for NFSv3 ACLs.Andreas Gruenbacher1-0/+27
2005-04-16[PATCH] nfsd: clear signals before exiting the nfsd() threadNeilBrown1-0/+2
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+385