summaryrefslogtreecommitdiffstats
path: root/fs/nfs/callback.c
Commit message (Expand)AuthorAgeFilesLines
* sunrpc: Add net argument to svc_create_xprtPavel Emelyanov2010-10-011-2/+2
* param: use ops in struct kernel_param, rather than get and set fns directlyRusty Russell2010-08-111-6/+5
* SUNRPC: Bury "#ifdef IPV6" in svc_create_xprt()Chuck Lever2010-01-261-2/+0
* nfs41: add support for callback with RPC version number 4Alexandros Batsakis2009-12-051-0/+1
* The rpc server does not require that service threads take the BKL.J. Bruce Fields2009-12-031-12/+0
* NFSv4: Clean up the nfs.callback_tcpport optionTrond Myklebust2009-08-091-9/+17
* Merge branch 'devel-for-2.6.31' into for-2.6.31Trond Myklebust2009-06-181-1/+3
|\
| * NFS: Fix false error return from nfs_callback_up() if ipv6.ko is not availableChuck Lever2009-06-171-1/+3
* | nfs41: Allow NFSv4 and NFSv4.1 callback services to coexistAndy Adamson2009-06-171-26/+24
* | nfs41: create a svc_xprt for nfs41 callback thread and use for incoming callb...Benny Halevy2009-06-171-1/+16
* | nfs41: Implement NFSv4.1 callback service process.Ricardo Labiaga2009-06-171-4/+108
* | nfs41: minorversion support for nfs4_{init,destroy}_callbackBenny Halevy2009-06-171-19/+46
|/
* NFS: Start PF_INET6 callback listener only if IPv6 support is availableChuck Lever2009-03-281-0/+12
* NFS: Revert creation of IPv6 listeners for lockd and NFSv4 callbacksChuck Lever2009-03-281-12/+2
* SUNRPC: Remove @family argument from svc_create() and svc_create_pooled()Chuck Lever2009-03-281-2/+1
* SUNRPC: Change svc_create_xprt() to take a @family argumentChuck Lever2009-03-281-2/+2
* rpc: allow gss callbacks to clientOlga Kornievskaia2008-12-231-5/+31
* NFS: Enable NFSv4 callback server to listen on AF_INET6 socketsChuck Lever2008-10-171-4/+15
* SUNRPC: Add address family field to svc_serv data structureChuck Lever2008-09-291-1/+2
* nfs4: fix potential race with rapid nfs_callback_up/down cycleJeff Layton2008-07-091-14/+16
* nfs4: remove BKL from nfs_callback_up and nfs_callback_downJeff Layton2008-07-091-4/+0
* nfs: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-05-161-1/+1
* NFS: don't let nfs_callback_svc exit on unexpected svc_recv errors (try #2)Jeff Layton2008-04-231-6/+12
* nfsd: fix commentJ. Bruce Fields2008-04-231-1/+1
* NFS: convert nfs4 callback thread to kthread APIJeff Layton2008-04-231-38/+35
* Wrap buffers used for rpc debug printks into RPC_IFDEBUGPavel Emelyanov2008-02-211-1/+1
* NFS: flush signals before taking down callback threadJeff Layton2008-02-201-0/+1
* NFS: fix reference counting for NFSv4 callback threadJeff Layton2008-02-131-6/+12
* svc: Change services to use new svc_create_xprt serviceTom Tucker2008-02-011-2/+2
* NFS: Change nfs_find_client() to take "struct sockaddr *"Chuck Lever2008-01-301-2/+1
* NFS: Move dprintks from callback.c to callback_proc.cChuck Lever2008-01-301-4/+0
* Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki2007-07-171-0/+2
* [PATCH] knfsd: SUNRPC: Provide room in svc_rqst for larger addressesChuck Lever2007-02-121-1/+1
* [PATCH] knfsd: SUNRPC: Add a function to format the address in an svc_rqst fo...Chuck Lever2007-02-121-3/+9
* [PATCH] knfsd: SUNRPC: allow creating an RPC service without registering with...Chuck Lever2007-02-121-11/+9
* [PATCH] knfsd: Drop 'serv' option to svc_recv and svc_processNeilBrown2006-10-021-3/+2
* [PATCH] knfsd: add a callback for when last rpc thread finishesNeilBrown2006-10-021-1/+1
* NFS: Generalise the nfs_client structureDavid Howells2006-09-221-4/+5
* NFS: Rename struct nfs4_client to struct nfs_clientDavid Howells2006-09-221-1/+1
* NFS: Fix NFS4 callback up/down prototypesDavid Howells2006-09-221-4/+1
* NFS: Fix up split of fs/nfs/inode.cDavid Howells2006-09-221-0/+15
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* NFS: Split fs/nfs/inode.cDavid Howells2006-06-091-2/+0
* [PATCH] sem2mutex: fs/Ingo Molnar2006-03-261-5/+6
* NFSv4: Ensure the callback daemon flushes signalsTrond Myklebust2006-03-201-6/+13
* NFSv4: Ensure nfs_callback_down() calls svc_destroy()Trond Myklebust2006-03-201-0/+1
* NFSv4: Allow user to set the port used by the NFSv4 callback channelTrond Myklebust2006-01-061-1/+2
* [INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.hArnaldo Carvalho de Melo2006-01-031-0/+3
* [PATCH] NFS: Header file cleanup...Trond Myklebust2005-06-221-0/+1
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-161-0/+187
OpenPOWER on IntegriCloud