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
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
2026-02-08
RDMA/core: introduce rdma_restrict_node_type()
Stefan Metzmacher
-0
/
+48
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
2026-02-08
smb: server: fix last send credit problem causing disconnects
Stefan Metzmacher
-2
/
+30
2026-02-08
smb: server: make use of smbdirect_socket.send_io.bcredits
Stefan Metzmacher
-2
/
+51
2026-02-08
smb: server: let recv_done() queue a refill when the peer is low on credits
Stefan Metzmacher
-2
/
+4
2026-02-08
smb: server: make use of smbdirect_socket.recv_io.credits.available
Stefan Metzmacher
-5
/
+25
2026-02-08
smb: smbdirect: introduce smbdirect_socket.send_io.bcredits.*
Stefan Metzmacher
-0
/
+16
2026-02-08
smb: smbdirect: introduce smbdirect_socket.recv_io.credits.available
Stefan Metzmacher
-0
/
+2
2026-02-08
cifs: Label SMB2 statuses with errors
David Howells
-1744
/
+1744
2026-02-08
cifs: SMB1 split: Make BCC accessors conditional
David Howells
-2
/
+2
2026-02-08
cifs: SMB1 split: connect.c
David Howells
-271
/
+253
2026-02-08
cifs: SMB1 split: sess.c
David Howells
-984
/
+1003
2026-02-08
cifs: SMB1 split: cifsencrypt.c
David Howells
-128
/
+149
2026-02-08
cifs: SMB1 split: netmisc.c
David Howells
-826
/
+846
2026-02-08
cifs: SMB1 split: misc.c
David Howells
-169
/
+185
2026-02-08
cifs: SMB1 split: cifs_debug.c
David Howells
-17
/
+37
2026-02-08
cifs: SMB1 split: Move inline funcs
David Howells
-12
/
+12
2026-02-08
cifs: Fix cifs_dump_mids() to call ->dump_detail
David Howells
-1
/
+1
2026-02-08
cifs: SMB1 split: Don't return smb_hdr from cifs_{,small_}buf_get()
David Howells
-7
/
+6
2026-02-08
cifs: SMB1 split: Move BCC access functions
David Howells
-35
/
+34
2026-02-08
cifs: SMB1 split: Adjust #includes
David Howells
-11
/
+4
2026-02-08
cifs: SMB1 split: Split SMB1 protocol defs into smb1pdu.h
David Howells
-2358
/
+2363
[prev]
[next]