aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/callback.c
Commit message (Expand)AuthorAge
* NFS do not find client in NFSv4 pg_authenticateAndy Adamson2011-01-25
* NFS rename client back channel transport fieldAndy Adamson2011-01-06
* NFS RPC_AUTH_GSS unsupported on v4.1 back channelAndy Adamson2011-01-06
* NFS refactor nfs_find_client and reference client across callback processingAndy Adamson2011-01-06
* NFS associate sessionid with callback connectionAndy Adamson2011-01-06
* NFS use svc_create_xprt for NFSv4.1 callback serviceAndy Adamson2011-01-06
* BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-17
* sunrpc: Add net argument to svc_create_xprtPavel Emelyanov2010-10-01
* param: use ops in struct kernel_param, rather than get and set fns directlyRusty Russell2010-08-11
* SUNRPC: Bury "#ifdef IPV6" in svc_create_xprt()Chuck Lever2010-01-26
* nfs41: add support for callback with RPC version number 4Alexandros Batsakis2009-12-05
* The rpc server does not require that service threads take the BKL.J. Bruce Fields2009-12-03
* NFSv4: Clean up the nfs.callback_tcpport optionTrond Myklebust2009-08-09
* Merge branch 'devel-for-2.6.31' into for-2.6.31Trond Myklebust2009-06-18
|\
| * NFS: Fix false error return from nfs_callback_up() if ipv6.ko is not availableChuck Lever2009-06-17
* | nfs41: Allow NFSv4 and NFSv4.1 callback services to coexistAndy Adamson2009-06-17
* | nfs41: create a svc_xprt for nfs41 callback thread and use for incoming callb...Benny Halevy2009-06-17
* | nfs41: Implement NFSv4.1 callback service process.Ricardo Labiaga2009-06-17
* | nfs41: minorversion support for nfs4_{init,destroy}_callbackBenny Halevy2009-06-17
|/
* NFS: Start PF_INET6 callback listener only if IPv6 support is availableChuck Lever2009-03-28
* NFS: Revert creation of IPv6 listeners for lockd and NFSv4 callbacksChuck Lever2009-03-28
* SUNRPC: Remove @family argument from svc_create() and svc_create_pooled()Chuck Lever2009-03-28
* SUNRPC: Change svc_create_xprt() to take a @family argumentChuck Lever2009-03-28
* rpc: allow gss callbacks to clientOlga Kornievskaia2008-12-23
* NFS: Enable NFSv4 callback server to listen on AF_INET6 socketsChuck Lever2008-10-17
* SUNRPC: Add address family field to svc_serv data structureChuck Lever2008-09-29
* nfs4: fix potential race with rapid nfs_callback_up/down cycleJeff Layton2008-07-09
* nfs4: remove BKL from nfs_callback_up and nfs_callback_downJeff Layton2008-07-09
* nfs: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-05-16
* NFS: don't let nfs_callback_svc exit on unexpected svc_recv errors (try #2)Jeff Layton2008-04-23
* nfsd: fix commentJ. Bruce Fields2008-04-23
* NFS: convert nfs4 callback thread to kthread APIJeff Layton2008-04-23
* Wrap buffers used for rpc debug printks into RPC_IFDEBUGPavel Emelyanov2008-02-21
* NFS: flush signals before taking down callback threadJeff Layton2008-02-20
* NFS: fix reference counting for NFSv4 callback threadJeff Layton2008-02-13
* svc: Change services to use new svc_create_xprt serviceTom Tucker2008-02-01
* NFS: Change nfs_find_client() to take "struct sockaddr *"Chuck Lever2008-01-30
* NFS: Move dprintks from callback.c to callback_proc.cChuck Lever2008-01-30
* Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki2007-07-17
* [PATCH] knfsd: SUNRPC: Provide room in svc_rqst for larger addressesChuck Lever2007-02-12
* [PATCH] knfsd: SUNRPC: Add a function to format the address in an svc_rqst fo...Chuck Lever2007-02-12
* [PATCH] knfsd: SUNRPC: allow creating an RPC service without registering with...Chuck Lever2007-02-12
* [PATCH] knfsd: Drop 'serv' option to svc_recv and svc_processNeilBrown2006-10-02
* [PATCH] knfsd: add a callback for when last rpc thread finishesNeilBrown2006-10-02
* NFS: Generalise the nfs_client structureDavid Howells2006-09-22
* NFS: Rename struct nfs4_client to struct nfs_clientDavid Howells2006-09-22
* NFS: Fix NFS4 callback up/down prototypesDavid Howells2006-09-22
* NFS: Fix up split of fs/nfs/inode.cDavid Howells2006-09-22
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-30
* NFS: Split fs/nfs/inode.cDavid Howells2006-06-09