index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
nfsd
/
nfs4proc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
NFSD: Cap rsize_bop result based on send buffer size
Chuck Lever
2022-09-26
1
-24
/
+24
*
NFSD: Rename the fields in copy_stateid_t
Chuck Lever
2022-09-26
1
-3
/
+3
*
NFSD: Remove "inline" directives on op_rsize_bop helpers
Chuck Lever
2022-09-26
1
-46
/
+75
*
NFSD: Reduce amount of struct nfsd4_compoundargs that needs clearing
Chuck Lever
2022-09-26
1
-1
/
+1
*
SUNRPC: Parametrize how much of argsize should be zeroed
Chuck Lever
2022-09-26
1
-0
/
+2
*
NFSD: Add tracepoints to report NFSv4 callback completions
Chuck Lever
2022-09-26
1
-0
/
+4
*
NFSD: Trace NFSv4 COMPOUND tags
Chuck Lever
2022-09-26
1
-1
/
+1
*
NFSD: Fix handling of oversized NFSv4 COMPOUND requests
Chuck Lever
2022-09-26
1
-6
/
+13
*
NFSD: remove redundant variable status
Jinpeng Cui
2022-09-26
1
-12
/
+4
*
NFSD enforce filehandle check for source file in COPY
Olga Kornievskaia
2022-09-26
1
-1
/
+7
*
NFSD: move from strlcpy with unused retval to strscpy
Wolfram Sang
2022-09-26
1
-1
/
+1
*
NFSD: use explicit lock/unlock for directory ops
NeilBrown
2022-08-04
1
-2
/
+4
*
NFSD: reduce locking in nfsd_lookup()
NeilBrown
2022-08-04
1
-8
/
+12
*
NFSD: always drop directory lock in nfsd_unlink()
NeilBrown
2022-08-04
1
-3
/
+1
*
NFSD: change nfsd_create()/nfsd_symlink() to unlock directory before returning.
NeilBrown
2022-08-04
1
-2
/
+0
*
NFSD: add posix ACLs to struct nfsd_attrs
NeilBrown
2022-08-04
1
-30
/
+16
*
NFSD: add security label to struct nfsd_attrs
NeilBrown
2022-07-29
1
-40
/
+9
*
NFSD: set attributes when creating symlinks
NeilBrown
2022-07-29
1
-1
/
+1
*
NFSD: introduce struct nfsd_attrs
NeilBrown
2022-07-29
1
-7
/
+16
*
NFSD: verify the opened dentry after setting a delegation
Jeff Layton
2022-07-29
1
-0
/
+1
*
NFSD: Move copy offload callback arguments into a separate structure
Chuck Lever
2022-07-29
1
-22
/
+22
*
NFSD: Add nfsd4_send_cb_offload()
Chuck Lever
2022-07-29
1
-15
/
+22
*
NFSD: Remove kmalloc from nfsd4_do_async_copy()
Chuck Lever
2022-07-29
1
-14
/
+14
*
NFSD: Refactor nfsd4_do_copy()
Chuck Lever
2022-07-29
1
-8
/
+14
*
NFSD: Refactor nfsd4_cleanup_inter_ssc() (2/2)
Chuck Lever
2022-07-29
1
-8
/
+7
*
NFSD: Refactor nfsd4_cleanup_inter_ssc() (1/2)
Chuck Lever
2022-07-29
1
-5
/
+5
*
NFSD: Replace boolean fields in struct nfsd4_copy
Chuck Lever
2022-07-29
1
-32
/
+19
*
NFSD: Make nfs4_put_copy() static
Chuck Lever
2022-07-29
1
-1
/
+1
*
NFSD: Shrink size of struct nfsd4_copy
Chuck Lever
2022-07-29
1
-2
/
+6
*
NFSD: Shrink size of struct nfsd4_copy_notify
Chuck Lever
2022-07-29
1
-2
/
+2
*
NFSD: Fix strncpy() fortify warning
Chuck Lever
2022-07-29
1
-1
/
+1
*
NFSD: Demote a WARN to a pr_warn()
Chuck Lever
2022-07-29
1
-3
/
+3
*
NFSD: Fix space and spelling mistake
Zhang Jiaming
2022-07-29
1
-2
/
+2
*
SUNRPC: Use RMW bitops in single-threaded hot paths
Chuck Lever
2022-05-23
1
-3
/
+4
*
NFSD: Move documenting comment for nfsd4_process_open2()
Chuck Lever
2022-05-23
1
-5
/
+1
*
NFSD: Fix whitespace
Chuck Lever
2022-05-23
1
-25
/
+25
*
NFSD: Remove dprintk call sites from tail of nfsd4_open()
Chuck Lever
2022-05-23
1
-4
/
+0
*
NFSD: Instantiate a struct file when creating a regular NFSv4 file
Chuck Lever
2022-05-23
1
-4
/
+39
*
NFSD: Refactor NFSv4 OPEN(CREATE)
Chuck Lever
2022-05-20
1
-10
/
+152
*
NFSD: Clamp WRITE offsets
Chuck Lever
2022-02-09
1
-2
/
+3
*
NFSD: Fix the behavior of READ near OFFSET_MAX
Chuck Lever
2022-02-09
1
-2
/
+6
*
NFSD: Move fill_pre_wcc() and fill_post_wcc()
Chuck Lever
2022-01-08
1
-1
/
+1
*
NFSD: Rename boot verifier functions
Chuck Lever
2022-01-08
1
-1
/
+1
*
nfsd: Add a tracepoint for errors in nfsd4_clone_file_range()
Trond Myklebust
2022-01-08
1
-1
/
+1
*
nfsd: Replace use of rwsem with errseq_t
Trond Myklebust
2022-01-08
1
-7
/
+9
*
NFSD: Fix sparse warning
Chuck Lever
2021-12-13
1
-1
/
+1
*
NFSD: Save location of NFSv4 COMPOUND status
Chuck Lever
2021-10-13
1
-1
/
+1
*
NFSD: Have legacy NFSD WRITE decoders use xdr_stream_subsegment()
Chuck Lever
2021-10-02
1
-2
/
+1
*
NFSD: Initialize pointer ni with NULL and not plain integer 0
Colin Ian King
2021-10-02
1
-1
/
+1
*
NFSD: simplify struct nfsfh
NeilBrown
2021-10-02
1
-2
/
+2
[next]