| Commit message (Expand) | Author | Age | Files | Lines |
* | proc: convert everything to "struct proc_ops" | Alexey Dobriyan | 2020-02-04 | 1 | -6/+6 |
* | NFSv4.1: Don't rebind to the same source port when reconnecting to the server | Trond Myklebust | 2019-11-04 | 1 | -1/+2 |
* | lockd: Make two symbols static | YueHaibing | 2019-07-03 | 2 | -2/+2 |
* | lockd: Show pid of lockd for remote locks | Benjamin Coddington | 2019-07-03 | 5 | -6/+4 |
* | lockd: Remove lm_compare_owner and lm_owner_key | Benjamin Coddington | 2019-07-03 | 1 | -18/+0 |
* | lockd: Convert NLM service fl_owner to nlm_lockowner | Benjamin Coddington | 2019-07-03 | 6 | -5/+121 |
* | lockd: prepare nlm_lockowner for use by the server | Benjamin Coddington | 2019-07-03 | 1 | -10/+11 |
* | Revert "lockd: Show pid of lockd for remote locks" | Benjamin Coddington | 2019-05-31 | 2 | -4/+4 |
* | treewide: Add SPDX license identifier for more missed files | Thomas Gleixner | 2019-05-21 | 1 | -0/+1 |
* | treewide: Add SPDX license identifier for missed files | Thomas Gleixner | 2019-05-21 | 3 | -0/+3 |
* | Merge tag 'nfsd-5.2' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2019-05-16 | 2 | -15/+22 |
|\ |
|
| * | lockd: Pass the user cred from knfsd when starting the lockd server | Trond Myklebust | 2019-04-24 | 2 | -14/+18 |
| * | SUNRPC: Cache the process user cred in the RPC server listener | Trond Myklebust | 2019-04-24 | 1 | -1/+2 |
| * | SUNRPC: Allow further customisation of RPC program registration | Trond Myklebust | 2019-04-24 | 1 | -0/+1 |
| * | SUNRPC: Add a callback to initialise server requests | Trond Myklebust | 2019-04-24 | 1 | -1/+2 |
* | | lockd: Store the lockd client credential in struct nlm_host | Trond Myklebust | 2019-04-26 | 2 | -3/+10 |
* | | SUNRPC: Cache cred of process creating the rpc_client | Trond Myklebust | 2019-04-26 | 2 | -0/+2 |
* | | SUNRPC: Fix up task signalling | Trond Myklebust | 2019-04-25 | 1 | -2/+2 |
|/ |
|
* | NFS: fix mount/umount race in nlmclnt. | NeilBrown | 2019-03-19 | 1 | -2/+1 |
* | NFS: Remove print_overflow_msg() | Chuck Lever | 2019-02-13 | 2 | -28/+0 |
* | Merge tag 'nfs-for-4.21-1' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds | 2019-01-03 | 1 | -3/+3 |
|\ |
|
| * | NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'. | NeilBrown | 2018-12-19 | 1 | -3/+3 |
* | | Merge tag 'nfsd-4.21' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2019-01-03 | 5 | -37/+17 |
|\ \ |
|
| * | | lockd: Show pid of lockd for remote locks | Benjamin Coddington | 2018-12-14 | 3 | -5/+5 |
| * | | lockd: fix decoding of TEST results | J. Bruce Fields | 2018-11-27 | 2 | -32/+12 |
| |/ |
|
* / | fs/locks: merge posix_unblock_lock() and locks_delete_block() | NeilBrown | 2018-12-07 | 1 | -1/+1 |
|/ |
|
* | lockd: fix access beyond unterminated strings in prints | Amir Goldstein | 2018-10-29 | 1 | -1/+1 |
* | nfsd: fix leaked file lock with nfs exported overlayfs | Amir Goldstein | 2018-08-09 | 4 | -12/+12 |
* | lockd: make nlm_ntf_refcnt and nlm_ntf_wq static | Colin Ian King | 2018-03-19 | 1 | -2/+2 |
* | lockd: Fix server refcounting | Trond Myklebust | 2018-01-24 | 1 | -3/+5 |
* | lockd: convert nlm_rqst.a_count from atomic_t to refcount_t | Elena Reshetova | 2018-01-15 | 2 | -5/+5 |
* | lockd: convert nlm_lockowner.count from atomic_t to refcount_t | Elena Reshetova | 2018-01-15 | 1 | -3/+3 |
* | lockd: convert nsm_handle.sm_count from atomic_t to refcount_t | Elena Reshetova | 2018-01-15 | 2 | -8/+8 |
* | lockd: convert nlm_host.h_count from atomic_t to refcount_t | Elena Reshetova | 2018-01-15 | 1 | -7/+7 |
* | nlm_shutdown_hosts_net() cleanup | Vasily Averin | 2017-11-27 | 1 | -2/+1 |
* | race of lockd inetaddr notifiers vs nlmsvc_rqst change | Vasily Averin | 2017-11-27 | 1 | -2/+14 |
* | lockd: lost rollback of set_grace_period() in lockd_down_net() | Vasily Averin | 2017-11-27 | 1 | -0/+2 |
* | lockd: added cleanup checks in exit_net hook | Vasily Averin | 2017-11-27 | 1 | -0/+11 |
* | lockd: remove net pointer from messages | Vasily Averin | 2017-11-27 | 4 | -14/+21 |
* | Merge tag 'nfsd-4.15' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2017-11-18 | 1 | -11/+9 |
|\ |
|
| * | lockd: double unregister of inetaddr notifiers | Vasily Averin | 2017-11-07 | 1 | -11/+9 |
* | | Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2017-11-15 | 1 | -1/+1 |
|\ \ |
|
| * | | treewide: Fix function prototypes for module_param_call() | Kees Cook | 2017-10-31 | 1 | -1/+1 |
| |/ |
|
* / | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 14 | -0/+14 |
|/ |
|
* | Merge tag 'nfs-for-4.14-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 2017-09-12 | 1 | -5/+1 |
|\ |
|
| * | lockd: Delete an error message for a failed memory allocation in reclaimer() | Markus Elfring | 2017-09-06 | 1 | -5/+1 |
* | | sunrpc: Const-ify struct sv_serv_ops | Chuck Lever | 2017-08-25 | 1 | -1/+1 |
|/ |
|
* | sunrpc: mark all struct svc_version instances as const | Christoph Hellwig | 2017-05-15 | 1 | -19/+19 |
* | sunrpc: mark all struct svc_procinfo instances as const | Christoph Hellwig | 2017-05-15 | 2 | -2/+2 |
* | sunrpc: move pc_count out of struct svc_procinfo | Christoph Hellwig | 2017-05-15 | 1 | -0/+6 |