aboutsummaryrefslogtreecommitdiffstats
path: root/fs/lockd/svcproc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-03lockd: Show pid of lockd for remote locksBenjamin Coddington1-0/+1
2019-07-03lockd: Convert NLM service fl_owner to nlm_lockownerBenjamin Coddington1-1/+12
2018-01-14lockd: convert nlm_rqst.a_count from atomic_t to refcount_tElena Reshetova1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-05-15sunrpc: mark all struct svc_procinfo instances as constChristoph Hellwig1-1/+1
2017-05-15sunrpc: properly type pc_encode callbacksChristoph Hellwig1-1/+1
2017-05-15sunrpc: properly type pc_decode callbacksChristoph Hellwig1-1/+1
2017-05-15sunrpc: properly type pc_func callbacksChristoph Hellwig1-43/+75
2015-10-12lockd: create NSM handles per net namespaceAndrey Ryabinin1-1/+1
2012-10-17NLM: nlm_lookup_file() may return NLMv4-specific error codesTrond Myklebust1-1/+2
2012-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+1
2012-07-29lockd: shift grabbing a reference to nlm_host into nlm_alloc_call()Al Viro1-0/+1
2012-07-27LockD: pass actual network namespace to grace period management functionsStanislav Kinsbursky1-6/+9
2010-12-16lockd: Clean up nlmsvc_lookup_host()Chuck Lever1-9/+9
2010-12-16lockd: Split nlm_release_call()Chuck Lever1-2/+10
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann1-1/+0
2010-09-22lockd: Mostly remove BKL from the serverBryan Schumaker1-2/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+0
2009-12-14lockd: Remove un-used nfsd headers #includesBoaz Harrosh1-4/+0
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan1-0/+1
2009-01-06NSM: Remove include/linux/lockd/sm_inter.hChuck Lever1-2/+0
2009-01-06NLM: Change nlm_host_rebooted() to take a single nlm_reboot argumentChuck Lever1-10/+1
2008-10-30NLM: Set address family before calling nlm_host_rebooted()Chuck Lever1-0/+1
2008-10-03lockd: Add helper to sanity check incoming NOTIFY requestsChuck Lever1-4/+2
2008-10-03lockd: change nlmclnt_grant() to take a "struct sockaddr *"Chuck Lever1-1/+1
2008-10-03lockd: move grace period checks to common codeJ. Bruce Fields1-13/+2
2008-10-03nfsd: common grace period controlJ. Bruce Fields1-6/+6
2008-07-23lockd: trivial sparse endian annotationsHarvey Harrison1-2/+2
2008-07-20Merge branch 'for-2.6.27' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-4/+3
2008-07-15SUNRPC: Remove the BKL from the callback functionsTrond Myklebust1-0/+2
2008-07-15lockd: eliminate duplicate nlmsvc_lookup_host call from nlmsvc_lockJeff Layton1-1/+1
2008-07-15lockd: eliminate duplicate nlmsvc_lookup_host call from nlmsvc_testlockJeff Layton1-1/+1
2008-07-15lockd: nlm_release_host() checks for NULL, caller needn'tJeff Layton1-2/+1
2008-02-01lockd: fix reference count leaks in async locking caseOleg Drokin1-9/+13
2007-05-06lockd: add code to handle deferred lock requestsMarc Eshel1-0/+2
2007-05-06lockd: handle test_lock deferralsMarc Eshel1-0/+3
2007-05-06lockd: pass cookie in nlmsvc_testlockMarc Eshel1-1/+1
2007-02-12[PATCH] knfsd: SUNRPC: Provide room in svc_rqst for larger addressesChuck Lever1-2/+4
2007-02-12[PATCH] knfsd: SUNRPC: Add a function to format the address in an svc_rqst for printingChuck Lever1-4/+3
2006-12-06NLM: fix print format for tk_pidChuck Lever1-1/+1
2006-10-20[PATCH] lockd endianness annotationsAl Viro1-4/+4
2006-10-20[PATCH] fix svc_procfunc declarationAl Viro1-20/+20
2006-10-17[PATCH] knfsd: Allow lockd to drop replies as appropriateNeilBrown1-7/+9
2006-10-04[PATCH] knfsd: match GRANTED_RES replies using cookiesOlaf Kirch1-1/+1
2006-10-04[PATCH] knfsd: lockd: Make nlm_host_rebooted use the nsm_handleOlaf Kirch1-1/+1
2006-10-04[PATCH] knfsd: when looking up a lockd host, pass hostname & lengthOlaf Kirch1-2/+4
2006-10-04[PATCH] knfsd: consolidate common code for statd->lockd notificationOlaf Kirch1-15/+2
2006-10-04[PATCH] knfsd: hide use of lockd's h_monitored flagOlaf Kirch1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-03-20lockd: Add helper for *_RES callbacksTrond Myklebust1-90/+53