aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfssvc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-04svcrpc: simpler request droppingJ. Bruce Fields1-1/+1
2010-10-01sunrpc: Add net argument to svc_create_xprtPavel Emelyanov1-2/+3
2010-08-06nfsd: initialize nfsd versions before creating svcJ. Bruce Fields1-1/+1
2010-08-06nfsd: fix startup/shutdown order bugJ. Bruce Fields1-14/+16
2010-07-23nfsd: minor nfsd_svc() cleanupJ. Bruce Fields1-6/+7
2010-07-23nfsd: move more into nfsd_startup()J. Bruce Fields1-34/+35
2010-07-23nfsd: just keep single lockd reference for nfsdJeff Layton1-11/+14
2010-07-23nfsd: clean up nfsd_create_serv error handlingJeff Layton1-3/+2
2010-07-23nfsd4: fix v4 state shutdown error pathsJeff Layton1-9/+42
2010-05-14NFSD: don't report compiled-out versions as presentPavel Emelyanov1-1/+1
2009-12-15nfsd: remove pointless paths in file headersJ. Bruce Fields1-2/+0
2009-12-14nfsd: Move private headers to source directoryBoaz Harrosh1-2/+2
2009-12-14nfsd: Source files #include cleanupsBoaz Harrosh1-15/+0
2009-11-13nfsd: make fs/nfsd/vfs.h for common includesJ. Bruce Fields1-0/+1
2009-09-22Merge branch 'for-2.6.32' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-14/+40
2009-09-15nfsd4: allow nfs4 state startup to failJ. Bruce Fields1-1/+3
2009-09-02CRED: Add some configurable debugging [try #6]David Howells1-0/+2
2009-09-01nfsd41: replace page based DRC with buffer based DRCAndy Adamson1-4/+0
2009-08-25knfsd: Replace lock_kernel with a mutex in nfsd pool stats.Ryusei Yamaguchi1-2/+21
2009-08-21Merge branch 'nfs-for-2.6.32' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 into for-2.6.32-incomingJ. Bruce Fields1-1/+0
2009-07-28nfsd41: hange from page to memory based drc limitsAndy Adamson1-7/+6
2009-07-28nfsd41: reserve less memory for DRCAndy Adamson1-2/+1
2009-07-14nfsd41: use globals for DRC limitsAndy Adamson1-4/+15
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