summaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfsctl.c
Commit message (Expand)AuthorAgeFilesLines
* nfsd: only register cld pipe notifier when CONFIG_NFSD_V4 is enabledJeff Layton2012-03-291-3/+3
* nfsd: add notifier to handle mount/unmount of rpc_pipefs sbJeff Layton2012-03-261-1/+8
* nfsd: add a per-net-namespace struct for nfsdJeff Layton2012-03-261-1/+14
* SUNRPC: search for service transports in network namespace contextStanislav Kinsbursky2012-01-311-2/+2
* SUNRPC: parametrize rpc_pton() by network contextStanislav Kinsbursky2012-01-311-1/+1
* Merge branch 'for-3.3' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2012-01-141-1/+9
|\
| * NFSD: Call nfsd4_init_slabs() from init_nfsd()Bryan Schumaker2011-11-071-1/+2
| * NFSD: Added fault injectionBryan Schumaker2011-11-071-0/+7
* | vfs: prefer ->dentry->d_sb to ->mnt->mnt_sbAl Viro2012-01-061-1/+1
|/
* fs: add module.h to files that were implicitly using itPaul Gortmaker2011-10-311-0/+1
* nfsd: remove include/linux/nfsd/syscall.hJ. Bruce Fields2011-08-311-1/+0
* nfsd: Remove deprecated nfsctl system call and related code.NeilBrown2011-07-151-343/+0
* nfsd: fix dependency of nfsd on auth_rpcgssJ. Bruce Fields2011-06-061-13/+6
* nfsd: fix compile errorJ. Bruce Fields2011-03-141-0/+4
* nfsd: add proc file listing kernel's gss_krb5 enctypesKevin Coffman2011-03-071-1/+30
* nfsd4: move idmap and acl header files into fs/nfsdJ. Bruce Fields2011-01-041-1/+1
* nfs: add missed CONFIG_NFSD_DEPRECATEDbookjovi@gmail.com2010-12-171-0/+2
* convert get_sb_single() usersAl Viro2010-10-291-4/+4
* Merge branch 'for-2.6.37' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2010-10-261-4/+22
|\
| * sunrpc: Add net argument to svc_create_xprtPavel Emelyanov2010-10-011-2/+2
| * sunrpc: Add net to pure API callsPavel Emelyanov2010-09-271-2/+2
| * nfsd: Export get_task_comm for nfsdPavel Emelyanov2010-09-231-3/+1
| * nfsd: allow deprecated interface to be compiled out.NeilBrown2010-09-221-0/+10
| * nfsd: formally deprecate legacy nfsd syscall interfaceNeilBrown2010-09-221-0/+10
* | llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+1
|/
* nfsd: don't allow setting maxblksize after svc createdJ. Bruce Fields2010-08-061-1/+1
* gcc-4.6: nfsd: fix initialized but not read warningsAndi Kleen2010-07-291-0/+2
* nfsd: just keep single lockd reference for nfsdJeff Layton2010-07-231-10/+0
* nfsd: fix error handling in __write_ports_addxprtJeff Layton2010-07-231-2/+4
* nfsd: fix error handling when starting nfsd with rpcbind downJeff Layton2010-07-231-4/+8
* kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT...Alexey Dobriyan2010-05-251-2/+2
* Merge commit 'v2.6.34-rc6'J. Bruce Fields2010-05-041-0/+1
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | nfsd4: document lease/grace-period limitsJ. Bruce Fields2010-03-061-3/+12
* | nfsd4: allow setting grace period timeJ. Bruce Fields2010-03-061-0/+19
* | nfsd4: reshuffle lease-setting code to allow reuseJ. Bruce Fields2010-03-061-12/+17
* | nfsd4: remove unnecessary lease-setting functionJ. Bruce Fields2010-03-061-1/+1
* | nfsd4: simplify references to nfsd4 lease timeJ. Bruce Fields2010-03-061-4/+1
|/
* NFSD: Create PF_INET6 listener in write_portsChuck Lever2010-01-271-1/+17
* SUNRPC: NFS kernel APIs shouldn't return ENOENT for "transport not found"Chuck Lever2010-01-261-5/+1
* nfsd: remove pointless paths in file headersJ. Bruce Fields2009-12-151-2/+0
* nfsd: new interface to advertise export featuresJ. Bruce Fields2009-12-141-0/+21
* nfsd: Move private headers to source directoryBoaz Harrosh2009-12-141-2/+3
* nfsd: Source files #include cleanupsBoaz Harrosh2009-12-141-25/+0
* const: constify remaining file_operationsAlexey Dobriyan2009-10-011-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/+7
|\
| * NFSD: Support IPv6 addresses in write_failover_ip()Chuck Lever2009-08-091-14/+7
| * headers: smp_lock.h reduxAlexey Dobriyan2009-07-121-1/+0
* | nfsd: minor write_pool_threads exit cleanupJ. Bruce Fields2009-07-281-5/+1