summaryrefslogtreecommitdiffstats
path: root/fs/nfsd
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] knfsd: nfsd4: actually use all the pieces to implement referralsJ.Bruce Fields2006-10-042-13/+68
* [PATCH] knfsd: nfsd4: xdr encoding for fs_locationsJ.Bruce Fields2006-10-041-0/+125
* [PATCH] knfsd: nfsd4: fslocations data structuresManoj Naik2006-10-041-4/+114
* [PATCH] knfsd: nfsd: store export path in exportJ.Bruce Fields2006-10-041-0/+10
* [PATCH] knfsd: fix auto-sizing of nfsd request/reply buffersNeilBrown2006-10-041-1/+1
* [PATCH] knfsd: nfsd4: acls: fix handling of zero-length aclsJ.Bruce Fields2006-10-042-20/+5Star
* [PATCH] knfsd: nfsd4: acls: simplify nfs4_acl_nfsv4_to_posix interfaceJ.Bruce Fields2006-10-041-27/+21Star
* [PATCH] knfsd: nfsd4: acls: fix inheritanceJ.Bruce Fields2006-10-041-13/+30
* [PATCH] knfsd: nfsd4: acls: relax the nfsv4->posix mappingJ.Bruce Fields2006-10-041-354/+273Star
* [PATCH] knfsd: nfsd4: clean up exp_pseudorootJ.Bruce Fields2006-10-041-7/+4Star
* [PATCH] knfsd: nfsd4: refactor exp_pseudorootJ.Bruce Fields2006-10-041-9/+3Star
* [PATCH] knfsd: register all RPC programs with portmapper by defaultOlaf Kirch2006-10-042-0/+2
* [PATCH] knfsd: make nfsd readahead params cache SMP-friendlyGreg Banks2006-10-041-16/+44
* [PATCH] knfsd: Allow max size of NFSd payload to be configuredNeilBrown2006-10-042-1/+51
* [PATCH] knfsd: Prepare knfsd for support of rsize/wsize of up to 1MB, over TCPGreg Banks2006-10-045-22/+27
* [PATCH] knfsd: Avoid excess stack usage in svc_tcp_recvfromNeilBrown2006-10-046-40/+40
* [PATCH] knfsd: Replace two page lists in struct svc_rqst with oneNeilBrown2006-10-046-45/+38Star
* [PATCH] knfsd: Fixed handling of lockd fail when adding nfsd socketNeilBrown2006-10-041-6/+6
* [PATCH] knfsd: Protect update to sn_nrthreads with lock_kernelNeilBrown2006-10-041-0/+2
* [PATCH] knfsd: call lockd_down when closing a socket via a write to nfsd/port...NeilBrown2006-10-041-0/+2
* [PATCH] knfsd: nfsd: lockdep annotation fixNeilBrown2006-10-041-1/+1
* BUG_ON() conversion in fs/nfsd/Eric Sesterhenn2006-10-031-2/+1Star
* fix file specification in commentsUwe Zeisberger2006-10-032-2/+2
* [PATCH] VFS: Make filldir_t and struct kstat deal in 64-bit inode numbersDavid Howells2006-10-031-1/+1
* [PATCH] nfsd: lockdep annotationPeter Zijlstra2006-10-021-4/+4
* [PATCH] knfsd: allow admin to set nthreads per nodeGreg Banks2006-10-022-0/+144
* [PATCH] knfsd: use svc_set_num_threads to manage threads in knfsdGreg Banks2006-10-021-31/+5Star
* [PATCH] knfsd: add svc_getGreg Banks2006-10-021-1/+1
* [PATCH] knfsd: Correctly handle error condition from lockd_upNeilBrown2006-10-021-6/+10
* [PATCH] knfsd: Check return value of lockd_up in write_portsNeilBrown2006-10-021-3/+6
* [PATCH] knfsd: Drop 'serv' option to svc_recv and svc_processNeilBrown2006-10-021-4/+2Star
* [PATCH] nfsd: add lock annotations to e_start and e_stopJosh Triplett2006-10-021-0/+2
* [PATCH] knfsd: Use SEQ_START_TOKEN instead of hardcoded magic (void*)1Greg Banks2006-10-021-3/+3
* [PATCH] knfsd: allow sockets to be passed to nfsd via 'portlist'NeilBrown2006-10-022-12/+51
* [PATCH] knfsd: define new nfsdfs file: portlist - contains list of portsNeilBrown2006-10-021-0/+20
* [PATCH] knfsd: separate out some parts of nfsd_svc, which start nfs serversNeilBrown2006-10-021-26/+57
* [PATCH] knfsd: remove nfsd_versbits as intermediate storage for desired versionsNeilBrown2006-10-022-53/+58
* [PATCH] knfsd: be more selective in which sockets lockd listens onNeilBrown2006-10-021-6/+10
* [PATCH] knfsd: add a callback for when last rpc thread finishesNeilBrown2006-10-021-22/+18Star
* [PATCH] knfsd: remove an unused variable from e_show()Greg Banks2006-10-021-2/+0Star
* [PATCH] knfsd: add some missing newlines in printksGreg Banks2006-10-023-3/+3
* [PATCH] Really ignore kmem_cache_destroy return valueAlexey Dobriyan2006-09-271-4/+1Star
* [PATCH] fs: Conversions from kmalloc+memset to k(z|c)allocPanagiotis Issaris2006-09-272-4/+2Star
* NFSD: Convert NFS server callback logic to use new rpc_create APIChuck Lever2006-09-231-39/+27Star
* [CRYPTO] users: Use crypto_hash interface instead of crypto_digestHerbert Xu2006-09-211-10/+11
* [PATCH] knfsd: Fix stale file handle problem with subtree_checking.NeilBrown2006-07-311-7/+13
* [PATCH] knfsd: nfsd4: add per-operation server statsShankar Anand2006-07-102-0/+18
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2006-07-015-5/+0Star
|\
| * Remove obsolete #include <linux/config.h>Jörn Engel2006-06-305-5/+0Star
* | [PATCH] knfsd: nfsd: mark rqstp to prevent use of sendfile in privacy caseJ. Bruce Fields2006-06-301-1/+1