Linux CIFS filesystem development
 help / color / mirror / Atom feed
 messages from 2025-11-13 00:40:22 to 2025-11-25 08:56:22 UTC [more...]

[PATCH v2 0/4] smb: smbdirect/client/server: relax WARN_ON_ONCE(SMBDIRECT_SOCKET_*) checks
 2025-11-25  8:55 UTC  (4+ messages)
` [PATCH v2 1/4] smb: smbdirect: introduce SMBDIRECT_DEBUG_ERR_PTR() helper
` [PATCH v2 2/4] smb: smbdirect: introduce SMBDIRECT_CHECK_STATUS_{WARN,DISCONNECT}()
` [PATCH v2 3/4] smb: server: relax WARN_ON_ONCE(SMBDIRECT_SOCKET_*) checks in recv_done() and smb_direct_cm_handler()

[PATCH 0/4] smb: smbdirect/client/server: relax WARN_ON_ONCE(SMBDIRECT_SOCKET_*) checks
 2025-11-25  8:02 UTC  (9+ messages)
` [PATCH 1/4] smb: smbdirect: introduce SMBDIRECT_DEBUG_ERR_PTR() helper
` [PATCH 2/4] smb: smbdirect: introduce SMBDIRECT_CHECK_STATUS_{WARN,DISCONNECT}()
` [PATCH 3/4] smb: server: relax WARN_ON_ONCE(SMBDIRECT_SOCKET_*) checks in recv_done() and smb_direct_cm_handler()
` [PATCH 4/4] smb: client: relax WARN_ON_ONCE(SMBDIRECT_SOCKET_*) checks in recv_done() and smbd_conn_upcall()

[PATCH] smb: client: fix memory leak in cifs_construct_tcon()
 2025-11-25  4:16 UTC  (2+ messages)

[PATCH v4 00/11] cifs: Miscellaneous prep patches for rewrite of I/O layer
 2025-11-24 19:56 UTC  (21+ messages)
` [PATCH v4 01/11] cifs: Use netfs_alloc/free_folioq_buffer()
` [PATCH v4 02/11] cifs: Do some preparation prior to organising the function declarations
` [PATCH v4 03/11] cifs: Clean up declarations
` [PATCH v4 04/11] cifs: Rename mid_q_entry to smb_message
` [PATCH v4 05/11] cifs: Remove the RFC1002 header from smb_hdr
` [PATCH v4 06/11] cifs: Make smb1's SendReceive() wrap cifs_send_recv()
` [PATCH v4 07/11] cifs: Clean up some places where an extra kvec[] was required for rfc1002
` [PATCH v4 08/11] cifs: Replace SendReceiveBlockingLock() with SendReceive() plus flags
` [PATCH v4 09/11] cifs: Remove the server pointer from smb_message
` [PATCH v4 10/11] cifs: Don't need state locking in smb2_get_mid_entry()
` [PATCH v4 11/11] cifs: Add a tracepoint to log EIO errors

[PATCH net-next v5 00/16] net: introduce QUIC infrastructure and core subcomponents
 2025-11-24 14:28 UTC  (17+ messages)
` [PATCH net-next v5 01/16] net: define IPPROTO_QUIC and SOL_QUIC constants
` [PATCH net-next v5 02/16] net: build socket infrastructure for QUIC protocol
` [PATCH net-next v5 03/16] quic: provide common utilities and data structures
` [PATCH net-next v5 04/16] quic: provide family ops for address and protocol
` [PATCH net-next v5 05/16] quic: provide quic.h header files for kernel and userspace
` [PATCH net-next v5 06/16] quic: add stream management
` [PATCH net-next v5 07/16] quic: add connection id management
` [PATCH net-next v5 08/16] quic: add path management
` [PATCH net-next v5 09/16] quic: add congestion control
` [PATCH net-next v5 10/16] quic: add packet number space
` [PATCH net-next v5 11/16] quic: add crypto key derivation and installation
` [PATCH net-next v5 12/16] quic: add crypto packet encryption and decryption
` [PATCH net-next v5 13/16] quic: add timer management
` [PATCH net-next v5 14/16] quic: add frame encoder and decoder base
` [PATCH net-next v5 15/16] quic: add packet builder base
` [PATCH net-next v5 16/16] quic: add packet parser base

[PATCH] cifs: client: allow changing multichannel mount options on remount
 2025-11-24 11:49 UTC  (6+ messages)
` [PATCH] cifs: client: enforce consistent handling of multichannel and max_channels

[PATCH] ksmbd: vfs: fix race on m_flags in vfs_cache
 2025-11-24  7:33 UTC  (2+ messages)

[PATCH v3 00/12] cifs: Miscellaneous prep patches for rewrite of I/O layer
 2025-11-23 23:52 UTC  (13+ messages)
` [PATCH v3 01/12] cifs: Do some preparation prior to organising the function declarations
` [PATCH v3 02/12] cifs: Clean up declarations
` [PATCH v3 03/12] cifs: Add the smb3_read_* tracepoints to SMB1
` [PATCH v3 04/12] cifs: Use netfs_alloc/free_folioq_buffer()
` [PATCH v3 05/12] cifs: Rename mid_q_entry to smb_message
` [PATCH v3 06/12] cifs: Remove the RFC1002 header from smb_hdr
` [PATCH v3 07/12] cifs: Make smb1's SendReceive() wrap cifs_send_recv()
` [PATCH v3 08/12] cifs: Clean up some places where an extra kvec[] was required for rfc1002
` [PATCH v3 09/12] cifs: Replace SendReceiveBlockingLock() with SendReceive() plus flags
` [PATCH v3 10/12] cifs: Remove the server pointer from smb_message
` [PATCH v3 11/12] cifs: Don't need state locking in smb2_get_mid_entry()
` [PATCH v3 12/12] cifs: Add a tracepoint to log EIO errors

[PATCH v6] smb: client: Fix mount deadlock by avoiding super block iteration in DFS reconnect
 2025-11-23 10:28 UTC 

[PATCH] ksmb: add ipv6 support in parse_srvaddr() in smb client
 2025-11-22 22:07 UTC 

Inquiry on DFS Connection Aggregation and Future Plans
 2025-11-22 16:48 UTC  (2+ messages)

Client and Server patches for upcoming Linux kernel (6.19-rc) merge window
 2025-11-21 23:38 UTC 

[GIT PULL] smb3 client fixes
 2025-11-21 19:19 UTC  (2+ messages)

[PATCH v2 0/9] netfs: Miscellaneous prep patches for rewrite of I/O layer
 2025-11-21 12:55 UTC  (11+ messages)
` [PATCH v2 1/9] cifs: Add the smb3_read_* tracepoints to SMB1
` [PATCH v2 2/9] cifs: Use netfs_alloc/free_folioq_buffer()
` [PATCH v2 3/9] cifs: Rename mid_q_entry to smb_message
` [PATCH v2 4/9] cifs: Remove the RFC1002 header from smb_hdr
` [PATCH v2 5/9] cifs: Make smb1's SendReceive() wrap cifs_send_recv()
` [PATCH v2 6/9] cifs: Clean up some places where an extra kvec[] was required for rfc1002
` [PATCH v2 7/9] cifs: Replace SendReceiveBlockingLock() with SendReceive() plus flags
` [PATCH v2 8/9] cifs: Remove the server pointer from smb_message
` [PATCH v2 9/9] cifs: Don't need state locking in smb2_get_mid_entry()

[PATCH] cifs: fix memory leak in smb3_fs_context_parse_param error path
 2025-11-21 12:39 UTC  (3+ messages)

[PATCH] cifs: Add a tracepoint to log EIO errors
 2025-11-21 11:56 UTC 

[PATCH 6.6.y] smb: client: support kvec iterators in async read path
 2025-11-21 10:31 UTC  (6+ messages)

[PATCH AUTOSEL 6.17-6.1] smb: fix invalid username check in smb3_fs_context_parse_param()
 2025-11-20 12:08 UTC 

[PATCH v2] ksmbd: Replace strcpy + strcat to improve convert_to_nt_pathname
 2025-11-20  8:35 UTC  (2+ messages)

[PATCH] cifs: avoid deprecated strcat() in smb21_set_oplock_level()
 2025-11-19 11:12 UTC 

[PATCH] ksmbd: Replace strcpy + strcat with scnprintf in convert_to_nt_pathname
 2025-11-19  1:23 UTC  (3+ messages)

Multichannel mount failures to Samba depending on IP address (single channel works)
 2025-11-19  0:08 UTC  (2+ messages)

[syzbot] [cifs?] memory leak in smb3_fs_context_fullpath
 2025-11-18 12:10 UTC  (8+ messages)

[PATCH] ksmbd: convert comma to semicolon
 2025-11-18  1:32 UTC 

[PATCH v9 0/1] smb: move duplicate definitions to common header file
 2025-11-18  0:56 UTC  (3+ messages)
` [PATCH v9 1/1] smb: move FILE_SYSTEM_ATTRIBUTE_INFO to common/fscc.h

[PATCH v3] ksmbd: server: avoid busy polling in accept loop
 2025-11-18  0:39 UTC  (3+ messages)

[PATCH] ksmbd: implement error handling for STATUS_INFO_LENGTH_MISMATCH in smb server
 2025-11-18  0:38 UTC 

[PATCH v6 00/15] Create and use APIs to centralise locking for directory ops
 2025-11-17 23:04 UTC  (21+ messages)
` [PATCH v6 03/15] VFS: tidy up do_unlinkat()
` [PATCH v6 04/15] VFS/nfsd/cachefiles/ovl: add start_creating() and end_creating()
` [PATCH v6 05/15] VFS/nfsd/cachefiles/ovl: introduce start_removing() and end_removing()
` [PATCH v6 06/15] VFS: introduce start_creating_noperm() and start_removing_noperm()
` [PATCH v6 07/15] smb/server: use end_removing_noperm for for target of smb2_create_link()
` [PATCH v6 08/15] VFS: introduce start_removing_dentry()
` [PATCH v6 09/15] VFS: add start_creating_killable() and start_removing_killable()
` [PATCH v6 10/15] VFS/nfsd/ovl: introduce start_renaming() and end_renaming()
` [PATCH v6 11/15] VFS/ovl/smb: introduce start_renaming_dentry()
` [PATCH v6 12/15] Add start_renaming_two_dentries()
` [PATCH v6 13/15] ecryptfs: use new start_creating/start_removing APIs
` [PATCH v6 14/15] VFS: change vfs_mkdir() to unlock on failure
` [PATCH v6 15/15] VFS: introduce end_creating_keep()

[PATCH v8 0/1] smb: move duplicate definitions to common header file
 2025-11-17  1:06 UTC  (7+ messages)
` [PATCH v8 1/1] smb: move FILE_SYSTEM_ATTRIBUTE_INFO to common/fscc.h

[PATCH v2] ksmbd: vfs_cache: avoid integer overflow in inode_hash()
 2025-11-15 17:02 UTC  (2+ messages)

Request to backport data corruption fix to stable
 2025-11-15 13:34 UTC  (4+ messages)

[PATCH v7 0/2] smb: move duplicate definitions to common header file
 2025-11-15  8:06 UTC  (6+ messages)
` [PATCH v7 1/2] smb: move CREATE_DURABLE_RECONN to common/smb2pdu.h
` [PATCH v7 2/2] smb: move FILE_SYSTEM_ATTRIBUTE_INFO to common/fscc.h

[GIT PULL] smb3 client fixes
 2025-11-14 18:20 UTC  (2+ messages)

[PATCH] cifs: Add a tracepoint to log EIO errors
 2025-11-14 18:15 UTC  (2+ messages)

New netfs crash in last month or so
 2025-11-14 16:39 UTC  (3+ messages)

[PATCH 0/9] netfs: Miscellaneous prep patches for rewrite of I/O layer
 2025-11-14 14:42 UTC  (10+ messages)
` [PATCH 1/9] cifs: Add the smb3_read_* tracepoints to SMB1
` [PATCH 2/9] cifs: Rename mid_q_entry to smb_message
` [PATCH 3/9] cifs: Remove the RFC1002 header from smb_hdr
` [PATCH 4/9] cifs: Make smb1's SendReceive() wrap cifs_send_recv()
` [PATCH 5/9] cifs: Clean up some places where an extra kvec[] was required for rfc1002
` [PATCH 6/9] cifs: Replace SendReceiveBlockingLock() with SendReceive() plus flags
` [PATCH 7/9] cifs: Remove the server pointer from smb_message
` [PATCH 8/9] cifs: Use netfs_alloc/free_folioq_buffer()
` [PATCH 9/9] cifs: Don't need state locking in smb2_get_mid_entry()

[PATCH v2] ksmbd: server: avoid busy polling in accept loop
 2025-11-14 12:02 UTC  (2+ messages)

[BUG REPORT] cifs/smb data corruption when writing, x86_64, kernel 6.6.71
 2025-11-14 10:57 UTC  (17+ messages)
` AW: [[ EXT ]] "
  `  "

[PATCH net-next v4 00/15] net: introduce QUIC infrastructure and core subcomponents
 2025-11-13 21:26 UTC  (9+ messages)
` [PATCH net-next v4 13/15] quic: add timer management
` [PATCH net-next v4 14/15] quic: add frame encoder and decoder base

[PATCH] smb: client: introduce close_cached_dir_locked()
 2025-11-13 18:23 UTC  (2+ messages)

[GIT PULL] ksmbd server fixes
 2025-11-13 13:04 UTC  (2+ messages)

[PATCH v6 0/2] smb: move duplicate definitions to common header file
 2025-11-13  9:26 UTC  (3+ messages)
` [PATCH v6 1/2] smb: move CREATE_DURABLE_RECONN_REQ to common/smb2pdu.h
` [PATCH v6 2/2] smb: move FILE_SYSTEM_ATTRIBUTE_INFO to common/fscc.h

[PATCH] ksmbd: vfs_cache: avoid integer overflow in inode_hash()
 2025-11-13  3:04 UTC 

[PATCH v5 00/14] smb: move duplicate definitions to common header file
 2025-11-13  2:26 UTC  (10+ messages)
` [PATCH v5 06/14] smb/server: remove create_durable_reconn_req
` [PATCH v5 12/14] smb: move FILE_SYSTEM_ATTRIBUTE_INFO to common/fscc.h


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox