index
:
linux-toradex.git
colibri
colibri_vf
master
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.12-2.0.x-imx
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
nfsd
/
nfs4proc.c
Age
Commit message (
Expand
)
Author
2024-07-08
NFSD: Support write delegations in LAYOUTGET
Chuck Lever
2024-05-09
NFSD: Force all NFSv4.2 COPY requests to be synchronous
Chuck Lever
2024-05-06
NFSD: Add COPY status code to OFFLOAD_STATUS response
Chuck Lever
2024-05-06
NFSD: Record status of async copy operation in struct nfsd4_copy
Chuck Lever
2024-05-06
nfsd: trivial GET_DIR_DELEGATION support
Jeff Layton
2024-03-01
nfsd: Fix NFSv3 atomicity bugs in nfsd_setattr()
Trond Myklebust
2024-03-01
nfsd: Fix a regression in nfsd_setattr()
Trond Myklebust
2024-03-01
nfsd: make all of the nfsd stats per-network namespace
Josef Bacik
2024-01-07
NFSD: Modify NFSv4 to use nfsd_read_splice_ok()
Chuck Lever
2023-10-30
Merge tag 'nfsd-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Linus Torvalds
2023-10-18
nfsd: convert to new timestamp accessors
Jeff Layton
2023-10-16
NFSD: Clean up nfsd4_encode_copy_notify()
Chuck Lever
2023-10-16
NFSD: Remove a layering violation when encoding lock_denied
Chuck Lever
2023-10-16
NFSD: Clean up nfsd4_encode_layoutcommit()
Chuck Lever
2023-10-16
SUNRPC: change how svc threads are asked to exit.
NeilBrown
2023-10-16
NFSD: add trace points to track server copy progress
Dai Ngo
2023-10-16
NFSD: initialize copy->cp_clp early in nfsd4_copy for use by trace point
Dai Ngo
2023-09-09
nfsd: fix change_info in NFSv4 RENAME replies
Jeff Layton
2023-08-29
nfsd: don't allow nfsd threads to be signalled.
NeilBrown
2023-08-29
nfsd: set missing after_change as before_change + 1
Jeff Layton
2023-08-29
nfsd: remove unsafe BUG_ON from set_change_info
Jeff Layton
2023-08-29
nfsd: handle failure to collect pre/post-op attrs more sanely
Jeff Layton
2023-02-20
NFSD: fix problems with cleanup on errors in nfsd4_copy
Dai Ngo
2023-02-20
NFSD: fix leaked reference count of nfsd4_ssc_umount_item
Dai Ngo
2023-02-20
nfsd: clean up potential nfsd_file refcount leaks in COPY codepath
Jeff Layton
2023-02-20
nfsd: zero out pointers after putting nfsd_files on COPY setup error
Jeff Layton
2023-02-20
nfsd: don't take nfsd4_copy ref for OP_OFFLOAD_STATUS
Jeff Layton
2023-02-20
SUNRPC: Use per-CPU counters to tally server RPC counts
Chuck Lever
2023-02-20
NFSD: enhance inter-server copy cleanup
Dai Ngo
2023-01-11
NFSD: fix use-after-free in nfsd4_ssc_setup_dul()
Xingyuan Mo
2023-01-06
Revert "SUNRPC: Use RMW bitops in single-threaded hot paths"
Chuck Lever
2022-12-14
NFSD: fix use-after-free in __nfs42_ssc_open()
Dai Ngo
2022-12-10
NFSD: pass range end to vfs_fsync_range() instead of count
Brian Foster
2022-12-10
nfsd: return error if nfs4_setacl fails
Jeff Layton
2022-11-28
NFSD: Clean up nfs4_preprocess_stateid_op() call sites
Chuck Lever
2022-11-28
NFSD: Pass the target nfsd_file to nfsd_commit()
Chuck Lever
2022-09-26
NFSD: Cap rsize_bop result based on send buffer size
Chuck Lever
2022-09-26
NFSD: Rename the fields in copy_stateid_t
Chuck Lever
2022-09-26
NFSD: Remove "inline" directives on op_rsize_bop helpers
Chuck Lever
2022-09-26
NFSD: Reduce amount of struct nfsd4_compoundargs that needs clearing
Chuck Lever
2022-09-26
SUNRPC: Parametrize how much of argsize should be zeroed
Chuck Lever
2022-09-26
NFSD: Add tracepoints to report NFSv4 callback completions
Chuck Lever
2022-09-26
NFSD: Trace NFSv4 COMPOUND tags
Chuck Lever
2022-09-26
NFSD: Fix handling of oversized NFSv4 COMPOUND requests
Chuck Lever
2022-09-26
NFSD: remove redundant variable status
Jinpeng Cui
2022-09-26
NFSD enforce filehandle check for source file in COPY
Olga Kornievskaia
2022-09-26
NFSD: move from strlcpy with unused retval to strscpy
Wolfram Sang
2022-08-04
NFSD: use explicit lock/unlock for directory ops
NeilBrown
2022-08-04
NFSD: reduce locking in nfsd_lookup()
NeilBrown
2022-08-04
NFSD: always drop directory lock in nfsd_unlink()
NeilBrown
[next]