messages from 2025-09-18 15:26:58 to 2025-09-25 15:46:25 UTC [more...]
[PATCH v2] smb: client: fix crypto buffers in non-linear memory
2025-09-25 15:46 UTC (2+ messages)
linux-next: manual merge of the ksmbd tree with the cifs tree
2025-09-25 15:39 UTC
[PATCH v2 3/6] smb: client: short-circuit negative lookups when parent dir is fully cached
2025-09-25 14:25 UTC
[PATCH v2] smb: client: batch SRV_COPYCHUNK entries to cut roundtrips
2025-09-25 14:19 UTC
[PATCH] fix error code overwriting in smb2_get_info_filesystem()
2025-09-25 14:18 UTC (2+ messages)
[PATCH v3 00/38] vfs, nfsd: implement directory delegations
2025-09-25 13:39 UTC (40+ messages)
` [PATCH v3 01/38] filelock: push the S_ISREG check down to ->setlease handlers
` [PATCH v3 02/38] filelock: add a lm_may_setlease lease_manager callback
` [PATCH v3 03/38] vfs: add try_break_deleg calls for parents to vfs_{link,rename,unlink}
` [PATCH v3 04/38] vfs: allow mkdir to wait for delegation break on parent
` [PATCH v3 05/38] vfs: allow rmdir "
` [PATCH v3 06/38] vfs: break parent dir delegations in open(..., O_CREAT) codepath
` [PATCH v3 07/38] vfs: make vfs_create break delegations on parent directory
` [PATCH v3 08/38] vfs: make vfs_mknod "
` [PATCH v3 09/38] filelock: lift the ban on directory leases in generic_setlease
` [PATCH v3 10/38] nfsd: allow filecache to hold S_IFDIR files
` [PATCH v3 11/38] nfsd: allow DELEGRETURN on directories
` [PATCH v3 12/38] nfsd: check for delegation conflicts vs. the same client
` [PATCH v3 13/38] nfsd: wire up GET_DIR_DELEGATION handling
` [PATCH v3 14/38] filelock: rework the __break_lease API to use flags
` [PATCH v3 15/38] filelock: add struct delegated_inode
` [PATCH v3 16/38] filelock: add support for ignoring deleg breaks for dir change events
` [PATCH v3 17/38] filelock: add a tracepoint to start of break_lease()
` [PATCH v3 18/38] filelock: add an inode_lease_ignore_mask helper
` [PATCH v3 19/38] nfsd: add protocol support for CB_NOTIFY
` [PATCH v3 20/38] nfs_common: add new NOTIFY4_* flags proposed in RFC8881bis
` [PATCH v3 21/38] nfsd: allow nfsd to get a dir lease with an ignore mask
` [PATCH v3 22/38] vfs: add fsnotify_modify_mark_mask()
` [PATCH v3 23/38] nfsd: update the fsnotify mark when setting or removing a dir delegation
` [PATCH v3 24/38] nfsd: make nfsd4_callback_ops->prepare operation bool return
` [PATCH v3 25/38] nfsd: add callback encoding and decoding linkages for CB_NOTIFY
` [PATCH v3 26/38] nfsd: add data structures for handling CB_NOTIFY to directory delegation
` [PATCH v3 27/38] nfsd: add notification handlers for dir events
` [PATCH v3 28/38] nfsd: add tracepoint to dir_event handler
` [PATCH v3 29/38] nfsd: apply the notify mask to the delegation when requested
` [PATCH v3 30/38] nfsd: add helper to marshal a fattr4 from completed args
` [PATCH v3 31/38] nfsd: allow nfsd4_encode_fattr4_change() to work with no export
` [PATCH v3 32/38] nfsd: send basic file attributes in CB_NOTIFY
` [PATCH v3 33/38] nfsd: allow encoding a filehandle into fattr4 without a svc_fh
` [PATCH v3 34/38] nfsd: add a fi_connectable flag to struct nfs4_file
` [PATCH v3 35/38] nfsd: add the filehandle to returned attributes in CB_NOTIFY
` [PATCH v3 36/38] nfsd: properly track requested child attributes
` [PATCH v3 37/38] nfsd: track requested dir attributes
` [PATCH v3 38/38] nfsd: add support to CB_NOTIFY for dir attribute changes
[PATCH 1/3] ksmbd: make ksmbd thread names distinct by client IP
2025-09-25 12:21 UTC (3+ messages)
` [PATCH 2/3] ksmbd: use sock_create_kern interface to create kernel socket
` [PATCH 3/3] ksmbd: copy overlapped range within the same file
Does ib_dereg_mr require an additional IB_WR_LOCAL_INV?
2025-09-25 11:21 UTC (3+ messages)
[PATCH] smb: client: add tcon information to smb2_reconnect() debug messages
2025-09-25 3:35 UTC (2+ messages)
[GIT PULL] ksmbd server fixes
2025-09-24 19:23 UTC (2+ messages)
Fix for xfstest generic/637 (dir lease not updating for newly created file on same client)
2025-09-24 15:15 UTC (3+ messages)
[PATCH 00/35] cifs: Fix SMB rmdir() and unlink() against Windows SMB servers
2025-09-24 10:47 UTC (28+ messages)
` [PATCH 08/35] cifs: Improve SMB2+ stat() to work also for paths in DELETE_PENDING state
` [PATCH 26/35] cifs: Add SMB2+ support into cifs_rename_pending_delete() function
` [PATCH 27/35] cifs: Move SMB1 usage of CIFSPOSIXDelFile() from inode.c to cifssmb.c
` [PATCH 28/35] cifs: Fix smb2_unlink() to fail on directory
[PATCH net-next v3 00/15] net: introduce QUIC infrastructure and core subcomponents
2025-09-23 19:37 UTC (32+ messages)
` [PATCH net-next v3 01/15] net: define IPPROTO_QUIC and SOL_QUIC constants
` [PATCH net-next v3 02/15] net: build socket infrastructure for QUIC protocol
` [PATCH net-next v3 03/15] quic: provide common utilities and data structures
` [PATCH net-next v3 04/15] quic: provide family ops for address and protocol
` [PATCH net-next v3 05/15] quic: provide quic.h header files for kernel and userspace
` [PATCH net-next v3 06/15] quic: add stream management
` [PATCH net-next v3 07/15] quic: add connection id management
` [PATCH net-next v3 08/15] quic: add path management
` [PATCH net-next v3 09/15] quic: add congestion control
` [PATCH net-next v3 10/15] quic: add packet number space
` [PATCH net-next v3 11/15] quic: add crypto key derivation and installation
` [PATCH net-next v3 12/15] quic: add crypto packet encryption and decryption
` [PATCH net-next v3 13/15] quic: add timer management
` [PATCH net-next v3 14/15] quic: add frame encoder and decoder base
` [PATCH net-next v3 15/15] quic: add packet builder and parser base
[PATCH 1/2] cifs: client: force multichannel=off when max_channels=1
2025-09-23 18:12 UTC (20+ messages)
` [PATCH 2/2] cifs: client: allow changing multichannel mount options on remount
[PATCH] smb: client: fix wrong index reference in smb2_compound_op()
2025-09-23 16:16 UTC (2+ messages)
[PATCH 6.16 012/149] smb: server: let smb_direct_writev() respect SMB_DIRECT_MAX_SEND_SGES
2025-09-22 19:30 UTC (12+ messages)
` [PATCH 6.16 048/149] ksmbd: smbdirect: verify remaining_data_length respects max_fragmented_recv_size
` [PATCH 6.16 126/149] smb: smbdirect: introduce smbdirect_socket.recv_io.expected
` [PATCH 6.16 127/149] smb: client: make use of smbdirect_socket->recv_io.expected
` [PATCH 6.16 128/149] smb: smbdirect: introduce struct smbdirect_recv_io
` [PATCH 6.16 129/149] smb: client: make use of "
` [PATCH 6.16 130/149] smb: client: let recv_done verify data_offset, data_length and remaining_data_length
` [PATCH 6.16 131/149] smb: client: fix filename matching of deferred files
` [PATCH 6.16 132/149] smb: client: use disable[_delayed]_work_sync in smbdirect.c
` [PATCH 6.16 133/149] smb: client: let smbd_destroy() call disable_work_sync(&info->post_send_credits_work)
` [PATCH 6.16 136/149] smb: client: fix file open check in __cifs_unlink()
` [PATCH 6.16 137/149] smb: client: fix smbdirect_recv_io leak in smbd_negotiate() error path
[PATCH 6.12 035/105] ksmbd: smbdirect: verify remaining_data_length respects max_fragmented_recv_size
2025-09-22 19:30 UTC (4+ messages)
` [PATCH 6.12 080/105] smb: client: fix filename matching of deferred files
` [PATCH 6.12 081/105] smb: client: let smbd_destroy() call disable_work_sync(&info->post_send_credits_work)
` [PATCH 6.12 083/105] smb: client: fix smbdirect_recv_io leak in smbd_negotiate() error path
[PATCH 6.6 27/70] ksmbd: smbdirect: verify remaining_data_length respects max_fragmented_recv_size
2025-09-22 19:29 UTC (2+ messages)
` [PATCH 6.6 56/70] smb: client: fix smbdirect_recv_io leak in smbd_negotiate() error path
[PATCH 6.1 21/61] ksmbd: smbdirect: verify remaining_data_length respects max_fragmented_recv_size
2025-09-22 19:29 UTC (2+ messages)
` [PATCH 6.1 45/61] smb: client: fix smbdirect_recv_io leak in smbd_negotiate() error path
smbdirect/RDMA patches for 6.18
2025-09-22 18:18 UTC (2+ messages)
[PATCH 5.15.y] ksmbd: smbdirect: verify remaining_data_length respects max_fragmented_recv_size
2025-09-22 2:19 UTC
[PATCH 00/18] smbdirect/client/server: improved error handling and other small improvements
2025-09-21 21:45 UTC (19+ messages)
` [PATCH 01/18] smb: smbdirect/client: introduce SMBDIRECT_SOCKET_ERROR
` [PATCH 02/18] smb: smbdirect: let smbdirect_socket_init() initialize all [delayed_]work_structs as disabled
` [PATCH 03/18] smb: smbdirect: introduce smbdirect_socket.first_error
` [PATCH 04/18] smb: client: let smbd_disconnect_rdma_connection() set SMBDIRECT_SOCKET_ERROR
` [PATCH 05/18] smb: client: fill in smbdirect_socket.first_error on error
` [PATCH 06/18] smb: client: let smbd_disconnect_rdma_connection() disable all work but disconnect_work
` [PATCH 07/18] smb: client: let smbd_{destroy,disconnect_rdma_{work,connection}}() wake up all wait queues
` [PATCH 08/18] smb: client: make consitent use of spin_lock_irq{save,restore}() in smbdirect.c
` [PATCH 09/18] smb: client: allocate smbdirect workqueue at the beginning of _smbd_get_connection()
` [PATCH 10/18] smb: client: defer calling ib_alloc_pd() after we are connected
` [PATCH 11/18] smb: client: let smbd_post_send_iter() call ib_dma_map_single() for the header first
` [PATCH 12/18] smb: server: let smb_direct_disconnect_rdma_connection() set SMBDIRECT_SOCKET_ERROR
` [PATCH 13/18] smb: server: fill in smbdirect_socket.first_error on error
` [PATCH 14/18] smb: server: let smb_direct_disconnect_rdma_connection() disable all work but disconnect_work
` [PATCH 15/18] smb: server: let {free_transport,smb_direct_disconnect_rdma_{work,connection}}() wake up all wait queues
` [PATCH 16/18] smb: server: make consitent use of spin_lock_irq{save,restore}() in transport_rdma.c
` [PATCH 17/18] smb: server: make use of ib_alloc_cq_any() instead of ib_alloc_cq()
` [PATCH 18/18] smb: server: let smb_direct_flush_send_list() invalidate a remote key first
[PATCH v3 5/6] VFS: rename kern_path_locked() and related functions
2025-09-21 10:22 UTC (2+ messages)
[PATCH] smb: client: handle unlink(2) of files open by different clients
2025-09-20 17:02 UTC (3+ messages)
[GIT PULL] smb3 client fixes
2025-09-19 23:14 UTC (2+ messages)
[PATCH 1/6] smb: client: ensure open_cached_dir_by_dentry() only returns valid cfid
2025-09-19 20:49 UTC (12+ messages)
` [PATCH 2/6] smb: client: short-circuit in open_cached_dir_by_dentry() if !dentry
` [PATCH 3/6] smb: client: short-circuit negative lookups when parent dir is fully cached
` [PATCH 4/6] smb: client: update cfid->last_access_time in open_cached_dir_by_dentry()
` [PATCH 5/6] smb: client: remove pointless cfid->has_lease check
` [PATCH 6/6] smb: client: remove unused fid_lock
[PATCHES] finish_no_open() calling conventions change
2025-09-19 9:16 UTC (4+ messages)
` [PATCH 1/9] allow finish_no_open(file, ERR_PTR(-E...))
` [PATCH 7/9] simplify fuse_atomic_open()
Outsourced welding teams
2025-09-19 8:00 UTC
[PATCH v3] smb: server: fix IRD/ORD negotiation with the client
2025-09-19 0:41 UTC (2+ messages)
[bug report] smb: client: batch SRV_COPYCHUNK entries to cut roundtrips
2025-09-18 20:59 UTC (3+ messages)
[PATCH] smb: client: fix smbdirect_recv_io leak in smbd_negotiate() error path
2025-09-18 20:36 UTC
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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).