linux-cifs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2026-09-08 08:17:02 to 2026-09-15 19:50:51 UTC [more...]

[PATCH net-next v15 10/15] quic: add packet number space
 2026-09-15 19:50 UTC 

[PATCH net-next v15 09/15] quic: add congestion control
 2026-09-15 19:50 UTC 

[PATCH net-next v15 08/15] quic: add path management
 2026-09-15 19:50 UTC 

[PATCH net-next v15 07/15] quic: add connection id management
 2026-09-15 19:50 UTC 

[PATCH net-next v15 06/15] quic: add stream management
 2026-09-15 19:50 UTC 

[PATCH net-next v15 05/15] quic: provide quic.h header files for kernel and userspace
 2026-09-15 19:50 UTC 

[PATCH net-next v15 04/15] quic: provide family ops for address and protocol
 2026-09-15 19:50 UTC 

[PATCH net-next v15 03/15] quic: provide common utilities and data structures
 2026-09-15 19:50 UTC 

[PATCH cifs-utils 0/2] smbinfo: add alternate and normalized name queries
 2026-09-15 17:03 UTC  (4+ messages)
` [PATCH cifs-utils 1/2] smbinfo: add filealternatenameinfo subcommand
` [PATCH cifs-utils 2/2] smbinfo: add filenormalizednameinfo subcommand

[PATCH v4 00/10] smb: client: fix OOB reads and UAFs in SMB2/3 receive paths
 2026-09-15 16:41 UTC  (15+ messages)
` [PATCH v4 01/10] smb: client: fix next_buffer UAF and NextCommand bounds in compound PDUs
` [PATCH v4 02/10] smb: client: validate minimum PDU size before smb2_get_data_area_len()
` [PATCH v4 03/10] smb: client: fix server->total_read for compound encrypted PDUs
` [PATCH v4 04/10] smb: client: fix missing lower-bound check on DFS referral string offsets
` [PATCH v4 05/10] smb: client: reject short Next offsets in parse_server_interfaces()
` [PATCH v4 06/10] smb: client: fix OOB struct field reads in move_smb2_ea_to_cifs()
` [PATCH v4 07/10] smb: client: fix missing iov bounds check in parse_posix_sids()
` [PATCH v4 08/10] smb: client: fix underflow in is_valid_oplock_break() notify offset check
` [PATCH v4 09/10] smb: client: fix potential OOB read in smb3_enum_snapshots()
` [PATCH v4 10/10] smb: client: fix reparse buffer bounds in cifs_query_reparse_point()

[PATCH 1/2] smb: client: fix unaligned access in WSL reparse point parser
 2026-09-15 14:29 UTC  (6+ messages)
` [PATCH 2/2] smb: client: fix fattr leaking on wsl_to_fattr() failure

[PATCH] ksmbd: fix iface_list use-after-free during server reset
 2026-09-15 14:08 UTC 

[PATCH 0/3] smb/server: fix some bugs in file name information handling
 2026-09-15  6:46 UTC  (4+ messages)
` [PATCH 1/3] smb/server: fix trailing period in generated short names
` [PATCH 2/3] smb/server: align partial normalized name responses to UTF-16
` [PATCH 3/3] smb/server: rename smb2_file_alt_name_info to smb2_file_name_info

[PATCH v2] ksmbd: fix partial normalized name responses
 2026-09-14 23:49 UTC  (4+ messages)
` [PATCH v2] ksmbd: keep compound responses on query info errors

[PATCH] smb: client: fix use-after-free of iface in cifs_try_adding_channels()
 2026-09-14 16:36 UTC  (2+ messages)

[PATCH] netfs: Fix netfs_read_gaps() to use separate sink folios
 2026-09-14 15:35 UTC  (2+ messages)

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

[PATCH 2/3] ksmbd: fix partial normalized name responses
 2026-09-14 13:49 UTC  (8+ messages)

[PATCH 0/2] smbdirect: don't hang on netdev reconfiguration
 2026-09-14 11:46 UTC  (6+ messages)
` [PATCH 1/2] infiniband: force disconnect if DREP and DREQ fail
` [PATCH 2/2] infiniband: trace force disconnections

[PATCH 0/4] ksmbd: stream xattr and procfs fixes
 2026-09-14 10:59 UTC  (6+ messages)
` [PATCH 1/4] ksmbd: copy stream content when renaming to a new stream name
` [PATCH 2/4] ksmbd: look up stream size by exact xattr name
` [PATCH 3/4] ksmbd: fix AFP_AfpInfo header fields in synthesized xattr
` [PATCH 4/4] ksmbd: print IPv6 client addresses correctly in procfs

[PATCH 3/3] ksmbd: keep compound responses on query info errors
 2026-09-14  1:18 UTC  (3+ messages)

[PATCH 0/3] smb: client: validate SMB1 write and query response lengths
 2026-09-13 19:03 UTC  (5+ messages)
` [PATCH 1/3] smb: client: reject short WRITE responses in the SMB1 write paths
` [PATCH 2/3] smb: client: reject over-long write counts in cifs_writev_callback()
` [PATCH 3/3] smb: client: reject short responses in SMBQueryInformation()

[PATCH] smb: client: fix smbd_connection leak on cifs_get_tcp_session() error
 2026-09-13 18:26 UTC  (3+ messages)

[PATCH v2] smb: client: fix rlist race and missing initialization
 2026-09-13 18:26 UTC  (3+ messages)

[PATCH] smb: client: cancel reconnect work in clean_demultiplex_info()
 2026-09-13 18:26 UTC  (3+ messages)

[PATCH 1/3] ksmbd: follow SMB2 session expiration semantics
 2026-09-13 11:35 UTC 

cifs: cifsroot: ipv6 support may not have valid path
 2026-09-12 10:47 UTC 

[PATCH v3 0/2] smb: client: fix create context out-of-bounds reads
 2026-09-12  2:50 UTC  (4+ messages)
` [PATCH v3 1/2] "

[PATCH ksmbd-for-next] ksmbd: fix overflow in dacloffset bounds check in build_sec_desc()
 2026-09-12  1:14 UTC  (2+ messages)

[PATCH v2 0/4] smbd: fix FSCTL_QUERY_NETWORK_INTERFACE_INFO handling
 2026-09-12  1:03 UTC  (6+ messages)
` [PATCH v2 1/4] ksmbd: fix link speed query in fsctl_query_iface_info_ioctl()
` [PATCH v2 2/4] ksmbd: fix unlocked IPv6 addr_list walk "
` [PATCH v2 3/4] ksmbd: fix invalid Next offset in interface info replies
` [PATCH v2 4/4] ksmbd: report IPv4 and IPv6 addresses independently in iface query

[syzbot] [cifs?] KASAN: slab-use-after-free Read in smb2_reconnect_server
 2026-09-12  0:47 UTC 

[PATCH] smb: client: fix rlist race and missing initialization
 2026-09-11 21:01 UTC  (2+ messages)

[PATCH v12 0/5] netfs, cachefiles: Changes for next, primarily occupancy tracking-related
 2026-09-11 20:21 UTC  (10+ messages)
` [PATCH v12 1/5] cachefiles: Clean up cachefiles_do_prepare_read()
` [PATCH v12 2/5] netfs, cachefiles: Add a couple of traces for write failure
` [PATCH v12 3/5] cachefiles: Add a tracepoint to log insufficient space errors
` [PATCH v12 4/5] cachefiles: Don't rely on backing fs storage map for most use cases
` [PATCH v12 5/5] cachefiles: Preset the state xattr when creating a new file

[PATCH] smb/client: send lease break ACKs thru correct session for multiuser mounts
 2026-09-11 19:28 UTC  (4+ messages)

[PATCH] smb: client: validate absolute native symlink targets before NT fixups
 2026-09-11 19:27 UTC  (3+ messages)

[GIT PULL] smb client fixes for 7.3-rc3
 2026-09-10 21:52 UTC  (2+ messages)

[PATCH] smb: client: fix one-byte OOB read in smb2_parse_native_symlink()
 2026-09-10 14:14 UTC  (4+ messages)

Soft lockup with 7.3-rc1
 2026-09-10 14:13 UTC  (4+ messages)

[PATCH v3 12/13] smb: client: Use hmac_sha256_zeroize_ctx function to clear hmac_sha256_ctx
 2026-09-10 12:41 UTC 

[PATCH v2] super: make iterate_supers_type() deletion-safe
 2026-09-10  9:25 UTC  (2+ messages)

[PATCH] ksmbd: fix link speed query in fsctl_query_iface_info_ioctl()
 2026-09-10  9:08 UTC 

[PATCH v13 0/8] netfs: Miscellaneous preparatory changes
 2026-09-10  8:11 UTC  (11+ messages)
` [PATCH v13 1/8] netfs: Use uoff_t instead of unsigned long long and loff_t
` [PATCH v13 2/8] netfs: Remove the writethrough code
` [PATCH v13 3/8] netfs: trace: Change the "clear" folio traces to "endwb"
` [PATCH v13 4/8] netfs: trace: Rejig a couple of the tracepoints
` [PATCH v13 5/8] netfs: Add the cache object ID to netfs_read/write tracepoints
` [PATCH v13 6/8] netfs: Make deprecated PG_private_2 support opt-in
` [PATCH v13 7/8] netfs: Add some functions to wrap the all-queued handling
` [PATCH v13 8/8] netfs: Set subrequest->source at alloc before trace emission

[PATCH] ksmbd: deny access for an empty DACL instead of granting the request
 2026-09-10  0:21 UTC  (2+ messages)

[PATCH] ksmbd: fix empty DACL handling in smb_check_perm_dacl()
 2026-09-10  0:19 UTC  (3+ messages)

netfs_read_gaps(): aliased sink folio makes the read destination unreadable, SIGBUS on cifs with signing
 2026-09-09 21:08 UTC  (8+ messages)

[PATCH] smb: client: fix heap overflow in DACL owner/group rewrite
 2026-09-09 17:15 UTC  (6+ messages)
` [PATCH v3 0/2] smb: client: fix DACL rewrite overflows
  ` [PATCH v3 1/2] smb: client: fix heap overflow in DACL owner/group rewrite
  ` [PATCH v3 2/2] smb: client: fail DACL rewrite when the new DACL exceeds 64K

[PATCH 6.18 538/583] cifs: Scripted clean up fs/smb/client/cifs_unicode.h
 2026-09-09 13:43 UTC  (8+ messages)
` [PATCH 6.18 539/583] cifs: Scripted clean up fs/smb/client/fscache.h
` [PATCH 6.18 540/583] cifs: Scripted clean up fs/smb/client/fs_context.h
` [PATCH 6.18 541/583] cifs: Scripted clean up fs/smb/client/smb2proto.h
` [PATCH 6.18 543/583] cifs: Remove dead function prototypes
` [PATCH 6.18 544/583] cifs: SMB1 split: Create smb1proto.h for SMB1 declarations
` [PATCH 6.18 545/583] cifs: SMB1 split: Separate out SMB1 decls into smb1proto.h
` [PATCH 6.18 548/583] cifs: Do some preparation prior to organising the function declarations

[PATCH v2] ksmbd: fix invalid pointer dereference when get_inode_acl() fails
 2026-09-09 14:17 UTC  (2+ messages)

[PATCH v2 12/13] smb: client: Use hmac_sha256_zeroize_ctx function to clear hmac_sha256_ctx
 2026-09-09 11:54 UTC 

[PATCH] super: make iterate_supers_type() deletion-safe
 2026-09-09  8:10 UTC  (6+ messages)

[PATCH] ksmbd: fix invalid pointer dereference when get_inode_acl() fails
 2026-09-09  0:42 UTC  (4+ messages)
  `  "
    `  "

[PATCH 00/27] fs: port to const struct mnt_idmap
 2026-09-08 15:25 UTC  (2+ messages)

[PATCH 5.10.y 1/2] cifs: SMB1 split: connect.c
 2026-09-08 12:20 UTC 

[PATCH 5.10.y 1/3] cifs: Remove the server pointer from smb_message
 2026-09-08 12:19 UTC  (2+ messages)
  ` [PATCH 5.10.y 2/3] cifs: SMB1 split: Create smb1proto.h for SMB1 declarations

[PATCH] ksmbd: initialise the reserved fields of six SMB2 responses
 2026-09-08  9:48 UTC  (2+ messages)

[PATCH v12 0/8] netfs: Miscellaneous preparatory changes
 2026-09-08  9:10 UTC  (9+ messages)
` [PATCH v12 1/8] netfs: Use uoff_t instead of unsigned long long and loff_t
` [PATCH v12 2/8] netfs: Remove the writethrough code
` [PATCH v12 3/8] netfs: trace: Change the "clear" folio traces to "endwb"
` [PATCH v12 4/8] netfs: trace: Rejig a couple of the tracepoints
` [PATCH v12 5/8] netfs: Add the cache object ID to netfs_read/write tracepoints
` [PATCH v12 6/8] netfs: Make deprecated PG_private_2 support opt-in
` [PATCH v12 7/8] netfs: Add some functions to wrap the all-queued handling
` [PATCH v12 8/8] netfs: Set subrequest->source at alloc before trace emission


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).