Age | Commit message (Expand) | Author | Files | Lines |
2025-03-10 | sysctl: Fixes nsm_local_state bounds | Nicolas Bouchinet | 1 | -2/+3 |
2025-03-10 | lockd: add netlink control interface | Jeff Layton | 5 | -7/+179 |
2025-01-28 | treewide: const qualify ctl_tables where applicable | Joel Granados | 1 | -1/+1 |
2025-01-06 | sunrpc: remove all connection limit configuration | NeilBrown | 1 | -8/+0 |
2024-11-26 | Merge tag 'nfsd-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux | Linus Torvalds | 5 | -33/+11 |
2024-11-18 | lockd: Remove unneeded initialization of file_lock::c.flc_flags | Chuck Lever | 2 | -3/+3 |
2024-11-18 | lockd: Remove unused parameter to nlmsvc_testlock() | Chuck Lever | 3 | -3/+5 |
2024-11-18 | lockd: Remove some snippets of unfinished code | Chuck Lever | 2 | -24/+0 |
2024-11-18 | lockd: Remove unnecessary memset() | Chuck Lever | 1 | -1/+0 |
2024-11-18 | lockd: Fix comment about NLMv3 backwards compatibility | Pali Rohár | 1 | -2/+3 |
2024-11-18 | Merge tag 'vfs-6.13.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf... | Linus Torvalds | 1 | -4/+3 |
2024-10-02 | move asm/unaligned.h to linux/unaligned.h | Al Viro | 1 | -1/+1 |
2024-10-02 | Merge patch series "Fixup NLM and kNFSD file lock callbacks" | Christian Brauner | 1 | -4/+3 |
2024-10-01 | NLM/NFSD: Fix lock notifications for async-capable filesystems | Benjamin Coddington | 1 | -4/+3 |
2024-09-20 | sunrpc: allow svc threads to fail initialisation cleanly | NeilBrown | 1 | -0/+2 |
2024-09-01 | lockd: discard nlmsvc_timeout | NeilBrown | 2 | -7/+2 |
2024-07-08 | lockd: Use *-y instead of *-objs in Makefile | Andy Shevchenko | 1 | -5/+4 |
2024-05-06 | lockd: host: Remove unnecessary statements'host = NULL;' | Li kunyu | 1 | -1/+0 |
2024-03-12 | Merge tag 'nfsd-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux | Linus Torvalds | 1 | -3/+0 |
2024-03-01 | nfsd: stop setting ->pg_stats for unused stats | Josef Bacik | 1 | -3/+0 |
2024-02-05 | lockd: adapt to breakup of struct file_lock | Jeff Layton | 10 | -109/+115 |
2024-02-05 | filelock: split common fields into struct file_lock_core | Jeff Layton | 1 | -0/+1 |
2024-02-05 | lockd: convert to using new filelock helpers | Jeff Layton | 2 | -13/+13 |
2024-01-10 | Merge tag 'sysctl-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m... | Linus Torvalds | 1 | -1/+0 |
2024-01-07 | SUNRPC: discard sv_refcnt, and svc_get/svc_put | NeilBrown | 1 | -6/+4 |
2023-12-28 | fs: Remove the now superfluous sentinel elements from ctl_table array | Joel Granados | 1 | -1/+0 |
2023-10-16 | SUNRPC: change how svc threads are asked to exit. | NeilBrown | 2 | -6/+4 |
2023-10-16 | lockd: hold a reference to nlmsvc_serv while stopping the thread. | NeilBrown | 1 | -0/+2 |
2023-10-16 | lockd: fix race in async lock request handling | Alexander Aring | 1 | -3/+8 |
2023-10-16 | lockd: don't call vfs_lock_file() for pending requests | Alexander Aring | 1 | -7/+16 |
2023-10-16 | lockd: introduce safe async lock op | Alexander Aring | 1 | -3/+1 |
2023-08-29 | SUNRPC: Add enum svc_auth_status | Chuck Lever | 1 | -1/+1 |
2023-08-29 | SUNRPC: remove timeout arg from svc_recv() | NeilBrown | 2 | -7/+12 |
2023-08-29 | SUNRPC: change svc_recv() to return void. | NeilBrown | 1 | -8/+1 |
2023-08-29 | SUNRPC: call svc_process() from svc_recv(). | NeilBrown | 1 | -5/+0 |
2023-08-29 | lockd: remove SIGKILL handling | NeilBrown | 1 | -24/+0 |
2023-08-29 | fs: lockd: avoid possible wrong NULL parameter | Su Hui | 1 | -0/+3 |
2023-08-29 | lockd: nlm_blocked list race fixes | Alexander Aring | 1 | -1/+12 |
2023-07-01 | Merge tag 'nfs-for-6.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 1 | -0/+6 |
2023-06-19 | NFS: add a sysfs link to the lockd rpc_client | Benjamin Coddington | 1 | -0/+6 |
2023-06-12 | lockd: drop inappropriate svc_get() from locked_get() | NeilBrown | 1 | -1/+0 |
2023-05-17 | Merge tag 'nfsd-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l... | Linus Torvalds | 1 | -1/+1 |
2023-05-02 | lockd: define nlm_port_min,max with CONFIG_SYSCTL | Tom Rix | 1 | -1/+1 |
2023-04-29 | Merge tag 'nfsd-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux | Linus Torvalds | 7 | -49/+188 |
2023-04-26 | lockd: add some client-side tracepoints | Jeff Layton | 5 | -2/+131 |
2023-04-26 | lockd: server should unlock lock if client rejects the grant | Jeff Layton | 1 | -4/+17 |
2023-04-26 | lockd: fix races in client GRANTED_MSG wait logic | Jeff Layton | 2 | -31/+39 |
2023-04-26 | lockd: move struct nlm_wait to lockd.h | Jeff Layton | 1 | -12/+0 |
2023-04-26 | lockd: purge resources held on behalf of nlm clients when shutting down | Jeff Layton | 1 | -0/+1 |
2023-04-13 | lockd: simplify two-level sysctl registration for nlm_sysctls | Luis Chamberlain | 1 | -19/+1 |
2023-03-14 | lockd: set file_lock start and end when decoding nlm4 testargs | Jeff Layton | 2 | -9/+13 |
2023-02-23 | Merge tag 'sysctl-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m... | Linus Torvalds | 1 | -1/+1 |
2023-02-22 | Merge tag 'nfsd-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux | Linus Torvalds | 1 | -9/+12 |
2023-02-21 | sysctl: fix proc_dobool() usability | Ondrej Mosnacek | 1 | -1/+1 |
2023-02-20 | SUNRPC: Use per-CPU counters to tally server RPC counts | Chuck Lever | 1 | -5/+10 |
2023-02-20 | SUNRPC: Refactor RPC server dispatch method | Chuck Lever | 1 | -2/+2 |
2023-02-20 | SUNRPC: Push svcxdr_init_encode() into svc_process_common() | Chuck Lever | 1 | -1/+0 |
2023-02-20 | SUNRPC: Push svcxdr_init_decode() into svc_process_common() | Chuck Lever | 1 | -1/+0 |
2023-01-11 | fs: remove locks_inode | Jeff Layton | 2 | -2/+2 |
2023-01-11 | filelock: move file locking definitions to separate header file | Jeff Layton | 2 | -0/+2 |
2022-12-12 | Merge tag 'nfsd-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux | Linus Torvalds | 4 | -14/+22 |
2022-12-10 | lockd: fix file selection in nlmsvc_cancel_blocked | Jeff Layton | 1 | -3/+4 |
2022-12-10 | lockd: ensure we use the correct file descriptor when unlocking | Jeff Layton | 1 | -4/+6 |
2022-12-10 | lockd: set missing fl_flags field when retrieving args | Jeff Layton | 2 | -0/+2 |
2022-12-10 | lockd: set other missing fields when unlocking files | Trond Myklebust | 1 | -7/+10 |
2022-11-30 | lockd: use locks_inode_context helper | Jeff Layton | 1 | -2/+2 |
2022-09-26 | SUNRPC: Parametrize how much of argsize should be zeroed | Chuck Lever | 2 | -0/+48 |
2022-09-26 | lockd: move from strlcpy with unused retval to strscpy | Wolfram Sang | 1 | -1/+1 |
2022-08-04 | lockd: detect and reject lock arguments that overflow | Jeff Layton | 2 | -17/+10 |
2022-07-29 | NLM: Defend against file_lock changes after vfs_test_lock() | Benjamin Coddington | 3 | -11/+8 |
2022-07-11 | lockd: fix nlm_close_files | Jeff Layton | 1 | -5/+4 |
2022-07-11 | lockd: set fl_owner when unlocking files | Jeff Layton | 1 | -2/+3 |
2022-02-28 | NFSD: Move svc_serv_ops::svo_function into struct svc_serv | Chuck Lever | 1 | -5/+1 |
2022-02-28 | NFSD: Remove svc_serv_ops::svo_module | Chuck Lever | 1 | -3/+1 |
2022-02-28 | SUNRPC: Remove svc_shutdown_net() | Chuck Lever | 1 | -2/+2 |
2022-02-28 | SUNRPC: Rename svc_create_xprt() | Chuck Lever | 1 | -2/+2 |
2022-02-28 | SUNRPC: Remove svo_shutdown method | Chuck Lever | 1 | -3/+2 |
2022-02-28 | SUNRPC: Remove the .svo_enqueue_xprt method | Chuck Lever | 1 | -1/+0 |
2022-02-02 | Merge tag 'nfsd-5.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/... | Linus Torvalds | 1 | -8/+10 |
2022-01-27 | lockd: fix failure to cleanup client locks | J. Bruce Fields | 1 | -0/+1 |
2022-01-18 | lockd: fix server crash on reboot of client holding lock | J. Bruce Fields | 1 | -8/+9 |
2022-01-17 | Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+1 |
2022-01-08 | nfs: block notification on fs with its own ->lock | J. Bruce Fields | 1 | -2/+4 |
2021-12-13 | lockd: use svc_set_num_threads() for thread start and stop | NeilBrown | 1 | -50/+8 |
2021-12-13 | lockd: rename lockd_create_svc() to lockd_get() | NeilBrown | 1 | -6/+4 |
2021-12-13 | lockd: introduce lockd_put() | NeilBrown | 1 | -37/+27 |
2021-12-13 | lockd: move svc_exit_thread() into the thread | NeilBrown | 1 | -11/+12 |
2021-12-13 | lockd: move lockd_start_svc() call into lockd_create_svc() | NeilBrown | 1 | -12/+10 |
2021-12-13 | lockd: simplify management of network status notifiers | NeilBrown | 1 | -26/+9 |
2021-12-13 | lockd: introduce nlmsvc_serv | NeilBrown | 1 | -16/+20 |
2021-12-13 | SUNRPC: stop using ->sv_nrthreads as a refcount | NeilBrown | 1 | -4/+0 |
2021-12-13 | SUNRPC/NFSD: clean up get/put functions. | NeilBrown | 1 | -5/+1 |
2021-12-13 | SUNRPC: change svc_get() to return the svc. | NeilBrown | 1 | -4/+2 |
2021-11-10 | Merge tag 'nfsd-5.16' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 3 | -166/+145 |
2021-10-20 | SUNRPC: Trace calls to .rpc_call_done | Chuck Lever | 3 | -7/+0 |
2021-10-13 | SUNRPC: Change return value type of .pc_encode | Chuck Lever | 2 | -18/+18 |
2021-10-13 | SUNRPC: Replace the "__be32 *p" parameter to .pc_encode | Chuck Lever | 3 | -16/+9 |
2021-10-13 | SUNRPC: Change return value type of .pc_decode | Chuck Lever | 2 | -96/+97 |
2021-10-13 | SUNRPC: Replace the "__be32 *p" parameter to .pc_decode | Chuck Lever | 3 | -36/+21 |
2021-09-22 | Merge tag 'nfsd-5.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/... | Linus Torvalds | 1 | -11/+2 |
2021-09-17 | NLM: Fix svcxdr_encode_owner() | Chuck Lever | 1 | -11/+2 |
2021-09-04 | Merge tag 'nfs-for-5.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds | 1 | -0/+2 |
2021-08-26 | lockd: don't attempt blocking locks on nfs reexports | J. Bruce Fields | 1 | -3/+10 |
2021-08-23 | Keep read and write fds with each nlm_file | J. Bruce Fields | 4 | -39/+96 |
2021-08-23 | lockd: update nlm_lookup_file reexport comment | J. Bruce Fields | 1 | -2/+3 |
2021-08-23 | nlm: minor refactoring | J. Bruce Fields | 2 | -10/+10 |
2021-08-23 | nlm: minor nlm_lookup_file argument change | J. Bruce Fields | 3 | -9/+11 |
2021-08-21 | lockd: lockd server-side shouldn't set fl_ops | J. Bruce Fields | 1 | -18/+12 |
2021-08-17 | lockd: change the proc_handler for nsm_use_hostnames | Jia He | 1 | -1/+1 |
2021-08-17 | lockd: Fix invalid lockowner cast after vfs_test_lock | Benjamin Coddington | 1 | -1/+1 |
2021-08-10 | SUNRPC: Set rq_auth_stat in the pg_authenticate() callout | Chuck Lever | 1 | -0/+2 |
2021-07-06 | lockd: Update the NLMv4 SHARE results encoder to use struct xdr_stream | Chuck Lever | 1 | -13/+9 |
2021-07-06 | lockd: Update the NLMv4 nlm_res results encoder to use struct xdr_stream | Chuck Lever | 1 | -7/+6 |
2021-07-06 | lockd: Update the NLMv4 TEST results encoder to use struct xdr_stream | Chuck Lever | 1 | -38/+36 |
2021-07-06 | lockd: Update the NLMv4 void results encoder to use struct xdr_stream | Chuck Lever | 1 | -6/+11 |
2021-07-06 | lockd: Update the NLMv4 FREE_ALL arguments decoder to use struct xdr_stream | Chuck Lever | 1 | -13/+15 |
2021-07-06 | lockd: Update the NLMv4 SHARE arguments decoder to use struct xdr_stream | Chuck Lever | 1 | -73/+26 |
2021-07-06 | lockd: Update the NLMv4 SM_NOTIFY arguments decoder to use struct xdr_stream | Chuck Lever | 1 | -13/+26 |
2021-07-06 | lockd: Update the NLMv4 nlm_res arguments decoder to use struct xdr_stream | Chuck Lever | 1 | -11/+14 |
2021-07-06 | lockd: Update the NLMv4 UNLOCK arguments decoder to use struct xdr_stream | Chuck Lever | 1 | -40/+13 |
2021-07-06 | lockd: Update the NLMv4 CANCEL arguments decoder to use struct xdr_stream | Chuck Lever | 1 | -15/+18 |
2021-07-06 | lockd: Update the NLMv4 LOCK arguments decoder to use struct xdr_stream | Chuck Lever | 1 | -18/+23 |
2021-07-06 | lockd: Update the NLMv4 TEST arguments decoder to use struct xdr_stream | Chuck Lever | 1 | -6/+66 |
2021-07-06 | lockd: Update the NLMv4 void arguments decoder to use struct xdr_stream | Chuck Lever | 1 | -7/+10 |
2021-07-06 | lockd: Update the NLMv1 SHARE results encoder to use struct xdr_stream | Chuck Lever | 1 | -16/+9 |
2021-07-06 | lockd: Update the NLMv1 nlm_res results encoder to use struct xdr_stream | Chuck Lever | 1 | -7/+6 |
2021-07-06 | lockd: Update the NLMv1 TEST results encoder to use struct xdr_stream | Chuck Lever | 1 | -39/+35 |
2021-07-06 | lockd: Update the NLMv1 void results encoder to use struct xdr_stream | Chuck Lever | 1 | -6/+11 |
2021-07-06 | lockd: Update the NLMv1 FREE_ALL arguments decoder to use struct xdr_stream | Chuck Lever | 1 | -13/+15 |
2021-07-06 | lockd: Update the NLMv1 SHARE arguments decoder to use struct xdr_stream | Chuck Lever | 1 | -70/+26 |
2021-07-06 | lockd: Update the NLMv1 SM_NOTIFY arguments decoder to use struct xdr_stream | Chuck Lever | 1 | -13/+26 |
2021-07-06 | lockd: Update the NLMv1 nlm_res arguments decoder to use struct xdr_stream | Chuck Lever | 1 | -11/+14 |
2021-07-06 | lockd: Update the NLMv1 UNLOCK arguments decoder to use struct xdr_stream | Chuck Lever | 1 | -40/+13 |
2021-07-06 | lockd: Update the NLMv1 CANCEL arguments decoder to use struct xdr_stream | Chuck Lever | 1 | -15/+19 |
2021-07-06 | lockd: Update the NLMv1 LOCK arguments decoder to use struct xdr_stream | Chuck Lever | 1 | -18/+23 |
2021-07-06 | lockd: Update the NLMv1 TEST arguments decoder to use struct xdr_stream | Chuck Lever | 1 | -6/+66 |
2021-07-06 | lockd: Update the NLMv1 void argument decoder to use struct xdr_stream | Chuck Lever | 1 | -7/+10 |
2021-07-06 | lockd: Common NLM XDR helpers | Chuck Lever | 1 | -0/+151 |
2021-07-06 | lockd: Create a simplified .vs_dispatch method for NLM requests | Chuck Lever | 1 | -0/+43 |
2021-01-25 | SUNRPC: Make trace_svc_process() display the RPC procedure symbolically | Chuck Lever | 2 | -0/+48 |
2020-12-16 | fs/lockd: convert comma to semicolon | Zheng Yongjun | 1 | -1/+1 |
2020-12-02 | lockd: don't use interval-based rebinding over TCP | Calum Mackay | 1 | -9/+11 |
2020-10-22 | Merge tag 'nfsd-5.10' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2 | -100/+398 |
2020-10-02 | lockd: Replace PROC() macro with open code | Chuck Lever | 2 | -100/+398 |
2020-09-21 | Replace HTTP links with HTTPS ones: NFS, SUNRPC, and LOCKD clients | Alexander A. Klimov | 1 | -1/+1 |
2020-02-04 | proc: convert everything to "struct proc_ops" | Alexey Dobriyan | 1 | -6/+6 |
2019-11-03 | NFSv4.1: Don't rebind to the same source port when reconnecting to the server | Trond Myklebust | 1 | -1/+2 |
2019-07-03 | lockd: Make two symbols static | YueHaibing | 2 | -2/+2 |
2019-07-03 | lockd: Show pid of lockd for remote locks | Benjamin Coddington | 5 | -6/+4 |
2019-07-03 | lockd: Remove lm_compare_owner and lm_owner_key | Benjamin Coddington | 1 | -18/+0 |
2019-07-03 | lockd: Convert NLM service fl_owner to nlm_lockowner | Benjamin Coddington | 6 | -5/+121 |
2019-07-03 | lockd: prepare nlm_lockowner for use by the server | Benjamin Coddington | 1 | -10/+11 |
2019-05-31 | Revert "lockd: Show pid of lockd for remote locks" | Benjamin Coddington | 2 | -4/+4 |
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/gi... | 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 |