Age | Commit message (Expand) | Author | Files | Lines |
2012-07-25 | NFSd: introduce nfsd_destroy() helper | Stanislav Kinsbursky | 1 | -6/+2 |
2012-06-01 | SUNRPC: move per-net operations from svc_destroy() | Stanislav Kinsbursky | 1 | -3/+9 |
2012-04-12 | nfsd: allocate id-to-name and name-to-id caches in per-net operations. | Stanislav Kinsbursky | 1 | -7/+7 |
2012-04-12 | nfsd: pass network context to idmap init/exit functions | Stanislav Kinsbursky | 1 | -3/+3 |
2012-04-12 | nfsd: allocate export and expkey caches in per-net operations. | Stanislav Kinsbursky | 1 | -6/+21 |
2012-04-12 | nfsd: make expkey cache allocated per network namespace context | Stanislav Kinsbursky | 1 | -1/+2 |
2012-04-12 | nfsd: make export cache allocated per network namespace context | Stanislav Kinsbursky | 1 | -1/+1 |
2012-04-12 | nfsd: pass network context to export caches init/shutdown routines | Stanislav Kinsbursky | 1 | -3/+3 |
2012-04-12 | nfsd: pass svc_export_cache pointer as private data to "exports" seq file ops | Stanislav Kinsbursky | 1 | -1/+10 |
2012-03-29 | nfsd: only register cld pipe notifier when CONFIG_NFSD_V4 is enabled | Jeff Layton | 1 | -3/+3 |
2012-03-26 | nfsd: add notifier to handle mount/unmount of rpc_pipefs sb | Jeff Layton | 1 | -1/+8 |
2012-03-26 | nfsd: add a per-net-namespace struct for nfsd | Jeff Layton | 1 | -1/+14 |
2012-02-01 | SUNRPC: search for service transports in network namespace context | Stanislav Kinsbursky | 1 | -2/+2 |
2012-02-01 | SUNRPC: parametrize rpc_pton() by network context | Stanislav Kinsbursky | 1 | -1/+1 |
2012-01-15 | Merge branch 'for-3.3' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 1 | -1/+9 |
2012-01-07 | vfs: prefer ->dentry->d_sb to ->mnt->mnt_sb | Al Viro | 1 | -1/+1 |
2011-11-08 | NFSD: Call nfsd4_init_slabs() from init_nfsd() | Bryan Schumaker | 1 | -1/+2 |
2011-11-08 | NFSD: Added fault injection | Bryan Schumaker | 1 | -0/+7 |
2011-11-01 | fs: add module.h to files that were implicitly using it | Paul Gortmaker | 1 | -0/+1 |
2011-08-31 | nfsd: remove include/linux/nfsd/syscall.h | J. Bruce Fields | 1 | -1/+0 |
2011-07-16 | nfsd: Remove deprecated nfsctl system call and related code. | NeilBrown | 1 | -343/+0 |
2011-06-06 | nfsd: fix dependency of nfsd on auth_rpcgss | J. Bruce Fields | 1 | -13/+6 |
2011-03-15 | nfsd: fix compile error | J. Bruce Fields | 1 | -0/+4 |
2011-03-07 | nfsd: add proc file listing kernel's gss_krb5 enctypes | Kevin Coffman | 1 | -1/+30 |
2011-01-05 | nfsd4: move idmap and acl header files into fs/nfsd | J. Bruce Fields | 1 | -1/+1 |
2010-12-17 | nfs: add missed CONFIG_NFSD_DEPRECATED | bookjovi@gmail.com | 1 | -0/+2 |
2010-10-29 | convert get_sb_single() users | Al Viro | 1 | -4/+4 |
2010-10-26 | Merge branch 'for-2.6.37' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 1 | -4/+22 |
2010-10-15 | llseek: automatically add .llseek fop | Arnd Bergmann | 1 | -0/+1 |
2010-10-02 | sunrpc: Add net argument to svc_create_xprt | Pavel Emelyanov | 1 | -2/+2 |
2010-09-27 | sunrpc: Add net to pure API calls | Pavel Emelyanov | 1 | -2/+2 |
2010-09-23 | nfsd: Export get_task_comm for nfsd | Pavel Emelyanov | 1 | -3/+1 |
2010-09-22 | nfsd: allow deprecated interface to be compiled out. | NeilBrown | 1 | -0/+10 |
2010-09-22 | nfsd: formally deprecate legacy nfsd syscall interface | NeilBrown | 1 | -0/+10 |
2010-08-07 | nfsd: don't allow setting maxblksize after svc created | J. Bruce Fields | 1 | -1/+1 |
2010-07-30 | gcc-4.6: nfsd: fix initialized but not read warnings | Andi Kleen | 1 | -0/+2 |
2010-07-23 | nfsd: just keep single lockd reference for nfsd | Jeff Layton | 1 | -10/+0 |
2010-07-23 | nfsd: fix error handling in __write_ports_addxprt | Jeff Layton | 1 | -2/+4 |
2010-07-23 | nfsd: fix error handling when starting nfsd with rpcbind down | Jeff Layton | 1 | -4/+8 |
2010-05-25 | kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT... | Alexey Dobriyan | 1 | -2/+2 |
2010-05-04 | Merge commit 'v2.6.34-rc6' | J. Bruce Fields | 1 | -0/+1 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |
2010-03-06 | nfsd4: document lease/grace-period limits | J. Bruce Fields | 1 | -3/+12 |
2010-03-06 | nfsd4: allow setting grace period time | J. Bruce Fields | 1 | -0/+19 |
2010-03-06 | nfsd4: reshuffle lease-setting code to allow reuse | J. Bruce Fields | 1 | -12/+17 |
2010-03-06 | nfsd4: remove unnecessary lease-setting function | J. Bruce Fields | 1 | -1/+1 |
2010-03-06 | nfsd4: simplify references to nfsd4 lease time | J. Bruce Fields | 1 | -4/+1 |
2010-01-28 | NFSD: Create PF_INET6 listener in write_ports | Chuck Lever | 1 | -1/+17 |
2010-01-27 | SUNRPC: NFS kernel APIs shouldn't return ENOENT for "transport not found" | Chuck Lever | 1 | -5/+1 |
2009-12-15 | nfsd: remove pointless paths in file headers | J. Bruce Fields | 1 | -2/+0 |