index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
nfsd
Age
Commit message (
Expand
)
Author
Files
Lines
2025-01-29
Merge tag 'nfs-for-6.14-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
5
-35
/
+52
2025-01-28
Merge tag 'nfsd-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Linus Torvalds
18
-398
/
+1033
2025-01-22
Merge tag 'lsm-pr-20250121' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-12
/
+10
2025-01-21
nfsd: implement OPEN_ARGS_SHARE_ACCESS_WANT_OPEN_XOR_DELEGATION
Jeff Layton
2
-2
/
+25
2025-01-21
nfsd: handle delegated timestamps in SETATTR
Jeff Layton
4
-5
/
+53
2025-01-21
nfsd: add support for delegated timestamps
Jeff Layton
6
-23
/
+147
2025-01-21
nfsd: rework NFS4_SHARE_WANT_* flag handling
Jeff Layton
2
-3
/
+3
2025-01-21
nfsd: add support for FATTR4_OPEN_ARGUMENTS
Jeff Layton
2
-1
/
+52
2025-01-21
nfsd: prepare delegation code for handing out *_ATTRS_DELEG delegations
Jeff Layton
3
-15
/
+46
2025-01-21
nfsd: rename NFS4_SHARE_WANT_* constants to OPEN4_SHARE_ACCESS_WANT_*
Jeff Layton
4
-16
/
+16
2025-01-21
nfsd: switch to autogenerated definitions for open_delegation_type4
Jeff Layton
4
-23
/
+40
2025-01-21
nfs_common: make include/linux/nfs4.h include generated nfs4_1.h
Jeff Layton
3
-1
/
+279
2025-01-21
nfsd: fix handling of delegated change attr in CB_GETATTR
Jeff Layton
2
-9
/
+14
2025-01-20
Merge tag 'kernel-6.14-rc1.cred' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
4
-6
/
+3
2025-01-15
nfs_common: track all open nfsd_files per LOCALIO nfs_client
Mike Snitzer
4
-1
/
+14
2025-01-15
nfs_common: rename nfslocalio nfs_uuid_lock to nfs_uuids_lock
Mike Snitzer
1
-1
/
+1
2025-01-15
nfsd: nfsd_file_acquire_local no longer returns GC'd nfsd_file
Mike Snitzer
1
-5
/
+4
2025-01-15
nfsd: rename nfsd_serv_ prefixed methods and variables with nfsd_net_
Mike Snitzer
4
-25
/
+26
2025-01-15
nfsd: update percpu_ref to manage references on nfsd_net
Mike Snitzer
1
-5
/
+7
2025-01-15
nfs_common: rename functions that invalidate LOCALIO nfs_clients
Mike Snitzer
1
-2
/
+2
2025-01-15
nfsd: add nfsd_file_{get,put} to 'nfs_to' nfsd_localio_operations
Mike Snitzer
1
-0
/
+2
2025-01-11
NFSD: Insulate nfsd4_encode_fattr4() from page boundaries in the encode buffer
Chuck Lever
1
-5
/
+5
2025-01-11
NFSD: Insulate nfsd4_encode_secinfo() from page boundaries in the encode buffer
Chuck Lever
1
-8
/
+10
2025-01-11
NFSD: Refactor nfsd4_do_encode_secinfo() again
Chuck Lever
1
-31
/
+34
2025-01-11
NFSD: Insulate nfsd4_encode_readlink() from page boundaries in the encode buffer
Chuck Lever
1
-12
/
+10
2025-01-11
NFSD: Insulate nfsd4_encode_read_plus_data() from page boundaries in the enco...
Chuck Lever
1
-8
/
+17
2025-01-11
NFSD: Insulate nfsd4_encode_read_plus() from page boundaries in the encode bu...
Chuck Lever
1
-8
/
+10
2025-01-11
NFSD: Insulate nfsd4_encode_read() from page boundaries in the encode buffer
Chuck Lever
1
-15
/
+19
2025-01-11
NFSD: Encode COMPOUND operation status on page boundaries
Chuck Lever
1
-10
/
+10
2025-01-06
nfsd: fix UAF when access ex_uuid or ex_stats
Yang Erkun
1
-5
/
+14
2025-01-06
nfsd: no need get cache ref when protected by rcu
Yang Erkun
1
-5
/
+1
2025-01-06
NFSD: add cb opcode to WARN_ONCE on failed callback
Olga Kornievskaia
1
-2
/
+3
2025-01-06
NFSD: fix decoding in nfs4_xdr_dec_cb_getattr
Olga Kornievskaia
1
-1
/
+1
2025-01-06
nfsd: add shrinker to reduce number of slots allocated per session
NeilBrown
2
-5
/
+73
2025-01-06
nfsd: add support for freeing unused session-DRC slots
NeilBrown
4
-15
/
+92
2025-01-06
nfsd: allocate new session-based DRC slots on demand.
NeilBrown
1
-5
/
+32
2025-01-06
nfsd: add session slot count to /proc/fs/nfsd/clients/*/info
NeilBrown
1
-0
/
+8
2025-01-06
nfsd: remove artificial limits on the session-based DRC
NeilBrown
3
-113
/
+16
2025-01-06
nfsd: use an xarray to store v4.1 session slots
NeilBrown
2
-13
/
+24
2025-01-06
sunrpc: remove all connection limit configuration
NeilBrown
3
-53
/
+0
2025-01-06
nfsd: don't use sv_nrthreads in connection limiting calculations.
NeilBrown
2
-2
/
+4
2025-01-06
nfsd: fix legacy client tracking initialization
Scott Mayhew
1
-1
/
+0
2025-01-06
NFSD: Clean up unused variable
Chuck Lever
1
-2
/
+0
2025-01-06
nfsd: use new wake_up_var interfaces.
NeilBrown
3
-13
/
+8
2025-01-06
nfsd: trace: remove redundant stateid even deleg_recall
Chen Hanxiao
1
-1
/
+0
2024-12-23
Merge tag 'nfsd-6.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...
Linus Torvalds
4
-35
/
+17
2024-12-20
nfsd: restore callback functionality for NFSv4.0
NeilBrown
1
-3
/
+1
2024-12-18
NFSD: fix management of pending async copies
Olga Kornievskaia
1
-5
/
+8
2024-12-17
nfsd: Revert "nfsd: release svc_expkey/svc_export with rcu_work"
Yang Erkun
2
-27
/
+8
2024-12-04
lsm: use lsm_context in security_inode_getsecctx
Casey Schaufler
1
-16
/
+10
[next]