aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfssvc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-02CRED: Add some configurable debugging [try #6]David Howells1-0/+2
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan1-1/+0
2009-06-18nfsd: optimise the starting of zero threads when none are running.NeilBrown1-2/+4
2009-06-18nfsd: don't take nfsd_mutex twice when setting number of threads.NeilBrown1-0/+6
2009-04-06Merge branch 'for-2.6.30' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-28/+60
2009-04-06nfsd41: define NFSD_DRC_SIZE_SHIFT in set_max_drcBenny Halevy1-0/+2
2009-04-03nfsd41: control nfsv4.1 svc via /proc/fs/nfsd/versionsBenny Halevy1-0/+24
2009-04-03nfsd41: hard page limit for DRCAndy Adamson1-0/+23
2009-04-03nfsd41: DRC save, restore, and clear functionsAndy Adamson1-0/+4
2009-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-5/+2
2009-03-31Take fs_struct handling to new file (fs/fs_struct.c)Al Viro1-5/+2
2009-03-28SUNRPC: Remove @family argument from svc_create() and svc_create_pooled()Chuck Lever1-1/+0
2009-03-28SUNRPC: Change svc_create_xprt() to take a @family argumentChuck Lever1-2/+2
2009-03-18knfsd: add file to export stats about nfsd poolsGreg Banks1-0/+7
2009-03-18knfsd: remove the nfsd thread busy histogramGreg Banks1-28/+0
2008-10-22NFSD: Fix BUG during NFSD shutdown processingChuck Lever1-0/+4
2008-10-04NLM: Remove "proto" argument from lockd_up()Chuck Lever1-12/+7
2008-09-29SUNRPC: Add address family field to svc_serv data structureChuck Lever1-0/+1
2008-06-30nfsd: treat all shutdown signals as equivalentJeff Layton1-25/+5
2008-06-23nfsd: fix race in nfsd_nrthreads()Neil Brown1-4/+6
2008-06-23sunrpc: remove sv_kill_signal field from svc_serv structJeff Layton1-2/+1
2008-06-23knfsd: convert knfsd to kthread APIJeff Layton1-16/+29
2008-06-23knfsd: remove special handling for SIGHUPJeff Layton1-25/+8
2008-06-23knfsd: clean up nfsd filesystem interfacesJeff Layton1-0/+8
2008-06-23knfsd: Replace lock_kernel with a mutex for nfsd thread startup/shutdown locking.Neil Brown1-13/+32
2008-04-23NFSD: Remove NFSD_TCP kernel build optionChuck Lever1-2/+0
2008-02-01svc: Make close transport independentTom Tucker1-2/+2
2008-02-01svc: Change services to use new svc_create_xprt serviceTom Tucker1-2/+2
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