summaryrefslogtreecommitdiff
path: root/fs/lockd/svcproc.c
AgeCommit message (Expand)AuthorFilesLines
2026-05-22lockd: fix TEST handling when not all permissions are available.NeilBrown1-3/+12
2026-03-30lockd: Prepare share helpers for xdrgen conversionChuck Lever1-2/+5
2026-03-30lockd: Relocate svc_version definitions to XDR layerChuck Lever1-1/+37
2026-03-30lockd: Relocate include/linux/lockd/lockd.hChuck Lever1-1/+1
2026-03-30lockd: Move share.h from include/linux/lockd/ to fs/lockd/Chuck Lever1-1/+2
2026-03-30lockd: Have nlm_fopen() return errno valuesChuck Lever1-1/+13
2026-03-30lockd: Introduce nlm__int__deadlockChuck Lever1-1/+3
2026-03-30lockd: Relocate and rename nlm_drop_replyChuck Lever1-9/+15
2026-03-30lockd: Simplify cast_status() in svcproc.cChuck Lever1-21/+19
2025-12-25lockd: fix vfs_test_lock() callsNeilBrown1-4/+1
2024-11-19lockd: Remove unused parameter to nlmsvc_testlock()Chuck Lever1-1/+2
2024-11-19lockd: Remove some snippets of unfinished codeChuck Lever1-12/+0
2024-02-05lockd: adapt to breakup of struct file_lockJeff Layton1-5/+5
2022-12-10lockd: set missing fl_flags field when retrieving argsJeff Layton1-0/+1
2022-09-26SUNRPC: Parametrize how much of argsize should be zeroedChuck Lever1-0/+24
2022-07-30NLM: Defend against file_lock changes after vfs_test_lock()Benjamin Coddington1-1/+4
2021-10-21SUNRPC: Trace calls to .rpc_call_doneChuck Lever1-2/+0
2021-08-24Keep read and write fds with each nlm_fileJ. Bruce Fields1-1/+3
2021-08-23nlm: minor nlm_lookup_file argument changeJ. Bruce Fields1-1/+1
2021-01-25SUNRPC: Make trace_svc_process() display the RPC procedure symbolicallyChuck Lever1-0/+24
2020-10-02lockd: Replace PROC() macro with open codeChuck Lever1-51/+199
2019-07-04lockd: Show pid of lockd for remote locksBenjamin Coddington1-0/+1
2019-07-04lockd: Convert NLM service fl_owner to nlm_lockownerBenjamin Coddington1-1/+12
2018-01-15lockd: 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-13lockd: 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/vir...Linus Torvalds1-0/+1
2012-07-29lockd: shift grabbing a reference to nlm_host into nlm_alloc_call()Al Viro1-0/+1
2012-07-28LockD: 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 imp...Tejun Heo1-1/+0
2009-12-15lockd: 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-31NLM: Set address family before calling nlm_host_rebooted()Chuck Lever1-0/+1
2008-10-04lockd: Add helper to sanity check incoming NOTIFY requestsChuck Lever1-4/+2
2008-10-04lockd: change nlmclnt_grant() to take a "struct sockaddr *"Chuck Lever1-1/+1
2008-10-04lockd: move grace period checks to common codeJ. Bruce Fields1-13/+2
2008-10-04nfsd: common grace period controlJ. Bruce Fields1-6/+6
2008-07-23lockd: trivial sparse endian annotationsHarvey Harrison1-2/+2
2008-07-21Merge branch 'for-2.6.27' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-4/+3