summaryrefslogtreecommitdiff
path: root/fs/lockd/svcproc.c
AgeCommit message (Expand)Author
2022-12-10lockd: set missing fl_flags field when retrieving argsJeff Layton
2022-09-26SUNRPC: Parametrize how much of argsize should be zeroedChuck Lever
2022-07-29NLM: Defend against file_lock changes after vfs_test_lock()Benjamin Coddington
2021-10-20SUNRPC: Trace calls to .rpc_call_doneChuck Lever
2021-08-23Keep read and write fds with each nlm_fileJ. Bruce Fields
2021-08-23nlm: minor nlm_lookup_file argument changeJ. Bruce Fields
2021-01-25SUNRPC: Make trace_svc_process() display the RPC procedure symbolicallyChuck Lever
2020-10-02lockd: Replace PROC() macro with open codeChuck Lever
2019-07-03lockd: Show pid of lockd for remote locksBenjamin Coddington
2019-07-03lockd: Convert NLM service fl_owner to nlm_lockownerBenjamin Coddington
2018-01-14lockd: convert nlm_rqst.a_count from atomic_t to refcount_tElena Reshetova
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-05-15sunrpc: mark all struct svc_procinfo instances as constChristoph Hellwig
2017-05-15sunrpc: properly type pc_encode callbacksChristoph Hellwig
2017-05-15sunrpc: properly type pc_decode callbacksChristoph Hellwig
2017-05-15sunrpc: properly type pc_func callbacksChristoph Hellwig
2015-10-12lockd: create NSM handles per net namespaceAndrey Ryabinin
2012-10-17NLM: nlm_lookup_file() may return NLMv4-specific error codesTrond Myklebust
2012-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-07-29lockd: shift grabbing a reference to nlm_host into nlm_alloc_call()Al Viro
2012-07-27LockD: pass actual network namespace to grace period management functionsStanislav Kinsbursky
2010-12-16lockd: Clean up nlmsvc_lookup_host()Chuck Lever
2010-12-16lockd: Split nlm_release_call()Chuck Lever
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann
2010-09-22lockd: Mostly remove BKL from the serverBryan Schumaker
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-12-14lockd: Remove un-used nfsd headers #includesBoaz Harrosh
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan
2009-01-06NSM: Remove include/linux/lockd/sm_inter.hChuck Lever
2009-01-06NLM: Change nlm_host_rebooted() to take a single nlm_reboot argumentChuck Lever
2008-10-30NLM: Set address family before calling nlm_host_rebooted()Chuck Lever
2008-10-03lockd: Add helper to sanity check incoming NOTIFY requestsChuck Lever
2008-10-03lockd: change nlmclnt_grant() to take a "struct sockaddr *"Chuck Lever
2008-10-03lockd: move grace period checks to common codeJ. Bruce Fields
2008-10-03nfsd: common grace period controlJ. Bruce Fields
2008-07-23lockd: trivial sparse endian annotationsHarvey Harrison
2008-07-20Merge branch 'for-2.6.27' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2008-07-15SUNRPC: Remove the BKL from the callback functionsTrond Myklebust
2008-07-15lockd: eliminate duplicate nlmsvc_lookup_host call from nlmsvc_lockJeff Layton
2008-07-15lockd: eliminate duplicate nlmsvc_lookup_host call from nlmsvc_testlockJeff Layton
2008-07-15lockd: nlm_release_host() checks for NULL, caller needn'tJeff Layton
2008-02-01lockd: fix reference count leaks in async locking caseOleg Drokin
2007-05-06lockd: add code to handle deferred lock requestsMarc Eshel
2007-05-06lockd: handle test_lock deferralsMarc Eshel
2007-05-06lockd: pass cookie in nlmsvc_testlockMarc Eshel
2007-02-12[PATCH] knfsd: SUNRPC: Provide room in svc_rqst for larger addressesChuck Lever
2007-02-12[PATCH] knfsd: SUNRPC: Add a function to format the address in an svc_rqst fo...Chuck Lever
2006-12-06NLM: fix print format for tk_pidChuck Lever
2006-10-20[PATCH] lockd endianness annotationsAl Viro
2006-10-20[PATCH] fix svc_procfunc declarationAl Viro