Linux CIFS filesystem development
 help / color / mirror / Atom feed
 messages from 2025-07-21 03:14:16 to 2025-08-06 20:39:27 UTC [more...]

[RFC PATCH 00/31] netfs: [WIP] Allow the use of MSG_SPLICE_PAGES and use netmem allocator
 2025-08-06 20:36 UTC  (27+ messages)
` [RFC PATCH 01/31] iov_iter: Move ITER_DISCARD and ITER_XARRAY iteration out-of-line
` [RFC PATCH 02/31] iov_iter: Add a segmented queue of bio_vec[]
` [RFC PATCH 03/31] netfs: Provide facility to alloc buffer in a bvecq
` [RFC PATCH 04/31] cifs, nls: Provide unicode size determination func
` [RFC PATCH 05/31] cifs: Introduce an ALIGN8() macro
` [RFC PATCH 06/31] cifs: Move the SMB1 transport code out of transport.c
` [RFC PATCH 07/31] cifs: Rename mid_q_entry to smb_message
` [RFC PATCH 08/31] cifs: Keep the CPU-endian command ID around
` [RFC PATCH 09/31] cifs: Rename SMB2_xxxx_HE to SMB2_xxxx
` [RFC PATCH 10/31] cifs: Make smb1's SendReceive() wrap cifs_send_recv()
` [RFC PATCH 11/31] cifs: Fix SMB1 to not require separate kvec for the rfc1002 header
` [RFC PATCH 12/31] cifs: Replace SendReceiveBlockingLock() with SendReceive() plus flags
` [RFC PATCH 13/31] cifs: Institute message managing struct
` [RFC PATCH 14/31] cifs: Split crypt_message() into encrypt and decrypt variants
` [RFC PATCH 15/31] cifs: Use netfs_alloc/free_folioq_buffer()
` [RFC PATCH 16/31] cifs: Rewrite base TCP transmission
` [RFC PATCH 17/31] cifs: Rework smb2 decryption
` [RFC PATCH 18/31] cifs: Pass smb_message structs down into the transport layer
` [RFC PATCH 19/31] cifs: Clean up mid->callback_data and kill off mid->creator
` [RFC PATCH 20/31] cifs: Don't need state locking in smb2_get_mid_entry()
` [RFC PATCH 21/31] cifs: [DEBUG] smb_message refcounting
` [RFC PATCH 22/31] cifs: Add netmem allocation functions
` [RFC PATCH 23/31] cifs: Add more pieces to smb_message
` [RFC PATCH 24/31] cifs: Convert SMB2 Negotiate Protocol request
` [RFC PATCH 25/31] cifs: Convert SMB2 Session Setup request
` [RFC PATCH 26/31] cifs: Convert SMB2 Logoff request

[PATCH 00/18] smb: smbdirect: more use of common structures e.g. smbdirect_send_io
 2025-08-06 20:21 UTC  (21+ messages)
` [PATCH 01/18] smb: client: remove unused enum smbd_connection_status
` [PATCH 02/18] smb: smbdirect: add SMBDIRECT_RECV_IO_MAX_SGE
` [PATCH 03/18] smb: client: make use of SMBDIRECT_RECV_IO_MAX_SGE
` [PATCH 04/18] smb: smbdirect: introduce struct smbdirect_send_io
` [PATCH 05/18] smb: client: make use of "
` [PATCH 06/18] smb: smbdirect: add smbdirect_socket.{send,recv}_io.mem.{cache,pool}
` [PATCH 07/18] smb: client: make use of smbdirect_socket.{send,recv}_io.mem.{cache,pool}
` [PATCH 08/18] smb: server: make use of common smbdirect_pdu.h
` [PATCH 09/18] smb: server: make use of common smbdirect.h
` [PATCH 10/18] smb: server: make use of common smbdirect_socket
` [PATCH 11/18] smb: server: make use of common smbdirect_socket_parameters
` [PATCH 12/18] smb: server: make use of smbdirect_socket->recv_io.expected
` [PATCH 13/18] smb: server: make use of struct smbdirect_recv_io
` [PATCH 14/18] smb: server: make use of smbdirect_socket.recv_io.free.{list,lock}
` [PATCH 15/18] smb: server: make use of smbdirect_socket.recv_io.reassembly.*
` [PATCH 16/18] smb: server: make use of SMBDIRECT_RECV_IO_MAX_SGE
` [PATCH 17/18] smb: server: make use of struct smbdirect_send_io
` [PATCH 18/18] smb: server: make use of smbdirect_socket.{send,recv}_io.mem.{cache,pool}

[PATCH] cifs: Fix null-ptr-deref by static initializing global lock
 2025-08-06 20:09 UTC  (2+ messages)

[Samba] Sequence of actions resulting in data loss
 2025-08-06 20:06 UTC  (5+ messages)

[PATCH 0/5] smb:client: fix possible use after free problems
 2025-08-06 17:36 UTC  (8+ messages)
` [PATCH 1/5] smb: client: let send_done() cleanup before calling smbd_disconnect_rdma_connection()
` [PATCH 2/5] smb: client: remove separate empty_packet_queue
` [PATCH 3/5] smb: client: make sure we call ib_dma_unmap_single() only if we called ib_dma_map_single already
` [PATCH 4/5] smb: client: let recv_done() cleanup before notifying the callers
` [PATCH 5/5] smb: client: let recv_done() avoid touching data_transfer after cleanup/move

[PATCH v3] ksmbd: add kcov remote coverage support via ksmbd_conn
 2025-08-06 14:39 UTC 

[PATCH next] smb: client: Fix use after free in send_done()
 2025-08-06 14:39 UTC  (5+ messages)

[PATCH v2] ksmbd: add kcov remote coverage support via ksmbd_conn
 2025-08-06 14:12 UTC  (3+ messages)

[PATCH] ksmbd: add kcov remote coverage support via ksmbd_conn
 2025-08-06 13:11 UTC  (4+ messages)

[PATCH V2 0/4] Fix mid_q_entry memory leaks in SMB client
 2025-08-06 12:24 UTC  (12+ messages)
` [PATCH V2 1/4] smb: client: rename server mid_lock to mid_queue_lock
` [PATCH V2 2/4] smb: client: add mid_counter_lock to protect the mid counter counter
` [PATCH V2 3/4] smb: client: smb: client: eliminate mid_flags field
` [PATCH V2 4/4] smb: client: fix mid_q_entry memleak leak with per-mid locking

[PATCH v2] smb: server: Fix extension string in ksmbd_extract_shortname()
 2025-08-06  2:41 UTC  (2+ messages)

[SMB1][PATCH] Move the SMB1 transport code out of transport.c
 2025-08-05 23:08 UTC 

[PATCH] smb: server: Fix extension string in ksmbd_extract_shortname()
 2025-08-05 22:14 UTC 

[PATCH 00/17] smb: smbdirect: more use of common structures
 2025-08-05 16:13 UTC  (18+ messages)
` [PATCH 01/17] smb: client: remove unused smbd_connection->fragment_reassembly_remaining
` [PATCH 02/17] smb: smbdirect: introduce smbdirect_socket.recv_io.expected
` [PATCH 03/17] smb: client: make use of smbdirect_socket->recv_io.expected
` [PATCH 04/17] smb: smbdirect: introduce struct smbdirect_recv_io
` [PATCH 05/17] smb: client: make use of "
` [PATCH 06/17] smb: smbdirect: introduce smbdirect_socket.recv_io.free.{list,lock}
` [PATCH 07/17] smb: client: make use of smb: smbdirect_socket.recv_io.free.{list,lock}
` [PATCH 08/17] smb: smbdirect: introduce smbdirect_socket.recv_io.reassembly.*
` [PATCH 09/17] smb: client: make use of smbdirect_socket.recv_io.reassembly.*
` [PATCH 10/17] smb: server: make use of common smbdirect_pdu.h
` [PATCH 11/17] smb: server: make use of common smbdirect.h
` [PATCH 12/17] smb: server: make use of common smbdirect_socket
` [PATCH 13/17] smb: server: make use of common smbdirect_socket_parameters
` [PATCH 14/17] smb: server: make use of smbdirect_socket->recv_io.expected
` [PATCH 15/17] smb: server: make use of struct smbdirect_recv_io
` [PATCH 16/17] smb: server: make use of smbdirect_socket.recv_io.free.{list,lock}
` [PATCH 17/17] smb: server: make use of smbdirect_socket.recv_io.reassembly.*

[PATCH AUTOSEL 6.16-6.15] smb: client: fix session setup against servers that require SPN
 2025-08-05 13:09 UTC  (2+ messages)
` [PATCH AUTOSEL 6.16-5.4] cifs: Fix calling CIFSFindFirst() for root path without msearch

[PATCH 0/4] smb:server: fix possible use after free problems
 2025-08-05  8:48 UTC  (6+ messages)
` [PATCH 1/4] smb: server: remove separate empty_recvmsg_queue
` [PATCH 2/4] smb: server: make sure we call ib_dma_unmap_single() only if we called ib_dma_map_single already
` [PATCH 3/4] smb: server: let recv_done() consitently call put_recvmsg/smb_direct_disconnect_rdma_connection
` [PATCH 4/4] smb: server: let recv_done() avoid touching data_transfer after cleanup/move

[PATCH 0/4] Fix mid_q_entry memory leaks in SMB client
 2025-08-05  6:08 UTC  (7+ messages)
` [PATCH 1/4] smb: client: rename server mid_lock to mid_queue_lock
` [PATCH 2/4] smb: client: add mid_counter_lock to protect the mid counter counter
` [PATCH 3/4] smb: client: smb: client: eliminate mid_flags field
` [PATCH 4/4] smb: client: fix mid_q_entry memleak leak with per-mid locking

[PATCH V2 0/2] smb: client: Fix use-after-free in readdir
 2025-08-05  2:38 UTC  (7+ messages)

[PATCH AUTOSEL 6.1 06/16] smb/server: avoid deadlock when linking with ReplaceIfExists
 2025-08-03 21:21 UTC 

[PATCH AUTOSEL 6.6 07/23] smb/server: avoid deadlock when linking with ReplaceIfExists
 2025-08-03 21:20 UTC 

[PATCH AUTOSEL 6.12 08/31] smb/server: avoid deadlock when linking with ReplaceIfExists
 2025-08-03 21:19 UTC 

[PATCH AUTOSEL 6.15 10/34] smb/server: avoid deadlock when linking with ReplaceIfExists
 2025-08-03 21:18 UTC 

[PATCH AUTOSEL 6.16 11/35] smb/server: avoid deadlock when linking with ReplaceIfExists
 2025-08-03 21:17 UTC 

[Samba] delayed mtime updates: configurable?
 2025-08-02 16:50 UTC  (5+ messages)

[PATCH 00/10] convert the majority of file systems to mmap_prepare
 2025-08-01 14:00 UTC  (2+ messages)

[PATCH -next] smb: client: remove redundant lstrp update in negotiate protocol
 2025-08-01  9:07 UTC 

[GIT PULL] smb3 client fixes
 2025-08-01  4:52 UTC  (2+ messages)

[PATCH 1/3] smb: client: set symlink type as native for POSIX mounts
 2025-08-01  0:19 UTC  (4+ messages)
` [PATCH 2/3] smb: client: default to nonativesocket under "
` [PATCH 3/3] smb: client: fix creating symlinks "

[Samba] SMB3 Unix Extensions - creating special files
 2025-07-31 20:00 UTC  (11+ messages)

[PATCH] fs/smb/client/fs_context: Add hostname option for CIFS module to work with domain-based dfs resources with Kerberos authentication
 2025-07-31 14:00 UTC  (9+ messages)
          ` [PATCH v2] fs/smb/client/fs_context: Add dfs_domain_hostname "
          ` [PATCH] mount.cifs: add support for domain-based DFS targets with Kerberos via hostname resolution

[GIT PULL] smb3 server fixes
 2025-07-28 23:40 UTC  (2+ messages)

[PATCH][SMB3 client] add way to show directory leases for improved debugging
 2025-07-28 17:37 UTC 

[PATCH 1/7] cifs: Revert "smb: client: Avoid race in open_cached_dir with lease breaks"
 2025-07-27 18:23 UTC  (5+ messages)
` [PATCH 7/7] cifs: add new field to track the last access time of cfid

[PATCH 1/2] smb: client: allow parsing zero-length AV pairs
 2025-07-25  3:52 UTC  (3+ messages)
` [PATCH 2/2] smb: client: fix session setup against servers that require SPN

[PATCH] ksmbd: fix corrupted mtime and ctime in smb2_open
 2025-07-25  1:34 UTC 

Probable ksmbd bug causing Create Response to show bad timestamps
 2025-07-24  0:33 UTC  (2+ messages)

[PATCH 0/4] smb/server: various clean-ups
 2025-07-23 23:19 UTC  (5+ messages)
` [PATCH 4/4] smb/server: add ksmbd_vfs_kern_path()

[PATCH 0/2] vfs, afs, bash: Fix miscomparison of foreign user IDs in the VFS
 2025-07-23 15:26 UTC  (3+ messages)
` [PATCH 1/2] vfs: Allow filesystems with foreign owner IDs to override UID checks
` [PATCH 2/2] afs, bash: Fix open(O_CREAT) on an extant AFS file in a sticky dir

[PATCH 6.15 174/187] smb: smbdirect: add smbdirect_pdu.h with protocol definitions
 2025-07-22 16:25 UTC  (11+ messages)
` [PATCH 6.15 175/187] smb: client: make use of common smbdirect_pdu.h
` [PATCH 6.15 176/187] smb: smbdirect: add smbdirect.h with public structures
` [PATCH 6.15 177/187] smb: smbdirect: add smbdirect_socket.h
` [PATCH 6.15 178/187] smb: client: make use of common smbdirect_socket
` [PATCH 6.15 179/187] smb: smbdirect: introduce smbdirect_socket_parameters
` [PATCH 6.15 180/187] smb: client: make use of common smbdirect_socket_parameters
` [PATCH 6.15 181/187] cifs: Fix the smbd_response slab to allow usercopy
` [PATCH 6.15 182/187] cifs: Fix reading into an ITER_FOLIOQ from the smbdirect code
` [PATCH 6.15 187/187] smb: client: let smbd_post_send_iter() respect the peers max_send_size and transmit all data
  ` [PATCH 6.15 000/187] 6.15.8-rc1 review

[PATCH 6.12 158/158] smb: client: let smbd_post_send_iter() respect the peers max_send_size and transmit all data
 2025-07-22 13:45 UTC 

Compressed files & the page cache
 2025-07-22  3:54 UTC  (10+ messages)

Follow up on: Issue with kernel 6.8.0-40-generic?
 2025-07-21 23:38 UTC 

[PATCH 2/2] vfs: Fix inode ownership checks with regard to foreign ownership
 2025-07-21 16:15 UTC  (3+ messages)

Wsparcie programistyczne - termin spotkania
 2025-07-21  7:31 UTC 


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