aboutsummaryrefslogtreecommitdiffstats
path: root/fs/lockd/clntproc.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-05lockd: adapt to breakup of struct file_lockJeff Layton1-29/+33
2024-02-05filelock: split common fields into struct file_lock_coreJeff Layton1-0/+1
2024-02-05lockd: convert to using new filelock helpersJeff Layton1-10/+10
2023-04-26lockd: add some client-side tracepointsJeff Layton1-0/+14
2023-04-26lockd: fix races in client GRANTED_MSG wait logicJeff Layton1-10/+18
2023-01-11fs: remove locks_inodeJeff Layton1-1/+1
2023-01-11filelock: move file locking definitions to separate header fileJeff Layton1-0/+1
2021-10-20SUNRPC: Trace calls to .rpc_call_doneChuck Lever1-3/+0
2019-07-03lockd: Make two symbols staticYueHaibing1-1/+1
2019-07-03lockd: prepare nlm_lockowner for use by the serverBenjamin Coddington1-10/+11
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2019-04-25SUNRPC: Fix up task signallingTrond Myklebust1-2/+2
2019-01-02Merge tag 'nfs-for-4.21-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-3/+3
2018-12-19NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'.NeilBrown1-3/+3
2018-12-14lockd: Show pid of lockd for remote locksBenjamin Coddington1-1/+1
2018-08-09nfsd: fix leaked file lock with nfs exported overlayfsAmir Goldstein1-1/+1
2018-01-14lockd: convert nlm_rqst.a_count from atomic_t to refcount_tElena Reshetova1-4/+4
2018-01-14lockd: convert nlm_lockowner.count from atomic_t to refcount_tElena Reshetova1-3/+3
2017-04-21lockd: Introduce nlmclnt_operationsBenjamin Coddington1-1/+25
2015-10-22Move locks API users to locks_lock_inode_wait()Benjamin Coddington1-12/+1
2013-08-05LOCKD: Don't call utsname()->nodename from nlmclnt_setlockargsTrond Myklebust1-2/+3
2013-04-21LOCKD: Ensure that nlmclnt_block resets block->b_status after a server rebootTrond Myklebust1-3/+0
2013-02-28Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-4/+2
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2013-02-22new helper: file_inode(file)Al Viro1-1/+1
2013-02-19NLM: Ensure that we resend all pending blocking locks after a reclaimTrond Myklebust1-0/+3
2013-02-15lockd: nlmclnt_reclaim(): avoid stack overflowTim Gardner1-4/+2
2012-11-04lockd: Remove BUG_ON()s from fs/lockd/clntproc.cTrond Myklebust1-2/+1
2012-07-29lockd: handle lockowner allocation failure in nlmclnt_proc()Al Viro1-0/+5
2012-07-29lockd: shift grabbing a reference to nlm_host into nlm_alloc_call()Al Viro1-7/+2
2011-07-12lockd: properly convert be32 values in debug messagesVasily Averin1-3/+6
2011-06-15NLM: Don't hang forever on NLM unlock requestsTrond Myklebust1-1/+7
2010-12-16lockd: Create client-side nlm_host cacheChuck Lever1-3/+3
2010-12-16lockd: Split nlm_release_call()Chuck Lever1-6/+6
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann1-1/+0
2010-09-22lockd: Remove BKL from the clientBryan Schumaker1-9/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2009-09-22const: make file_lock_operations constAlexey Dobriyan1-1/+1
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan1-0/+1
2009-06-17lockd: Update NSM state from SM_MON repliesChuck Lever1-1/+1
2009-06-17NFSv4/NLM: Push file locking BKL dependencies down into the NLM layerTrond Myklebust1-0/+2
2009-01-06NSM: Remove include/linux/lockd/sm_inter.hChuck Lever1-1/+0
2009-01-06NLM: Remove redundant printk() in nlmclnt_lock()Chuck Lever1-4/+2
2008-07-25lockd: dont return EAGAIN for a permanent errorMiklos Szeredi1-1/+9
2008-07-15SUNRPC: Remove the BKL from the callback functionsTrond Myklebust1-0/+6
2008-07-15nfs: set correct fl_len in nlmclnt_test()Felix Blyakher1-1/+1
2008-04-30fs: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-1/+1
2008-04-19NLM/lockd: Ensure client locking calls use correct credentialsTrond Myklebust1-9/+14
2008-04-19NLM/lockd: Fix a race when cancelling a blocking lockTrond Myklebust1-9/+34
2008-04-19NLM/lockd: Ensure that nlmclnt_cancel() returns results of the CANCEL callTrond Myklebust1-1/+10
2008-04-19NLM: Remove the signal masking in nlmclnt_proc/nlmclnt_cancelTrond Myklebust1-41/+1
2008-04-19NLM/lockd: convert __nlm_async_call to use rpc_run_task()Trond Myklebust1-10/+54
2008-04-19NLM/lockd: Add a reference counter to struct nlm_rqstTrond Myklebust1-0/+3
2008-04-19NLM/lockd: Ensure we don't corrupt fl->fl_flags in nlmclnt_unlock()Trond Myklebust1-6/+10
2008-01-30NLM: Fix a bogus 'return' in nlmclnt_rpc_releaseTrond Myklebust1-1/+1
2008-01-30NLM/NFS: Use cached nlm_host when calling nlmclnt_proc()Chuck Lever1-23/+10
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-02-03NLM: Fix double free in __nlm_async_callTrond Myklebust1-6/+3
2006-12-13[PATCH] lockd endianness annotationsAl Viro1-19/+20
2006-12-08[PATCH] struct path: convert lockdJosef Sipek1-1/+1
2006-12-07Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ into merge_linusTrond Myklebust1-0/+1
2006-12-07[PATCH] Add include/linux/freezer.h and move definitions from sched.hNigel Cunningham1-0/+1
2006-12-06NLM: fix print format for tk_pidChuck Lever1-1/+1
2006-10-04[PATCH] knfsd: make nlmclnt_next_cookie SMP safeOlaf Kirch1-5/+5
2006-10-04[PATCH] knfsd: when looking up a lockd host, pass hostname & lengthOlaf Kirch1-1/+4
2006-10-04[PATCH] knfsd: hide use of lockd's h_monitored flagOlaf Kirch1-1/+1
2006-10-02[PATCH] namespaces: utsname: switch to using uts namespacesSerge E. Hallyn1-2/+2
2006-09-27[PATCH] fs: Removing useless castsPanagiotis Issaris1-1/+1
2006-09-22LOCKD: Teach lockd to use the new rpc_peeraddr() APIChuck Lever1-5/+5
2006-07-05NLM,NFSv4: Wait on local locks before we put RPC calls on the wireTrond Myklebust1-1/+7
2006-07-05NLM,NFSv4: Don't put UNLOCK requests on the wire unless we hold a lockTrond Myklebust1-8/+10
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-09NLM: Fix reclaim racesTrond Myklebust1-1/+13
2006-03-20lockd: Add helper for *_RES callbacksTrond Myklebust1-7/+20
2006-03-20NLM: Add nlmclnt_release_callTrond Myklebust1-121/+74
2006-03-20NLM: Fix nlmclnt_test to not copy private part of locksTrond Myklebust1-1/+3
2006-03-20NLM: Simplify client locksTrond Myklebust1-23/+16
2006-03-20NLM: nlmclnt_cancel_callback should accept NLM_LCK_DENIED errorsTrond Myklebust1-0/+1
2006-03-20lockd: Fix Oopses due to list manipulation errors.Trond Myklebust1-9/+6
2006-03-20lockd: stop abusing file_lock_listChristoph Hellwig1-5/+6
2006-03-20lockd: Clean up of the server-side GRANTED codeTrond Myklebust1-43/+0
2006-03-20lockd: Don't expose the process pid to the NLM serverTrond Myklebust1-2/+5
2006-03-20NLM: nlm_alloc_call should not immediately fail on signalTrond Myklebust1-4/+5
2006-03-14[PATCH] NLM: Ensure we do not Oops in the case of an unlockTrond Myklebust1-2/+7
2006-02-01NLM: Ensure that nlmclnt_cancel_callback() doesn't loop foreverTrond Myklebust1-0/+4
2006-02-01NLM: Fix arguments to NLM_CANCEL callTrond Myklebust1-3/+4
2006-01-06SUNRPC: get rid of cl_chattyChuck Lever1-2/+1
2006-01-06RPC: Clean up RPC task structureTrond Myklebust1-17/+21
2005-11-07[PATCH] kfree cleanup: fsJesper Juhl1-2/+1
2005-09-10[PATCH] fs: fix-up schedule_timeout() usageNishanth Aravamudan1-2/+1
2005-06-25[PATCH] Cleanup patch for process freezingChristoph Lameter1-1/+1
2005-06-22[PATCH] NLM: fix a client-side race on blocking locks.Trond Myklebust1-8/+32
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+820