summaryrefslogtreecommitdiffstats
path: root/fs/lockd/svcproc.c
AgeCommit message (Expand)AuthorLines
2012-10-17NLM: nlm_lookup_file() may return NLMv4-specific error codesTrond Myklebust-1/+2
2012-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-0/+1
2012-07-29lockd: shift grabbing a reference to nlm_host into nlm_alloc_call()Al Viro-0/+1
2012-07-27LockD: pass actual network namespace to grace period management functionsStanislav Kinsbursky-6/+9
2010-12-16lockd: Clean up nlmsvc_lookup_host()Chuck Lever-9/+9
2010-12-16lockd: Split nlm_release_call()Chuck Lever-2/+10
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann-1/+0
2010-09-22lockd: Mostly remove BKL from the serverBryan Schumaker-2/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-1/+0
2009-12-14lockd: Remove un-used nfsd headers #includesBoaz Harrosh-4/+0
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan-0/+1
2009-01-06NSM: Remove include/linux/lockd/sm_inter.hChuck Lever-2/+0
2009-01-06NLM: Change nlm_host_rebooted() to take a single nlm_reboot argumentChuck Lever-10/+1
2008-10-30NLM: Set address family before calling nlm_host_rebooted()Chuck Lever-0/+1
2008-10-03lockd: Add helper to sanity check incoming NOTIFY requestsChuck Lever-4/+2
2008-10-03lockd: change nlmclnt_grant() to take a "struct sockaddr *"Chuck Lever-1/+1
2008-10-03lockd: move grace period checks to common codeJ. Bruce Fields-13/+2
2008-10-03nfsd: common grace period controlJ. Bruce Fields-6/+6
2008-07-23lockd: trivial sparse endian annotationsHarvey Harrison-2/+2
2008-07-20Merge branch 'for-2.6.27' of git://linux-nfs.org/~bfields/linuxLinus Torvalds-4/+3
2008-07-15SUNRPC: Remove the BKL from the callback functionsTrond Myklebust-0/+2
2008-07-15lockd: eliminate duplicate nlmsvc_lookup_host call from nlmsvc_lockJeff Layton-1/+1
2008-07-15lockd: eliminate duplicate nlmsvc_lookup_host call from nlmsvc_testlockJeff Layton-1/+1
2008-07-15lockd: nlm_release_host() checks for NULL, caller needn'tJeff Layton-2/+1
2008-02-01lockd: fix reference count leaks in async locking caseOleg Drokin-9/+13
2007-05-06lockd: add code to handle deferred lock requestsMarc Eshel-0/+2
2007-05-06lockd: handle test_lock deferralsMarc Eshel-0/+3
2007-05-06lockd: pass cookie in nlmsvc_testlockMarc Eshel-1/+1
2007-02-12[PATCH] knfsd: SUNRPC: Provide room in svc_rqst for larger addressesChuck Lever-2/+4
2007-02-12[PATCH] knfsd: SUNRPC: Add a function to format the address in an svc_rqst fo...Chuck Lever-4/+3
2006-12-06NLM: fix print format for tk_pidChuck Lever-1/+1
2006-10-20[PATCH] lockd endianness annotationsAl Viro-4/+4
2006-10-20[PATCH] fix svc_procfunc declarationAl Viro-20/+20
2006-10-17[PATCH] knfsd: Allow lockd to drop replies as appropriateNeilBrown-7/+9
2006-10-04[PATCH] knfsd: match GRANTED_RES replies using cookiesOlaf Kirch-1/+1
2006-10-04[PATCH] knfsd: lockd: Make nlm_host_rebooted use the nsm_handleOlaf Kirch-1/+1
2006-10-04[PATCH] knfsd: when looking up a lockd host, pass hostname & lengthOlaf Kirch-2/+4
2006-10-04[PATCH] knfsd: consolidate common code for statd->lockd notificationOlaf Kirch-15/+2
2006-10-04[PATCH] knfsd: hide use of lockd's h_monitored flagOlaf Kirch-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel-1/+0
2006-03-20lockd: Add helper for *_RES callbacksTrond Myklebust-90/+53
2006-03-20NLM: Add nlmclnt_release_callTrond Myklebust-20/+13
2006-03-20lockd: Make nlmsvc_create_block() use nlmsvc_lookup_host()Trond Myklebust-2/+1
2006-02-14[PATCH] NLM: Fix the NLM_GRANTED callback checksTrond Myklebust-1/+1
2006-01-06RPC: Clean up RPC task structureTrond Myklebust-5/+9
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds-0/+606