index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
nfsd
Age
Commit message (
Expand
)
Author
Files
Lines
2023-01-04
Merge tag 'nfsd-6.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...
Linus Torvalds
2
-1
/
+12
2023-01-02
nfsd: fix handling of readdir in v4root vs. mount upcall timeout
Jeff Layton
1
-0
/
+11
2022-12-22
nfsd: shut down the NFSv4 state objects before the filecache
Jeff Layton
1
-1
/
+1
2022-12-19
Merge tag 'nfsd-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...
Linus Torvalds
4
-196
/
+197
2022-12-14
Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+1
2022-12-14
NFSD: fix use-after-free in __nfs42_ssc_open()
Dai Ngo
1
-15
/
+5
2022-12-12
Merge tag 'nfsd-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Linus Torvalds
27
-730
/
+1173
2022-12-12
Merge tag 'fs.acl.rework.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
4
-12
/
+12
2022-12-12
Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
1
-2
/
+2
2022-12-12
Merge tag 'locks-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayt...
Linus Torvalds
1
-3
/
+3
2022-12-12
nfsd: under NFSv4.1, fix double svc_xprt_put on rpc_create failure
Dan Aloni
1
-1
/
+3
2022-12-11
nfsd: rework refcounting in filecache
Jeff Layton
2
-180
/
+189
2022-12-10
NFSD: Avoid clashing function prototypes
Kees Cook
1
-255
/
+377
2022-12-10
NFSD: Use only RQ_DROPME to signal the need to drop a reply
Chuck Lever
2
-3
/
+3
2022-12-10
NFSD: add CB_RECALL_ANY tracepoints
Dai Ngo
2
-0
/
+52
2022-12-10
NFSD: add delegation reaper to react to low memory condition
Dai Ngo
2
-4
/
+89
2022-12-10
NFSD: add support for sending CB_RECALL_ANY
Dai Ngo
4
-0
/
+84
2022-12-10
NFSD: refactoring courtesy_client_reaper to a generic low memory shrinker
Dai Ngo
1
-9
/
+16
2022-12-10
NFSD: pass range end to vfs_fsync_range() instead of count
Brian Foster
1
-2
/
+3
2022-12-10
NFSD: Use struct_size() helper in alloc_session()
Xiu Jianfeng
1
-5
/
+4
2022-12-10
nfsd: return error if nfs4_setacl fails
Jeff Layton
1
-0
/
+2
2022-12-10
NFSD: Add an nfsd_file_fsync tracepoint
Chuck Lever
2
-1
/
+35
2022-12-10
nfsd: fix up the filecache laundrette scheduling
Jeff Layton
1
-7
/
+5
2022-11-30
nfsd: use locks_inode_context helper
Jeff Layton
1
-3
/
+3
2022-11-28
nfsd: reorganize filecache.c
Jeff Layton
2
-57
/
+58
2022-11-28
nfsd: remove the pages_flushed statistic from filecache
Jeff Layton
1
-6
/
+1
2022-11-28
NFSD: Fix licensing header in filecache.c
Chuck Lever
1
-1
/
+2
2022-11-28
NFSD: Use rhashtable for managing nfs4_file objects
Chuck Lever
2
-39
/
+63
2022-11-28
NFSD: Refactor find_file()
Chuck Lever
1
-21
/
+15
2022-11-28
NFSD: Clean up find_or_add_file()
Chuck Lever
1
-36
/
+28
2022-11-28
NFSD: Add a nfsd4_file_hash_remove() helper
Chuck Lever
1
-1
/
+7
2022-11-28
NFSD: Clean up nfsd4_init_file()
Chuck Lever
1
-6
/
+4
2022-11-28
NFSD: Update file_hashtbl() helpers
Chuck Lever
1
-2
/
+2
2022-11-28
NFSD: Use const pointers as parameters to fh_ helpers
Chuck Lever
1
-4
/
+6
2022-11-28
NFSD: Trace delegation revocations
Chuck Lever
2
-0
/
+57
2022-11-28
NFSD: Trace stateids returned via DELEGRETURN
Chuck Lever
2
-0
/
+2
2022-11-28
NFSD: Clean up nfs4_preprocess_stateid_op() call sites
Chuck Lever
1
-24
/
+7
2022-11-28
NFSD: Flesh out a documenting comment for filecache.c
Chuck Lever
1
-0
/
+24
2022-11-28
NFSD: Add an NFSD_FILE_GC flag to enable nfsd_file garbage collection
Chuck Lever
5
-13
/
+64
2022-11-28
NFSD: Revert "NFSD: NFSv4 CLOSE should release an nfsd_file immediately"
Chuck Lever
3
-21
/
+2
2022-11-28
NFSD: Pass the target nfsd_file to nfsd_commit()
Chuck Lever
4
-14
/
+25
2022-11-28
nfsd: don't call nfsd_file_put from client states seqfile display
Jeff Layton
1
-18
/
+33
2022-11-28
nfsd: allow disabling NFSv2 at compile time
Jeff Layton
5
-8
/
+27
2022-11-28
nfsd: move nfserrno() to vfs.c
Jeff Layton
8
-63
/
+68
2022-11-28
nfsd: ignore requests to disable unsupported versions
Jeff Layton
1
-1
/
+3
2022-11-28
NFSD: Finish converting the NFSv3 GETACL result encoder
Chuck Lever
1
-24
/
+6
2022-11-28
NFSD: Finish converting the NFSv2 GETACL result encoder
Chuck Lever
1
-10
/
+0
2022-11-28
NFSD: Remove redundant assignment to variable host_err
Colin Ian King
1
-1
/
+0
2022-11-28
NFSD: Simplify READ_PLUS
Anna Schumaker
1
-107
/
+32
2022-11-27
Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-2
/
+2
[next]