summaryrefslogtreecommitdiffstats
path: root/fs/lockd/clntproc.c
Commit message (Expand)AuthorAgeFilesLines
* lockd: adapt to breakup of struct file_lockJeff Layton2024-02-051-29/+33
* filelock: split common fields into struct file_lock_coreJeff Layton2024-02-051-0/+1
* lockd: convert to using new filelock helpersJeff Layton2024-02-051-10/+10
* lockd: add some client-side tracepointsJeff Layton2023-04-261-0/+14
* lockd: fix races in client GRANTED_MSG wait logicJeff Layton2023-04-261-10/+18
* fs: remove locks_inodeJeff Layton2023-01-111-1/+1
* filelock: move file locking definitions to separate header fileJeff Layton2023-01-111-0/+1
* SUNRPC: Trace calls to .rpc_call_doneChuck Lever2021-10-201-3/+0
* lockd: Make two symbols staticYueHaibing2019-07-031-1/+1
* lockd: prepare nlm_lockowner for use by the serverBenjamin Coddington2019-07-031-10/+11
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* SUNRPC: Fix up task signallingTrond Myklebust2019-04-251-2/+2
* Merge tag 'nfs-for-4.21-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2019-01-021-3/+3
|\
| * NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'.NeilBrown2018-12-191-3/+3
* | lockd: Show pid of lockd for remote locksBenjamin Coddington2018-12-141-1/+1
|/
* nfsd: fix leaked file lock with nfs exported overlayfsAmir Goldstein2018-08-091-1/+1
* lockd: convert nlm_rqst.a_count from atomic_t to refcount_tElena Reshetova2018-01-141-4/+4
* lockd: convert nlm_lockowner.count from atomic_t to refcount_tElena Reshetova2018-01-141-3/+3
* lockd: Introduce nlmclnt_operationsBenjamin Coddington2017-04-211-1/+25
* Move locks API users to locks_lock_inode_wait()Benjamin Coddington2015-10-221-12/+1
* LOCKD: Don't call utsname()->nodename from nlmclnt_setlockargsTrond Myklebust2013-08-051-2/+3
* LOCKD: Ensure that nlmclnt_block resets block->b_status after a server rebootTrond Myklebust2013-04-211-3/+0
* Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2013-02-281-4/+2
|\
| * lockd: nlmclnt_reclaim(): avoid stack overflowTim Gardner2013-02-151-4/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-261-1/+1
|\ \
| * | new helper: file_inode(file)Al Viro2013-02-221-1/+1
| |/
* / NLM: Ensure that we resend all pending blocking locks after a reclaimTrond Myklebust2013-02-191-0/+3
|/
* lockd: Remove BUG_ON()s from fs/lockd/clntproc.cTrond Myklebust2012-11-041-2/+1
* lockd: handle lockowner allocation failure in nlmclnt_proc()Al Viro2012-07-291-0/+5
* lockd: shift grabbing a reference to nlm_host into nlm_alloc_call()Al Viro2012-07-291-7/+2
* lockd: properly convert be32 values in debug messagesVasily Averin2011-07-121-3/+6
* NLM: Don't hang forever on NLM unlock requestsTrond Myklebust2011-06-151-1/+7
* lockd: Create client-side nlm_host cacheChuck Lever2010-12-161-3/+3
* lockd: Split nlm_release_call()Chuck Lever2010-12-161-6/+6
* BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-171-1/+0
* lockd: Remove BKL from the clientBryan Schumaker2010-09-221-9/+4
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* const: make file_lock_operations constAlexey Dobriyan2009-09-221-1/+1
* headers: smp_lock.h reduxAlexey Dobriyan2009-07-121-0/+1
* lockd: Update NSM state from SM_MON repliesChuck Lever2009-06-171-1/+1
* NFSv4/NLM: Push file locking BKL dependencies down into the NLM layerTrond Myklebust2009-06-171-0/+2
* NSM: Remove include/linux/lockd/sm_inter.hChuck Lever2009-01-061-1/+0
* NLM: Remove redundant printk() in nlmclnt_lock()Chuck Lever2009-01-061-4/+2
* lockd: dont return EAGAIN for a permanent errorMiklos Szeredi2008-07-251-1/+9
* SUNRPC: Remove the BKL from the callback functionsTrond Myklebust2008-07-151-0/+6
* nfs: set correct fl_len in nlmclnt_test()Felix Blyakher2008-07-151-1/+1
* fs: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-301-1/+1
* NLM/lockd: Ensure client locking calls use correct credentialsTrond Myklebust2008-04-191-9/+14
* NLM/lockd: Fix a race when cancelling a blocking lockTrond Myklebust2008-04-191-9/+34
* NLM/lockd: Ensure that nlmclnt_cancel() returns results of the CANCEL callTrond Myklebust2008-04-191-1/+10