index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
lockd
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-21
treewide: Add SPDX license identifier for more missed files
Thomas Gleixner
1
-0
/
+1
2019-05-21
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
3
-0
/
+3
2019-05-15
Merge tag 'nfsd-5.2' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
2
-15
/
+22
2019-04-26
lockd: Store the lockd client credential in struct nlm_host
Trond Myklebust
2
-3
/
+10
2019-04-26
SUNRPC: Cache cred of process creating the rpc_client
Trond Myklebust
2
-0
/
+2
2019-04-25
SUNRPC: Fix up task signalling
Trond Myklebust
1
-2
/
+2
2019-04-24
lockd: Pass the user cred from knfsd when starting the lockd server
Trond Myklebust
2
-14
/
+18
2019-04-24
SUNRPC: Cache the process user cred in the RPC server listener
Trond Myklebust
1
-1
/
+2
2019-04-24
SUNRPC: Allow further customisation of RPC program registration
Trond Myklebust
1
-0
/
+1
2019-04-24
SUNRPC: Add a callback to initialise server requests
Trond Myklebust
1
-1
/
+2
2019-03-18
NFS: fix mount/umount race in nlmclnt.
NeilBrown
1
-2
/
+1
2019-02-13
NFS: Remove print_overflow_msg()
Chuck Lever
2
-28
/
+0
2019-01-02
Merge tag 'nfs-for-4.21-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
1
-3
/
+3
2019-01-02
Merge tag 'nfsd-4.21' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
5
-37
/
+17
2018-12-19
NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'.
NeilBrown
1
-3
/
+3
2018-12-14
lockd: Show pid of lockd for remote locks
Benjamin Coddington
3
-5
/
+5
2018-12-07
fs/locks: merge posix_unblock_lock() and locks_delete_block()
NeilBrown
1
-1
/
+1
2018-11-27
lockd: fix decoding of TEST results
J. Bruce Fields
2
-32
/
+12
2018-10-29
lockd: fix access beyond unterminated strings in prints
Amir Goldstein
1
-1
/
+1
2018-08-09
nfsd: fix leaked file lock with nfs exported overlayfs
Amir Goldstein
4
-12
/
+12
2018-03-19
lockd: make nlm_ntf_refcnt and nlm_ntf_wq static
Colin Ian King
1
-2
/
+2
2018-01-24
lockd: Fix server refcounting
Trond Myklebust
1
-3
/
+5
2018-01-14
lockd: convert nlm_rqst.a_count from atomic_t to refcount_t
Elena Reshetova
2
-5
/
+5
2018-01-14
lockd: convert nlm_lockowner.count from atomic_t to refcount_t
Elena Reshetova
1
-3
/
+3
2018-01-14
lockd: convert nsm_handle.sm_count from atomic_t to refcount_t
Elena Reshetova
2
-8
/
+8
2018-01-14
lockd: convert nlm_host.h_count from atomic_t to refcount_t
Elena Reshetova
1
-7
/
+7
2017-11-27
nlm_shutdown_hosts_net() cleanup
Vasily Averin
1
-2
/
+1
2017-11-27
race of lockd inetaddr notifiers vs nlmsvc_rqst change
Vasily Averin
1
-2
/
+14
2017-11-27
lockd: lost rollback of set_grace_period() in lockd_down_net()
Vasily Averin
1
-0
/
+2
2017-11-27
lockd: added cleanup checks in exit_net hook
Vasily Averin
1
-0
/
+11
2017-11-27
lockd: remove net pointer from messages
Vasily Averin
4
-14
/
+21
2017-11-18
Merge tag 'nfsd-4.15' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
1
-11
/
+9
2017-11-15
Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux
Linus Torvalds
1
-1
/
+1
2017-11-07
lockd: double unregister of inetaddr notifiers
Vasily Averin
1
-11
/
+9
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
14
-0
/
+14
2017-10-31
treewide: Fix function prototypes for module_param_call()
Kees Cook
1
-1
/
+1
2017-09-11
Merge tag 'nfs-for-4.14-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
1
-5
/
+1
2017-09-06
lockd: Delete an error message for a failed memory allocation in reclaimer()
Markus Elfring
1
-5
/
+1
2017-08-24
sunrpc: Const-ify struct sv_serv_ops
Chuck Lever
1
-1
/
+1
2017-05-15
sunrpc: mark all struct svc_version instances as const
Christoph Hellwig
1
-19
/
+19
2017-05-15
sunrpc: mark all struct svc_procinfo instances as const
Christoph Hellwig
2
-2
/
+2
2017-05-15
sunrpc: move pc_count out of struct svc_procinfo
Christoph Hellwig
1
-0
/
+6
2017-05-15
sunrpc: properly type pc_encode callbacks
Christoph Hellwig
4
-10
/
+22
2017-05-15
sunrpc: properly type pc_decode callbacks
Christoph Hellwig
4
-20
/
+42
2017-05-15
sunrpc: properly type pc_func callbacks
Christoph Hellwig
2
-86
/
+150
2017-05-15
sunrpc: mark all struct rpc_procinfo instances as const
Christoph Hellwig
3
-3
/
+3
2017-05-15
sunrpc: move p_count out of struct rpc_procinfo
Christoph Hellwig
3
-1
/
+9
2017-05-15
lockd: fix some weird indentation
Christoph Hellwig
2
-19
/
+19
2017-05-15
lockd: fix decoder callback prototypes
Christoph Hellwig
3
-10
/
+16
2017-05-15
lockd: fix encoder callback prototypes
Christoph Hellwig
3
-18
/
+34
[next]