September 2025 Archives by date
Starting: Thu Sep 4 18:10:59 UTC 2025
Ending: Tue Sep 30 13:13:18 UTC 2025
Messages: 85
- [PATCH] smb: server: let smb_direct_writev() respect SMB_DIRECT_MAX_SEND_SGES
Stefan Metzmacher
- [PATCH] smb: server: let smb_direct_writev() respect SMB_DIRECT_MAX_SEND_SGES
Stefan Metzmacher
- [PATCH] smb: server: let smb_direct_writev() respect SMB_DIRECT_MAX_SEND_SGES
Steve French
- extra code source3/libsmb/dsgetdcname.c:dsgetdcname_cached
Усольцев Пётр
- [Announce] Samba 4.23.0rc4 Available for Download
Jule Anger
- [Release Planning 4.23] Samba 4.23.0
Jule Anger
- [PATCH v4 004/142] smb: smbdirect: introduce smbdirect_socket.send_io.pending.{count, wait_queue}
Stefan Metzmacher
- [PATCH v4 026/142] smb: client: make use of smbdirect_socket.send_io.pending.{count,wait_queue}
Stefan Metzmacher
- [PATCH v4 048/142] smb: client: don't check sc->send_io.pending.count is below sp->send_credit_target
Stefan Metzmacher
- [PATCH v4 098/142] smb: server: make use of smbdirect_socket.send_io.pending.{count,wait_queue}
Stefan Metzmacher
- [PATCH] fs/smb/client/fs_context: Add hostname option for CIFS module to work with domain-based dfs resources with Kerberos authentication
Maria Alexeeva
- replace for-next-next... Re: [PATCH v4 000/142] smb: smbdirect/client/server: make use of common structures
Stefan Metzmacher
- [PATCH] smb: server: let smb_direct_writev() respect SMB_DIRECT_MAX_SEND_SGES
Namjae Jeon
- replace for-next-next... Re: [PATCH v4 000/142] smb: smbdirect/client/server: make use of common structures
Namjae Jeon
- replace for-next-next... Re: [PATCH v4 000/142] smb: smbdirect/client/server: make use of common structures
Steve French
- [Announce] Samba 4.21.8 Available for Download
Jule Anger
- [Release Planning 4.21] Samba 4.21.9
Jule Anger
- replace for-next-next... Re: [PATCH v4 000/142] smb: smbdirect/client/server: make use of common structures
Stefan Metzmacher
- replace for-next-next... Re: [PATCH v4 000/142] smb: smbdirect/client/server: make use of common structures
Namjae Jeon
- [PATCH v3] cifs: fix pagecache leak when do writepages
Shyam Prasad N
- [PATCH v3] cifs: fix pagecache leak when do writepages
Enzo Matsumiya
- [PATCH v3] cifs: fix pagecache leak when do writepages
David Howells
- [PATCH v3] cifs: fix pagecache leak when do writepages
David Howells
- [PATCH v3] cifs: fix pagecache leak when do writepages
Steve French
- [PATCH v3] cifs: fix pagecache leak when do writepages
Matthew Wilcox
- Samba in Kubernetes / Containers - Release v0.7
John Mulligan
- [Announce] Samba 4.23.0 Available for Download
Jule Anger
- [Release Planning 4.23] Samba 4.23.1
Jule Anger
- replace for-next-next... Re: [PATCH v4 000/142] smb: smbdirect/client/server: make use of common structures
Steve French
- [PATCH v2] smb: client: fix sending the iwrap custom IRD/ORD negotiation messages
Stefan Metzmacher
- [PATCH v3] smb: server: fix IRD/ORD negotiation with the client
Stefan Metzmacher
- [PATCH] smb: client: fix smbdirect_recv_io leak in smbd_negotiate() error path
Stefan Metzmacher
- [PATCH v3] smb: server: fix IRD/ORD negotiation with the client
Namjae Jeon
- Proposal to change smbpasswd file format to address Y2K38 coverity issue.
Vinit Agnihotri
- Proposal to change smbpasswd file format to address Y2K38 coverity issue.
Michael Tokarev
- Proposal to change smbpasswd file format to address Y2K38 coverity issue.
Andrew Bartlett
- How to cause a multipart SMB1 Trans2 PDU to occur
David Howells
- [PATCH 00/18] smbdirect/client/server: improved error handling and other small improvements
Stefan Metzmacher
- [PATCH 01/18] smb: smbdirect/client: introduce SMBDIRECT_SOCKET_ERROR
Stefan Metzmacher
- [PATCH 02/18] smb: smbdirect: let smbdirect_socket_init() initialize all [delayed_]work_structs as disabled
Stefan Metzmacher
- [PATCH 03/18] smb: smbdirect: introduce smbdirect_socket.first_error
Stefan Metzmacher
- [PATCH 04/18] smb: client: let smbd_disconnect_rdma_connection() set SMBDIRECT_SOCKET_ERROR...
Stefan Metzmacher
- [PATCH 05/18] smb: client: fill in smbdirect_socket.first_error on error
Stefan Metzmacher
- [PATCH 06/18] smb: client: let smbd_disconnect_rdma_connection() disable all work but disconnect_work
Stefan Metzmacher
- [PATCH 07/18] smb: client: let smbd_{destroy, disconnect_rdma_{work, connection}}() wake up all wait queues
Stefan Metzmacher
- [PATCH 08/18] smb: client: make consitent use of spin_lock_irq{save, restore}() in smbdirect.c
Stefan Metzmacher
- [PATCH 09/18] smb: client: allocate smbdirect workqueue at the beginning of _smbd_get_connection()
Stefan Metzmacher
- [PATCH 10/18] smb: client: defer calling ib_alloc_pd() after we are connected
Stefan Metzmacher
- [PATCH 11/18] smb: client: let smbd_post_send_iter() call ib_dma_map_single() for the header first
Stefan Metzmacher
- [PATCH 12/18] smb: server: let smb_direct_disconnect_rdma_connection() set SMBDIRECT_SOCKET_ERROR...
Stefan Metzmacher
- [PATCH 13/18] smb: server: fill in smbdirect_socket.first_error on error
Stefan Metzmacher
- [PATCH 14/18] smb: server: let smb_direct_disconnect_rdma_connection() disable all work but disconnect_work
Stefan Metzmacher
- [PATCH 15/18] smb: server: let {free_transport, smb_direct_disconnect_rdma_{work, connection}}() wake up all wait queues
Stefan Metzmacher
- [PATCH 16/18] smb: server: make consitent use of spin_lock_irq{save, restore}() in transport_rdma.c
Stefan Metzmacher
- [PATCH 17/18] smb: server: make use of ib_alloc_cq_any() instead of ib_alloc_cq()
Stefan Metzmacher
- [PATCH 18/18] smb: server: let smb_direct_flush_send_list() invalidate a remote key first
Stefan Metzmacher
- How to cause a multipart SMB1 Trans2 PDU to occur
Jeremy Allison
- Proposal to change smbpasswd file format to address Y2K38 coverity issue.
Vinit Agnihotri
- How to cause a multipart SMB1 Trans2 PDU to occur
David Howells
- How to cause a multipart SMB1 Trans2 PDU to occur
David Howells
- How to cause a multipart SMB1 Trans2 PDU to occur
David Howells
- Proposal to change smbpasswd file format to address Y2K38 coverity issue.
Andrew Bartlett
- How to cause a multipart SMB1 Trans2 PDU to occur
ronnie sahlberg
- Proposal to change smbpasswd file format to address Y2K38 coverity issue.
Vinit Agnihotri
- How to cause a multipart SMB1 Trans2 PDU to occur
David Howells
- How to cause a multipart SMB1 Trans2 PDU to occur
Jeremy Allison
- [PATCH 1/2] cifs: client: force multichannel=off when max_channels=1
Steve French
- [PATCH 1/2] cifs: client: force multichannel=off when max_channels=1
Shyam Prasad N
- How to cause a multipart SMB1 Trans2 PDU to occur
ronnie sahlberg
- Proposal for adding async capabilities to libwbclient
Arran Cudbard-Bell
- [PATCH] smb: client: add tcon information to smb2_reconnect() debug messages
Steve French
- Proposal to change smbpasswd file format to address Y2K38 coverity issue.
Vinit Agnihotri
- [PATCH v3 22/38] vfs: add fsnotify_modify_mark_mask()
Jan Kara
- [PATCH v3 03/38] vfs: add try_break_deleg calls for parents to vfs_{link,rename,unlink}
Jan Kara
- [PATCH v3 04/38] vfs: allow mkdir to wait for delegation break on parent
Jan Kara
- [Announce] Samba 4.23.1 Available for Download
Jule Anger
- [Release Planning 4.23] Samba 4.23.2
Jule Anger
- [PATCH v3 07/38] vfs: make vfs_create break delegations on parent directory
Jan Kara
- [PATCH v3 07/38] vfs: make vfs_create break delegations on parent directory
Jan Kara
- [PATCH v3 06/38] vfs: break parent dir delegations in open(..., O_CREAT) codepath
Jan Kara
- [PATCH v3 08/38] vfs: make vfs_mknod break delegations on parent directory
Jan Kara
- [PATCH v3 07/38] vfs: make vfs_create break delegations on parent directory
Jan Kara
- [SMB CLIENT][PATCHES] directory lease debugging and configuration
Steve French
- [SMB CLIENT][PATCHES] directory lease debugging and configuration
Enzo Matsumiya
- [SMB CLIENT][PATCHES] directory lease debugging and configuration
Enzo Matsumiya
Last message date:
Tue Sep 30 13:13:18 UTC 2025
Archived on: Tue Sep 30 13:13:35 UTC 2025
This archive was generated by
Pipermail 0.09 (Mailman edition).