All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-10-29 13:21:42 to 2025-10-29 13:33:36 UTC [more...]

[PATCH v2 000/127] smb: smbdirect/client/server: moving to common functions and smbdirect.ko
 2025-10-29 13:21 UTC  (111+ messages)
` [PATCH v2 001/127] smb: smbdirect: let smbdirect.h include #include <linux/types.h>
` [PATCH v2 002/127] smb: smbdirect: introduce SMBDIRECT_DEBUG_ERR_PTR() helper
` [PATCH v2 003/127] smb: smbdirect: introduce smbdirect_socket.logging infrastructure
` [PATCH v2 004/127] smb: smbdirect: introduce smbdirect_all_c_files.c
` [PATCH v2 005/127] smb: smbdirect: introduce smbdirect_internal.h
` [PATCH v2 006/127] smb: client: include smbdirect_all_c_files.c
` [PATCH v2 007/127] smb: server: "
` [PATCH v2 008/127] smb: smbdirect: introduce smbdirect_connection.c with the first helper function
` [PATCH v2 009/127] smb: smbdirect: introduce smbdirect_socket_set_logging()
` [PATCH v2 010/127] smb: smbdirect: introduce smbd_disconnect_wake_up_all()
` [PATCH v2 011/127] smb: smbdirect: introduce smbdirect_connection_disconnect_work()
` [PATCH v2 012/127] smb: smbdirect: introduce smbdirect_connection_schedule_disconnect()
` [PATCH v2 013/127] smb: smbdirect: introduce smbdirect_connection_{get,put}_recv_io()
` [PATCH v2 014/127] smb: smbdirect: introduce smbdirect_connection_reassembly_{append,first}_recv_io()
` [PATCH v2 015/127] smb: smbdirect: introduce smbdirect_connection_idle_timer_work()
` [PATCH v2 016/127] smb: smbdirect: set SMBDIRECT_KEEPALIVE_NONE before disable_delayed_work(&sc->idle.timer_work);
` [PATCH v2 017/127] smb: smbdirect: introduce smbdirect_frwr_is_supported()
` [PATCH v2 018/127] smb: smbdirect: introduce smbdirect_socket.{send,recv}_io.mem.gfp_mask
` [PATCH v2 019/127] smb: smbdirect: introduce smbdirect_connection_{alloc,free}_send_io()
` [PATCH v2 020/127] smb: smbdirect: introduce smbdirect_connection_send_io_done()
` [PATCH v2 021/127] smb: smbdirect: introduce smbdirect_connection_{create,destroy}_mem_pools()
` [PATCH v2 022/127] smb: smbdirect: introduce smbdirect_map_sges_from_iter() and helper functions
` [PATCH v2 023/127] smb: smbdirect: introduce smbdirect_connection_qp_event_handler()
` [PATCH v2 024/127] smb: smbdirect: introduce smbdirect_connection_negotiate_rdma_resources()
` [PATCH v2 025/127] smb: smbdirect: introduce smbdirect_connection_{create,destroy}_qp()
` [PATCH v2 026/127] smb: smbdirect: introduce smbdirect_connection_post_recv_io()
` [PATCH v2 027/127] smb: smbdirect: introduce smbdirect_connection_recv_io_refill_work()
` [PATCH v2 028/127] smb: smbdirect: split out smbdirect_connection_recv_io_refill()
` [PATCH v2 029/127] smb: smbdirect: introduce smbdirect_get_buf_page_count()
` [PATCH v2 030/127] smb: smbdirect: introduce smbdirect_connection_wait_for_credits()
` [PATCH v2 031/127] smb: smbdirect: introduce smbdirect_mr.c with client mr code
` [PATCH v2 032/127] smb: smbdirect: introduce smbdirect_rw.c with server rw code
` [PATCH v2 033/127] smb: smbdirect: define SMBDIRECT_MIN_{RECEIVE,FRAGMENTED}_SIZE
` [PATCH v2 034/127] smb: smbdirect: define SMBDIRECT_RDMA_CM_[RNR_]RETRY
` [PATCH v2 035/127] smb: smbdirect: introduce smbdirect_connection_recv_io_done()
` [PATCH v2 036/127] smb: smbdirect: introduce smbdirect_connection_destroy[_sync]()
` [PATCH v2 037/127] smb: smbdirect: introduce smbdirect_connection_rdma_{established,event_handler}()
` [PATCH v2 038/127] smb: smbdirect: introduce smbdirect_connection_recvmsg()
` [PATCH v2 039/127] smb: smbdirect: introduce smbdirect_connection_grant_recv_credits()
` [PATCH v2 040/127] smb: smbdirect: introduce smbdirect_connection_request_keep_alive()
` [PATCH v2 041/127] smb: smbdirect: introduce smbdirect_connection_send_iter() and related functions
` [PATCH v2 042/127] smb: smbdirect: introduce smbdirect_connection_send_immediate_work()
` [PATCH v2 043/127] smb: smbdirect: introduce smbdirect_connection_negotiation_done()
` [PATCH v2 044/127] smb: smbdirect: introduce smbdirect_mr_io_fill_buffer_descriptor()
` [PATCH v2 045/127] smb: smbdirect: introduce smbdirect_connection_legacy_debug_proc_show()
` [PATCH v2 046/127] smb: smbdirect: introduce smbdirect_connection_wait_for_connected()
` [PATCH v2 047/127] smb: smbdirect: introduce smbdirect_connection_is_connected()
` [PATCH v2 048/127] smb: smbdirect: introduce smbdirect_socket_shutdown()
` [PATCH v2 049/127] smb: smbdirect: introduce smbdirect_socket_init_{new,accepting}() and helpers
` [PATCH v2 050/127] smb: smbdirect: introduce smbdirect_connect[_sync]()
` [PATCH v2 051/127] smb: smbdirect: introduce smbdirect_accept_connect_request()
` [PATCH v2 052/127] smb: smbdirect: introduce smbdirect_socket_create_{kern,accepting}() and smbdirect_socket_release()
` [PATCH v2 053/127] smb: smbdirect: let smbdirect_internal.h define pr_fmt without SMBDIRECT_USE_INLINE_C_FILES
` [PATCH v2 054/127] smb: smbdirect: introduce smbdirect_public.h with prototypes
` [PATCH v2 055/127] smb: smbdirect: introduce smbdirect_private.h "
` [PATCH v2 056/127] smb: smbdirect: introduce the basic smbdirect.ko
` [PATCH v2 057/127] smb: client: make use of smbdirect_socket_prepare_create()
` [PATCH v2 058/127] smb: client: make use of smbdirect_socket_set_logging()
` [PATCH v2 059/127] smb: client: make use of smbdirect_connection_wake_up_all()
` [PATCH v2 060/127] smb: client: make use of smbdirect_connection_disconnect_work()
` [PATCH v2 061/127] smb: client: make use of smbdirect_connection_schedule_disconnect()
` [PATCH v2 062/127] smb: client: make use of smbdirect_connection_{get,put}_recv_io()
` [PATCH v2 063/127] smb: client: make use of smbdirect_connection_reassembly_{append,first}_recv_io()
` [PATCH v2 064/127] smb: client: make use of smbdirect_connection_idle_timer_work()
` [PATCH v2 065/127] smb: client: make use of smbdirect_frwr_is_supported()
` [PATCH v2 066/127] smb: client: make use of smbdirect_connection_{alloc,free}_send_io()
` [PATCH v2 067/127] smb: client: make use of smbdirect_connection_send_io_done()
` [PATCH v2 068/127] smb: client: make use of smbdirect_connection_{create,destroy}_mem_pools()
` [PATCH v2 069/127] smb: client: make use of smbdirect_map_sges_from_iter()
` [PATCH v2 070/127] smb: client: make use of smbdirect_connection_qp_event_handler()
` [PATCH v2 071/127] smb: client: make use of smbdirect_connection_negotiate_rdma_resources()
` [PATCH v2 072/127] smb: client: make use of smbdirect_connection_{create,destroy}_qp()
` [PATCH v2 073/127] smb: client: initialize recv_io->cqe.done = recv_done just once
` [PATCH v2 074/127] smb: client: make use of smbdirect_connection_post_recv_io()
` [PATCH v2 075/127] smb: client: make use of smbdirect_connection_recv_io_refill_work()
` [PATCH v2 076/127] smb: client: make use of functions from smbdirect_mr.c
` [PATCH v2 077/127] smb: client: make use of smbdirect_connection_destroy_sync()
` [PATCH v2 078/127] smb: client: make use of smbdirect_connection_recvmsg()
` [PATCH v2 079/127] smb: client: let smbd_post_send() make use of request->wr
` [PATCH v2 080/127] smb: client: make use of smbdirect_connection_grant_recv_credits()
` [PATCH v2 081/127] smb: client: make use of smbdirect_connection_request_keep_alive()
` [PATCH v2 082/127] smb: client: change smbd_post_send_empty() to void return
` [PATCH v2 083/127] smb: client: let smbd_post_send_iter() get remaining_length and return data_length
` [PATCH v2 084/127] smb: client: let smbd_post_send_full_iter() "
` [PATCH v2 085/127] smb: client: make use of smbdirect_connection_send_{single_iter,immediate_work}()
` [PATCH v2 086/127] smb: client: introduce and use smbd_mr_fill_buffer_descriptor()
` [PATCH v2 087/127] smb: client: introduce and use smbd_debug_proc_show()
` [PATCH v2 088/127] smb: client: make use of smbdirect_socket_init_new() and smbdirect_connect_sync()
` [PATCH v2 089/127] smb: client: make use of smbdirect_socket_create_kern()/smbdirect_socket_release()
` [PATCH v2 090/127] smb: client: only use public smbdirect functions
` [PATCH v2 091/127] smb: client: make use of smbdirect.ko
` [PATCH v2 092/127] smb: server: make use of smbdirect_socket_prepare_create()
` [PATCH v2 093/127] smb: server: make use of smbdirect_socket_set_logging()
` [PATCH v2 094/127] smb: server: make use of smbdirect_connection_wake_up_all()
` [PATCH v2 095/127] smb: server: make use of smbdirect_connection_disconnect_work()
` [PATCH v2 096/127] smb: server: make use of smbdirect_connection_schedule_disconnect()
` [PATCH v2 097/127] smb: server: make use of smbdirect_connection_{get,put}_recv_io()
` [PATCH v2 098/127] smb: server: make use of smbdirect_connection_reassembly_{append,first}_recv_io()
` [PATCH v2 099/127] smb: server: make use of smbdirect_connection_idle_timer_work()
` [PATCH v2 100/127] smb: server: make use of smbdirect_frwr_is_supported()
` [PATCH v2 101/127] smb: server: make use of smbdirect_connection_{alloc,free}_send_io()
` [PATCH v2 102/127] smb: server: make use of smbdirect_connection_send_io_done()
` [PATCH v2 103/127] smb: server: make use of smbdirect_connection_{create,destroy}_mem_pools()
` [PATCH v2 104/127] smb: server: make use of smbdirect_map_sges_from_iter()
` [PATCH v2 105/127] smb: server: make use of smbdirect_connection_qp_event_handler()
` [PATCH v2 106/127] smb: server: make use of smbdirect_connection_negotiate_rdma_resources()
` [PATCH v2 107/127] smb: server: make use of smbdirect_connection_{create,destroy}_qp()
` [PATCH v2 108/127] smb: server: initialize recv_io->cqe.done = recv_done just once
` [PATCH v2 109/127] smb: server: make use of smbdirect_connection_post_recv_io()
` [PATCH v2 110/127] smb: server: make use of smbdirect_connection_recv_io_refill[_work]()

[PATCH 1/3] err.h: add ERR_PTR_CONST macro
 2025-10-29 13:33 UTC  (2+ messages)
` [PATCH 2/3] soc: qcom: smem: better track SMEM uninitialized state

[PATCH v4 0/3] phy: qcom: edp: Add missing ref clock to x1e80100
 2025-10-29 13:31 UTC  (8+ messages)
` [PATCH v4 1/3] dt-bindings: phy: qcom-edp: Add missing clock for X Elite
` [PATCH v4 2/3] phy: qcom: edp: Make the number of clocks flexible
` [PATCH v4 3/3] arm64: dts: qcom: x1e80100: Add missing TCSR ref clock to the DP PHYs

[PATCH] dt-bindings: spmi: spmi-mtk-pmif: Add compatible for MT8189 SoC
 2025-10-29 13:31 UTC 

[PATCH v2 00/32] VKMS: Introduce multiple configFS attributes
 2025-10-29 13:30 UTC  (33+ messages)
` [PATCH v2 01/32] drm/drm_mode_config: Add helper to get plane type name
` [PATCH v2 02/32] drm/vkms: Explicitly display plane type
` [PATCH v2 03/32] drm/vkms: Use enabled/disabled instead of 1/0 for debug
` [PATCH v2 04/32] drm/vkms: Explicitly display connector status
` [PATCH v2 05/32] drm/vkms: Introduce config for plane name
` [PATCH v2 06/32] drm/vkms: Introduce configfs "
` [PATCH v2 07/32] drm/blend: Get a rotation name from it's bitfield
` [PATCH v2 08/32] drm/vkms: Introduce config for plane rotation
` [PATCH v2 09/32] drm/vkms: Introduce configfs "
` [PATCH v2 10/32] drm/drm_color_mgmt: Expose drm_get_color_encoding_name
` [PATCH v2 11/32] drm/vkms: Introduce config for plane color encoding
` [PATCH v2 12/32] drm/vkms: Introduce configfs "
` [PATCH v2 13/32] drm/drm_color_mgmt: Expose drm_get_color_range_name
` [PATCH v2 14/32] drm/vkms: Introduce config for plane color range
` [PATCH v2 15/32] drm/vkms: Introduce configfs "
` [PATCH v2 16/32] drm/vkms: Introduce config for plane format
` [PATCH v2 17/32] drm/vkms: Introduce configfs "
` [PATCH v2 18/32] drm/vkms: Properly render plane using their zpos
` [PATCH v2 19/32] drm/vkms: Introduce config for plane zpos property
` [PATCH v2 20/32] drm/vkms: Introduce configfs "
` [PATCH v2 21/32] drm/vkms: Introduce config for connector type
` [PATCH v2 22/32] drm/vkms: Introduce configfs "
` [PATCH v2 23/32] drm/connector: Export drm_get_colorspace_name
` [PATCH v2 24/32] drm/vkms: Introduce config for connector supported colorspace
` [PATCH v2 25/32] drm/vkms: Introduce configfs "
` [PATCH v2 26/32] drm/vkms: Introduce config for connector EDID
` [PATCH v2 27/32] drm/vkms: Introduce configfs "
` [PATCH v2 28/32] drm/vkms: Store the enabled/disabled status for connector
` [PATCH v2 29/32] drm/vkms: Rename vkms_connector_init to vkms_connector_init_static
` [PATCH v2 30/32] drm/vkms: Extract common code for connector initialization
` [PATCH v2 31/32] drm/vkms: Allow to hot-add connectors
` [PATCH v2 32/32] drm/vkms: Introduce configfs for dynamic connector creation

dm bug: hibernate to swap located on dm-integrity doesn't work (how to get data redundancy for swap?)
 2025-10-29 13:31 UTC  (3+ messages)
  ` [PATCH] pm-hibernate: flush block device cache when hibernating

[PATCH 1/2] net/mlx4: fix unnecessary comma compilation warnings
 2025-10-29 13:29 UTC  (4+ messages)
` [PATCH 2/2] net/mlx5: "

Linux kernel 6.1.158 released
 2025-10-29 13:30 UTC 

[PATCH] MAINTAINERS: add Tyr to DRM DRIVERS AND COMMON INFRASTRUCTURE [RUST]
 2025-10-29 13:30 UTC  (2+ messages)

[PATCH] Revert "scripts/coccinelle: Find PTR_ERR() to %pe candidates"
 2025-10-29 13:29 UTC 

[syzbot] [ocfs2?] KASAN: slab-use-after-free Read in ocfs2_fault
 2025-10-29 13:29 UTC 

[PATCH v2 0/7] Add initial remoteproc support for Kaanapali and Glymur SoCs
 2025-10-29 13:28 UTC  (6+ messages)
` [PATCH v2 3/7] dt-bindings: remoteproc: qcom,pas: Document pas for SoCCP on Kaanapali and Glymur platforms
` [PATCH v2 6/7] dt-bindings: remoteproc: qcom,sm8550-pas: Document Glymur ADSP

[PATCH v2] block: Drop detach_subchain for bdrv_replace_node
 2025-10-29 13:27 UTC 

why the structure of the YP docs seems awkward to me
 2025-10-29 13:31 UTC 

[PATCH] gpio: mm-lantiq: update kernel docs
 2025-10-29 13:27 UTC  (2+ messages)

[PATCH 00/14] SHA-1/SHA-256 interoperability, part 2
 2025-10-29 13:27 UTC  (5+ messages)
` [PATCH 05/14] rust: add a hash algorithm abstraction

[PATCH 0/4] Some more pegasos patches
 2025-10-29 13:25 UTC  (11+ messages)
` [PATCH 2/4] hw/pci-host/articia: Map PCI memory windows in realize

[PATCH] dt-bindings: soc: mediatek: pwrap: Add compatible for MT8189 SoC
 2025-10-29 13:25 UTC 

[PATCH v2 00/15] Support ROHM BD72720 PMIC
 2025-10-29 13:26 UTC  (5+ messages)
` [PATCH v2 02/15] dt-bindings: Add trickle-charge upper limit

[PATCH v11 0/2] update live migration configuration region
 2025-10-29 13:26 UTC  (3+ messages)
` [PATCH v11 1/2] crypto: hisilicon - qm updates BAR configuration

Linux kernel 5.15.196 released
 2025-10-29 13:25 UTC 

man-pages-6.16 released
 2025-10-29 13:24 UTC 

[PATCH v3 00/25] hw/sysbus: Spring cleanups (part 1)
 2025-10-29 13:23 UTC  (5+ messages)
` [PATCH v3 16/25] hw/s390x: Use memory_region_get_address()

[PATCH] soc: mediatek: mtk-socinfo: Add extra entry for MT8189
 2025-10-29 13:08 UTC 

[PATCH v3 00/13] vfs: recall-only directory delegations for knfsd
 2025-10-29 13:23 UTC  (3+ messages)
` [PATCH v3 06/13] vfs: make vfs_create break delegations on parent directory

[PATCH V3] net: ethernet: ti: netcp: Standardize knav_dma_open_channel to return NULL on error
 2025-10-29 13:23 UTC 

[PATCH nf v2] netfilter: nft_connlimit: fix duplicated tracking of a connection
 2025-10-29 13:23 UTC 

[PATCH v5] PM: Support aborting sleep during filesystem sync
 2025-10-29 13:23 UTC  (5+ messages)

[PATCH 0/5] tcg: Delay lowering unsupported deposit/extract2
 2025-10-29 13:22 UTC  (3+ messages)
` [PATCH 1/5] tcg: Simplify extract2 usage in tcg_gen_shifti_i64

[PATCH v1] sched/numa: Add tracepoint to track NUMA migration cost
 2025-10-29 13:22 UTC 

[patch V3 00/12] rseq: Implement time slice extension mechanism
 2025-10-29 13:22 UTC  (13+ messages)
` [patch V3 01/12] sched: Provide and use set_need_resched_current()
` [patch V3 02/12] rseq: Add fields and constants for time slice extension
` [patch V3 03/12] rseq: Provide static branch for time slice extensions
` [patch V3 04/12] rseq: Add statistics "
` [patch V3 05/12] rseq: Add prctl() to enable "
` [patch V3 06/12] rseq: Implement sys_rseq_slice_yield()
` [patch V3 07/12] rseq: Implement syscall entry work for time slice extensions
` [patch V3 08/12] rseq: Implement time slice extension enforcement timer
` [patch V3 09/12] rseq: Reset slice extension when scheduled
` [patch V3 10/12] rseq: Implement rseq_grant_slice_extension()
` [patch V3 11/12] entry: Hook up rseq time slice extension
` [patch V3 12/12] selftests/rseq: Implement time slice extension test

[PATCH net-next v5 0/4] net: mdio: implement optional PHY reset before MDIO access
 2025-10-29 13:21 UTC  (3+ messages)
` [PATCH net-next v5 4/4] net: mdio: add message when resetting a PHY before registration

[PATCH v12 00/23] TDX KVM selftests
 2025-10-29 13:24 UTC  (3+ messages)
` [PATCH v12 04/23] KVM: selftests: Expose function to allocate guest vCPU stack

[PATCH] ufs: core: Revert "Make HID attributes visible"
 2025-10-29 13:21 UTC  (3+ messages)

[PATCH] whitespace: correct bit assignment comments
 2025-10-29 13:21 UTC  (6+ messages)
    ` [PATCH v2] "


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.