index
:
kernel/linux.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.12.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (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
2023-09-01
Merge tag 'nfsd-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Linus Torvalds
20
-256
/
+517
2023-08-30
NFSD: da_addr_body field missing in some GETDEVICEINFO replies
Chuck Lever
3
-14
/
+29
2023-08-30
SUNRPC: remove timeout arg from svc_recv()
NeilBrown
1
-1
/
+1
2023-08-30
SUNRPC: change svc_recv() to return void.
NeilBrown
1
-11
/
+2
2023-08-30
SUNRPC: call svc_process() from svc_recv().
NeilBrown
1
-2
/
+1
2023-08-30
nfsd: separate nfsd_last_thread() from nfsd_put()
NeilBrown
2
-34
/
+25
2023-08-30
nfsd: Simplify code around svc_exit_thread() call in nfsd()
NeilBrown
1
-23
/
+0
2023-08-30
nfsd: don't allow nfsd threads to be signalled.
NeilBrown
2
-15
/
+2
2023-08-30
nfsd: inherit required unset default acls from effective set
Jeff Layton
1
-5
/
+29
2023-08-30
nfsd: set missing after_change as before_change + 1
Jeff Layton
1
-1
/
+1
2023-08-30
nfsd: remove unsafe BUG_ON from set_change_info
Jeff Layton
2
-11
/
+32
2023-08-30
nfsd: handle failure to collect pre/post-op attrs more sanely
Jeff Layton
5
-37
/
+65
2023-08-30
nfsd: add a MODULE_DESCRIPTION
Jeff Layton
1
-0
/
+1
2023-08-30
NFSD: Rename struct svc_cacherep
Chuck Lever
4
-28
/
+28
2023-08-30
NFSD: Remove svc_rqst::rq_cacherep
Chuck Lever
3
-11
/
+16
2023-08-30
NFSD: Refactor the duplicate reply cache shrinker
Chuck Lever
1
-43
/
+39
2023-08-30
NFSD: Replace nfsd_prune_bucket()
Chuck Lever
2
-15
/
+85
2023-08-30
NFSD: Rename nfsd_reply_cache_alloc()
Chuck Lever
1
-3
/
+3
2023-08-30
NFSD: Refactor nfsd_reply_cache_free_locked()
Chuck Lever
1
-7
/
+20
2023-08-30
NFSD: Enable write delegation support
Dai Ngo
2
-20
/
+78
2023-08-30
NFSD: Report zero space limit for write delegations
Chuck Lever
1
-3
/
+6
2023-08-30
NFSD: handle GETATTR conflict with write delegation
Dai Ngo
5
-0
/
+82
2023-08-28
Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2
-2
/
+2
2023-08-25
Merge tag 'nfsd-6.5-5' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...
Linus Torvalds
2
-1
/
+2
2023-08-24
NFSD: Fix a thinko introduced by recent trace point changes
Chuck Lever
1
-0
/
+1
2023-08-04
nfsd: Fix race to FREE_STATEID and cl_revoked
Benjamin Coddington
1
-1
/
+1
2023-08-03
Merge tag 'nfsd-6.5-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...
Linus Torvalds
1
-3
/
+6
2023-07-31
nfsd: Fix reading via splice
David Howells
1
-3
/
+6
2023-07-25
Merge tag 'nfsd-6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...
Linus Torvalds
1
-2
/
+0
2023-07-24
nfsd: convert to ctime accessor functions
Jeff Layton
2
-2
/
+2
2023-07-18
nfsd: Remove incorrect check in nfsd4_validate_stateid
Trond Myklebust
1
-2
/
+0
2023-07-01
Merge tag 'nfsd-6.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...
Linus Torvalds
1
-5
/
+5
2023-06-29
Merge tag 'fsnotify_for_v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-2
/
+5
2023-06-29
Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-1
/
+1
2023-06-27
nfsd: Fix creation time serialization order
Tavian Barnes
1
-5
/
+5
2023-06-25
sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)
David Howells
1
-1
/
+1
2023-06-21
nfsd: remove redundant assignments to variable len
Colin Ian King
1
-7
/
+5
2023-06-18
NFSD: Distinguish per-net namespace initialization
Chuck Lever
2
-4
/
+24
2023-06-18
nfsd: move init of percpu reply_cache_stats counters back to nfsd_init_net
Jeff Layton
3
-12
/
+25
2023-06-17
NFSD: Add an nfsd4_encode_nfstime4() helper
Chuck Lever
1
-20
/
+26
2023-06-12
NFSD: add encoding of op_recall flag for write delegation
Dai Ngo
1
-1
/
+1
2023-06-11
nfsd: don't provide pre/post-op attrs if fh_getattr fails
Jeff Layton
1
-19
/
+7
2023-06-11
NFSD: Remove nfsd_readv()
Chuck Lever
2
-20
/
+0
2023-06-11
NFSD: Hoist rq_vec preparation into nfsd_read() [step two]
Chuck Lever
2
-6
/
+17
2023-06-11
NFSD: Hoist rq_vec preparation into nfsd_read()
Chuck Lever
4
-36
/
+68
2023-06-11
NFSD: Update rq_next_page between COMPOUND operations
Chuck Lever
1
-3
/
+6
2023-06-11
NFSD: Use svcxdr_encode_opaque_pages() in nfsd4_encode_splice_read()
Chuck Lever
1
-22
/
+21
2023-06-05
NFSD: Ensure that xdr_write_pages updates rq_next_page
Chuck Lever
2
-8
/
+14
2023-06-05
NFSD: Replace encode_cinfo()
Chuck Lever
1
-48
/
+24
2023-06-05
NFSD: Add encoders for NFSv4 clientids and verifiers
Chuck Lever
1
-52
/
+55
[next]