public inbox for linux-cifs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-12 21:44:28 to 2026-03-26 10:48:41 UTC [more...]

[PATCH 00/26] netfs: Keep track of folios in a segmented bio_vec[] chain
 2026-03-26 10:45 UTC  (18+ messages)
` [PATCH 01/26] netfs: Fix NULL pointer dereference in netfs_unbuffered_write() on retry
` [PATCH 02/26] netfs: Fix kernel BUG in netfs_limit_iter() for ITER_KVEC iterators
` [PATCH 03/26] netfs: fix VM_BUG_ON_FOLIO() issue in netfs_write_begin() call
` [PATCH 04/26] netfs: fix error handling in netfs_extract_user_iter()
` [PATCH 05/26] netfs: Fix read abandonment during retry
` [PATCH 06/26] netfs: Fix the handling of stream->front by removing it
` [PATCH 07/26] cachefiles: Fix excess dput() after end_removing()
` [PATCH 08/26] cachefiles: Don't rely on backing fs storage map for most use cases
` [PATCH 09/26] mm: Make readahead store folio count in readahead_control
` [PATCH 10/26] netfs: Bulk load the readahead-provided folios up front
` [PATCH 11/26] Add a function to kmap one page of a multipage bio_vec
` [PATCH 12/26] iov_iter: Add a segmented queue of bio_vec[]
` [PATCH 13/26] netfs: Add some tools for managing bvecq chains
` [PATCH 14/26] netfs: Add a function to extract from an iter into a bvecq
` [PATCH 15/26] afs: Use a bvecq to hold dir content rather than folioq
` [PATCH 16/26] cifs: Use a bvecq for buffering instead of a folioq
` [PATCH 17/26] cifs: Support ITER_BVECQ in smb_extract_iter_to_rdma()

cifs_ses_add_channel() can race with itself
 2026-03-25 20:44 UTC  (2+ messages)

[PATCH] ksmbd: ipc: use kzalloc_flex and __counted_by
 2026-03-25  6:27 UTC  (4+ messages)

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

[PATCH AUTOSEL 6.19-6.18] smb: client: fix generic/694 due to wrong ->i_blocks
 2026-03-24 11:19 UTC 

[RFC PATCH 00/17] netfs: [WIP] Keep track of folios in a segmented bio_vec[] chain
 2026-03-24  7:53 UTC  (9+ messages)
` [RFC PATCH 17/17] netfs: Combine prepare and issue ops and grab the buffers on request

[PATCH 6.1 091/481] smb: client: fix broken multichannel with krb5+signing
 2026-03-23 13:44 UTC  (3+ messages)
` [PATCH 6.1 261/481] smb: client: fix atomic open with O_DIRECT & O_SYNC
` [PATCH 6.1 289/481] smb: client: fix krb5 mount with username option

[samba-ksmbd:ksmbd-for-next-next 11/12] fs/smb/server/smb2pdu.c:5723:3: warning: variable 'pntsd' is uninitialized when used here
 2026-03-23 15:38 UTC  (5+ messages)

[PATCH 6.6 116/567] smb: client: fix broken multichannel with krb5+signing
 2026-03-23 13:46 UTC  (3+ messages)
` [PATCH 6.6 348/567] smb: client: fix atomic open with O_DIRECT & O_SYNC
` [PATCH 6.6 461/567] smb: client: fix krb5 mount with username option

[PATCH 6.12 197/460] smb: client: fix atomic open with O_DIRECT & O_SYNC
 2026-03-23 13:45 UTC  (2+ messages)
` [PATCH 6.12 319/460] smb: client: fix krb5 mount with username option

[PATCH 6.18 023/212] smb: client: fix krb5 mount with username option
 2026-03-23 13:44 UTC 

[PATCH 6.19 024/220] smb: client: fix krb5 mount with username option
 2026-03-23 13:43 UTC 

[PATCH] smb/client: ensure smb2_mapping_table rebuild on cmd changes
 2026-03-23 13:22 UTC  (2+ messages)

[PATCH v2 6.1.y] smb/dfs_cache: Fix NULL pointer dereference on session connection failure
 2026-03-23 13:01 UTC  (2+ messages)

[GIT PULL] smb3 client fixes
 2026-03-20 16:25 UTC  (2+ messages)

[GIT PULL] ksmbd server fixes
 2026-03-20 16:25 UTC  (2+ messages)

[PATCH 5.10.y] smb: client: fix atomic open with O_DIRECT & O_SYNC
 2026-03-19 16:51 UTC 

[PATCH 5.15.y] smb: client: fix atomic open with O_DIRECT & O_SYNC
 2026-03-19 16:44 UTC 

[PATCH 00/61] treewide: Use IS_ERR_OR_NULL over manual NULL check - refactor
 2026-03-19 14:13 UTC  (9+ messages)
` [PATCH 02/61] btrfs: Prefer IS_ERR_OR_NULL over manual NULL check
` [PATCH 12/61] quota: "
` [PATCH 46/61] vfio: "
` [PATCH 50/61] iommu: "

[PATCH v2] smb: client: fix generic/694 due to wrong ->i_blocks
 2026-03-19  3:42 UTC 

[PATCH] smb: client: fix generic/694 due to wrong ->i_blocks
 2026-03-19  0:57 UTC 

[PATCH] lib: count_zeros: fix 32/64-bit inconsistency in count_trailing_zeros()
 2026-03-18 16:31 UTC  (10+ messages)

[PATCH v3] ksmbd: fix use-after-free and NULL deref in smb_grant_oplock()
 2026-03-18  1:07 UTC  (5+ messages)

[PATCH v2] ksmbd: fix memory leaks and NULL deref in smb2_lock()
 2026-03-18  1:06 UTC  (5+ messages)

[PATCH] ksmbd: fix use-after-free and NULL deref in smb_grant_oplock()
 2026-03-17 20:07 UTC  (3+ messages)

[PATCH 6.18 284/333] smb: client: fix atomic open with O_DIRECT & O_SYNC
 2026-03-17 16:35 UTC 

[PATCH 6.19 338/378] smb: client: fix atomic open with O_DIRECT & O_SYNC
 2026-03-17 16:34 UTC 

SMB3 POSIX, byterange locks and close behaviour
 2026-03-17 10:54 UTC  (5+ messages)

[PATCH RFC 00/53] lift lookup out of exclive lock for dir ops
 2026-03-17 10:00 UTC  (61+ messages)
` [PATCH 01/53] VFS: fix various typos in documentation for start_creating start_removing etc
` [PATCH 02/53] VFS: enhance d_splice_alias() to handle in-lookup dentries
` [PATCH 03/53] VFS: allow d_alloc_name() to be used with ->d_hash
` [PATCH 04/53] VFS: use global wait-queue table for d_alloc_parallel()
` [PATCH 05/53] VFS: introduce d_alloc_noblock()
` [PATCH 06/53] VFS: add d_duplicate()
` [PATCH 07/53] VFS: Add LOOKUP_SHARED flag
` [PATCH 08/53] VFS/xfs: drop parent lock across d_alloc_parallel() in d_add_ci()
` [PATCH 09/53] nfs: remove d_drop()/d_alloc_parallel() from nfs_atomic_open()
` [PATCH 10/53] nfs: use d_splice_alias() in nfs_link()
` [PATCH 11/53] nfs: don't d_drop() before d_splice_alias()
` [PATCH 12/53] nfs: don't d_drop() before d_splice_alias() in atomic_create
` [PATCH 13/53] nfs: Use d_alloc_noblock() in nfs_prime_dcache()
` [PATCH 14/53] nfs: use d_alloc_noblock() in silly-rename
` [PATCH 15/53] nfs: use d_duplicate()
` [PATCH 16/53] ovl: drop dir lock for lookups in impure readdir
` [PATCH 17/53] coda: don't d_drop() early
` [PATCH 18/53] shmem: use d_duplicate()
` [PATCH 19/53] afs: use d_time instead of d_fsdata
` [PATCH 20/53] afs: don't unhash/rehash dentries during unlink/rename
` [PATCH 21/53] afs: use d_splice_alias() in afs_vnode_new_inode()
` [PATCH 22/53] afs: use d_alloc_nonblock in afs_sillyrename()
` [PATCH 23/53] afs: lookup_atsys to drop and reclaim lock
` [PATCH 24/53] afs: use d_duplicate()
` [PATCH 25/53] smb/client: use d_time to store a timestamp in dentry, not d_fsdata
` [PATCH 26/53] smb/client: don't unhashed and rehash to prevent new opens
` [PATCH 27/53] smb/client: use d_splice_alias() in atomic_open
` [PATCH 28/53] smb/client: Use d_alloc_noblock() in cifs_prime_dcache()
` [PATCH 29/53] exfat: simplify exfat_lookup()
` [PATCH 30/53] configfs: remove d_add() calls before configfs_attach_group()
` [PATCH 31/53] configfs: stop using d_add()
` [PATCH 32/53] ext4: move dcache modifying code out of __ext4_link()
` [PATCH 33/53] ext4: use on-stack dentries in ext4_fc_replay_link_internal()
` [PATCH 34/53] tracefs: stop using d_add()
` [PATCH 35/53] cephfs: "
` [PATCH 36/53] cephfs: remove d_alloc from CEPH_MDS_OP_LOOKUPNAME handling in ceph_fill_trace()
` [PATCH 37/53] cephfs: Use d_alloc_noblock() in ceph_readdir_prepopulate()
` [PATCH 38/53] cephfs: Don't d_drop() before d_splice_alias()
` [PATCH 39/53] ecryptfs: stop using d_add()
` [PATCH 40/53] gfs2: "
` [PATCH 41/53] libfs: "
` [PATCH 42/53] fuse: don't d_drop() before d_splice_alias()
` [PATCH 43/53] fuse: Use d_alloc_noblock() in fuse_direntplus_link()
` [PATCH 44/53] hostfs: don't d_drop() before d_splice_alias() in hostfs_mkdir()
` [PATCH 45/53] efivarfs: use d_alloc_name()
` [PATCH 46/53] Remove references to d_add() in documentation and comments
` [PATCH 47/53] VFS: make d_alloc() local to VFS
` [PATCH 48/53] VFS: remove d_add()
` [PATCH 49/53] VFS: remove d_rehash()
` [PATCH 50/53] VFS: remove lookup_one() and lookup_noperm()
` [PATCH 51/53] VFS: use d_alloc_parallel() in lookup_one_qstr_excl()
` [PATCH 52/53] VFS: lift d_alloc_parallel above inode_lock
` [PATCH 53/53] VFS: remove LOOKUP_SHARED

[PATCH] ksmbd: fix memory leaks and NULL deref in smb2_lock()
 2026-03-17  9:49 UTC  (4+ messages)

[PATCH] ksmbd: fix use-after-free and NULL deref in smb_grant_oplock()
 2026-03-17  6:53 UTC  (5+ messages)

[PATCH v2] ksmbd: fix use-after-free and NULL deref in smb_grant_oplock()
 2026-03-17  6:34 UTC 

[PATCH v2] cifs: smb1: fix comment typo
 2026-03-17  1:13 UTC 

[PATCH] cifs: smb1: fix comment typo
 2026-03-16 23:49 UTC  (2+ messages)
` [External] : "

IPv6-only client loses connection after server disconnect
 2026-03-16 20:26 UTC 

[PATCH 6.6.y] smb: client: fix page cache corruption from in-place encryption in SMB2_write
 2026-03-16 18:26 UTC  (3+ messages)

stable: [PATCH] smb: client: Don't log plaintext credentials in cifs_set_cifscreds
 2026-03-16 17:23 UTC  (3+ messages)

[PATCH v5 0/4] OPENAT2_REGULAR flag support for openat2
 2026-03-16 17:22 UTC  (5+ messages)
` [PATCH v5 1/4] openat2: new OPENAT2_REGULAR flag support

[PATCH] cifs: open files should not hold ref on superblock
 2026-03-14 22:03 UTC  (6+ messages)

[PATCH] smb: client: fix krb5 mount with username option
 2026-03-14  2:20 UTC  (2+ messages)

[GIT PULL] smb3 client fixes
 2026-03-13 17:53 UTC  (2+ messages)

[PATCH] ksmbd: fix use-after-free of share_conf in compound request
 2026-03-13  1:49 UTC  (2+ messages)

[PATCH] ksmbd: fix use-after-free in durable v2 replay of active file handles
 2026-03-13  1:49 UTC  (2+ messages)


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