Linux-CIFS Archive mirror
 help / color / mirror / Atom feed
 messages from 2025-10-10 06:50:24 to 2025-10-15 12:47:36 UTC [more...]

[PATCH 00/10] improve smbdirect_mr_io lifetime
 2025-10-15 12:47 UTC  (14+ messages)
` [PATCH 01/10] smb: smbdirect: introduce smbdirect_mr_io.{kref,mutex} and SMBDIRECT_MR_DISABLED
` [PATCH 02/10] smb: client: change smbd_deregister_mr() to return void
` [PATCH 03/10] smb: client: let destroy_mr_list() call list_del(&mr->list)
` [PATCH 04/10] smb: client: let destroy_mr_list() remove locked from the list
` [PATCH 05/10] smb: client: improve logic in allocate_mr_list()
` [PATCH 06/10] smb: client: improve logic in smbd_register_mr()
` [PATCH 07/10] smb: client: improve logic in smbd_deregister_mr()
` [PATCH 08/10] smb: client: call ib_dma_unmap_sg if mr->sgt.nents is not 0
` [PATCH 09/10] smb: client: let destroy_mr_list() call ib_dereg_mr() before ib_dma_unmap_sg()
` [PATCH 10/10] smb: client: let destroy_mr_list() keep smbdirect_mr_io memory if registered

[PATCH 00/13] vfs: recall-only directory delegations for knfsd
 2025-10-15 11:35 UTC  (25+ messages)
` [PATCH 01/13] filelock: push the S_ISREG check down to ->setlease handlers
` [PATCH 02/13] filelock: add a lm_may_setlease lease_manager callback
` [PATCH 03/13] vfs: add try_break_deleg calls for parents to vfs_{link,rename,unlink}
` [PATCH 04/13] vfs: allow mkdir to wait for delegation break on parent
` [PATCH 05/13] vfs: allow rmdir "
` [PATCH 06/13] vfs: break parent dir delegations in open(..., O_CREAT) codepath
` [PATCH 07/13] vfs: make vfs_create break delegations on parent directory
` [PATCH 08/13] vfs: make vfs_mknod "
` [PATCH 09/13] filelock: lift the ban on directory leases in generic_setlease
` [PATCH 10/13] nfsd: allow filecache to hold S_IFDIR files
` [PATCH 11/13] nfsd: allow DELEGRETURN on directories
` [PATCH 12/13] nfsd: check for delegation conflicts vs. the same client
` [PATCH 13/13] nfsd: wire up GET_DIR_DELEGATION handling

[PATCH] ksmbd: fix recursive locking in RPC handle list access
 2025-10-15  7:53 UTC  (2+ messages)

[PATCH v3 00/22] smb: fix some bugs, move duplicate definitions to common header file
 2025-10-15  5:43 UTC  (24+ messages)
` [PATCH v3 01/22] smb/server: fix possible memory leak in smb2_read()
` [PATCH v3 02/22] smb/server: fix possible refcount leak in smb2_sess_setup()
` [PATCH v3 03/22] smb: move some duplicate definitions to common/cifsglob.h
` [PATCH v3 04/22] smb: move smb_version_values "
` [PATCH v3 05/22] smb: move get_rfc1002_len() "
` [PATCH v3 06/22] smb: move SMB1_PROTO_NUMBER "
` [PATCH v3 07/22] smb: move some duplicate definitions to common/smb2pdu.h
` [PATCH v3 08/22] smb: move smb_sockaddr_in and smb_sockaddr_in6 "
` [PATCH v3 09/22] smb: move copychunk definitions "
` [PATCH v3 10/22] smb: move resume_key_ioctl_rsp "
` [PATCH v3 11/22] smb: move smb2_file_network_open_info "
  ` [PATCH v3 12/22] smb: move some duplicate definitions to common/cifspdu.h
  ` [PATCH v3 13/22] smb: move file access permission bits "
  ` [PATCH v3 14/22] smb: move SMB frame "
  ` [PATCH v3 15/22] smb: move FILE_SYSTEM_ATTRIBUTE_INFO "
  ` [PATCH v3 16/22] smb: move FILE_SYSTEM_DEVICE_INFO "
  ` [PATCH v3 17/22] smb: move FILE_SYSTEM_INFO "
  ` [PATCH v3 18/22] smb: move FILE_DIRECTORY_INFO "
  ` [PATCH v3 19/22] smb: move FILE_FULL_DIRECTORY_INFO "
  ` [PATCH v3 20/22] smb: move FILE_BOTH_DIRECTORY_INFO "
  ` [PATCH v3 21/22] smb: move SEARCH_ID_FULL_DIR_INFO "
  ` [PATCH v3 22/22] smb: move FILE_SYSTEM_POSIX_INFO "

[PATCH 0/3] ksmbd: More crypto library conversions
 2025-10-14 23:25 UTC  (5+ messages)
` [PATCH 1/3] ksmbd: Use SHA-512 library for SMB3.1.1 preauth hash
` [PATCH 2/3] ksmbd: Use HMAC-SHA256 library for message signing and key generation
` [PATCH 3/3] ksmbd: Use HMAC-MD5 library for NTLMv2
` Fwd: [PATCH 0/3] ksmbd: More crypto library conversions

[PATCH] smb: client: Fix format specifiers for size_t in parse_dfs_referrals()
 2025-10-14 19:12 UTC  (2+ messages)

[PATCH 0/2] vfs, afs, bash: Fix miscomparison of foreign user IDs in the VFS
 2025-10-14 18:27 UTC  (4+ messages)
` [PATCH 1/2] vfs: Allow filesystems with foreign owner IDs to override UID checks
` [PATCH 2/2] afs, bash: Fix open(O_CREAT) on an extant AFS file in a sticky dir

[PATCH 0/8] smb: client: More crypto library conversions
 2025-10-14  7:55 UTC  (13+ messages)
` [PATCH 1/8] smb: client: Use SHA-512 library for SMB3.1.1 preauth hash
` [PATCH 2/8] smb: client: Use HMAC-SHA256 library for key generation
` [PATCH 3/8] smb: client: Use HMAC-SHA256 library for SMB2 signature calculation
` [PATCH 4/8] smb: client: Use MD5 library for M-F symlink hashing
` [PATCH 5/8] smb: client: Use MD5 library for SMB1 signature calculation
` [PATCH 6/8] smb: client: Use HMAC-MD5 library for NTLMv2
` [PATCH 7/8] smb: client: Remove obsolete crypto_shash allocations
` [PATCH 8/8] smb: client: Consolidate cmac(aes) shash allocation

[PATCH] smb: client: Simplify conditional compilation in cifs_do_create()
 2025-10-14  5:56 UTC 

[PATCH 0/3] smb: client: Better exception handling for SMB3 hash allocations
 2025-10-13 19:45 UTC  (6+ messages)
` [PATCH 2/3] smb: client: Improve resource release in smb311_crypto_shash_allocate()
` [PATCH 3/3] smb: client: Omit a variable initialisation "
` [0/3] smb: client: Better exception handling for SMB3 hash allocations

[PATCH] cifs: parse_dfs_referrals: prevent oob on malformed input
 2025-10-13 18:39 UTC 

Improving source code parsing for “fs/smb/client/dir.c”?
 2025-10-13 15:47 UTC  (8+ messages)
` [cocci] "

[PATCH 6.17 029/563] smb: client: fix sending the iwrap custom IRD/ORD negotiation messages
 2025-10-13 14:38 UTC  (2+ messages)
` [PATCH 6.17 030/563] smb: server: fix IRD/ORD negotiation with the client

[PATCH 6.12 011/262] smb: server: fix IRD/ORD negotiation with the client
 2025-10-13 14:42 UTC 

[PATCH 6.6 008/196] smb: server: fix IRD/ORD negotiation with the client
 2025-10-13 14:43 UTC 

[PATCH 6.1 052/196] smb: server: fix IRD/ORD negotiation with the client
 2025-10-13 14:43 UTC 

[PATCH] smb: Fix refcount leak for cifs_sb_tlink
 2025-10-13 10:14 UTC 

[PATCH v2 01/22] smb/server: fix possible memory leak in smb2_read()
 2025-10-13  3:15 UTC  (25+ messages)
` [PATCH v2 02/22] smb/server: fix possible refcount leak in smb2_sess_setup()
` [PATCH v2 03/22] smb: move some duplicate definitions to common/cifsglob.h
` [PATCH v2 04/22] smb: move smb_version_values "
` [PATCH v2 05/22] smb: move get_rfc1002_len() "
` [PATCH v2 06/22] smb: move SMB1_PROTO_NUMBER "
` [PATCH v2 07/22] smb: move some duplicate definitions to common/smb2pdu.h
` [PATCH v2 08/22] smb: move smb_sockaddr_in and smb_sockaddr_in6 "
` [PATCH v2 09/22] smb: move copychunk definitions "
` [PATCH v2 10/22] smb: move resume_key_ioctl_rsp "
` [PATCH v2 11/22] smb: move smb2_file_network_open_info "
` [PATCH v2 12/22] smb: move some duplicate definitions to common/cifspdu.h
` [PATCH v2 13/22] smb: move file access permission bits "
` [PATCH v2 14/22] smb: move SMB frame "
` [PATCH v2 15/22] smb: move FILE_SYSTEM_ATTRIBUTE_INFO "
` [PATCH v2 16/22] smb: move FILE_SYSTEM_DEVICE_INFO "
` [PATCH v2 17/22] smb: move FILE_SYSTEM_INFO "
` [PATCH v2 18/22] smb: move FILE_DIRECTORY_INFO "
` [PATCH v2 19/22] smb: move FILE_FULL_DIRECTORY_INFO "
` [PATCH v2 20/22] smb: move FILE_BOTH_DIRECTORY_INFO "
` [PATCH v2 21/22] smb: move SEARCH_ID_FULL_DIR_INFO "
` [PATCH v2 22/22] smb: move FILE_SYSTEM_POSIX_INFO "

[PATCH v2 00/22] smb: fix some bugs, move duplicate definitions to common header file
 2025-10-12 16:17 UTC 

[PATCH 01/22] smb/server: fix possible memory leak in smb2_read()
 2025-10-12 15:33 UTC  (24+ messages)
` [PATCH 02/22] smb/server: fix possible refcount leak in smb2_sess_setup()
` [PATCH 03/22] smb: move some duplicate definitions to common/cifsglob.h
` [PATCH 04/22] smb: move smb_version_values "
` [PATCH 05/22] smb: move get_rfc1002_len() "
` [PATCH 06/22] smb: move SMB1_PROTO_NUMBER "
` [PATCH 07/22] smb: move some duplicate definitions to common/smb2pdu.h
` [PATCH 08/22] smb: move smb_sockaddr_in and smb_sockaddr_in6 "
` [PATCH 09/22] smb: move copychunk definitions "
` [PATCH 10/22] smb: move resume_key_ioctl_rsp "
` [PATCH 11/22] smb: move smb2_file_network_open_info "
` [PATCH 12/22] smb: move some duplicate definitions to common/cifspdu.h
` [PATCH 13/22] smb: move file access permission bits "
` [PATCH 14/22] smb: move SMB frame "
` [PATCH 15/22] smb: move FILE_SYSTEM_ATTRIBUTE_INFO "
` [PATCH 16/22] smb: move FILE_SYSTEM_DEVICE_INFO "
` [PATCH 17/22] smb: move FILE_SYSTEM_INFO "
` [PATCH 18/22] smb: move FILE_DIRECTORY_INFO "
` [PATCH 19/22] smb: move FILE_FULL_DIRECTORY_INFO "
` [PATCH 20/22] smb: move FILE_BOTH_DIRECTORY_INFO "
` [PATCH 21/22] smb: move SEARCH_ID_FULL_DIR_INFO "
` [PATCH 22/22] smb: move FILE_SYSTEM_POSIX_INFO "

[PATCH RESEND 01/22] smb/server: fix possible memory leak in smb2_read()
 2025-10-12 15:22 UTC  (22+ messages)
` [PATCH RESEND 02/22] smb/server: fix possible refcount leak in smb2_sess_setup()
` [PATCH RESEND 03/22] smb: move some duplicate definitions to common/cifsglob.h
` [PATCH RESEND 04/22] smb: move smb_version_values "
` [PATCH RESEND 05/22] smb: move get_rfc1002_len() "
` [PATCH RESEND 06/22] smb: move SMB1_PROTO_NUMBER "
` [PATCH RESEND 07/22] smb: move some duplicate definitions to common/smb2pdu.h
` [PATCH RESEND 08/22] smb: move smb_sockaddr_in and smb_sockaddr_in6 "
` [PATCH RESEND 09/22] smb: move copychunk definitions "
` [PATCH RESEND 10/22] smb: move resume_key_ioctl_rsp "
` [PATCH RESEND 11/22] smb: move smb2_file_network_open_info "
` [PATCH RESEND 12/22] smb: move some duplicate definitions to common/cifspdu.h
` [PATCH RESEND 13/22] smb: move file access permission bits "
` [PATCH RESEND 14/22] smb: move SMB frame "
` [PATCH RESEND 15/22] smb: move FILE_SYSTEM_ATTRIBUTE_INFO "
` [PATCH RESEND 16/22] smb: move FILE_SYSTEM_DEVICE_INFO "
` [PATCH RESEND 17/22] smb: move FILE_SYSTEM_INFO "
` [PATCH RESEND 18/22] smb: move FILE_DIRECTORY_INFO "
` [PATCH RESEND 19/22] smb: move FILE_FULL_DIRECTORY_INFO "
` [PATCH RESEND 20/22] smb: move FILE_BOTH_DIRECTORY_INFO "
` [PATCH RESEND 21/22] smb: move SEARCH_ID_FULL_DIR_INFO "
` [PATCH RESEND 22/22] smb: move FILE_SYSTEM_POSIX_INFO "

[PATCH RESEND 00/22] smb: fix some bugs, move duplicate definitions to common header file
 2025-10-12 15:22 UTC 

[PATCH 00/22] smb: fix some bugs, move duplicate definitions to common header file
 2025-10-12 15:08 UTC 

[PATCH] smb: client: Omit one redundant variable assignment in cifs_xattr_set()
 2025-10-11 20:02 UTC  (2+ messages)

[PATCH] smb: client: Return a status code only as a constant in sid_to_id()
 2025-10-11 20:00 UTC  (2+ messages)

[bug report] Avoiding reserved identifier violations
 2025-10-11 14:05 UTC 

[PATCH] smb: client: Delete an unnecessary check before iput() in cifs_do_create()
 2025-10-11 11:29 UTC 

[PATCH] smb: client: Simplify a boolean value determination in sid_to_id()
 2025-10-10 19:46 UTC 

[RFC PATCH] fs: Plumb case sensitivity bits into statx
 2025-10-10 19:06 UTC  (12+ messages)

[GIT PULL] smb3 client fixes
 2025-10-10 18:45 UTC  (2+ messages)

[PATCH] smb: client: Delete duplicate error code assignments in cifs_xattr_set()
 2025-10-10 12:28 UTC 

[PATCH v6.1] smb: prevent use-after-free due to open_cached_dir error paths
 2025-10-10 10:52 UTC  (3+ messages)

[PATCH] smb: client: Simplify a return statement in get_smb2_acl_by_path()
 2025-10-10  7:22 UTC  (3+ messages)


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 read-only IMAP folder(s) and NNTP newsgroup(s).