messages from 2026-02-16 08:21:45 to 2026-02-26 15:59:51 UTC [more...]
[PATCH 00/61] vfs: change inode->i_ino from unsigned long to u64
2026-02-26 15:55 UTC (18+ messages)
` [PATCH 01/61] vfs: widen inode hash/lookup functions "
` [PATCH 02/61] vfs: change i_ino from unsigned long "
` [PATCH 03/61] trace: update VFS-layer trace events for u64 i_ino
` [PATCH 04/61] ext4: update "
` [PATCH 05/61] jbd2: update format strings "
` [PATCH 06/61] f2fs: update "
` [PATCH 07/61] lockd: update format strings "
` [PATCH 08/61] nfs: update "
` [PATCH 09/61] nfs: remove nfs_fattr_to_ino_t() and nfs_fileid_to_ino_t()
` [PATCH 10/61] nfs: remove nfs_compat_user_ino64()
` [PATCH 11/61] nfs: remove enable_ino64 module parameter
` [PATCH 12/61] nfsd: update format strings for u64 i_ino
` [PATCH 13/61] smb: store full 64-bit uniqueid in i_ino
` [PATCH 14/61] smb: remove cifs_uniqueid_to_ino_t()
` [PATCH 15/61] locks: update /proc/locks format for u64 i_ino
` [PATCH 16/61] proc: update /proc/PID/maps "
` [PATCH 17/61] nilfs2: update "
[PATCH] netfs: Fix unbuffered/DIO writes to dispatch subrequests in strict sequence
2026-02-26 13:45 UTC (2+ messages)
[PATCH v2 0/4] mm: Remove stray references to pagevec
2026-02-26 13:20 UTC (11+ 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
[PATCH] smb: client: fix broken multichannel with krb5+signing
2026-02-26 12:31 UTC (3+ messages)
[PATCH] RDMA/core: check id_priv->restricted_node_type in cma_listen_on_dev()
2026-02-26 10:09 UTC (4+ messages)
xfstests failure on SMB mount due to workqueue flush warning (Azure Linux 3.0)
2026-02-26 8:55 UTC
[PATCH v2 0/1] smb/server: fix some refcount leaks
2026-02-26 5:09 UTC (6+ messages)
` [PATCH v2 1/1] smb/server: fix refcount leak in smb2_open()
[PATCH] cifs: open files should not hold ref on superblock
2026-02-26 3:19 UTC (3+ messages)
Kconfig: CONFIG_CIFS_SMB_DIRECT bool option silently dropped when CIFS=m and INFINIBAND=m
2026-02-26 1:36 UTC (9+ messages)
[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 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 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)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox