index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
nfsd
/
nfs4proc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-13
Revert "NFSD: Remove the cap on number of operations per NFSv4 COMPOUND"
Chuck Lever
1
-2
/
+12
2025-11-13
NFSD: Fix crash in nfsd4_read_release()
Chuck Lever
1
-3
/
+4
2025-10-23
NFSD: Fix last write offset handling in layoutcommit
Sergey Bashirov
1
-15
/
+15
2025-10-23
NFSD: Implement large extent array support in pNFS
Sergey Bashirov
1
-1
/
+1
2025-10-23
NFSD: Minor cleanup in layoutcommit processing
Sergey Bashirov
1
-9
/
+3
2025-10-19
NFSD: Fix destination buffer size in nfsd4_ssc_setup_dul()
Thorsten Blum
1
-1
/
+1
2025-10-19
nfsd: fix SETATTR updates for delegated timestamps
Jeff Layton
1
-1
/
+30
2025-07-14
Revert "NFSD: Force all NFSv4.2 COPY requests to be synchronous"
Chuck Lever
1
-7
/
+0
2025-07-14
NFSD: Remove the cap on number of operations per NFSv4 COMPOUND
Chuck Lever
1
-12
/
+2
2025-05-28
Merge tag 'nfsd-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Linus Torvalds
1
-11
/
+24
2025-05-15
NFSD: Remove NFSD_BUFSIZE
Chuck Lever
1
-1
/
+1
2025-05-15
NFSD: De-duplicate the svc_fill_write_vector() call sites
Chuck Lever
1
-6
/
+2
2025-05-11
nfsd: add tracepoint for getattr and statfs events
Jeff Layton
1
-0
/
+2
2025-05-11
nfsd: add tracepoint to nfsd_readdir
Jeff Layton
1
-0
/
+3
2025-05-11
nfsd: nfsd4_spo_must_allow() must check this is a v4 compound request
NeilBrown
1
-1
/
+2
2025-05-11
nfsd: remove redundant WARN_ON_ONCE in nfsd4_write
Guoqing Jiang
1
-1
/
+0
2025-05-11
NFSD: Record each NFSv4 call's session slot index
Chuck Lever
1
-0
/
+9
2025-05-11
NFSD: Shorten CB_OFFLOAD response to NFS4ERR_DELAY
Chuck Lever
1
-1
/
+1
2025-05-11
NFSD: OFFLOAD_CANCEL should mark an async COPY as completed
Chuck Lever
1
-1
/
+4
2025-04-07
nfsd: Use lookup_one() rather than lookup_one_len()
NeilBrown
1
-1
/
+3
2025-03-10
nfsd: prevent callback tasks running concurrently
Jeff Layton
1
-1
/
+1
2025-01-21
nfsd: handle delegated timestamps in SETATTR
Jeff Layton
1
-3
/
+28
2024-12-17
NFSD: fix management of pending async copies
Olga Kornievskaia
1
-5
/
+8
2024-11-18
NFSD: Add nfsd4_copy time-to-live
Chuck Lever
1
-2
/
+5
2024-11-18
NFSD: Add a laundromat reaper for async copy state
Chuck Lever
1
-1
/
+34
2024-11-18
NFSD: Block DESTROY_CLIENTID only when there are ongoing async COPY operations
Chuck Lever
1
-0
/
+30
2024-11-18
NFSD: Handle an NFS4ERR_DELAY response to CB_OFFLOAD
Chuck Lever
1
-0
/
+8
2024-11-18
NFSD: Free async copy information in nfsd4_cb_offload_release()
Chuck Lever
1
-7
/
+10
2024-11-18
NFSD: Fix nfsd4_shutdown_copy()
Chuck Lever
1
-2
/
+5
2024-11-18
NFSD: Add a tracepoint to record canceled async COPY operations
Chuck Lever
1
-0
/
+1
2024-11-18
nfsd: Fix NFSD_MAY_BYPASS_GSS and NFSD_MAY_BYPASS_GSS_ON_ROOT
Pali Rohár
1
-1
/
+1
2024-11-18
nfsd: Fill NFSv4.1 server implementation fields in OP_EXCHANGE_ID response
Pali Rohár
1
-0
/
+1
2024-11-18
nfsd: new tracepoint for after op_func in compound processing
Jeff Layton
1
-0
/
+1
2024-10-30
NFSD: Never decrement pending_async_copies on error
Chuck Lever
1
-3
/
+1
2024-10-29
NFSD: Initialize struct nfsd4_copy earlier
Chuck Lever
1
-2
/
+2
2024-09-20
NFSD: Wrap async copy operations with trace points
Chuck Lever
1
-1
/
+2
2024-09-20
NFSD: Limit the number of concurrent async COPY operations
Chuck Lever
1
-2
/
+9
2024-09-20
NFSD: Async COPY result needs to return a write verifier
Chuck Lever
1
-15
/
+8
2024-09-20
nfsd: track the main opcode for callbacks
Jeff Layton
1
-1
/
+2
2024-09-20
nfsd: move error choice for incorrect object types to version-specific code.
NeilBrown
1
-10
/
+11
2024-09-20
nfsd: Don't pass all of rqst into rqst_exp_find()
NeilBrown
1
-1
/
+3
2024-09-20
nfsd: don't assume copy notify when preprocessing the stateid
Sagi Grimberg
1
-1
/
+3
2024-07-08
NFSD: Support write delegations in LAYOUTGET
Chuck Lever
1
-2
/
+3
2024-05-09
NFSD: Force all NFSv4.2 COPY requests to be synchronous
Chuck Lever
1
-0
/
+7
2024-05-06
NFSD: Add COPY status code to OFFLOAD_STATUS response
Chuck Lever
1
-2
/
+8
2024-05-06
NFSD: Record status of async copy operation in struct nfsd4_copy
Chuck Lever
1
-11
/
+10
2024-05-06
nfsd: trivial GET_DIR_DELEGATION support
Jeff Layton
1
-0
/
+41
2024-03-01
nfsd: Fix NFSv3 atomicity bugs in nfsd_setattr()
Trond Myklebust
1
-2
/
+1
2024-03-01
nfsd: Fix a regression in nfsd_setattr()
Trond Myklebust
1
-0
/
+4
2024-03-01
nfsd: make all of the nfsd stats per-network namespace
Josef Bacik
1
-3
/
+3
[next]