| Commit message (Expand) | Author | Age | Files | Lines |
* | netns: make struct pernet_operations::id unsigned int | Alexey Dobriyan | 2016-11-18 | 2 | -2/+2 |
* | treewide: remove redundant #include <linux/kconfig.h> | Masahiro Yamada | 2016-10-12 | 1 | -2/+0 |
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2016-07-28 | 1 | -1/+0 |
|\ |
|
| * | drop redundant ->owner initializations | Al Viro | 2016-05-30 | 1 | -1/+0 |
* | | lockd: unregister notifier blocks if the service fails to come up completely | Scott Mayhew | 2016-06-30 | 1 | -3/+10 |
|/ |
|
* | lockd: constify nlmsvc_binding structure | Julia Lawall | 2016-01-07 | 1 | -1/+1 |
* | lockd: use to_delayed_work | Geliang Tang | 2016-01-07 | 1 | -2/+1 |
* | lockd: Register callbacks on the inetaddr_chain and inet6addr_chain | Scott Mayhew | 2015-12-23 | 1 | -2/+72 |
* | Merge tag 'nfsd-4.4' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2015-11-12 | 6 | -97/+46 |
|\ |
|
| * | lockd: get rid of reference-counted NSM RPC clients | Andrey Ryabinin | 2015-10-23 | 4 | -78/+16 |
| * | lockd: create NSM handles per net namespace | Andrey Ryabinin | 2015-10-12 | 6 | -19/+30 |
* | | Move locks API users to locks_lock_inode_wait() | Benjamin Coddington | 2015-10-22 | 1 | -12/+1 |
|/ |
|
* | lockd: NLM grace period shouldn't block NFSv4 opens | J. Bruce Fields | 2015-08-13 | 1 | -0/+1 |
* | nfsd/sunrpc: turn enqueueing a svc_xprt into a svc_serv operation | Jeff Layton | 2015-08-10 | 1 | -1/+2 |
* | nfsd/sunrpc: add a new svc_serv_ops struct and move sv_shutdown into it | Jeff Layton | 2015-08-10 | 1 | -1/+5 |
* | nfsd: eliminate NFSD_DEBUG | Mark Salter | 2015-04-21 | 1 | -1/+1 |
* | Merge branch 'for-3.20' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2015-02-12 | 2 | -10/+2 |
|\ |
|
| * | Merge branch 'locks-3.20' of git://git.samba.org/jlayton/linux into for-3.20 | J. Bruce Fields | 2015-02-02 | 1 | -10/+16 |
| |\ |
|
| * | | sunrpc/lockd: fix references to the BKL | Jeff Layton | 2015-01-23 | 1 | -2/+2 |
| * | | lockd: xdr: Remove unused function | Rickard Strandqvist | 2015-01-15 | 1 | -8/+0 |
* | | | Merge tag 'nfs-for-3.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 2015-02-12 | 1 | -4/+9 |
|\ \ \ |
|
| * | | | SUNRPC: NULL utsname dereference on NFS umount during namespace cleanup | Trond Myklebust | 2015-02-03 | 1 | -4/+9 |
* | | | | Merge tag 'locks-v3.20-1' of git://git.samba.org/jlayton/linux | Linus Torvalds | 2015-02-11 | 1 | -10/+16 |
|\ \ \ \
| |/ / /
|/| | /
| | |/
| |/| |
|
| * | | locks: add a dedicated spinlock to protect i_flctx lists | Jeff Layton | 2015-01-16 | 1 | -6/+6 |
| * | | locks: convert posix locks to file_lock_context | Jeff Layton | 2015-01-16 | 1 | -7/+13 |
| |/ |
|
* / | LOCKD: Fix a race when initialising nlmsvc_timeout | Trond Myklebust | 2015-01-06 | 1 | -4/+4 |
|/ |
|
* | Merge branch 'for-3.19' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2014-12-17 | 2 | -2/+2 |
|\ |
|
| * | sunrpc: require svc_create callers to pass in meaningful shutdown routine | Jeff Layton | 2014-12-09 | 1 | -1/+1 |
| * | Merge tag 'nfs-for-3.19-1' into nfsd for-3.19 branch | J. Bruce Fields | 2014-12-09 | 1 | -1/+1 |
| |\ |
|
| * | | lockd: ratelimit "lockd: cannot monitor" messages | Jeff Layton | 2014-11-06 | 1 | -1/+1 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2014-12-11 | 1 | -1/+1 |
|\ \ \
| |_|/
|/| | |
|
| * | | lockd: get rid of ->f_path.dentry->d_sb | Al Viro | 2014-11-19 | 1 | -1/+1 |
| |/ |
|
* / | lockd: eliminate LOCKD_DEBUG | Jeff Layton | 2014-11-24 | 1 | -1/+1 |
|/ |
|
* | Merge tag 'locks-v3.18-1' of git://git.samba.org/jlayton/linux | Linus Torvalds | 2014-10-11 | 1 | -58/+10 |
|\ |
|
| * | lockd: rip out deferred lock handling from testlock codepath | Jeff Layton | 2014-09-09 | 1 | -49/+6 |
| * | locks: Copy fl_lmops information for conflock in locks_copy_conflock() | Kinglong Mee | 2014-09-09 | 1 | -0/+1 |
| * | locks: Remove unused conf argument from lm_grant | Joe Perches | 2014-09-09 | 1 | -9/+3 |
* | | Merge branch 'for-3.18' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2014-10-08 | 6 | -69/+136 |
|\ \ |
|
| * | | lockd: add a /proc/fs/lockd/nlm_end_grace file | Jeff Layton | 2014-09-17 | 4 | -0/+130 |
| * | | lockd: move lockd's grace period handling into its own module | Jeff Layton | 2014-09-17 | 4 | -68/+2 |
| |/ |
|
| * | lockd: Do not start the lockd thread before we've set nlmsvc_rqst->rq_task | Trond Myklebust | 2014-09-02 | 1 | -1/+2 |
| * | lockd: Ensure that lockd_start_svc sets the server rq_task... | Trond Myklebust | 2014-08-17 | 1 | -0/+2 |
* | | Merge tag 'nfs-for-3.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 2014-10-08 | 1 | -0/+6 |
|\ \ |
|
| * | | lockd: Try to reconnect if statd has moved | Benjamin Coddington | 2014-09-25 | 1 | -0/+6 |
| |/ |
|
* / | lockd: fix rpcbind crash on lockd startup failure | J. Bruce Fields | 2014-09-08 | 1 | -3/+1 |
|/ |
|
* | fs: lockd: Use ktime_get_ns() | Thomas Gleixner | 2014-07-24 | 1 | -3/+1 |
* | Merge branch 'for-3.16' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2014-06-10 | 5 | -3/+8 |
|\ |
|
| * | nfsd: move <linux/nfsd/export.h> to fs/nfsd | Christoph Hellwig | 2014-05-06 | 1 | -1/+0 |
| * | nfsd: remove <linux/nfsd/nfsfh.h> | Christoph Hellwig | 2014-05-06 | 4 | -1/+7 |
| * | lockd: avoid warning when CONFIG_SYSCTL undefined | Kees Cook | 2014-05-06 | 1 | -1/+1 |