index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
nfsd
/
nfs4state.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
NFSD: clean up alloc_init_deleg()
Sicong Huang
2023-10-16
1
-2
/
+4
*
nfsd: Clean up errors in nfs4state.c
KaiLong Wang
2023-10-16
1
-2
/
+2
*
NFSD: Add nfsd4_encode_open_read_delegation4()
Chuck Lever
2023-10-16
1
-3
/
+3
*
NFSD: Remove a layering violation when encoding lock_denied
Chuck Lever
2023-10-16
1
-0
/
+16
*
NFSD: handle GETATTR conflict with write delegation
Dai Ngo
2023-10-16
1
-11
/
+103
*
lockd: introduce safe async lock op
Alexander Aring
2023-10-16
1
-3
/
+7
*
NFSD: Enable write delegation support
Dai Ngo
2023-08-29
1
-20
/
+77
*
NFSD: handle GETATTR conflict with write delegation
Dai Ngo
2023-08-29
1
-0
/
+65
*
nfsd: Fix race to FREE_STATEID and cl_revoked
Benjamin Coddington
2023-08-04
1
-1
/
+1
*
nfsd: Remove incorrect check in nfsd4_validate_stateid
Trond Myklebust
2023-07-18
1
-2
/
+0
*
Merge tag 'nfsd-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Linus Torvalds
2023-02-22
1
-47
/
+83
|
\
|
*
nfsd: fix courtesy client with deny mode handling in nfs4_upgrade_open
Jeff Layton
2023-02-20
1
-10
/
+11
|
*
NFSD: fix problems with cleanup on errors in nfsd4_copy
Dai Ngo
2023-02-20
1
-2
/
+3
|
*
nfsd: don't hand out delegation on setuid files being opened for write
Jeff Layton
2023-02-20
1
-0
/
+27
|
*
nfsd: eliminate __nfs4_get_fd
Jeff Layton
2023-02-20
1
-13
/
+7
|
*
nfsd: add some kerneldoc comments for stateid preprocessing functions
Jeff Layton
2023-02-20
1
-4
/
+25
|
*
nfsd: eliminate find_deleg_file_locked
Jeff Layton
2023-02-20
1
-10
/
+1
|
*
nfsd: fix potential race in nfs4_find_file
Jeff Layton
2023-02-20
1
-6
/
+9
|
*
nfsd: allow nfsd_file_get to sanely handle a NULL pointer
Jeff Layton
2023-02-20
1
-3
/
+1
*
|
Merge tag 'locks-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayt...
Linus Torvalds
2023-02-20
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
fs: remove locks_inode
Jeff Layton
2023-01-11
1
-2
/
+2
*
|
Merge tag 'nfsd-6.2-6' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...
Linus Torvalds
2023-02-15
1
-1
/
+1
|
\
\
|
*
|
nfsd: don't destroy global nfs4_file table in per-net shutdown
Jeff Layton
2023-02-11
1
-1
/
+1
*
|
|
Merge tag 'nfsd-6.2-4' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...
Linus Torvalds
2023-01-17
1
-15
/
+15
|
\
|
|
|
*
|
NFSD: replace delayed_work with work_struct for nfsd_client_shrinker
Dai Ngo
2023-01-12
1
-4
/
+4
|
*
|
NFSD: register/unregister of nfsd-client shrinker at nfsd startup/shutdown time
Dai Ngo
2023-01-12
1
-11
/
+11
*
|
|
Merge tag 'nfsd-6.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...
Linus Torvalds
2023-01-10
1
-12
/
+4
|
\
|
|
|
|
/
|
/
|
|
*
nfsd: fix handling of cached open files in nfsd4_open codepath
Jeff Layton
2023-01-06
1
-12
/
+4
*
|
Merge tag 'nfsd-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Linus Torvalds
2022-12-13
1
-109
/
+232
|
\
|
|
*
NFSD: add CB_RECALL_ANY tracepoints
Dai Ngo
2022-12-10
1
-0
/
+2
|
*
NFSD: add delegation reaper to react to low memory condition
Dai Ngo
2022-12-10
1
-4
/
+84
|
*
NFSD: refactoring courtesy_client_reaper to a generic low memory shrinker
Dai Ngo
2022-12-10
1
-9
/
+16
|
*
NFSD: Use struct_size() helper in alloc_session()
Xiu Jianfeng
2022-12-10
1
-5
/
+4
|
*
NFSD: Use rhashtable for managing nfs4_file objects
Chuck Lever
2022-11-28
1
-35
/
+62
|
*
NFSD: Refactor find_file()
Chuck Lever
2022-11-28
1
-21
/
+15
|
*
NFSD: Clean up find_or_add_file()
Chuck Lever
2022-11-28
1
-36
/
+28
|
*
NFSD: Add a nfsd4_file_hash_remove() helper
Chuck Lever
2022-11-28
1
-1
/
+7
|
*
NFSD: Clean up nfsd4_init_file()
Chuck Lever
2022-11-28
1
-6
/
+4
|
*
NFSD: Update file_hashtbl() helpers
Chuck Lever
2022-11-28
1
-2
/
+2
|
*
NFSD: Trace delegation revocations
Chuck Lever
2022-11-28
1
-0
/
+2
|
*
NFSD: Trace stateids returned via DELEGRETURN
Chuck Lever
2022-11-28
1
-0
/
+1
|
*
NFSD: Revert "NFSD: NFSv4 CLOSE should release an nfsd_file immediately"
Chuck Lever
2022-11-28
1
-2
/
+2
|
*
nfsd: don't call nfsd_file_put from client states seqfile display
Jeff Layton
2022-11-28
1
-18
/
+33
*
|
nfsd: use locks_inode_context helper
Jeff Layton
2022-11-30
1
-3
/
+3
|
/
*
Merge tag 'nfsd-6.1-4' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...
Linus Torvalds
2022-11-11
1
-0
/
+1
|
\
|
*
nfsd: put the export reference in nfsd4_verify_deleg_dentry
Jeff Layton
2022-11-08
1
-0
/
+1
*
|
treewide: use get_random_u32() when possible
Jason A. Donenfeld
2022-10-12
1
-2
/
+2
|
/
*
nfsd: extra checks when freeing delegation stateids
Jeff Layton
2022-09-26
1
-1
/
+6
*
nfsd: make nfsd4_run_cb a bool return function
Jeff Layton
2022-09-26
1
-3
/
+2
*
nfsd: fix comments about spinlock handling with delegations
Jeff Layton
2022-09-26
1
-2
/
+2
[next]