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
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Lines
2026-02-09
fs/ntfs3: avoid calling run_get_entry() when run == NULL in ntfs_read_run_nb_...
Konstantin Komarov
-0
/
+6
2026-02-09
ksmbd: add chann_lock to protect ksmbd_chann_list xarray
Namjae Jeon
-1
/
+17
2026-02-09
cifs: Fix the copyright banner on smb1maperror.c
David Howells
-7
/
+6
2026-02-09
ceph: supply snapshot context in ceph_uninline_data()
ethanwu
-2
/
+22
2026-02-09
ceph: supply snapshot context in ceph_zero_partial_object()
ethanwu
-1
/
+16
2026-02-09
fs/ntfs3: add fall-through between switch labels
Konstantin Komarov
-0
/
+1
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
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
2026-02-08
smb: client: let send_done handle a completion without IB_SEND_SIGNALED
Stefan Metzmacher
-0
/
+27
2026-02-08
smb: client: let smbd_post_send_negotiate_req() use smbd_post_send()
Stefan Metzmacher
-25
/
+7
2026-02-08
smb: client: fix last send credit problem causing disconnects
Stefan Metzmacher
-2
/
+29
2026-02-08
smb: client: make use of smbdirect_socket.send_io.bcredits
Stefan Metzmacher
-3
/
+55
2026-02-08
smb: client: use smbdirect_send_batch processing
Stefan Metzmacher
-14
/
+135
2026-02-08
smb: client: introduce and use smbd_{alloc, free}_send_io()
Stefan Metzmacher
-29
/
+58
2026-02-08
smb: client: split out smbd_ib_post_send()
Stefan Metzmacher
-16
/
+17
2026-02-08
smb: client: port and use the wait_for_credits logic used by server
Stefan Metzmacher
-27
/
+43
2026-02-08
smb: client: remove pointless sc->send_io.pending handling in smbd_post_send_...
Stefan Metzmacher
-5
/
+0
2026-02-08
smb: client: remove pointless sc->recv_io.credits.count rollback
Stefan Metzmacher
-3
/
+0
2026-02-08
smb: client: let smbd_post_send() make use of request->wr
Stefan Metzmacher
-8
/
+7
2026-02-08
smb: client: let recv_done() queue a refill when the peer is low on credits
Stefan Metzmacher
-2
/
+5
2026-02-08
smb: client: make use of smbdirect_socket.recv_io.credits.available
Stefan Metzmacher
-6
/
+28
2026-02-08
smb: server: let send_done handle a completion without IB_SEND_SIGNALED
Stefan Metzmacher
-0
/
+26
[prev]
[next]