aboutsummaryrefslogtreecommitdiff
path: root/fs/lockd/svcproc.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-10lockd: set missing fl_flags field when retrieving argsGravatar Jeff Layton 1-0/+1
2022-09-26SUNRPC: Parametrize how much of argsize should be zeroedGravatar Chuck Lever 1-0/+24
2022-07-29NLM: Defend against file_lock changes after vfs_test_lock()Gravatar Benjamin Coddington 1-1/+4
2021-10-20SUNRPC: Trace calls to .rpc_call_doneGravatar Chuck Lever 1-2/+0
2021-08-23Keep read and write fds with each nlm_fileGravatar J. Bruce Fields 1-1/+3
2021-08-23nlm: minor nlm_lookup_file argument changeGravatar J. Bruce Fields 1-1/+1
2021-01-25SUNRPC: Make trace_svc_process() display the RPC procedure symbolicallyGravatar Chuck Lever 1-0/+24
2020-10-02lockd: Replace PROC() macro with open codeGravatar Chuck Lever 1-51/+199
2019-07-03lockd: Show pid of lockd for remote locksGravatar Benjamin Coddington 1-0/+1
2019-07-03lockd: Convert NLM service fl_owner to nlm_lockownerGravatar Benjamin Coddington 1-1/+12
2018-01-14lockd: convert nlm_rqst.a_count from atomic_t to refcount_tGravatar Elena Reshetova 1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-05-15sunrpc: mark all struct svc_procinfo instances as constGravatar Christoph Hellwig 1-1/+1
2017-05-15sunrpc: properly type pc_encode callbacksGravatar Christoph Hellwig 1-1/+1
2017-05-15sunrpc: properly type pc_decode callbacksGravatar Christoph Hellwig 1-1/+1
2017-05-15sunrpc: properly type pc_func callbacksGravatar Christoph Hellwig 1-43/+75
2015-10-12lockd: create NSM handles per net namespaceGravatar Andrey Ryabinin 1-1/+1
2012-10-17NLM: nlm_lookup_file() may return NLMv4-specific error codesGravatar Trond Myklebust 1-1/+2
2012-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-0/+1
2012-07-29lockd: shift grabbing a reference to nlm_host into nlm_alloc_call()Gravatar Al Viro 1-0/+1
2012-07-27LockD: pass actual network namespace to grace period management functionsGravatar Stanislav Kinsbursky 1-6/+9
2010-12-16lockd: Clean up nlmsvc_lookup_host()Gravatar Chuck Lever 1-9/+9
2010-12-16lockd: Split nlm_release_call()Gravatar Chuck Lever 1-2/+10
2010-11-17BKL: remove extraneous #include <smp_lock.h>Gravatar Arnd Bergmann 1-1/+0
2010-09-22lockd: Mostly remove BKL from the serverGravatar Bryan Schumaker 1-2/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-1/+0
2009-12-14lockd: Remove un-used nfsd headers #includesGravatar Boaz Harrosh 1-4/+0
2009-07-12headers: smp_lock.h reduxGravatar Alexey Dobriyan 1-0/+1
2009-01-06NSM: Remove include/linux/lockd/sm_inter.hGravatar Chuck Lever 1-2/+0
2009-01-06NLM: Change nlm_host_rebooted() to take a single nlm_reboot argumentGravatar Chuck Lever 1-10/+1
2008-10-30NLM: Set address family before calling nlm_host_rebooted()Gravatar Chuck Lever 1-0/+1
2008-10-03lockd: Add helper to sanity check incoming NOTIFY requestsGravatar Chuck Lever 1-4/+2
2008-10-03lockd: change nlmclnt_grant() to take a "struct sockaddr *"Gravatar Chuck Lever 1-1/+1
2008-10-03lockd: move grace period checks to common codeGravatar J. Bruce Fields 1-13/+2
2008-10-03nfsd: common grace period controlGravatar J. Bruce Fields 1-6/+6
2008-07-23lockd: trivial sparse endian annotationsGravatar Harvey Harrison 1-2/+2
2008-07-20Merge branch 'for-2.6.27' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 1-4/+3
2008-07-15SUNRPC: Remove the BKL from the callback functionsGravatar Trond Myklebust 1-0/+2
2008-07-15lockd: eliminate duplicate nlmsvc_lookup_host call from nlmsvc_lockGravatar Jeff Layton 1-1/+1
2008-07-15lockd: eliminate duplicate nlmsvc_lookup_host call from nlmsvc_testlockGravatar Jeff Layton 1-1/+1
2008-07-15lockd: nlm_release_host() checks for NULL, caller needn'tGravatar Jeff Layton 1-2/+1
2008-02-01lockd: fix reference count leaks in async locking caseGravatar Oleg Drokin 1-9/+13
2007-05-06lockd: add code to handle deferred lock requestsGravatar Marc Eshel 1-0/+2
2007-05-06lockd: handle test_lock deferralsGravatar Marc Eshel 1-0/+3
2007-05-06lockd: pass cookie in nlmsvc_testlockGravatar Marc Eshel 1-1/+1
2007-02-12[PATCH] knfsd: SUNRPC: Provide room in svc_rqst for larger addressesGravatar Chuck Lever 1-2/+4
2007-02-12[PATCH] knfsd: SUNRPC: Add a function to format the address in an svc_rqst fo...Gravatar Chuck Lever 1-4/+3
2006-12-06NLM: fix print format for tk_pidGravatar Chuck Lever 1-1/+1
2006-10-20[PATCH] lockd endianness annotationsGravatar Al Viro 1-4/+4
2006-10-20[PATCH] fix svc_procfunc declarationGravatar Al Viro 1-20/+20