aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2026-02-08smb/client: add NT_STATUS_RANGE_NOT_FOUNDHuiwen He3-1/+3
2026-02-08smb/client: add NT_STATUS_DECRYPTION_FAILEDHuiwen He3-1/+3
2026-02-08smb/client: add NT_STATUS_ENCRYPTION_FAILEDHuiwen He3-1/+3
2026-02-08smb/client: add NT_STATUS_DIRECTORY_IS_A_REPARSE_POINTHuiwen He3-1/+4
2026-02-08smb/client: add NT_STATUS_VOLUME_DISMOUNTEDHuiwen He3-1/+3
2026-02-08smb/client: add NT_STATUS_BIOS_FAILED_TO_CONNECT_INTERRUPTHuiwen He3-1/+4
2026-02-08smb/client: add NT_STATUS_VARIABLE_NOT_FOUNDHuiwen He3-1/+3
2026-02-08smb/client: rename ERRinvlevel to ERRunknownlevelHuiwen He2-3/+3
2026-02-08smb/client: add NT_STATUS_OS2_INVALID_LEVELHuiwen He3-1/+3
2026-02-08smb/client: map NT_STATUS_INVALID_INFO_CLASS to ERRbadpipeHuiwen He1-1/+1
2026-02-08smb/client: introduce KUnit test to check search result of smb2_error_map_tableChenXiaoSong3-0/+70
2026-02-08smb/client: use bsearch() to find target in smb2_error_map_tableChenXiaoSong1-12/+34
2026-02-08smb/client: check whether smb2_error_map_table is sorted in ascending orderChenXiaoSong3-0/+23
2026-02-08cifs: Autogenerate SMB2 error mapping tableDavid Howells4-2396/+112
2026-02-08smb: server: correct value for smb_direct_max_fragmented_recv_sizeStefan Metzmacher1-2/+40
2026-02-08smb: client: correct value for smbd_max_fragmented_recv_sizeStefan Metzmacher1-2/+17
2026-02-08smb: server: fix leak of active_num_conn in ksmbd_tcp_new_connection()Henrique Carvalho1-1/+2
2026-02-08ksmbd: add procfs interface for runtime monitoring and statisticsBahubali B Gumaji18-8/+661
2026-02-08ksmbd: fix infinite loop caused by next_smb2_rcv_hdr_off reset in error pathsNamjae Jeon1-3/+3
2026-02-08smb: server: make use of rdma_restrict_node_type()Stefan Metzmacher1-28/+80
2026-02-08smb: client: make use of rdma_restrict_node_type()Stefan Metzmacher1-0/+26
2026-02-08smb: client: let send_done handle a completion without IB_SEND_SIGNALEDStefan Metzmacher1-0/+27
2026-02-08smb: client: let smbd_post_send_negotiate_req() use smbd_post_send()Stefan Metzmacher1-25/+7
2026-02-08smb: client: fix last send credit problem causing disconnectsStefan Metzmacher1-2/+29
2026-02-08smb: client: make use of smbdirect_socket.send_io.bcreditsStefan Metzmacher1-3/+55
2026-02-08smb: client: use smbdirect_send_batch processingStefan Metzmacher1-14/+135
2026-02-08smb: client: introduce and use smbd_{alloc, free}_send_io()Stefan Metzmacher1-29/+58
2026-02-08smb: client: split out smbd_ib_post_send()Stefan Metzmacher1-16/+17
2026-02-08smb: client: port and use the wait_for_credits logic used by serverStefan Metzmacher1-27/+43
2026-02-08smb: client: remove pointless sc->send_io.pending handling in smbd_post_send_iter()Stefan Metzmacher1-5/+0
2026-02-08smb: client: remove pointless sc->recv_io.credits.count rollbackStefan Metzmacher1-3/+0
2026-02-08smb: client: let smbd_post_send() make use of request->wrStefan Metzmacher1-8/+7
2026-02-08smb: client: let recv_done() queue a refill when the peer is low on creditsStefan Metzmacher1-2/+5
2026-02-08smb: client: make use of smbdirect_socket.recv_io.credits.availableStefan Metzmacher1-6/+28
2026-02-08smb: server: let send_done handle a completion without IB_SEND_SIGNALEDStefan Metzmacher1-0/+26
2026-02-08smb: server: fix last send credit problem causing disconnectsStefan Metzmacher1-2/+30
2026-02-08smb: server: make use of smbdirect_socket.send_io.bcreditsStefan Metzmacher1-2/+51
2026-02-08smb: server: let recv_done() queue a refill when the peer is low on creditsStefan Metzmacher1-2/+4
2026-02-08smb: server: make use of smbdirect_socket.recv_io.credits.availableStefan Metzmacher1-5/+25
2026-02-08smb: smbdirect: introduce smbdirect_socket.send_io.bcredits.*Stefan Metzmacher1-0/+16
2026-02-08smb: smbdirect: introduce smbdirect_socket.recv_io.credits.availableStefan Metzmacher1-0/+2
2026-02-08cifs: Label SMB2 statuses with errorsDavid Howells1-1744/+1744
2026-02-08cifs: SMB1 split: Make BCC accessors conditionalDavid Howells1-2/+2
2026-02-08cifs: SMB1 split: connect.cDavid Howells5-271/+253
2026-02-08cifs: SMB1 split: sess.cDavid Howells5-984/+1003
2026-02-08cifs: SMB1 split: cifsencrypt.cDavid Howells5-128/+149
2026-02-08cifs: SMB1 split: netmisc.cDavid Howells6-826/+846
2026-02-08cifs: SMB1 split: misc.cDavid Howells5-169/+185
2026-02-08cifs: SMB1 split: cifs_debug.cDavid Howells6-17/+37
2026-02-08cifs: SMB1 split: Move inline funcsDavid Howells2-12/+12