index
:
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
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
nfsd
Age
Commit message (
Expand
)
Author
Files
Lines
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-11-30
nfsd: use locks_inode_context helper
Jeff Layton
1
-3
/
+3
2022-11-27
Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-2
/
+2
2022-11-26
Merge tag 'nfsd-6.1-6' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...
Linus Torvalds
1
-3
/
+4
2022-11-25
use less confusing names for iov_iter direction initializers
Al Viro
1
-2
/
+2
2022-11-25
vfs: fix copy_file_range() averts filesystem freeze protection
Amir Goldstein
1
-2
/
+2
2022-11-23
NFSD: Fix reads with a non-zero offset that don't end on a page boundary
Chuck Lever
1
-3
/
+4
2022-11-17
Merge tag 'nfsd-6.1-5' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...
Linus Torvalds
1
-1
/
+4
2022-11-14
NFSD: Fix trace_nfsd_fh_verify_err() crasher
Chuck Lever
1
-1
/
+4
2022-11-11
Merge tag 'nfsd-6.1-4' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...
Linus Torvalds
2
-0
/
+2
2022-11-08
nfsd: put the export reference in nfsd4_verify_deleg_dentry
Jeff Layton
1
-0
/
+1
2022-11-05
nfsd: fix use-after-free in nfsd_file_do_acquire tracepoint
Jeff Layton
1
-0
/
+1
2022-11-01
Merge tag 'nfsd-6.1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...
Linus Torvalds
1
-3
/
+2
2022-11-01
nfsd: fix net-namespace logic in __nfsd_file_cache_purge
Jeff Layton
1
-3
/
+2
2022-10-21
Merge tag 'nfsd-6.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...
Linus Torvalds
2
-2
/
+4
2022-10-20
fs: rename current get acl method
Christian Brauner
3
-6
/
+6
2022-10-19
fs: pass dentry to set acl method
Christian Brauner
3
-6
/
+6
2022-10-13
nfsd: ensure we always call fh_verify_error tracepoint
Jeff Layton
1
-1
/
+1
2022-10-11
treewide: use get_random_u32() when possible
Jason A. Donenfeld
1
-2
/
+2
2022-10-11
NFSD: unregister shrinker when nfsd_init_net() fails
Tetsuo Handa
1
-1
/
+3
2022-10-10
Merge tag 'nfsd-6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...
Linus Torvalds
1
-59
/
+29
2022-10-06
Merge tag 'pull-file' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2
-7
/
+7
2022-10-05
nfsd: rework hashtable handling in nfsd_do_file_acquire
Jeff Layton
1
-30
/
+22
2022-10-05
nfsd: fix nfsd_file_unhash_and_dispose
Jeff Layton
1
-29
/
+7
2022-09-26
nfsd: extra checks when freeing delegation stateids
Jeff Layton
1
-1
/
+6
2022-09-26
nfsd: make nfsd4_run_cb a bool return function
Jeff Layton
3
-6
/
+15
2022-09-26
nfsd: fix comments about spinlock handling with delegations
Jeff Layton
1
-2
/
+2
2022-09-26
nfsd: only fill out return pointer on success in nfsd4_lookup_stateid
Jeff Layton
1
-4
/
+6
2022-09-26
NFSD: fix use-after-free on source server when doing inter-server copy
Dai Ngo
1
-0
/
+5
2022-09-26
NFSD: Cap rsize_bop result based on send buffer size
Chuck Lever
1
-24
/
+24
2022-09-26
NFSD: Rename the fields in copy_stateid_t
Chuck Lever
3
-21
/
+21
2022-09-26
nfsd: use DEFINE_SHOW_ATTRIBUTE to define nfsd_file_cache_stats_fops
ChenXiaoSong
3
-14
/
+4
2022-09-26
nfsd: use DEFINE_SHOW_ATTRIBUTE to define nfsd_reply_cache_stats_fops
ChenXiaoSong
3
-18
/
+7
2022-09-26
nfsd: use DEFINE_SHOW_ATTRIBUTE to define client_info_fops
ChenXiaoSong
1
-12
/
+2
2022-09-26
nfsd: use DEFINE_SHOW_ATTRIBUTE to define export_features_fops and supported_...
ChenXiaoSong
1
-24
/
+5
2022-09-26
nfsd: use DEFINE_PROC_SHOW_ATTRIBUTE to define nfsd_proc_ops
ChenXiaoSong
1
-12
/
+2
2022-09-26
NFSD: Pack struct nfsd4_compoundres
Chuck Lever
1
-1
/
+1
2022-09-26
NFSD: Remove unused nfsd4_compoundargs::cachetype field
Chuck Lever
1
-1
/
+0
2022-09-26
NFSD: Remove "inline" directives on op_rsize_bop helpers
Chuck Lever
2
-47
/
+77
2022-09-26
NFSD: Clean up nfs4svc_encode_compoundres()
Chuck Lever
1
-4
/
+0
2022-09-26
NFSD: Clean up WRITE arg decoders
Chuck Lever
2
-6
/
+2
2022-09-26
NFSD: Use xdr_inline_decode() to decode NFSv3 symlinks
Chuck Lever
1
-11
/
+3
2022-09-26
NFSD: Refactor common code out of dirlist helpers
Chuck Lever
2
-18
/
+2
2022-09-26
NFSD: Reduce amount of struct nfsd4_compoundargs that needs clearing
Chuck Lever
2
-12
/
+51
2022-09-26
SUNRPC: Parametrize how much of argsize should be zeroed
Chuck Lever
5
-0
/
+50
2022-09-26
NFSD: add shrinker to reap courtesy clients on low memory condition
Dai Ngo
4
-12
/
+96
2022-09-26
NFSD: keep track of the number of courtesy clients in the system
Dai Ngo
2
-1
/
+18
2022-09-26
NFSD: Return nfserr_serverfault if splice_ok but buf->pages have data
Anna Schumaker
1
-1
/
+1
[next]