public inbox for linux-cifs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-02-02 14:29:56 to 2026-02-17 21:47:51 UTC [more...]

[PATCH v8 00/17] Subject: Exposing case folding behavior
 2026-02-17 21:47 UTC  (3+ messages)
` [PATCH v8 01/17] fs: Move file_kattr initialization to callers
` [PATCH v8 02/17] fs: Add case sensitivity flags to file_kattr

[PATCH 00/24] vfs: require filesystems to explicitly opt-in to lease support
 2026-02-17 21:14 UTC  (2+ messages)
` [f2fs-dev] "

[LSF/MM/BPF TOPIC] Namespace-aware upcalls from kernel filesystems
 2026-02-17 15:18 UTC  (7+ messages)

[PATCH v3 0/5] smb: move duplicate definitions into common header file, part 2
 2026-02-17 14:20 UTC  (9+ messages)
` [PATCH v3 1/5] smb: move smb3_fs_vol_info into common/fscc.h
` [PATCH v3 2/5] smb: move some definitions from common/smb2pdu.h "
` [PATCH v3 3/5] smb: move file_basic_info "
` [PATCH v3 4/5] smb: introduce struct create_posix_ctxt_rsp
` [PATCH v3 5/5] smb: introduce struct file_posix_info

[PATCH v5 000/144] smb: smbdirect/client/server: moving to common functions and smbdirect.ko
 2026-02-17  9:25 UTC  (13+ messages)

[GIT PULL] smb3 client fixes
 2026-02-17  4:54 UTC 

[LSF/MM/BPF TOPIC] Support to split superblocks during remount
 2026-02-17  4:45 UTC 

[PATCH] smb: smbdirect: select CONFIG_SG_POOL
 2026-02-16 11:55 UTC  (5+ messages)

[PATCH v2] smb: client: terminate session upon failed client required signing
 2026-02-16  5:18 UTC  (8+ messages)

[PATCH] cifs: some missing initializations on replay
 2026-02-15  1:34 UTC  (2+ messages)

[PATCH] ksmbd: call ksmbd_vfs_kern_path_end_removing() on some error paths
 2026-02-15  1:17 UTC  (2+ messages)

[PATCH] cifs: remove unnecessary tracing after put tcon
 2026-02-14  7:35 UTC 

Problem with existing SMB client mount code
 2026-02-14  7:18 UTC  (5+ messages)

[PATCH 6.18 07/49] smb: smbdirect: introduce smbdirect_socket.recv_io.credits.available
 2026-02-13 13:48 UTC  (20+ messages)
` [PATCH 6.18 08/49] smb: smbdirect: introduce smbdirect_socket.send_io.bcredits.*
` [PATCH 6.18 09/49] smb: server: make use of smbdirect_socket.recv_io.credits.available
` [PATCH 6.18 10/49] smb: server: let recv_done() queue a refill when the peer is low on credits
` [PATCH 6.18 11/49] smb: server: make use of smbdirect_socket.send_io.bcredits
` [PATCH 6.18 12/49] smb: server: fix last send credit problem causing disconnects
` [PATCH 6.18 13/49] smb: server: let send_done handle a completion without IB_SEND_SIGNALED
` [PATCH 6.18 14/49] smb: client: make use of smbdirect_socket.recv_io.credits.available
` [PATCH 6.18 15/49] smb: client: let recv_done() queue a refill when the peer is low on credits
` [PATCH 6.18 16/49] smb: client: let smbd_post_send() make use of request->wr
` [PATCH 6.18 17/49] smb: client: remove pointless sc->recv_io.credits.count rollback
` [PATCH 6.18 18/49] smb: client: remove pointless sc->send_io.pending handling in smbd_post_send_iter()
` [PATCH 6.18 19/49] smb: client: port and use the wait_for_credits logic used by server
` [PATCH 6.18 20/49] smb: client: split out smbd_ib_post_send()
` [PATCH 6.18 21/49] smb: client: introduce and use smbd_{alloc, free}_send_io()
` [PATCH 6.18 22/49] smb: client: use smbdirect_send_batch processing
` [PATCH 6.18 23/49] smb: client: make use of smbdirect_socket.send_io.bcredits
` [PATCH 6.18 24/49] smb: client: fix last send credit problem causing disconnects
` [PATCH 6.18 25/49] smb: client: let smbd_post_send_negotiate_req() use smbd_post_send()
` [PATCH 6.18 26/49] smb: client: let send_done handle a completion without IB_SEND_SIGNALED

[PATCH 6.19 07/49] smb: smbdirect: introduce smbdirect_socket.recv_io.credits.available
 2026-02-13 13:47 UTC  (20+ messages)
` [PATCH 6.19 08/49] smb: smbdirect: introduce smbdirect_socket.send_io.bcredits.*
` [PATCH 6.19 09/49] smb: server: make use of smbdirect_socket.recv_io.credits.available
` [PATCH 6.19 10/49] smb: server: let recv_done() queue a refill when the peer is low on credits
` [PATCH 6.19 11/49] smb: server: make use of smbdirect_socket.send_io.bcredits
` [PATCH 6.19 12/49] smb: server: fix last send credit problem causing disconnects
` [PATCH 6.19 13/49] smb: server: let send_done handle a completion without IB_SEND_SIGNALED
` [PATCH 6.19 14/49] smb: client: make use of smbdirect_socket.recv_io.credits.available
` [PATCH 6.19 15/49] smb: client: let recv_done() queue a refill when the peer is low on credits
` [PATCH 6.19 16/49] smb: client: let smbd_post_send() make use of request->wr
` [PATCH 6.19 17/49] smb: client: remove pointless sc->recv_io.credits.count rollback
` [PATCH 6.19 18/49] smb: client: remove pointless sc->send_io.pending handling in smbd_post_send_iter()
` [PATCH 6.19 19/49] smb: client: port and use the wait_for_credits logic used by server
` [PATCH 6.19 20/49] smb: client: split out smbd_ib_post_send()
` [PATCH 6.19 21/49] smb: client: introduce and use smbd_{alloc, free}_send_io()
` [PATCH 6.19 22/49] smb: client: use smbdirect_send_batch processing
` [PATCH 6.19 23/49] smb: client: make use of smbdirect_socket.send_io.bcredits
` [PATCH 6.19 24/49] smb: client: fix last send credit problem causing disconnects
` [PATCH 6.19 25/49] smb: client: let smbd_post_send_negotiate_req() use smbd_post_send()
` [PATCH 6.19 26/49] smb: client: let send_done handle a completion without IB_SEND_SIGNALED

[PATCH v2] smb: client: fix data corruption due to racy lease checks
 2026-02-12 23:57 UTC  (2+ messages)

[PATCH] smb: server: Remove duplicate include of misc.h
 2026-02-12 23:20 UTC  (2+ messages)

[PATCH] smb: client: fix data corruption due to racy lease checks
 2026-02-12 22:22 UTC  (2+ messages)

[PATCH 0/2] smb: simplify boolean expressions
 2026-02-12 21:55 UTC  (4+ messages)
` [PATCH 1/2] smb: remove redundant == true comparisons
` [PATCH 2/2] smb: remove redundant == false comparisons

[GIT PULL] ksmbd server and smbdirect fixes
 2026-02-12 19:13 UTC  (2+ messages)

[PATCH v2 5/7] smb: move some definitions from common/smb2pdu.h into common/fscc.h
 2026-02-12 17:30 UTC 

[PATCH v2 4/7] smb: move smb3_fs_vol_info into common/fscc.h
 2026-02-12 17:29 UTC 

[PATCH 0/7] smb/client: update SMB1 maperror, part 2
 2026-02-12 17:25 UTC 

[PATCH] cifs: open files should not hold ref on superblock
 2026-02-12 15:56 UTC  (2+ messages)

[PATCH] smb: client: fix regression with mount options parsing
 2026-02-11 14:43 UTC  (2+ messages)

[BUG] cifs-utils: mount.cifs.c/parse_options: const variable is being modified
 2026-02-11 12:50 UTC 

[PATCH 6.1.y] ksmbd: set ATTR_CTIME flags when setting mtime
 2026-02-11  5:54 UTC 

[PATCH] cifs: SMB1 split: Remove duplicate include of cifs_debug.h
 2026-02-11  4:46 UTC 

[PATCH AUTOSEL 6.19-6.6] smb: client: prevent races in ->query_interfaces()
 2026-02-10 23:31 UTC  (2+ messages)
` [PATCH AUTOSEL 6.19-6.1] smb: client: add proper locking around ses->iface_last_update

[PATCH v6 00/16] Exposing case folding behavior
 2026-02-10 16:23 UTC  (6+ messages)

[PATCH] ksmbd: fix non-IPv6 build
 2026-02-10 14:32 UTC  (2+ messages)

[PATCH v9 0/1] smb: improve search speed of SMB2 maperror
 2026-02-10 11:03 UTC  (5+ messages)
` [PATCH v9 1/1] smb/client: introduce KUnit test to check search result of smb2_error_map_table

[GIT PULL] smb3 client fixes
 2026-02-10  0:50 UTC  (3+ messages)

[PATCH] cifs: Fix the copyright banner on smb1maperror.c
 2026-02-09 14:07 UTC 

[cifs:for-next 51/73] make[6]: *** No rule to make target 'fs/smb/client/fs/smb/common/smb2status.h', needed by 'fs/smb/client/smb2_mapping_table.c'
 2026-02-09 13:47 UTC  (2+ messages)

[PATCH] smb: common: add header guards to fs/smb/common/smb2status.h
 2026-02-09  3:26 UTC  (10+ messages)

[PATCH 0/2] smb:client/server/smbdirect: correct value for max_fragmented_recv_size
 2026-02-07  7:27 UTC  (6+ messages)
` [PATCH 1/2] smb: client: correct value for smbd_max_fragmented_recv_size
` [PATCH 2/2] smb: server: correct value for smb_direct_max_fragmented_recv_size

[bug report] cifs: Fix locking usage for tcon fields
 2026-02-06 13:39 UTC 

[PATCH] smb: client: fix potential UAF and double free it smb2_open_file()
 2026-02-05 20:13 UTC  (5+ messages)

[PATCH net-next v9 00/15] net: introduce QUIC infrastructure and core subcomponents
 2026-02-05 19:37 UTC  (29+ messages)
` [PATCH net-next v9 02/15] net: build socket infrastructure for QUIC protocol
  ` [net-next,v9,02/15] "
` [PATCH net-next v9 03/15] quic: provide common utilities and data structures
  ` [net-next,v9,03/15] "
` [PATCH net-next v9 04/15] quic: provide family ops for address and protocol
` [PATCH net-next v9 05/15] quic: provide quic.h header files for kernel and userspace
  ` [net-next,v9,05/15] "
` [PATCH net-next v9 06/15] quic: add stream management
  ` [net-next,v9,06/15] "
` [PATCH net-next v9 07/15] quic: add connection id management
` [PATCH net-next v9 08/15] quic: add path management
` [PATCH net-next v9 09/15] quic: add congestion control
  ` [net-next,v9,09/15] "
` [PATCH net-next v9 10/15] quic: add packet number space
` [PATCH net-next v9 11/15] quic: add crypto key derivation and installation
` [PATCH net-next v9 12/15] quic: add crypto packet encryption and decryption
` [PATCH net-next v9 13/15] quic: add timer management
` [PATCH net-next v9 14/15] quic: add packet builder base
` [PATCH net-next v9 15/15] quic: add packet parser base
  ` [net-next,v9,15/15] "

[PATCH] smb/client: fix memory leak in smb2_open_file()
 2026-02-05 15:50 UTC  (2+ messages)

[PATCH] smb: server: fix leak of active_num_conn in ksmbd_tcp_new_connection()
 2026-02-05  0:38 UTC  (2+ messages)

[PATCH 6.1.y] ksmbd: fix recursive locking in RPC handle list access
 2026-02-04  2:22 UTC 

[PATCH 6.6.y] ksmbd: fix recursive locking in RPC handle list access
 2026-02-04  2:22 UTC 

[GIT PULL] smb3 client fixes
 2026-02-04  2:07 UTC  (2+ messages)

[RFC PATCH 0/3] RDMA/smbdirect: introduce and use rdma_restrict_node_type()
 2026-02-03 22:58 UTC  (9+ messages)
` [RFC PATCH 1/3] RDMA/core: introduce rdma_restrict_node_type()

[PATCH v3 0/1] smb/client: fix memory leaks
 2026-02-02 16:15 UTC  (4+ messages)
` [PATCH v3 1/1] smb/client: fix memory leak in SendReceive()

[PATCH net-next v8 09/15] quic: add congestion control
 2026-02-02 14:40 UTC  (4+ messages)
` [net-next,v8,09/15] "


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