index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
nfsd
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
nfsd: Propagate some error code returned by memdup_user()
Christophe JAILLET
2022-09-26
1
-3
/
+3
*
|
nfsd: Avoid some useless tests
Christophe JAILLET
2022-09-26
1
-3
/
+3
*
|
nfsd: Fix a memory leak in an error handling path
Christophe JAILLET
2022-09-26
1
-1
/
+3
*
|
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
3
-6
/
+6
*
|
Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2022-09-13
1
-4
/
+8
|
\
\
|
*
|
nfsd_splice_actor(): handle compound pages
Al Viro
2022-09-12
1
-4
/
+8
|
|
/
*
|
Merge tag 'nfsd-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...
Linus Torvalds
2022-09-12
1
-10
/
+9
|
\
\
|
|
/
|
/
|
|
*
NFSD: fix regression with setting ACLs.
NeilBrown
2022-09-08
1
-10
/
+9
*
|
Merge tag 'nfsd-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Linus Torvalds
2022-08-09
22
-908
/
+1385
|
\
|
|
*
NFSD: discard fh_locked flag and fh_lock/fh_unlock
NeilBrown
2022-08-04
3
-70
/
+6
|
*
NFSD: use (un)lock_inode instead of fh_(un)lock for file operations
NeilBrown
2022-08-04
4
-23
/
+30
|
*
NFSD: use explicit lock/unlock for directory ops
NeilBrown
2022-08-04
4
-18
/
+29
|
*
NFSD: reduce locking in nfsd_lookup()
NeilBrown
2022-08-04
5
-32
/
+46
|
*
NFSD: only call fh_unlock() once in nfsd_link()
NeilBrown
2022-08-04
1
-9
/
+10
|
*
NFSD: always drop directory lock in nfsd_unlink()
NeilBrown
2022-08-04
3
-7
/
+6
|
*
NFSD: change nfsd_create()/nfsd_symlink() to unlock directory before returning.
NeilBrown
2022-08-04
3
-21
/
+21
|
*
NFSD: add posix ACLs to struct nfsd_attrs
NeilBrown
2022-08-04
5
-71
/
+47
|
*
NFSD: add security label to struct nfsd_attrs
NeilBrown
2022-07-29
3
-68
/
+15
|
*
NFSD: set attributes when creating symlinks
NeilBrown
2022-07-29
5
-12
/
+30
|
*
NFSD: introduce struct nfsd_attrs
NeilBrown
2022-07-29
6
-30
/
+71
|
*
NFSD: verify the opened dentry after setting a delegation
Jeff Layton
2022-07-29
3
-5
/
+51
|
*
NFSD: drop fh argument from alloc_init_deleg
Jeff Layton
2022-07-29
1
-8
/
+6
|
*
NFSD: Move copy offload callback arguments into a separate structure
Chuck Lever
2022-07-29
3
-45
/
+47
|
*
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
3
-43
/
+53
|
*
NFSD: Make nfs4_put_copy() static
Chuck Lever
2022-07-29
2
-2
/
+1
|
*
NFSD: Reorder the fields in struct nfsd4_op
Chuck Lever
2022-07-29
1
-2
/
+2
|
*
NFSD: Shrink size of struct nfsd4_copy
Chuck Lever
2022-07-29
3
-4
/
+11
|
*
NFSD: Shrink size of struct nfsd4_copy_notify
Chuck Lever
2022-07-29
3
-6
/
+14
|
*
NFSD: nfserrno(-ENOMEM) is nfserr_jukebox
Chuck Lever
2022-07-29
1
-2
/
+2
|
*
NFSD: Fix strncpy() fortify warning
Chuck Lever
2022-07-29
1
-1
/
+1
|
*
NFSD: Clean up nfsd4_encode_readlink()
Chuck Lever
2022-07-29
1
-15
/
+9
|
*
NFSD: Use xdr_pad_size()
Chuck Lever
2022-07-29
1
-7
/
+4
|
*
NFSD: Simplify starting_len
Chuck Lever
2022-07-29
1
-5
/
+4
|
*
NFSD: Optimize nfsd4_encode_readv()
Chuck Lever
2022-07-29
1
-12
/
+6
|
*
NFSD: Add an nfsd4_read::rd_eof field
Chuck Lever
2022-07-29
2
-8
/
+8
|
*
NFSD: Clean up SPLICE_OK in nfsd4_encode_read()
Chuck Lever
2022-07-29
1
-5
/
+4
|
*
NFSD: Optimize nfsd4_encode_fattr()
Chuck Lever
2022-07-29
1
-7
/
+4
|
*
NFSD: Optimize nfsd4_encode_operation()
Chuck Lever
2022-07-29
1
-2
/
+1
|
*
nfsd: silence extraneous printk on nfsd.ko insertion
Jeff Layton
2022-07-29
1
-1
/
+0
|
*
NFSD: limit the number of v4 clients to 1024 per 1GB of system memory
Dai Ngo
2022-07-29
3
-6
/
+24
|
*
NFSD: keep track of the number of v4 clients in the system
Dai Ngo
2022-07-29
2
-2
/
+10
|
*
NFSD: refactoring v4 specific code to a helper in nfs4state.c
Dai Ngo
2022-07-29
3
-8
/
+17
|
*
NFSD: Ensure nf_inode is never dereferenced
Chuck Lever
2022-07-29
3
-5
/
+4
[prev]
[next]