summaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfsctl.c
Commit message (Expand)AuthorAgeFilesLines
* const: constify remaining file_operationsAlexey Dobriyan2009-10-021-1/+1
* knfsd: Replace lock_kernel with a mutex in nfsd pool stats.Ryusei Yamaguchi2009-08-251-1/+2
* Merge branch 'nfs-for-2.6.32' of git://git.linux-nfs.org/projects/trondmy/nfs...J. Bruce Fields2009-08-211-15/+7Star
|\
| * NFSD: Support IPv6 addresses in write_failover_ip()Chuck Lever2009-08-091-14/+7Star
| * headers: smp_lock.h reduxAlexey Dobriyan2009-07-121-1/+0Star
* | nfsd: minor write_pool_threads exit cleanupJ. Bruce Fields2009-07-281-5/+1Star
* | Fix memory leak in write_pool_threadsEric Sesterhenn2009-07-281-0/+1
|/
* nfsd: don't take nfsd_mutex twice when setting number of threads.NeilBrown2009-06-181-5/+9
* NFSD: Stricter buffer size checking in fs/nfsd/nfsctl.cChuck Lever2009-04-281-5/+9
* NFSD: Stricter buffer size checking in write_versions()Chuck Lever2009-04-281-7/+25
* NFSD: Stricter buffer size checking in write_recoverydir()Chuck Lever2009-04-281-2/+3
* SUNRPC: pass buffer size to svc_sock_names()Chuck Lever2009-04-281-1/+2
* SUNRPC: pass buffer size to svc_addsock()Chuck Lever2009-04-281-1/+1
* NFSD: Prevent a buffer overflow in svc_xprt_names()Chuck Lever2009-04-281-1/+1
* NFSD: move lockd_up() before svc_addsock()Chuck Lever2009-04-281-9/+10
* NFSD: Finish refactoring __write_ports()Chuck Lever2009-04-281-7/+13
* NFSD: Note an additional requirement when passing TCP sockets to portlistChuck Lever2009-04-281-1/+3
* NFSD: Refactor socket creation out of __write_ports()Chuck Lever2009-04-281-30/+34
* NFSD: Refactor portlist socket closing into a helperChuck Lever2009-04-281-12/+24
* NFSD: Refactor transport addition out of __write_ports()Chuck Lever2009-04-281-23/+33
* NFSD: Refactor transport removal out of __write_ports()Chuck Lever2009-04-281-24/+29
* Merge branch 'for-2.6.30' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2009-04-061-3/+35
|\
| * nfsd41: control nfsv4.1 svc via /proc/fs/nfsd/versionsBenny Halevy2009-04-041-3/+23
| * knfsd: add file to export stats about nfsd poolsGreg Banks2009-03-181-0/+12
* | SUNRPC: Change svc_create_xprt() to take a @family argumentChuck Lever2009-03-281-1/+1
* | NFSD: If port value written to /proc/fs/nfsd/portlist is invalid, return EINVALChuck Lever2009-03-281-1/+3
|/
* NFSD: Add documenting comments for nfsctl interfaceChuck Lever2009-01-061-16/+437
* NFSD: Replace open-coded integer with macroChuck Lever2009-01-061-2/+2
* NFSD: Fix a handful of coding style issues in write_filehandle()Chuck Lever2009-01-061-3/+6
* NFSD: clean up failover sysctl function namingChuck Lever2009-01-061-7/+6Star
* fs: replace NIPQUAD()Harvey Harrison2008-10-311-1/+1
* [PATCH] switch nfsd to kern_path()Al Viro2008-10-231-4/+4
* NLM: Remove unused argument from svc_addsock() functionChuck Lever2008-10-041-1/+1
* NLM: Remove "proto" argument from lockd_up()Chuck Lever2008-10-041-3/+2Star
* [PATCH] get rid of indirect users of namei.hAl Viro2008-07-271-0/+1
* lockd: Pass "struct sockaddr *" to new failover-by-IP functionChuck Lever2008-07-151-5/+10
* knfsd: clean up nfsd filesystem interfacesJeff Layton2008-06-231-13/+53
* knfsd: Replace lock_kernel with a mutex for nfsd thread startup/shutdown lock...Neil Brown2008-06-231-14/+23
* nfsd: use proc_create to setup de->proc_fopsDenis V. Lunev2008-04-291-2/+2
* lockd: unlock lockd locks held for a certain filesystemWendy Cheng2008-04-251-0/+32
* lockd: unlock lockd locks associated with a given server ipWendy Cheng2008-04-251-0/+33
* nfsd: fix sparse warningsHarvey Harrison2008-04-231-7/+0Star
* IPv6 support for NFS server export cachesAurélien Charbon2008-04-231-2/+13
* nfsd: more careful input validation in nfsctl write methodsJ. Bruce Fields2008-02-011-1/+4
* svc: Add svc_xprt_names service to replace svc_sock_namesTom Tucker2008-02-011-1/+1
* knfsd: Support adding transports by writing portlist fileTom Tucker2008-02-011-1/+48
* knfsd: allow cache_register to return error on failureJ. Bruce Fields2008-02-011-3/+9
* nfsd: fail init on /proc/fs/nfs/exports creation failureJ. Bruce Fields2008-02-011-9/+28
* nfsd: fail module init on reply cache init failureJ. Bruce Fields2008-02-011-4/+7
* nfsd: cleanup nfsd module initialization cleanupJ. Bruce Fields2008-02-011-10/+12