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
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
2024-03-29
Merge tag 'nfsd-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...
Linus Torvalds
2
-12
/
+27
2024-03-27
NFSD: CREATE_SESSION must never cache NFS4ERR_DELAY replies
Chuck Lever
1
-11
/
+25
2024-03-22
nfsd: Fix error cleanup path in nfsd_rename()
Jan Kara
1
-1
/
+2
2024-03-18
tracing: Remove __assign_str_len()
Steven Rostedt (Google)
1
-4
/
+4
2024-03-18
NFSD: Fix nfsd_clid_class use of __string_len() macro
Steven Rostedt (Google)
1
-1
/
+1
2024-03-13
Merge tag 'lsm-pr-20240312' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-2
/
+1
2024-03-13
Merge tag 'nfsd-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Linus Torvalds
27
-551
/
+1344
2024-03-11
Merge tag 'vfs-6.9.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...
Linus Torvalds
4
-82
/
+83
2024-03-09
NFSD: Clean up nfsd4_encode_replay()
Chuck Lever
2
-16
/
+31
2024-03-05
NFSD: send OP_CB_RECALL_ANY to clients when number of delegations reaches its...
Dai Ngo
1
-0
/
+3
2024-03-05
NFSD: Document nfsd_setattr() fill-attributes behavior
Chuck Lever
1
-0
/
+7
2024-03-01
nfsd: Fix NFSv3 atomicity bugs in nfsd_setattr()
Trond Myklebust
8
-21
/
+25
2024-03-01
nfsd: Fix a regression in nfsd_setattr()
Trond Myklebust
2
-2
/
+11
2024-03-01
NFSD: OP_CB_RECALL_ANY should recall both read and write delegations
Dai Ngo
1
-0
/
+2
2024-03-01
NFSD: handle GETATTR conflict with write delegation
Dai Ngo
4
-13
/
+123
2024-03-01
NFSD: add support for CB_GETATTR callback
Dai Ngo
3
-1
/
+128
2024-03-01
NFSD: Document the phases of CREATE_SESSION
Chuck Lever
1
-0
/
+6
2024-03-01
NFSD: Fix the NFSv4.1 CREATE_SESSION operation
Chuck Lever
1
-26
/
+31
2024-03-01
nfsd: clean up comments over nfs4_client definition
Chen Hanxiao
1
-3
/
+4
2024-03-01
nfsd: Simplify the allocation of slab caches in nfsd4_init_slabs
Kunwu Chan
1
-14
/
+7
2024-03-01
nfsd: Simplify the allocation of slab caches in nfsd_drc_slab_create
Kunwu Chan
1
-2
/
+1
2024-03-01
nfsd: Simplify the allocation of slab caches in nfsd_file_cache_init
Kunwu Chan
1
-4
/
+2
2024-03-01
nfsd: Simplify the allocation of slab caches in nfsd4_init_pnfs
Kunwu Chan
1
-4
/
+2
2024-03-01
nfsd: don't call locks_release_private() twice concurrently
NeilBrown
1
-1
/
+1
2024-03-01
nfsd: allow layout state to be admin-revoked.
NeilBrown
4
-16
/
+50
2024-03-01
nfsd: allow delegation state ids to be revoked and then freed
NeilBrown
1
-3
/
+25
2024-03-01
nfsd: allow open state ids to be revoked and then freed
NeilBrown
1
-1
/
+24
2024-03-01
nfsd: allow lock state ids to be revoked and then freed
NeilBrown
1
-1
/
+39
2024-03-01
nfsd: allow admin-revoked NFSv4.0 state to be freed.
NeilBrown
2
-1
/
+101
2024-03-01
nfsd: report in /proc/fs/nfsd/clients/*/states when state is admin-revoke
NeilBrown
1
-1
/
+9
2024-03-01
nfsd: allow state with no file to appear in /proc/fs/nfsd/clients/*/states
NeilBrown
1
-60
/
+58
2024-03-01
nfsd: prepare for supporting admin-revocation of state
NeilBrown
5
-2
/
+98
2024-03-01
nfsd: split sc_status out of sc_type
NeilBrown
4
-141
/
+151
2024-03-01
nfsd: avoid race after unhash_delegation_locked()
NeilBrown
1
-10
/
+10
2024-03-01
nfsd: don't call functions with side-effecting inside WARN_ON()
NeilBrown
1
-5
/
+5
2024-03-01
nfsd: hold ->cl_lock for hash_delegation_locked()
NeilBrown
1
-0
/
+3
2024-03-01
nfsd: remove stale comment in nfs4_show_deleg()
NeilBrown
1
-1
/
+0
2024-03-01
NFSD: Remove redundant cb_seq_status initialization
Chuck Lever
1
-1
/
+0
2024-03-01
NFSD: Remove BUG_ON in nfsd4_process_cb_update()
Chuck Lever
1
-1
/
+2
2024-03-01
NFSD: Replace comment with lockdep assertion
Chuck Lever
1
-1
/
+2
2024-03-01
NFSD: Remove unused @reason argument
Chuck Lever
1
-9
/
+9
2024-03-01
NFSD: Add callback operation lifetime trace points
Chuck Lever
2
-0
/
+50
2024-03-01
NFSD: Rename nfsd_cb_state trace point
Chuck Lever
2
-2
/
+5
2024-03-01
NFSD: Replace dprintks in nfsd4_cb_sequence_done()
Chuck Lever
2
-5
/
+86
2024-03-01
NFSD: Add nfsd_seq4_status trace event
Chuck Lever
2
-0
/
+36
2024-03-01
NFSD: Retransmit callbacks after client reconnects
Chuck Lever
1
-2
/
+11
2024-03-01
NFSD: Reschedule CB operations when backchannel rpc_clnt is shut down
Chuck Lever
1
-9
/
+23
2024-03-01
NFSD: Convert the callback workqueue to use delayed_work
Chuck Lever
2
-4
/
+4
2024-03-01
NFSD: Reset cb_seq_status after NFS4ERR_DELAY
Chuck Lever
1
-0
/
+1
2024-03-01
nfsd: make svc_stat per-network namespace instead of global
Josef Bacik
5
-9
/
+11
[next]