Linux CIFS filesystem development
 help / color / mirror / Atom feed
 messages from 2025-10-13 15:00:35 to 2025-10-21 16:17:53 UTC [more...]

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

[PATCH] ksmbd: transport_ipc: validate payload size before reading handle
 2025-10-21 14:54 UTC 

[PATCH 0/2] vfs, afs, bash: Fix miscomparison of foreign user IDs in the VFS
 2025-10-21 13:20 UTC  (6+ 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 v2 00/11] vfs: recall-only directory delegations for knfsd
 2025-10-21 13:09 UTC  (20+ messages)
` [PATCH v2 01/11] filelock: push the S_ISREG check down to ->setlease handlers
` [PATCH v2 02/11] vfs: add try_break_deleg calls for parents to vfs_{link,rename,unlink}
` [PATCH v2 03/11] vfs: allow mkdir to wait for delegation break on parent
` [PATCH v2 04/11] vfs: allow rmdir "
` [PATCH v2 05/11] vfs: break parent dir delegations in open(..., O_CREAT) codepath
` [PATCH v2 06/11] vfs: make vfs_create break delegations on parent directory
` [PATCH v2 07/11] vfs: make vfs_mknod "
` [PATCH v2 08/11] filelock: lift the ban on directory leases in generic_setlease
` [PATCH v2 09/11] nfsd: allow filecache to hold S_IFDIR files
` [PATCH v2 10/11] nfsd: allow DELEGRETURN on directories
` [PATCH v2 11/11] nfsd: wire up GET_DIR_DELEGATION handling

[RFC PATCH] fs: Plumb case sensitivity bits into statx
 2025-10-21 11:54 UTC  (11+ messages)

[PATCH 0/5] smb: smbdirect: introduce local send credits
 2025-10-21  6:51 UTC  (7+ messages)
` [PATCH 1/5] smb: smbdirect: introduce smbdirect_socket.send_io.lcredits.*
` [PATCH 2/5] smb: server: smb_direct_disconnect_rdma_connection() already wakes all waiters on error
` [PATCH 3/5] smb: server: simplify sibling_list handling in smb_direct_flush_send_list/send_done
` [PATCH 4/5] smb: server: make use of smbdirect_socket.send_io.lcredits.*
` [PATCH 5/5] smb: client: "

[PATCH v3 00/22] smb: fix some bugs, move duplicate definitions to common header file
 2025-10-21  6:36 UTC  (32+ 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] cifs: Call the calc_signature functions directly
 2025-10-21  2:25 UTC  (3+ messages)

ksmbd: add max ip connections parameter: backport problem 6.6
 2025-10-21  1:57 UTC  (2+ messages)

mount.cifs fails to negotiate AES-256-GCM but works when enforced via sysfs or modprobe options
 2025-10-20 20:51 UTC 

[PATCH] cifs: #include cifsglob.h before trace.h to allow structs in tracepoints
 2025-10-20 16:59 UTC  (2+ messages)

[PATCH] cifs: Fix TCP_Server_Info::credits to be signed
 2025-10-20 16:58 UTC  (5+ messages)

[PATCH] smb: server: let smb_direct_cm_handler() call ib_drain_qp() after smb_direct_disconnect_rdma_work()
 2025-10-20 14:07 UTC 

[PATCH] smb: server: call smb_direct_post_recv_credits() when the negotiation is done
 2025-10-20 14:07 UTC 

[PATCH 00/13] vfs: recall-only directory delegations for knfsd
 2025-10-20  9:38 UTC  (28+ 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 10/13] nfsd: allow filecache to hold S_IFDIR files
` [PATCH 12/13] nfsd: check for delegation conflicts vs. the same client

[PATCH] cifs: Add a couple of missing smb3_rw_credits tracepoints
 2025-10-20  9:37 UTC 

[PATCH v5] smb: server: allocate enough space for RW WRs and ib_drain_qp()
 2025-10-20  1:18 UTC  (2+ messages)

[PATCH v2 0/6] smb/server: fix return values of smb2_0_server_cmds proc
 2025-10-19 12:32 UTC  (14+ messages)
` [PATCH v2 1/6] smb/server: fix return value of smb2_read()
                ` [v2 "
` [PATCH v2 2/6] smb/server: fix return value of smb2_notify()
` [PATCH v2 3/6] smb/server: fix return value of smb2_query_dir()
` [PATCH v2 4/6] smb/server: fix return value of smb2_ioctl()
` [PATCH v2 5/6] smb/server: fix return value of smb2_oplock_break()
` [PATCH v2 6/6] smb/server: update some misguided comment of smb2_0_server_cmds proc

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

[PATCH 0/8] smb: client: More crypto library conversions
 2025-10-17 16:24 UTC  (7+ messages)

[PATCH 6.17 124/371] smb: client: fix missing timestamp updates after utime(2)
 2025-10-17 14:51 UTC 

[PATCH 6.12 078/277] smb: client: fix missing timestamp updates after utime(2)
 2025-10-17 14:51 UTC 

[PATCH 6.6 053/201] smb: client: fix missing timestamp updates after utime(2)
 2025-10-17 14:51 UTC 

[PATCH 0/6] smb/server: fix return values of smb2_0_server_cmds proc
 2025-10-17 14:47 UTC  (9+ messages)
` [PATCH 1/6] smb/server: fix return value of smb2_read()
` [PATCH 2/6] smb/server: fix return value of smb2_notify()
` [PATCH 3/6] smb/server: fix return value of smb2_query_dir()
` [PATCH 4/6] smb/server: fix return value of smb2_ioctl()
` [PATCH 5/6] smb/server: fix return value of smb2_oplock_break()
` [PATCH 6/6] smb/server: update some misguided comment of smb2_0_server_cmds proc

*** Urgent Change ***
 2025-10-17 12:45 UTC 

[PATCH v4] smb: server: allocate enough space for RW WRs and ib_drain_qp()
 2025-10-17  6:44 UTC  (3+ messages)

[RFC PATCH 0/2] smb: client: support directory change tracking
 2025-10-17  4:05 UTC  (7+ messages)
` [RFC PATCH 2/2] smb: client: add directory change tracking via SMB2 Change Notify

[GIT PULL] ksmbd server fixes
 2025-10-16 18:06 UTC  (2+ messages)

[PATCH 0/3] ksmbd: More crypto library conversions
 2025-10-16 17:54 UTC  (8+ 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: allocate enough space for MR WRs and ib_drain_qp()
 2025-10-16 16:07 UTC  (2+ messages)

[PATCH v2] smb: client: Fix refcount leak for cifs_sb_tlink
 2025-10-16 16:00 UTC  (4+ messages)

[PATCH v2 00/20] cached dir fixes and improvements
 2025-10-16 12:42 UTC  (2+ messages)

[PATCH v3] smb: server: allocate enough space for RW WRs and ib_drain_qp()
 2025-10-16 12:19 UTC 

[PATCH v2] smb: server: allocate enough space for RW WRs and ib_drain_qp()
 2025-10-16 12:18 UTC  (2+ messages)

[PATCH] smb: server: allocate enough space for RW WRs and ib_drain_qp()
 2025-10-16 11:19 UTC  (2+ messages)

[PATCH] smb: Fix refcount leak for cifs_sb_tlink
 2025-10-16  2:59 UTC  (7+ messages)

[PATCH] smb: server: let free_transport() wait for SMBDIRECT_SOCKET_DISCONNECTED
 2025-10-16  1:39 UTC  (2+ messages)

[PATCH] smb: client: let smbd_destroy() wait for SMBDIRECT_SOCKET_DISCONNECTED
 2025-10-15 16:24 UTC  (2+ messages)

[PATCH 00/10] improve smbdirect_mr_io lifetime
 2025-10-15 12:47 UTC  (4+ messages)
` [PATCH 10/10] smb: client: let destroy_mr_list() keep smbdirect_mr_io memory if registered

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

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

[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  (4+ messages)
` [PATCH 3/3] smb: client: Omit a variable initialisation in smb311_crypto_shash_allocate()

[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  (6+ 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 


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