index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
nfsd
Age
Commit message (
Expand
)
Author
Files
Lines
2023-02-20
nfsd: eliminate find_deleg_file_locked
Jeff Layton
1
-10
/
+1
2023-02-20
nfsd: don't take nfsd4_copy ref for OP_OFFLOAD_STATUS
Jeff Layton
2
-13
/
+24
2023-02-20
NFSD: Replace /proc/fs/nfsd/supported_krb5_enctypes with a symlink
Chuck Lever
1
-16
/
+58
2023-02-20
SUNRPC: Use per-CPU counters to tally server RPC counts
Chuck Lever
5
-12
/
+16
2023-02-20
nfsd: move reply cache initialization into nfsd startup
Jeff Layton
2
-9
/
+9
2023-02-20
SUNRPC: Refactor RPC server dispatch method
Chuck Lever
3
-4
/
+4
2023-02-20
SUNRPC: Push svcxdr_init_encode() into svc_process_common()
Chuck Lever
2
-7
/
+1
2023-02-20
nfsd: fix potential race in nfs4_find_file
Jeff Layton
1
-6
/
+9
2023-02-20
nfsd: allow nfsd_file_get to sanely handle a NULL pointer
Jeff Layton
2
-6
/
+3
2023-02-20
NFSD: enhance inter-server copy cleanup
Dai Ngo
2
-68
/
+45
2023-02-20
SUNRPC: Push svcxdr_init_decode() into svc_process_common()
Chuck Lever
1
-1
/
+0
2023-02-20
fs: namei: Allow follow_down() to uncover auto mounts
Richard Weinberger
1
-1
/
+5
2023-02-20
NFSD: Teach nfsd_mountpoint() auto mounts
Richard Weinberger
1
-1
/
+1
2023-02-15
Merge tag 'nfsd-6.2-6' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...
Linus Torvalds
1
-1
/
+1
2023-02-11
nfsd: don't destroy global nfs4_file table in per-net shutdown
Jeff Layton
1
-1
/
+1
2023-01-26
nfsd: remove fetch_iversion export operation
Jeff Layton
1
-3
/
+0
2023-01-26
nfsd: use the getattr operation to fetch i_version
Jeff Layton
3
-20
/
+45
2023-01-26
nfsd: move nfsd4_change_attribute to nfsfh.c
Jeff Layton
2
-28
/
+28
2023-01-24
Merge tag 'nfsd-6.2-5' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...
Linus Torvalds
1
-25
/
+36
2023-01-23
nfsd: don't free files unconditionally in __nfsd_file_cache_purge
Jeff Layton
1
-25
/
+36
2023-01-19
fs: port ->permission() to pass mnt_idmap
Christian Brauner
2
-8
/
+8
2023-01-19
fs: port ->set_acl() to pass mnt_idmap
Christian Brauner
3
-6
/
+6
2023-01-19
fs: port ->setattr() to pass mnt_idmap
Christian Brauner
1
-1
/
+1
2023-01-18
fs: port vfs_*() helpers to struct mnt_idmap
Christian Brauner
3
-15
/
+16
2023-01-17
Merge tag 'nfsd-6.2-4' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...
Linus Torvalds
5
-26
/
+20
2023-01-12
NFSD: replace delayed_work with work_struct for nfsd_client_shrinker
Dai Ngo
2
-5
/
+5
2023-01-11
NFSD: register/unregister of nfsd-client shrinker at nfsd startup/shutdown time
Dai Ngo
3
-21
/
+14
2023-01-11
NFSD: fix use-after-free in nfsd4_ssc_setup_dul()
Xingyuan Mo
1
-0
/
+1
2023-01-11
fs: remove locks_inode
Jeff Layton
1
-2
/
+2
2023-01-11
filelock: move file locking definitions to separate header file
Jeff Layton
1
-0
/
+1
2023-01-10
Merge tag 'nfsd-6.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...
Linus Torvalds
7
-78
/
+48
2023-01-07
NFSD: Use set_bit(RQ_DROPME)
Chuck Lever
1
-2
/
+2
2023-01-06
Revert "SUNRPC: Use RMW bitops in single-threaded hot paths"
Chuck Lever
2
-5
/
+4
2023-01-06
nfsd: fix handling of cached open files in nfsd4_open codepath
Jeff Layton
4
-71
/
+42
2023-01-04
Merge tag 'nfsd-6.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...
Linus Torvalds
2
-1
/
+12
2023-01-02
nfsd: fix handling of readdir in v4root vs. mount upcall timeout
Jeff Layton
1
-0
/
+11
2022-12-22
nfsd: shut down the NFSv4 state objects before the filecache
Jeff Layton
1
-1
/
+1
2022-12-19
Merge tag 'nfsd-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...
Linus Torvalds
4
-196
/
+197
2022-12-14
Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+1
2022-12-14
NFSD: fix use-after-free in __nfs42_ssc_open()
Dai Ngo
1
-15
/
+5
2022-12-12
Merge tag 'nfsd-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Linus Torvalds
27
-730
/
+1173
2022-12-12
Merge tag 'fs.acl.rework.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
4
-12
/
+12
2022-12-12
Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
1
-2
/
+2
2022-12-12
Merge tag 'locks-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayt...
Linus Torvalds
1
-3
/
+3
2022-12-12
nfsd: under NFSv4.1, fix double svc_xprt_put on rpc_create failure
Dan Aloni
1
-1
/
+3
2022-12-11
nfsd: rework refcounting in filecache
Jeff Layton
2
-180
/
+189
2022-12-10
NFSD: Avoid clashing function prototypes
Kees Cook
1
-255
/
+377
2022-12-10
NFSD: Use only RQ_DROPME to signal the need to drop a reply
Chuck Lever
2
-3
/
+3
2022-12-10
NFSD: add CB_RECALL_ANY tracepoints
Dai Ngo
2
-0
/
+52
2022-12-10
NFSD: add delegation reaper to react to low memory condition
Dai Ngo
2
-4
/
+89
[prev]
[next]