Linux CIFS filesystem development
 help / color / mirror / Atom feed
 messages from 2026-02-13 13:52:35 to 2026-02-26 01:34:20 UTC [more...]

[PATCH 00/11] VFS: prepare for changes to directory locking
 2026-02-26  1:34 UTC  (5+ messages)
` [PATCH 08/11] VFS: allow d_splice_alias() and d_add() to work on hashed dentries

[PATCH] smb: client: fix broken multichannel with krb5+signing
 2026-02-26  1:30 UTC  (2+ messages)

[PATCH v2 0/4] mm: Remove stray references to pagevec
 2026-02-26  0:41 UTC  (6+ messages)
` [PATCH v2 1/4] mm: Remove stray references to struct pagevec
` [PATCH v2 2/4] fs: Remove unncessary pagevec.h includes
` [PATCH v2 3/4] folio_batch: Rename pagevec.h to folio_batch.h
` [PATCH v2 4/4] folio_batch: Rename PAGEVEC_SIZE to FOLIO_BATCH_SIZE

Kconfig: CONFIG_CIFS_SMB_DIRECT bool option silently dropped when CIFS=m and INFINIBAND=m
 2026-02-25 23:44 UTC  (8+ messages)

[PATCH 00/24] vfs: require filesystems to explicitly opt-in to lease support
 2026-02-25 17:58 UTC  (4+ messages)
` [PATCH 24/24] fs: remove simple_nosetlease()
` [f2fs-dev] [PATCH 00/24] vfs: require filesystems to explicitly opt-in to lease support

[PATCH v2 0/1] smb/server: fix some refcount leaks
 2026-02-25 16:49 UTC  (3+ messages)
` [PATCH v2 1/1] smb/server: fix refcount leak in smb2_open()

[PATCH] RDMA/core: check id_priv->restricted_node_type in cma_listen_on_dev()
 2026-02-25 12:52 UTC  (2+ messages)

[PATCH 6.18 032/641] smb: client: fix potential UAF and double free in smb2_open_file()
 2026-02-25  1:20 UTC  (2+ messages)
` [PATCH 6.18 325/641] smb: client: correct value for smbd_max_fragmented_recv_size

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

[PATCH v4 0/5] smb: move duplicate definitions into common header file, part 2
 2026-02-25  4:11 UTC  (6+ messages)
` [PATCH v4 1/5] smb: move some definitions from common/smb2pdu.h into common/fscc.h
` [PATCH v4 2/5] smb: move file_basic_info "
` [PATCH v4 3/5] smb: move filesystem_vol_info "
` [PATCH v4 4/5] smb: update some doc references
` [PATCH v4 5/5] smb: introduce struct file_posix_info

[PATCH v3 0/5] smb: move duplicate definitions into common header file, part 2
 2026-02-25  3:14 UTC  (17+ 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 6.19 033/781] smb: client: fix potential UAF and double free in smb2_open_file()
 2026-02-25  1:22 UTC  (3+ messages)
` [PATCH 6.19 427/781] smb: client: correct value for smbd_max_fragmented_recv_size
` [PATCH 6.19 627/781] smb: client: fix regression with mount options parsing

[LSF/MM/BPF TOPIC] Support to split superblocks during remount
 2026-02-24 10:24 UTC  (6+ messages)

[LSF/MM/BPF TOPIC] Namespace-aware upcalls from kernel filesystems
 2026-02-24  8:35 UTC  (10+ messages)

mount.smb3 error 0xc00000bb STATUS_NOT_SUPPORTED
 2026-02-24  4:56 UTC  (2+ messages)

[PATCH 00/15] AES-CMAC library
 2026-02-23 21:28 UTC  (28+ messages)
` [PATCH 01/15] lib/crypto: aes: Add support for CBC-based MACs
` [PATCH 02/15] crypto: aes - Add cmac, xcbc, and cbcmac algorithms using library
` [PATCH 03/15] crypto: arm64/aes - Fix 32-bit aes_mac_update() arg treated as 64-bit
` [PATCH 04/15] lib/crypto: arm64/aes: Move assembly code for AES modes into libaes
` [PATCH 05/15] lib/crypto: arm64/aes: Migrate optimized CBC-based MACs into library
` [PATCH 06/15] lib/crypto: tests: Add KUnit tests for CBC-based MACs
` [PATCH 07/15] lib/crypto: aes: Add FIPS self-test for CMAC
` [PATCH 08/15] smb: client: Use AES-CMAC library for SMB3 signature calculation
` [PATCH 09/15] smb: client: Remove obsolete cmac(aes) allocation
` [PATCH 10/15] smb: client: Make generate_key() return void
` [PATCH 11/15] smb: client: Drop 'allocate_crypto' arg from smb*_calc_signature()
` [PATCH 12/15] ksmbd: Use AES-CMAC library for SMB3 signature calculation
` [PATCH 13/15] Bluetooth: SMP: Use AES-CMAC library API
` [PATCH 14/15] wifi: mac80211: Use AES-CMAC library in ieee80211_aes_cmac()
` [PATCH 15/15] wifi: mac80211: Use AES-CMAC library in aes_s2v()

[PATCH] smb/client: make SMB2 maperror KUnit tests a separate module
 2026-02-23 21:11 UTC  (2+ messages)

[PATCH] fs/smb/client/fs_context: Add hostname option for CIFS module to work with domain-based dfs resources with Kerberos authentication
 2026-02-23 18:02 UTC  (4+ messages)
` [PATCH v3 0/1] Add hostname option for CIFS module
  ` [PATCH v3 1/1] fs/smb/client/fs_context: Add hostname option for CIFS module to work with domain-based dfs resources with Kerberos authentication

[PATCH] smb: client: use atomic_t for mnt_cifs_flags
 2026-02-23 16:34 UTC 

[PATCH v4 0/4] OPENAT2_REGULAR flag support in openat2
 2026-02-22  7:19 UTC  (8+ messages)
` [PATCH v4 1/4] openat2: new OPENAT2_REGULAR flag support
` [PATCH v4 2/4] kselftest/openat2: test for OPENAT2_REGULAR flag
` [PATCH v4 3/4] sparc/fcntl.h: convert O_* flag macros from hex to octal
` [PATCH v4 4/4] mips/fcntl.h: "

[GIT PULL] ksmbd server fixes
 2026-02-21 18:31 UTC  (2+ messages)

[PATCH v2] smb: client: fix cifs_pick_channel when channels are equally loaded
 2026-02-20 20:36 UTC  (2+ messages)

[PATCH] smb: client: fix cifs_pick_channel when channels are equally loaded
 2026-02-20 17:11 UTC  (5+ messages)

[PATCH v8 00/17] Subject: Exposing case folding behavior
 2026-02-19 13:14 UTC  (19+ 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 v8 03/17] fat: Implement fileattr_get for case sensitivity
` [PATCH v8 04/17] exfat: "
` [PATCH v8 05/17] ntfs3: "
` [PATCH v8 06/17] hfs: "
` [PATCH v8 07/17] hfsplus: Report case sensitivity in fileattr_get
` [PATCH v8 08/17] ext4: "
` [PATCH v8 09/17] xfs: "
` [PATCH v8 10/17] cifs: Implement fileattr_get for case sensitivity
` [PATCH v8 11/17] nfs: "
` [PATCH v8 12/17] f2fs: Add case sensitivity reporting to fileattr_get
` [PATCH v8 13/17] vboxsf: Implement fileattr_get for case sensitivity
` [PATCH v8 14/17] isofs: "
` [PATCH v8 15/17] nfsd: Report export case-folding via NFSv3 PATHCONF
` [PATCH v8 16/17] nfsd: Implement NFSv4 FATTR4_CASE_INSENSITIVE and FATTR4_CASE_PRESERVING
` [PATCH v8 17/17] ksmbd: Report filesystem case sensitivity via FS_ATTRIBUTE_INFORMATION

[BUG] [~6.6 Kernel] Corruption when retrying encrypted sync writes
 2026-02-19 11:14 UTC  (3+ messages)

[PATCH] ksmbd: Compare MACs in constant time
 2026-02-18 12:50 UTC  (2+ messages)

[PATCH] smb: client: Compare MACs in constant time
 2026-02-18  4:27 UTC 

[GIT PULL] smb3 client fixes
 2026-02-17 23:50 UTC  (2+ messages)

[BUG] cifs-utils: mount.cifs.c/parse_options: const variable is being modified
 2026-02-17 23:06 UTC  (2+ messages)

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

[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  (16+ 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 15/49] smb: client: "
` [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


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