aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfsctl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-25NFSd: introduce nfsd_destroy() helperStanislav Kinsbursky1-6/+2
2012-05-31SUNRPC: move per-net operations from svc_destroy()Stanislav Kinsbursky1-3/+9
2012-04-12nfsd: allocate id-to-name and name-to-id caches in per-net operations.Stanislav Kinsbursky1-7/+7
2012-04-12nfsd: pass network context to idmap init/exit functionsStanislav Kinsbursky1-3/+3
2012-04-12nfsd: allocate export and expkey caches in per-net operations.Stanislav Kinsbursky1-6/+21
2012-04-12nfsd: make expkey cache allocated per network namespace contextStanislav Kinsbursky1-1/+2
2012-04-12nfsd: make export cache allocated per network namespace contextStanislav Kinsbursky1-1/+1
2012-04-11nfsd: pass network context to export caches init/shutdown routinesStanislav Kinsbursky1-3/+3
2012-04-11nfsd: pass svc_export_cache pointer as private data to "exports" seq file opsStanislav Kinsbursky1-1/+10
2012-03-29nfsd: only register cld pipe notifier when CONFIG_NFSD_V4 is enabledJeff Layton1-3/+3
2012-03-26nfsd: add notifier to handle mount/unmount of rpc_pipefs sbJeff Layton1-1/+8
2012-03-26nfsd: add a per-net-namespace struct for nfsdJeff Layton1-1/+14
2012-01-31SUNRPC: search for service transports in network namespace contextStanislav Kinsbursky1-2/+2
2012-01-31SUNRPC: parametrize rpc_pton() by network contextStanislav Kinsbursky1-1/+1
2012-01-14Merge branch 'for-3.3' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-1/+9
2012-01-06vfs: prefer ->dentry->d_sb to ->mnt->mnt_sbAl Viro1-1/+1
2011-11-07NFSD: Call nfsd4_init_slabs() from init_nfsd()Bryan Schumaker1-1/+2
2011-11-07NFSD: Added fault injectionBryan Schumaker1-0/+7
2011-10-31fs: add module.h to files that were implicitly using itPaul Gortmaker1-0/+1
2011-08-31nfsd: remove include/linux/nfsd/syscall.hJ. Bruce Fields1-1/+0
2011-07-15nfsd: Remove deprecated nfsctl system call and related code.NeilBrown1-343/+0
2011-06-06nfsd: fix dependency of nfsd on auth_rpcgssJ. Bruce Fields1-13/+6
2011-03-14nfsd: fix compile errorJ. Bruce Fields1-0/+4
2011-03-07nfsd: add proc file listing kernel's gss_krb5 enctypesKevin Coffman1-1/+30
2011-01-04nfsd4: move idmap and acl header files into fs/nfsdJ. Bruce Fields1-1/+1
2010-12-17nfs: add missed CONFIG_NFSD_DEPRECATEDbookjovi@gmail.com1-0/+2
2010-10-29convert get_sb_single() usersAl Viro1-4/+4
2010-10-26Merge branch 'for-2.6.37' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-4/+22
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-10-01sunrpc: Add net argument to svc_create_xprtPavel Emelyanov1-2/+2
2010-09-27sunrpc: Add net to pure API callsPavel Emelyanov1-2/+2
2010-09-23nfsd: Export get_task_comm for nfsdPavel Emelyanov1-3/+1
2010-09-22nfsd: allow deprecated interface to be compiled out.NeilBrown1-0/+10
2010-09-22nfsd: formally deprecate legacy nfsd syscall interfaceNeilBrown1-0/+10
2010-08-06nfsd: don't allow setting maxblksize after svc createdJ. Bruce Fields1-1/+1
2010-07-29gcc-4.6: nfsd: fix initialized but not read warningsAndi Kleen1-0/+2
2010-07-23nfsd: just keep single lockd reference for nfsdJeff Layton1-10/+0
2010-07-23nfsd: fix error handling in __write_ports_addxprtJeff Layton1-2/+4
2010-07-23nfsd: fix error handling when starting nfsd with rpcbind downJeff Layton1-4/+8
2010-05-25kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT_MAX and SHRT_MINAlexey Dobriyan1-2/+2
2010-05-04Merge commit 'v2.6.34-rc6'J. Bruce Fields1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-06nfsd4: document lease/grace-period limitsJ. Bruce Fields1-3/+12
2010-03-06nfsd4: allow setting grace period timeJ. Bruce Fields1-0/+19
2010-03-06nfsd4: reshuffle lease-setting code to allow reuseJ. Bruce Fields1-12/+17
2010-03-06nfsd4: remove unnecessary lease-setting functionJ. Bruce Fields1-1/+1
2010-03-06nfsd4: simplify references to nfsd4 lease timeJ. Bruce Fields1-4/+1
2010-01-27NFSD: Create PF_INET6 listener in write_portsChuck Lever1-1/+17
2010-01-26SUNRPC: NFS kernel APIs shouldn't return ENOENT for "transport not found"Chuck Lever1-5/+1
2009-12-15nfsd: remove pointless paths in file headersJ. Bruce Fields1-2/+0