Linux CIFS filesystem development
 help / color / mirror / Atom feed
 messages from 2026-04-03 03:03:19 to 2026-04-16 12:25:18 UTC [more...]

[PATCH 00/61] treewide: Use IS_ERR_OR_NULL over manual NULL check - refactor
 2026-04-16 12:24 UTC  (4+ messages)
` [PATCH 55/61] interconnect: Prefer IS_ERR_OR_NULL over manual NULL check

[PATCH v6 0/4] OPENAT2_REGULAR flag support for openat2
 2026-04-16 11:58 UTC  (11+ messages)
` [PATCH v6 1/4] openat2: new OPENAT2_REGULAR flag support

[PATCH 1/2] smb: client: serialize channel scaling path
 2026-04-16  5:59 UTC  (3+ messages)
` [PATCH 2/2] smb: client: pass correct from_reconnect to cifs_put_tcp_session()

[PATCH] smb/client: fix chan_max race and rollback in smb3_reconfigure
 2026-04-16  4:56 UTC  (2+ messages)

[GIT PULL] ksmbd server fixes
 2026-04-16  2:53 UTC  (2+ messages)

[PATCH] smb: client: fix OOB read in symlink error response parsing
 2026-04-16  0:25 UTC  (2+ messages)

[PATCH 0/3] ksmbd: harden IPC response arithmetic and ACE walk
 2026-04-16  0:07 UTC  (14+ messages)
` [PATCH 1/3] ksmbd: cap response sizes in ipc_validate_msg()
` [PATCH 2/3] ksmbd: reject negative ngroups in ksmbd_alloc_user()
` [PATCH 3/3] ksmbd: require minimum ACE size in smb_check_perm_dacl()
` [PATCH v2 0/2] ksmbd: harden ipc_validate_msg() and smb_check_perm_dacl()
  ` [PATCH v2 1/2] ksmbd: validate response sizes in ipc_validate_msg()
  ` [PATCH v2 2/2] ksmbd: require minimum ACE size in smb_check_perm_dacl()

[PATCH 1/7] cifs: change_conf needs to be called for session setup
 2026-04-15 23:11 UTC  (9+ messages)
` [PATCH 2/7] cifs: abort open_cached_dir if we don't request leases
` [PATCH 3/7] cifs: invalidate cfid on unlink/rename/rmdir
` [PATCH 4/7] cifs: define variable sized buffer for querydir responses
` [PATCH 5/7] cifs: optimize readdir for small directories
` [PATCH 6/7] cifs: optimize readdir for larger directories
` [PATCH 7/7] cifs: reorganize cached dir helpers

[PATCH] MAINTAINERS: change git.samba.org to https
 2026-04-15 22:59 UTC  (5+ messages)

[PATCH] netfs: Fix early put of sink folio in netfs_read_gaps()
 2026-04-15 16:55 UTC  (2+ messages)

linux-next: build failure after merge of the cifs tree
 2026-04-15 13:55 UTC  (2+ messages)

[PATCH v2] smb: client: fix integer underflow in receive_encrypted_read()
 2026-04-15 11:50 UTC  (2+ messages)

[PATCH] smb: server: fix active_num_conn leak on transport allocation failure
 2026-04-15  4:59 UTC  (2+ messages)

[PATCH 1/4] smb: client: add tracepoints for lock operations
 2026-04-14 23:10 UTC  (5+ messages)
` [PATCH 2/4] smb: client: add tracepoint for local lock conflicts
` [PATCH 3/4] smb: client: add oplock level to smb3_open_done tracepoint
` [PATCH 4/4] smb: client: add tracepoints for deferred handle caching

[PATCH] vfs: get rid of BUG_ON() in d_mark_tmpfile_name()
 2026-04-14 14:37 UTC 

[PATCH v2 0/7] netfs: Miscellaneous fixes
 2026-04-14  9:45 UTC  (9+ messages)
` [PATCH v2 1/7] netfs: fix VM_BUG_ON_FOLIO() issue in netfs_write_begin() call
` [PATCH v2 2/7] netfs: fix error handling in netfs_extract_user_iter()
` [PATCH v2 3/7] netfs: Fix netfs_invalidate_folio() to clear dirty bit if all changes gone
` [PATCH v2 4/7] netfs: Fix streaming write being overwritten
` [PATCH v2 5/7] netfs: Fix read-gaps to remove netfs_folio from filled folio
` [PATCH v2 6/7] netfs: Fix zeropoint update where i_size > remote_i_size
` [PATCH v2 7/7] netfs: Fix write streaming disablement if fd open O_RDWR

[PATCH 00/26] netfs: Keep track of folios in a segmented bio_vec[] chain
 2026-04-14  8:02 UTC  (5+ messages)

[GIT PULL] smb3 client fixes
 2026-04-14  4:39 UTC  (7+ messages)

[PATCH 1/8] smb: client: compress: fix buffer overrun in lz77_compress()
 2026-04-13 19:07 UTC  (8+ messages)
` [PATCH 2/8] smb: client: compress: fix bad encoding on last LZ77 flag
` [PATCH 3/8] smb: client: compress: fix counting in LZ77 match finding
` [PATCH 4/8] smb: client: compress: increase LZ77_MATCH_MAX_DIST
` [PATCH 5/8] smb: client: compress: LZ77 optimizations
` [PATCH 6/8] smb: client: compress: add code docs to lz77.c
` [PATCH 7/8] smb: client: compress: add compress/common.h
` [PATCH 8/8] smb: common: add SMB3_COMPRESS_MAX_ALGS

[PATCH 5.10 174/491] smb: client: fix atomic open with O_DIRECT & O_SYNC
 2026-04-13 15:56 UTC 

[PATCH v2 1/3] cifs.upcall: add option to enable debug logs
 2026-04-13 14:21 UTC  (2+ messages)

[PATCH 1/9] smb: client: block non-reconfigurable option changes on remount
 2026-04-13 13:40 UTC  (13+ messages)
` [PATCH 2/9] smb: client: allow both 'lease' and 'nolease' mount options
` [PATCH 3/9] smb: client: sync tcon-level options on remount
` [PATCH 4/9] smb: client: sync retrans "
` [PATCH 5/9] smb: client: sync echo_interval "
` [PATCH 6/9] smb: client: allow nolease option to be reconfigured "
` [PATCH 7/9] smb: client: block cache=ro and cache=singleclient "
` [PATCH 8/9] smb: client: fix domainauto remount by syncing domainname from session
` [PATCH 9/9] smb: client: apply rasize on remount
` [PATCH v2 1/9] smb: client: block non-reconfigurable option changes "

[REGRESSION] failure to reconnect on SMB server restart with custom TCP port (not 445): Host is down (at least since 6.6.95)
 2026-04-13 11:35 UTC  (6+ messages)

[PATCH] smb: client: Fix integer underflow in receive_encrypted_read()
 2026-04-13  8:59 UTC 

[PATCH 0/4] netfs: Miscellaneous fixes
 2026-04-11  9:04 UTC  (7+ messages)
` [PATCH 1/4] netfs: fix VM_BUG_ON_FOLIO() issue in netfs_write_begin() call
` [PATCH 2/4] netfs: fix error handling in netfs_extract_user_iter()
` [PATCH 3/4] cachefiles: fix incorrect dentry refcount in cachefiles_cull()
` [PATCH 4/4] netfs: Fix netfs_invalidate_folio() to clear dirty bit if all changes gone

[PATCH 0/2] SMB Direct: double-free of send_io on ib_post_send failure in batch flush path
 2026-04-11  1:31 UTC  (6+ messages)
` [PATCH 1/2] smb: client: avoid double-free in smbd_free_send_io() after smbd_send_batch_flush()
` [PATCH 2/2] smb: server: avoid double-free in smb_direct_free_sendmsg after smb_direct_flush_send_list()

[PATCH] smb: client: get rid of d_drop()+d_add()
 2026-04-11  1:19 UTC  (2+ messages)

[PATCH 0/8] smb: add kernel internal IPPROTO_SMBDIRECT
 2026-04-10 21:02 UTC  (12+ messages)
` [PATCH 1/8] smb: smbdirect: change smbdirect_socket_parameters.{initiator_depth,responder_resources} to __u16
` [PATCH 2/8] smb: smbdirect: fix copyright header of smbdirect.h
` [PATCH 3/8] smb: smbdirect: fix the logic in smbdirect_socket_destroy_sync() without an error
` [PATCH 4/8] smb: smbdirect: let smbdirect_connection_deregister_mr_io unlock while waiting
` [PATCH 5/8] net: define IPPROTO_SMBDIRECT and SOL_SMBDIRECT constants
` [PATCH 6/8] smb: smbdirect: add in kernel only support for IPPROTO_SMBDIRECT
` [PATCH 7/8] smb: client: make use of IPPROTO_SMBDIRECT sockets
` [PATCH 8/8] smb: server: "

[PATCH v3] smb: client: add missing MODULE_DESCRIPTION() to smb1maperror_test
 2026-04-10 16:25 UTC  (3+ messages)

[PATCH 04/61] ext4: Prefer IS_ERR_OR_NULL over manual NULL check
 2026-04-10 15:18 UTC  (2+ messages)

[PATCH v2] smb: client: add missing MODULE_DESCRIPTION() to smb1maperror_test
 2026-04-10 15:11 UTC  (4+ messages)

[PATCH] smb: client: add missing MODULE_DESCRIPTION() to smb1maperror_test
 2026-04-10  6:20 UTC  (2+ messages)

[PATCH] smb: client: use FullSessionKey for AES-256 encryption key derivation
 2026-04-09 16:15 UTC 

[PATCH 0/2] smb: some potential bugfixes
 2026-04-09  3:09 UTC  (16+ messages)
` [PATCH 1/2] smb: client: fix off-by-8 bounds check in check_wsl_eas()
` [PATCH 2/2] smb: client: fix OOB reads parsing symlink error response

[PATCH 6.19 025/311] smb: client: fix generic/694 due to wrong ->i_blocks
 2026-04-08 18:00 UTC 

[PATCH 6.18 015/277] smb: client: fix generic/694 due to wrong ->i_blocks
 2026-04-08 18:00 UTC 

PATCH: cifs.upcall: Retry krb5 TGS request with uppercase service name
 2026-04-08 15:59 UTC  (2+ messages)

[SECURITY] SMB Direct: double-free of send_io on ib_post_send failure in batch flush path
 2026-04-08 15:18 UTC  (5+ messages)

[PATCH 1/2] vfs: introduce d_mark_tmpfile_name()
 2026-04-08 13:48 UTC  (9+ messages)
` [PATCH 2/2] smb: client: add support for O_TMPFILE

[PATCH v2 1/2] vfs: introduce d_mark_tmpfile_name()
 2026-04-07 20:58 UTC  (3+ messages)
` [PATCH v2 2/2] smb: client: add support for O_TMPFILE

[PATCH] ksmbd: fix use-after-free from async crypto on Qualcomm crypto engine
 2026-04-07 11:58 UTC  (2+ messages)

[PATCH 0/3] ksmbd: some potential bugfixes
 2026-04-07  7:57 UTC  (6+ messages)
` [PATCH 1/3] ksmbd: validate EaNameLength in smb2_get_ea()
` [PATCH 2/3] ksmbd: require 3 sub-authorities before reading sub_auth[2]
` [PATCH 3/3] ksmbd: fix mechToken leak when SPNEGO decode fails after token alloc

[PATCH] ksmbd: fix use-after-free from async crypto on Qualcomm crypto engine
 2026-04-07  2:32 UTC 

[PATCH AUTOSEL 6.19-5.15] fs/smb/client: fix out-of-bounds read in cifs_sanitize_prepath
 2026-04-06 11:05 UTC 

[PATCH] ksmbd: Remove unnecessary selection of CRYPTO_ECB
 2026-04-05 23:38 UTC  (2+ messages)

[PATCH] smb: client: Remove unnecessary selection of CRYPTO_ECB
 2026-04-04 19:42 UTC 

[RFC PATCH] smb: client: add support for O_TMPFILE
 2026-04-04 15:54 UTC  (3+ messages)

[PATCH] ksmbd: fix use-after-free in __ksmbd_close_fd() lock cleanup
 2026-04-04 14:59 UTC  (5+ messages)

[BUG] Linux Kernel CIFS Client SMB2_open_free KFENCE Double-Free
 2026-04-03 22:08 UTC  (2+ messages)

[PATCH] smb/client: move smb2maperror declarations to smb2proto.h
 2026-04-03 15:38 UTC 

[PATCH v2 0/1] smb/client: avoid null-ptr-deref when tests fail in test_cmp_map()
 2026-04-03 13:12 UTC  (2+ messages)
` [PATCH v2 1/1] "

[GIT PULL] smb3 client fix
 2026-04-03  4:12 UTC  (2+ messages)

[GIT PULL] ksmbd server fix
 2026-04-03  4:12 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