summaryrefslogtreecommitdiffstats
path: root/fs/lockd
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-3.19' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2014-12-162-2/+2
|\
| * sunrpc: require svc_create callers to pass in meaningful shutdown routineJeff Layton2014-12-091-1/+1
| * Merge tag 'nfs-for-3.19-1' into nfsd for-3.19 branchJ. Bruce Fields2014-12-091-1/+1
| |\
| * | lockd: ratelimit "lockd: cannot monitor" messagesJeff Layton2014-11-061-1/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-12-101-1/+1
|\ \ \ | |_|/ |/| |
| * | lockd: get rid of ->f_path.dentry->d_sbAl Viro2014-11-191-1/+1
| |/
* / lockd: eliminate LOCKD_DEBUGJeff Layton2014-11-241-1/+1
|/
* Merge tag 'locks-v3.18-1' of git://git.samba.org/jlayton/linuxLinus Torvalds2014-10-111-58/+10
|\
| * lockd: rip out deferred lock handling from testlock codepathJeff Layton2014-09-091-49/+6
| * locks: Copy fl_lmops information for conflock in locks_copy_conflock()Kinglong Mee2014-09-091-0/+1
| * locks: Remove unused conf argument from lm_grantJoe Perches2014-09-091-9/+3
* | Merge branch 'for-3.18' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2014-10-086-69/+136
|\ \
| * | lockd: add a /proc/fs/lockd/nlm_end_grace fileJeff Layton2014-09-174-0/+130
| * | lockd: move lockd's grace period handling into its own moduleJeff Layton2014-09-174-68/+2
| |/
| * lockd: Do not start the lockd thread before we've set nlmsvc_rqst->rq_taskTrond Myklebust2014-09-021-1/+2
| * lockd: Ensure that lockd_start_svc sets the server rq_task...Trond Myklebust2014-08-171-0/+2
* | Merge tag 'nfs-for-3.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2014-10-081-0/+6
|\ \
| * | lockd: Try to reconnect if statd has movedBenjamin Coddington2014-09-241-0/+6
| |/
* / lockd: fix rpcbind crash on lockd startup failureJ. Bruce Fields2014-09-081-3/+1
|/
* fs: lockd: Use ktime_get_ns()Thomas Gleixner2014-07-231-3/+1
* Merge branch 'for-3.16' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2014-06-105-3/+8
|\
| * nfsd: move <linux/nfsd/export.h> to fs/nfsdChristoph Hellwig2014-05-061-1/+0
| * nfsd: remove <linux/nfsd/nfsfh.h>Christoph Hellwig2014-05-064-1/+7
| * lockd: avoid warning when CONFIG_SYSCTL undefinedKees Cook2014-05-061-1/+1
* | lockd: convert use of typedef ctl_table to struct ctl_tableJoe Perches2014-06-061-3/+3
|/
* lockd: ensure we tear down any live sockets when socket creation fails during...Jeff Layton2014-03-281-0/+1
* lockd: send correct lock when granting a delayed lock.NeilBrown2014-02-131-0/+8
* LOCKD: Don't call utsname()->nodename from nlmclnt_setlockargsTrond Myklebust2013-08-052-6/+12
* Merge branch 'for-3.11' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2013-07-171-0/+4
|\
| * lockd: protect nlm_blocked access in nlmsvc_retry_blockedDavid Jeffery2013-07-111-0/+4
* | drivers: avoid parsing names as kthread_run() format stringsKees Cook2013-07-031-1/+1
* | locks: add a new "lm_owner_key" lock operationJeff Layton2013-06-291-0/+12
* | locks: protect most of the file_lock handling with i_lockJeff Layton2013-06-291-6/+6
* | locks: drop the unused filp argument to posix_unblock_lockJeff Layton2013-06-291-1/+1
|/
* LOCKD: Ensure that nlmclnt_block resets block->b_status after a server rebootTrond Myklebust2013-04-212-3/+3
* Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2013-02-285-7/+17
|\
| * lockd: nlmclnt_reclaim(): avoid stack overflowTim Gardner2013-02-152-5/+13
| * sunrpc: move address copy/cmp/convert routines and prototypes from clnt.h to ...Jeff Layton2013-02-054-2/+4
* | hlist: drop the node parameter from iteratorsSasha Levin2013-02-272-21/+15
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-264-11/+11
|\ \
| * | new helper: file_inode(file)Al Viro2013-02-224-11/+11
| |/
* / 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: Remove BUG_ON()s in fs/lockd/host.cTrond Myklebust2012-11-041-10/+5
* lockd: Remove trivial BUG_ON()s from the NSM codeTrond Myklebust2012-11-041-3/+0
* lockd: Remove unnecessary BUG_ON()s in the xdr client codeTrond Myklebust2012-11-042-16/+0
* LOCKD: Clear ln->nsm_clnt only when ln->nsm_users is zeroTrond Myklebust2012-10-241-8/+6
* LOCKD: fix races in nsm_client_getTrond Myklebust2012-10-241-17/+26
* NLM: nlm_lookup_file() may return NLMv4-specific error codesTrond Myklebust2012-10-172-2/+3
* Merge branch 'for-3.7' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2012-10-131-15/+2
|\