aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/callback.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-10-17NFS: Enable NFSv4 callback server to listen on AF_INET6 socketsChuck Lever1-4/+15
2008-09-29SUNRPC: Add address family field to svc_serv data structureChuck Lever1-1/+2
2008-07-09nfs4: fix potential race with rapid nfs_callback_up/down cycleJeff Layton1-14/+16
2008-07-09nfs4: remove BKL from nfs_callback_up and nfs_callback_downJeff Layton1-4/+0
2008-05-16nfs: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-1/+1
2008-04-23NFS: don't let nfs_callback_svc exit on unexpected svc_recv errors (try #2)Jeff Layton1-6/+12
2008-04-23nfsd: fix commentJ. Bruce Fields1-1/+1
2008-04-23NFS: convert nfs4 callback thread to kthread APIJeff Layton1-38/+35
2008-02-21Wrap buffers used for rpc debug printks into RPC_IFDEBUGPavel Emelyanov1-1/+1
2008-02-20NFS: flush signals before taking down callback threadJeff Layton1-0/+1
2008-02-13NFS: fix reference counting for NFSv4 callback threadJeff Layton1-6/+12
2008-02-01svc: Change services to use new svc_create_xprt serviceTom Tucker1-2/+2
2008-01-30NFS: Change nfs_find_client() to take "struct sockaddr *"Chuck Lever1-2/+1
2008-01-30NFS: Move dprintks from callback.c to callback_proc.cChuck Lever1-4/+0
2007-07-17Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki1-0/+2
2007-02-12[PATCH] knfsd: SUNRPC: Provide room in svc_rqst for larger addressesChuck Lever1-1/+1
2007-02-12[PATCH] knfsd: SUNRPC: Add a function to format the address in an svc_rqst for printingChuck Lever1-3/+9
2007-02-12[PATCH] knfsd: SUNRPC: allow creating an RPC service without registering with portmapperChuck Lever1-11/+9
2006-10-02[PATCH] knfsd: Drop 'serv' option to svc_recv and svc_processNeilBrown1-3/+2
2006-10-02[PATCH] knfsd: add a callback for when last rpc thread finishesNeilBrown1-1/+1
2006-09-22NFS: Generalise the nfs_client structureDavid Howells1-4/+5
2006-09-22NFS: Rename struct nfs4_client to struct nfs_clientDavid Howells1-1/+1
2006-09-22NFS: Fix NFS4 callback up/down prototypesDavid Howells1-4/+1
2006-09-22NFS: Fix up split of fs/nfs/inode.cDavid Howells1-0/+15
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-09NFS: Split fs/nfs/inode.cDavid Howells1-2/+0
2006-03-26[PATCH] sem2mutex: fs/Ingo Molnar1-5/+6
2006-03-20NFSv4: Ensure the callback daemon flushes signalsTrond Myklebust1-6/+13
2006-03-20NFSv4: Ensure nfs_callback_down() calls svc_destroy()Trond Myklebust1-0/+1
2006-01-06NFSv4: Allow user to set the port used by the NFSv4 callback channelTrond Myklebust1-1/+2
2006-01-03[INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.hArnaldo Carvalho de Melo1-0/+3
2005-06-22[PATCH] NFS: Header file cleanup...Trond Myklebust1-0/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+187