index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Lines
2026-02-08
smb: common: add header guards to fs/smb/common/smb2status.h
Stefan Metzmacher
-0
/
+5
2026-02-08
smb: client: Avoid a dozen -Wflex-array-member-not-at-end warnings
Gustavo A. R. Silva
-1
/
+3
2026-02-08
smb/client: remove useless comment in mapping_table_ERRSRV
Huiwen He
-4
/
+0
2026-02-08
smb/client: remove some literal NT error codes from ntstatus_to_dos_map
Huiwen He
-11
/
+0
2026-02-08
smb/client: add NT_STATUS_VOLUME_NOT_UPGRADED
Huiwen He
-1
/
+3
2026-02-08
smb/client: add NT_STATUS_NO_USER_KEYS
Huiwen He
-1
/
+3
2026-02-08
smb/client: add NT_STATUS_WRONG_EFS
Huiwen He
-1
/
+3
2026-02-08
smb/client: add NT_STATUS_NO_EFS
Huiwen He
-1
/
+3
2026-02-08
smb/client: add NT_STATUS_NO_RECOVERY_POLICY
Huiwen He
-1
/
+3
2026-02-08
smb/client: add NT_STATUS_RANGE_NOT_FOUND
Huiwen He
-1
/
+3
2026-02-08
smb/client: add NT_STATUS_DECRYPTION_FAILED
Huiwen He
-1
/
+3
2026-02-08
smb/client: add NT_STATUS_ENCRYPTION_FAILED
Huiwen He
-1
/
+3
2026-02-08
smb/client: add NT_STATUS_DIRECTORY_IS_A_REPARSE_POINT
Huiwen He
-1
/
+4
2026-02-08
smb/client: add NT_STATUS_VOLUME_DISMOUNTED
Huiwen He
-1
/
+3
2026-02-08
smb/client: add NT_STATUS_BIOS_FAILED_TO_CONNECT_INTERRUPT
Huiwen He
-1
/
+4
2026-02-08
smb/client: add NT_STATUS_VARIABLE_NOT_FOUND
Huiwen He
-1
/
+3
2026-02-08
smb/client: rename ERRinvlevel to ERRunknownlevel
Huiwen He
-3
/
+3
2026-02-08
smb/client: add NT_STATUS_OS2_INVALID_LEVEL
Huiwen He
-1
/
+3
2026-02-08
smb/client: map NT_STATUS_INVALID_INFO_CLASS to ERRbadpipe
Huiwen He
-1
/
+1
2026-02-08
smb/client: introduce KUnit test to check search result of smb2_error_map_table
ChenXiaoSong
-0
/
+70
2026-02-08
smb/client: use bsearch() to find target in smb2_error_map_table
ChenXiaoSong
-12
/
+34
2026-02-08
smb/client: check whether smb2_error_map_table is sorted in ascending order
ChenXiaoSong
-0
/
+23
2026-02-08
cifs: Autogenerate SMB2 error mapping table
David Howells
-2396
/
+112
2026-02-08
smb: server: correct value for smb_direct_max_fragmented_recv_size
Stefan Metzmacher
-2
/
+40
2026-02-08
smb: client: correct value for smbd_max_fragmented_recv_size
Stefan Metzmacher
-2
/
+17
2026-02-08
smb: server: fix leak of active_num_conn in ksmbd_tcp_new_connection()
Henrique Carvalho
-1
/
+2
2026-02-08
ksmbd: add procfs interface for runtime monitoring and statistics
Bahubali B Gumaji
-8
/
+661
2026-02-08
ksmbd: fix infinite loop caused by next_smb2_rcv_hdr_off reset in error paths
Namjae Jeon
-3
/
+3
2026-02-08
tracing: Better separate SNAPSHOT and MAX_TRACE options
Steven Rostedt
-47
/
+53
2026-02-08
tracing: Add tracer_uses_snapshot() helper to remove #ifdefs
Steven Rostedt
-35
/
+28
2026-02-08
tracing: Rename trace_array field max_buffer to snapshot_buffer
Steven Rostedt
-47
/
+48
2026-02-08
tracing: Move pid filtering into trace_pid.c
Steven Rostedt
-242
/
+247
2026-02-08
tracing: Move trace_printk functions out of trace.c and into trace_printk.c
Steven Rostedt
-431
/
+432
2026-02-08
tracing: Use system_state in trace_printk_init_buffers()
Steven Rostedt
-3
/
+2
2026-02-08
tracing: Have trace_printk functions use flags instead of using global_trace
Steven Rostedt
-4
/
+5
2026-02-08
tracing: Make tracing_update_buffers() take NULL for global_trace
Steven Rostedt
-1
/
+4
2026-02-08
tracing: Make printk_trace global for tracing system
Steven Rostedt
-1
/
+3
2026-02-08
tracing: Move ftrace_trace_stack() out of trace.c and into trace.h
Steven Rostedt
-41
/
+35
2026-02-08
tracing: Move __trace_buffer_{un}lock_*() functions to trace.h
Steven Rostedt
-42
/
+41
2026-02-08
tracing: Make tracing_selftest_running global to the tracing subsystem
Steven Rostedt
-2
/
+3
2026-02-08
tracing: Make tracing_disabled global for tracing system
Steven Rostedt
-12
/
+8
2026-02-08
tracing: Clean up use of trace_create_maxlat_file()
Steven Rostedt
-22
/
+16
2026-02-08
tracing: Move tracing_set_filter_buffering() into trace_events_hist.c
Steven Rostedt
-21
/
+20
2026-02-08
tracing: Have all triggers expect a file parameter
Steven Rostedt
-38
/
+24
2026-02-08
lib/tests: extend KUnit test for bitops with more cases
Ryota Sakamoto
-2
/
+65
2026-02-08
bitops: Add more files to the MAINTAINERS
Andy Shevchenko
-0
/
+1
2026-02-08
lib/find_bit: fix uninitialized variable use in FIND_NTH_BIT
Lee Yongjun
-1
/
+1
2026-02-08
lib/tests: add KUnit test for bitops
Ryota Sakamoto
-0
/
+157
2026-02-08
smb: server: make use of rdma_restrict_node_type()
Stefan Metzmacher
-28
/
+80
2026-02-08
smb: client: make use of rdma_restrict_node_type()
Stefan Metzmacher
-0
/
+26
[prev]
[next]