Linux-CIFS Archive mirror
 help / color / mirror / Atom feed
 messages from 2025-10-07 04:13:23 to 2025-10-13 14:48:36 UTC [more...]

[PATCH 00/13] vfs: recall-only directory delegations for knfsd
 2025-10-13 14:48 UTC  (7+ 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 0/8] smb: client: More crypto library conversions
 2025-10-13 14:44 UTC  (10+ 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

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

[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 00/10] improve smbdirect_mr_io lifetime
 2025-10-13  3:05 UTC  (12+ 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 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 0/3] smb: client: Better exception handling for SMB3 hash allocations
 2025-10-12  9:44 UTC  (6+ messages)
` [PATCH 1/3] smb: client: Return directly after a failed cifs_alloc_hash() in smb3_crypto_shash_allocate()
` [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] 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  (8+ messages)
  `  "

directory lease patch series
 2025-10-09 23:13 UTC  (3+ messages)

[PATCH] cifs: Show reason why autodisabling serverino support
 2025-10-09 17:15 UTC 

[PATCH] smb: client: Omit an if branch in smb2_find_smb_tcon()
 2025-10-09 15:43 UTC  (2+ messages)

[PATCH] smb: client: Improve exception handling in smb2_setup_request()
 2025-10-09 14:32 UTC 

[PATCH] smb: client: Improve exception handling in smb2_setup_async_request()
 2025-10-09 11:52 UTC 

[PATCH] smb: client: Avoid redundant statements after a failed kmalloc() in SMB2_sess_auth_rawntlmssp_negotiate()
 2025-10-09  9:05 UTC 

[PATCH] smb: client: Use more common code in SMB2_tcon()
 2025-10-09  8:44 UTC 

[PATCH] smb: client: Use more common code in smb311_posix_mkdir()
 2025-10-09  8:21 UTC 

[PATCH] smb: client: Move an error code assignment in smb3_init_transform_rq()
 2025-10-08 21:00 UTC  (4+ messages)

[PATCH] smb: client: Use common code in smb3_enum_snapshots()
 2025-10-08 20:40 UTC 

[PATCH] smb: client: Use common code in smb3_notify()
 2025-10-08 20:24 UTC 

[PATCH 0/2] smb: client: Better exception handling in smb3_simple_fallocate_range()
 2025-10-08 18:48 UTC  (3+ messages)
` [PATCH 1/2] smb: client: Return directly after a failed SMB2_ioctl() "
` [PATCH 2/2] smb: client: Improve memory release "

[PATCH v3 1/4] smb: client: fix missing timestamp updates with O_TRUNC
 2025-10-07 22:29 UTC  (5+ messages)
` [PATCH v3 2/4] smb: client: fix missing timestamp updates after ftruncate(2)
` [PATCH v3 3/4] smb: client: fix missing timestamp updates after utime(2)
` [PATCH v3 4/4] smb: client: fix race with fallocate(2) and AIO+DIO

[PATCH] smb: client: Use common code in smb2_push_mandatory_locks()
 2025-10-07 19:45 UTC 

[PATCH v5] cifs: Fix copy_to_iter return value check
 2025-10-07 19:03 UTC  (3+ messages)

[PATCH] smb: client: Use common code in cifs_acl_to_fattr()
 2025-10-07 18:10 UTC 

[PATCH v2 00/20] cached dir fixes and improvements
 2025-10-07 17:43 UTC  (21+ messages)
` [PATCH v2 01/20] smb: client: remove cfids_invalidation_worker
` [PATCH v2 02/20] smb: client: remove cached_dir_offload_close/close_work
` [PATCH v2 03/20] smb: client: remove cached_dir_put_work/put_work
` [PATCH v2 04/20] smb: client: remove cached_fids->dying list
` [PATCH v2 05/20] smb: client: remove cached_fid->on_list
` [PATCH v2 06/20] smb: client: merge {close,invalidate}_all_cached_dirs()
` [PATCH v2 07/20] smb: client: merge free_cached_dir in release callback
` [PATCH v2 08/20] smb: client: split find_or_create_cached_dir()
` [PATCH v2 09/20] smb: client: enhance cached dir lookups
` [PATCH v2 10/20] smb: client: refactor dropping cached dirs
` [PATCH v2 11/20] smb: client: simplify cached_fid state checking
` [PATCH v2 12/20] smb: client: prevent lease breaks of cached parents when opening children
` [PATCH v2 13/20] smb: client: actually use cached dirs on readdir
` [PATCH v2 14/20] smb: client: wait for concurrent caching of dirents in cifs_readdir()
` [PATCH v2 15/20] smb: client: remove cached_dirent->fattr
` [PATCH v2 16/20] smb: client: add is_dir argument to query_path_info
` [PATCH v2 17/20] smb: client: use cached dir on queryfs/smb2_compound_op
` [PATCH v2 18/20] smb: client: skip dentry revalidation of cached root
` [PATCH v2 19/20] smb: client: rework cached dirs synchronization
` [PATCH v2 20/20] smb: client: cleanup open_cached_dir()

[PATCH] smb: client: Use common code in id_mode_to_cifs_acl()
 2025-10-07 17:35 UTC 

[PATCH] smb: client: Return directly after a failed genlmsg_new() in cifs_swn_send_register_message()
 2025-10-07 16:38 UTC 

[PATCH] smb: client: Improve unlocking of a mutex in cifs_get_swn_reg()
 2025-10-07 15:52 UTC 

[PATCH] smb: client: Return a status code only as a constant in cifs_spnego_key_instantiate()
 2025-10-07 14:45 UTC 

[PATCH] smb: client: Use more common code in open_cached_dir()
 2025-10-07 13:50 UTC 

[PATCH v4] cifs: Fix copy_to_iter return value check
 2025-10-07  7:12 UTC 

[PATCH v3] cifs: Fix copy_to_iter return value check
 2025-10-07  6:54 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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).