index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
nfsd
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-20
Merge tag 'fsnotify_for_v6.10-rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-2
/
+2
2024-05-09
NFSD: Force all NFSv4.2 COPY requests to be synchronous
Chuck Lever
1
-0
/
+7
2024-05-06
NFS/knfsd: Remove the invalid NFS error 'NFSERR_OPNOTSUPP'
Trond Myklebust
1
-1
/
+0
2024-05-06
knfsd: LOOKUP can return an illegal error value
Trond Myklebust
1
-2
/
+2
2024-05-06
nfsd: set security label during create operations
Stephen Smalley
2
-1
/
+9
2024-05-06
NFSD: Add COPY status code to OFFLOAD_STATUS response
Chuck Lever
3
-4
/
+17
2024-05-06
NFSD: Record status of async copy operation in struct nfsd4_copy
Chuck Lever
2
-11
/
+11
2024-05-06
NFSD: add listener-{set,get} netlink command
Lorenzo Bianconi
3
-0
/
+245
2024-05-06
NFSD: add write_version to netlink command
Lorenzo Bianconi
5
-2
/
+181
2024-05-06
NFSD: convert write_threads to netlink command
Lorenzo Bianconi
3
-0
/
+165
2024-05-06
NFSD: allow callers to pass in scope string to nfsd_svc
Jeff Layton
3
-4
/
+4
2024-05-06
NFSD: move nfsd_mutex handling into nfsd_svc callers
Jeff Layton
2
-2
/
+4
2024-05-06
nfsd: don't create nfsv4recoverydir in nfsdfs when not used.
NeilBrown
1
-2
/
+2
2024-05-06
nfsd: optimise recalculate_deny_mode() for a common case
NeilBrown
1
-1
/
+6
2024-05-06
nfsd: add tracepoint in mark_client_expired_locked
Jeff Layton
2
-1
/
+29
2024-05-06
nfsd: new tracepoint for check_slot_seqid
Chuck Lever
2
-7
/
+77
2024-05-06
nfsd: drop extraneous newline from nfsd tracepoints
Jeff Layton
1
-3
/
+3
2024-05-06
fs: nfsd: use group allocation/free of per-cpu counters API
Kefeng Wang
4
-55
/
+13
2024-05-06
nfsd: trivial GET_DIR_DELEGATION support
Jeff Layton
3
-2
/
+134
2024-05-06
NFSD: Move callback_wq into struct nfs4_client
Chuck Lever
3
-31
/
+18
2024-05-06
nfsd: drop st_mutex before calling move_to_close_lru()
NeilBrown
1
-4
/
+7
2024-05-06
nfsd: replace rp_mutex to avoid deadlock in move_to_close_lru()
NeilBrown
2
-8
/
+32
2024-05-06
nfsd: move nfsd4_cstate_assign_replay() earlier in open handling.
NeilBrown
1
-6
/
+3
2024-05-06
nfsd: perform all find_openstateowner_str calls in the one place.
NeilBrown
1
-53
/
+40
2024-04-29
Merge tag 'nfsd-6.9-6' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...
Linus Torvalds
1
-1
/
+1
2024-04-25
NFSD: Fix nfsd4_encode_fattr4() crasher
Chuck Lever
1
-1
/
+1
2024-04-25
Merge tag 'nfsd-6.9-5' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...
Linus Torvalds
2
-22
/
+6
2024-04-23
Revert "NFSD: Convert the callback workqueue to use delayed_work"
Chuck Lever
2
-4
/
+4
2024-04-23
Revert "NFSD: Reschedule CB operations when backchannel rpc_clnt is shut down"
Chuck Lever
1
-18
/
+2
2024-04-15
Merge tag 'nfsd-6.9-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...
Linus Torvalds
1
-24
/
+23
2024-04-11
NFSD: fix endianness issue in nfsd4_encode_fattr4
Vasily Gorbik
1
-24
/
+23
2024-04-06
Merge tag 'nfsd-6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...
Linus Torvalds
1
-5
/
+2
2024-04-05
nfsd: hold a lighter-weight client reference over CB_RECALL_ANY
Jeff Layton
1
-5
/
+2
2024-04-04
fsnotify: create a wrapper fsnotify_find_inode_mark()
Amir Goldstein
1
-2
/
+2
2024-03-28
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-12
Merge tag 'lsm-pr-20240312' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-2
/
+1
2024-03-12
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
[next]