summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2026-02-08smb: common: add header guards to fs/smb/common/smb2status.hStefan Metzmacher-0/+5
2026-02-08smb: client: Avoid a dozen -Wflex-array-member-not-at-end warningsGustavo A. R. Silva-1/+3
2026-02-08smb/client: remove useless comment in mapping_table_ERRSRVHuiwen He-4/+0
2026-02-08smb/client: remove some literal NT error codes from ntstatus_to_dos_mapHuiwen He-11/+0
2026-02-08smb/client: add NT_STATUS_VOLUME_NOT_UPGRADEDHuiwen He-1/+3
2026-02-08smb/client: add NT_STATUS_NO_USER_KEYSHuiwen He-1/+3
2026-02-08smb/client: add NT_STATUS_WRONG_EFSHuiwen He-1/+3
2026-02-08smb/client: add NT_STATUS_NO_EFSHuiwen He-1/+3
2026-02-08smb/client: add NT_STATUS_NO_RECOVERY_POLICYHuiwen He-1/+3
2026-02-08smb/client: add NT_STATUS_RANGE_NOT_FOUNDHuiwen He-1/+3
2026-02-08smb/client: add NT_STATUS_DECRYPTION_FAILEDHuiwen He-1/+3
2026-02-08smb/client: add NT_STATUS_ENCRYPTION_FAILEDHuiwen He-1/+3
2026-02-08smb/client: add NT_STATUS_DIRECTORY_IS_A_REPARSE_POINTHuiwen He-1/+4
2026-02-08smb/client: add NT_STATUS_VOLUME_DISMOUNTEDHuiwen He-1/+3
2026-02-08smb/client: add NT_STATUS_BIOS_FAILED_TO_CONNECT_INTERRUPTHuiwen He-1/+4
2026-02-08smb/client: add NT_STATUS_VARIABLE_NOT_FOUNDHuiwen He-1/+3
2026-02-08smb/client: rename ERRinvlevel to ERRunknownlevelHuiwen He-3/+3
2026-02-08smb/client: add NT_STATUS_OS2_INVALID_LEVELHuiwen He-1/+3
2026-02-08smb/client: map NT_STATUS_INVALID_INFO_CLASS to ERRbadpipeHuiwen He-1/+1
2026-02-08smb/client: introduce KUnit test to check search result of smb2_error_map_tableChenXiaoSong-0/+70
2026-02-08smb/client: use bsearch() to find target in smb2_error_map_tableChenXiaoSong-12/+34
2026-02-08smb/client: check whether smb2_error_map_table is sorted in ascending orderChenXiaoSong-0/+23
2026-02-08cifs: Autogenerate SMB2 error mapping tableDavid Howells-2396/+112
2026-02-08smb: server: correct value for smb_direct_max_fragmented_recv_sizeStefan Metzmacher-2/+40
2026-02-08smb: client: correct value for smbd_max_fragmented_recv_sizeStefan Metzmacher-2/+17
2026-02-08smb: server: fix leak of active_num_conn in ksmbd_tcp_new_connection()Henrique Carvalho-1/+2
2026-02-08ksmbd: add procfs interface for runtime monitoring and statisticsBahubali B Gumaji-8/+661
2026-02-08ksmbd: fix infinite loop caused by next_smb2_rcv_hdr_off reset in error pathsNamjae Jeon-3/+3
2026-02-08tracing: Better separate SNAPSHOT and MAX_TRACE optionsSteven Rostedt-47/+53
2026-02-08tracing: Add tracer_uses_snapshot() helper to remove #ifdefsSteven Rostedt-35/+28
2026-02-08tracing: Rename trace_array field max_buffer to snapshot_bufferSteven Rostedt-47/+48
2026-02-08tracing: Move pid filtering into trace_pid.cSteven Rostedt-242/+247
2026-02-08tracing: Move trace_printk functions out of trace.c and into trace_printk.cSteven Rostedt-431/+432
2026-02-08tracing: Use system_state in trace_printk_init_buffers()Steven Rostedt-3/+2
2026-02-08tracing: Have trace_printk functions use flags instead of using global_traceSteven Rostedt-4/+5
2026-02-08tracing: Make tracing_update_buffers() take NULL for global_traceSteven Rostedt-1/+4
2026-02-08tracing: Make printk_trace global for tracing systemSteven Rostedt-1/+3
2026-02-08tracing: Move ftrace_trace_stack() out of trace.c and into trace.hSteven Rostedt-41/+35
2026-02-08tracing: Move __trace_buffer_{un}lock_*() functions to trace.hSteven Rostedt-42/+41
2026-02-08tracing: Make tracing_selftest_running global to the tracing subsystemSteven Rostedt-2/+3
2026-02-08tracing: Make tracing_disabled global for tracing systemSteven Rostedt-12/+8
2026-02-08tracing: Clean up use of trace_create_maxlat_file()Steven Rostedt-22/+16
2026-02-08tracing: Move tracing_set_filter_buffering() into trace_events_hist.cSteven Rostedt-21/+20
2026-02-08tracing: Have all triggers expect a file parameterSteven Rostedt-38/+24
2026-02-08lib/tests: extend KUnit test for bitops with more casesRyota Sakamoto-2/+65
2026-02-08bitops: Add more files to the MAINTAINERSAndy Shevchenko-0/+1
2026-02-08lib/find_bit: fix uninitialized variable use in FIND_NTH_BITLee Yongjun-1/+1
2026-02-08lib/tests: add KUnit test for bitopsRyota Sakamoto-0/+157
2026-02-08smb: server: make use of rdma_restrict_node_type()Stefan Metzmacher-28/+80
2026-02-08smb: client: make use of rdma_restrict_node_type()Stefan Metzmacher-0/+26