aboutsummaryrefslogtreecommitdiffstats
path: root/fs/lockd/clntproc.c
Commit message (Expand)AuthorAge
* lockd: Make two symbols staticYueHaibing2019-07-03
* lockd: prepare nlm_lockowner for use by the serverBenjamin Coddington2019-07-03
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-21
* SUNRPC: Fix up task signallingTrond Myklebust2019-04-25
* Merge tag 'nfs-for-4.21-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2019-01-02
|\
| * NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'.NeilBrown2018-12-19
* | lockd: Show pid of lockd for remote locksBenjamin Coddington2018-12-14
|/
* nfsd: fix leaked file lock with nfs exported overlayfsAmir Goldstein2018-08-09
* lockd: convert nlm_rqst.a_count from atomic_t to refcount_tElena Reshetova2018-01-14
* lockd: convert nlm_lockowner.count from atomic_t to refcount_tElena Reshetova2018-01-14
* lockd: Introduce nlmclnt_operationsBenjamin Coddington2017-04-21
* Move locks API users to locks_lock_inode_wait()Benjamin Coddington2015-10-22
* LOCKD: Don't call utsname()->nodename from nlmclnt_setlockargsTrond Myklebust2013-08-05
* LOCKD: Ensure that nlmclnt_block resets block->b_status after a server rebootTrond Myklebust2013-04-21
* Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2013-02-28
|\
| * lockd: nlmclnt_reclaim(): avoid stack overflowTim Gardner2013-02-15
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-26
|\ \
| * | new helper: file_inode(file)Al Viro2013-02-22
| |/
* / NLM: Ensure that we resend all pending blocking locks after a reclaimTrond Myklebust2013-02-19
|/
* lockd: Remove BUG_ON()s from fs/lockd/clntproc.cTrond Myklebust2012-11-04
* lockd: handle lockowner allocation failure in nlmclnt_proc()Al Viro2012-07-29
* lockd: shift grabbing a reference to nlm_host into nlm_alloc_call()Al Viro2012-07-29
* lockd: properly convert be32 values in debug messagesVasily Averin2011-07-12
* NLM: Don't hang forever on NLM unlock requestsTrond Myklebust2011-06-15
* lockd: Create client-side nlm_host cacheChuck Lever2010-12-16
* lockd: Split nlm_release_call()Chuck Lever2010-12-16
* BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-17
* lockd: Remove BKL from the clientBryan Schumaker2010-09-22
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* const: make file_lock_operations constAlexey Dobriyan2009-09-22
* headers: smp_lock.h reduxAlexey Dobriyan2009-07-12
* lockd: Update NSM state from SM_MON repliesChuck Lever2009-06-17
* NFSv4/NLM: Push file locking BKL dependencies down into the NLM layerTrond Myklebust2009-06-17
* NSM: Remove include/linux/lockd/sm_inter.hChuck Lever2009-01-06
* NLM: Remove redundant printk() in nlmclnt_lock()Chuck Lever2009-01-06
* lockd: dont return EAGAIN for a permanent errorMiklos Szeredi2008-07-25
* SUNRPC: Remove the BKL from the callback functionsTrond Myklebust2008-07-15
* nfs: set correct fl_len in nlmclnt_test()Felix Blyakher2008-07-15
* fs: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-30
* NLM/lockd: Ensure client locking calls use correct credentialsTrond Myklebust2008-04-19
* NLM/lockd: Fix a race when cancelling a blocking lockTrond Myklebust2008-04-19
* NLM/lockd: Ensure that nlmclnt_cancel() returns results of the CANCEL callTrond Myklebust2008-04-19
* NLM: Remove the signal masking in nlmclnt_proc/nlmclnt_cancelTrond Myklebust2008-04-19
* NLM/lockd: convert __nlm_async_call to use rpc_run_task()Trond Myklebust2008-04-19
* NLM/lockd: Add a reference counter to struct nlm_rqstTrond Myklebust2008-04-19
* NLM/lockd: Ensure we don't corrupt fl->fl_flags in nlmclnt_unlock()Trond Myklebust2008-04-19
* NLM: Fix a bogus 'return' in nlmclnt_rpc_releaseTrond Myklebust2008-01-30
* NLM/NFS: Use cached nlm_host when calling nlmclnt_proc()Chuck Lever2008-01-30
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-08
* NLM: Fix double free in __nlm_async_callTrond Myklebust2007-02-03