Linux CIFS filesystem development
 help / color / mirror / Atom feed
 messages from 2025-05-19 13:48:41 to 2025-06-08 01:03:26 UTC [more...]

[GIT PULL] smb3 client fixes
 2025-06-08  1:03 UTC 

CIFS 7.1 causes I/O-errors when encountering directory junctions on remote windows machine
 2025-06-06 20:17 UTC 

[BUG REPORT] smb: client: find_cifs_entry() suppresses some errors
 2025-06-06 17:34 UTC  (4+ messages)

[PATCH AUTOSEL 6.1 1/9] cifs: Correctly set SMB1 SessionKey field in Session Setup Request
 2025-06-06 15:43 UTC  (2+ messages)
` [PATCH AUTOSEL 6.1 2/9] cifs: Fix cifs_query_path_info() for Windows NT servers

[PATCH AUTOSEL 6.6 01/13] cifs: Correctly set SMB1 SessionKey field in Session Setup Request
 2025-06-06 15:43 UTC  (3+ messages)
` [PATCH AUTOSEL 6.6 02/13] cifs: Fix cifs_query_path_info() for Windows NT servers
` [PATCH AUTOSEL 6.6 03/13] cifs: Fix encoding of SMB1 Session Setup NTLMSSP Request in non-UNICODE mode

[PATCH AUTOSEL 6.12 01/15] cifs: Correctly set SMB1 SessionKey field in Session Setup Request
 2025-06-06 15:42 UTC  (3+ messages)
` [PATCH AUTOSEL 6.12 02/15] cifs: Fix cifs_query_path_info() for Windows NT servers
` [PATCH AUTOSEL 6.12 03/15] cifs: Fix encoding of SMB1 Session Setup NTLMSSP Request in non-UNICODE mode

[PATCH AUTOSEL 6.14 01/19] cifs: Correctly set SMB1 SessionKey field in Session Setup Request
 2025-06-06 15:42 UTC  (3+ messages)
` [PATCH AUTOSEL 6.14 02/19] cifs: Fix cifs_query_path_info() for Windows NT servers
` [PATCH AUTOSEL 6.14 03/19] cifs: Fix encoding of SMB1 Session Setup NTLMSSP Request in non-UNICODE mode

[PATCH AUTOSEL 6.15 01/21] cifs: Correctly set SMB1 SessionKey field in Session Setup Request
 2025-06-06 15:41 UTC  (3+ messages)
` [PATCH AUTOSEL 6.15 02/21] cifs: Fix cifs_query_path_info() for Windows NT servers
` [PATCH AUTOSEL 6.15 03/21] cifs: Fix encoding of SMB1 Session Setup NTLMSSP Request in non-UNICODE mode

[PATCH RFC v2 00/28] vfs, nfsd, nfs: implement directory delegations
 2025-06-06 10:10 UTC  (34+ messages)
` [PATCH RFC v2 01/28] filelock: push the S_ISREG check down to ->setlease handlers
` [PATCH RFC v2 02/28] filelock: add a lm_may_setlease lease_manager callback
` [PATCH RFC v2 03/28] vfs: add try_break_deleg calls for parents to vfs_{link,rename,unlink}
` [PATCH RFC v2 04/28] vfs: allow mkdir to wait for delegation break on parent
` [PATCH RFC v2 05/28] vfs: allow rmdir "
` [PATCH RFC v2 06/28] vfs: break parent dir delegations in open(..., O_CREAT) codepath
` [PATCH RFC v2 07/28] vfs: make vfs_create break delegations on parent directory
` [PATCH RFC v2 08/28] vfs: make vfs_mknod "
` [PATCH RFC v2 09/28] filelock: lift the ban on directory leases in generic_setlease
` [PATCH RFC v2 10/28] nfsd: allow filecache to hold S_IFDIR files
` [PATCH RFC v2 11/28] nfsd: allow DELEGRETURN on directories
` [PATCH RFC v2 12/28] nfsd: check for delegation conflicts vs. the same client
` [PATCH RFC v2 13/28] nfsd: wire up GET_DIR_DELEGATION handling
` [PATCH RFC v2 14/28] filelock: rework the __break_lease API to use flags
` [PATCH RFC v2 15/28] filelock: add struct delegated_inode
` [PATCH RFC v2 16/28] filelock: add support for ignoring deleg breaks for dir change events
` [PATCH RFC v2 17/28] filelock: add an inode_lease_ignore_mask helper
` [PATCH RFC v2 18/28] nfsd: add protocol support for CB_NOTIFY
` [PATCH RFC v2 19/28] nfsd: add callback encoding and decoding linkages "
` [PATCH RFC v2 20/28] nfsd: add data structures for handling CB_NOTIFY to directory delegation
` [PATCH RFC v2 21/28] fsnotify: export fsnotify_recalc_mask()
` [PATCH RFC v2 22/28] nfsd: update the fsnotify mark when setting or removing a dir delegation
` [PATCH RFC v2 23/28] nfsd: make nfsd4_callback_ops->prepare operation bool return
` [PATCH RFC v2 24/28] nfsd: add notification handlers for dir events
` [PATCH RFC v2 25/28] nfsd: allow nfsd to get a dir lease with an ignore mask
` [PATCH RFC v2 26/28] nfsd: add a tracepoint for nfsd_file_fsnotify_handle_dir_event()
` [PATCH RFC v2 27/28] nfsd: add support for NOTIFY4_ADD_ENTRY events
` [PATCH RFC v2 28/28] nfsd: add support for NOTIFY4_RENAME_ENTRY events

[PATCH] cifs: add smbdirect.rst to toctree
 2025-06-05 23:15 UTC  (2+ messages)

linux-next: build warning after merge of the cifs tree
 2025-06-05 15:38 UTC  (3+ messages)

[GIT PULL] ksmbd sever fixes
 2025-06-05  3:03 UTC  (2+ messages)

[PATCH] cifs: add documentation for smbdirect setup
 2025-06-05  0:04 UTC  (5+ messages)
    ` [PATCH v2] "

[PATCH 1/7] cifs: Revert "smb: client: Avoid race in open_cached_dir with lease breaks"
 2025-06-04 10:18 UTC  (7+ messages)
` [PATCH 2/7] cifs: protect cfid accesses with fid_lock
` [PATCH 3/7] cifs: do not return an invalidated cfid
` [PATCH 4/7] cifs: serialize initialization and cleanup of cfid
` [PATCH 5/7] cifs: update the lock ordering comments with new mutex
` [PATCH 6/7] cifs: tc_count updates should be done with tc_lock
` [PATCH 7/7] cifs: add new field to track the last access time of cfid

[PATCH cifs-utils] mount.cifs: retry mount on -EINPROGRESS
 2025-06-04  5:55 UTC  (2+ messages)

[GIT PULL] smb3 client fixes
 2025-06-03 23:21 UTC  (3+ messages)

[PATCH v2 00/12] smb:common: introduce and use common smbdirect headers/structures (step1)
 2025-06-03 10:55 UTC  (27+ messages)
` [PATCH v2 01/12] smb: smbdirect: add smbdirect_pdu.h with protocol definitions
` [PATCH v2 02/12] smb: client: make use of common smbdirect_pdu.h
` [PATCH v2 03/12] smb: server: "
` [PATCH v2 04/12] smb: smbdirect: add smbdirect.h with public structures
` [PATCH v2 05/12] smb: client: make use of common smbdirect.h
` [PATCH v2 06/12] smb: server: "
` [PATCH v2 07/12] smb: smbdirect: add smbdirect_socket.h
` [PATCH v2 08/12] smb: client: make use of common smbdirect_socket
` [PATCH v2 09/12] smb: server: "
` [PATCH v2 10/12] smb: smbdirect: introduce smbdirect_socket_parameters
` [PATCH v2 11/12] smb: client: make use of common smbdirect_socket_parameters
` [PATCH v2 12/12] smb: server: "

[PATCH]]SMB3 client] cifs: update the lock ordering comments with new mutex
 2025-06-02 22:08 UTC 

[PATCH 1/6] cifs: deal with the channel loading lag while picking channels
 2025-06-02 18:47 UTC  (7+ messages)
` [PATCH 2/6] cifs: reset connections for all channels when reconnect requested
` [PATCH 3/6] cifs: update dstaddr whenever channel iface is updated
` [PATCH 4/6] cifs: serialize other channels when query server interfaces is pending
` [PATCH 5/6] cifs: dns resolution is needed only for primary channel
` [PATCH 6/6] cifs: do not disable interface polling on failure

[PATCH] RFC: ksmbd: provide MODULE_VERSION()
 2025-06-02  5:34 UTC  (11+ messages)

[PATCH] smb: client: add NULL check in automount_fullpath
 2025-06-01 20:13 UTC  (2+ messages)

ksmbd and special characters in file names
 2025-06-01 14:30 UTC  (11+ messages)

[PATCH] cifs: correct superblock flags
 2025-05-30 16:14 UTC  (2+ messages)

[PATCH] cifs.upcall: correctly treat UPTARGET_UNSPECIFIED as UPTARGET_APP
 2025-05-30 15:28 UTC 

[PATCH] smb/client: use sock_create_kern() in generic_ip_connect()
 2025-05-30  3:10 UTC  (5+ messages)

[PATCH 1/2] afs, bash: Fix open(O_CREAT) on an extant AFS file in a sticky dir
 2025-05-30  2:42 UTC  (5+ messages)
` [PATCH 2/2] vfs: Fix inode ownership checks with regard to foreign ownership

ksmbd uses ib_destroy_qp() instead of rdma_destroy_qp()
 2025-05-29  2:07 UTC  (3+ messages)

Updated SMB3.1.1 client patches for implementation of parent lease key
 2025-05-28 23:08 UTC 

[PATCH 0/5] smb:common: introduce and use common smb_direct headers (step1)
 2025-05-27 19:59 UTC  (9+ messages)
` [PATCH 1/5] smb: common: split out smb_direct related header files
` [PATCH 2/5] smb: client: make use of common smb_direct headers
` [PATCH 3/5] smb: common: add smb_direct_buffer_descriptor_v1
` [PATCH 4/5] smb: client: make use of common smb_direct_buffer_descriptor_v1
` [PATCH 5/5] smb: server: "

[PATCH v3] smb: client: fix race in smb2_close_cached_fid()
 2025-05-27 19:29 UTC  (4+ messages)

[PATCH AUTOSEL 6.6 4/4] ksmbd: use list_first_entry_or_null for opinfo_get_list()
 2025-05-27  2:37 UTC 

[PATCH AUTOSEL 6.12 5/5] ksmbd: use list_first_entry_or_null for opinfo_get_list()
 2025-05-27  2:37 UTC 

[PATCH AUTOSEL 6.14 5/5] ksmbd: use list_first_entry_or_null for opinfo_get_list()
 2025-05-27  2:37 UTC 

[PATCH] smb: client: Remove an unused function and variable
 2025-05-26  3:57 UTC  (2+ messages)

[GIT PULL] ksmbd server fixes
 2025-05-23 16:51 UTC  (2+ messages)

[PATCH] netfs: Fix undifferentiation of DIO reads from unbuffered reads
 2025-05-23  8:35 UTC  (2+ messages)

[PATCH V2 0/2] smb: client: Fix use-after-free in readdir
 2025-05-23  2:33 UTC  (9+ messages)

[GIT PULL] smb3 client fixes
 2025-05-22 19:44 UTC  (2+ messages)

6.14.6: copy from cifs mount never finishes
 2025-05-21 18:15 UTC  (3+ messages)

dot files in cifs mounted share
 2025-05-21 18:01 UTC 

[PATCH 0/4] netfs: Miscellaneous fixes
 2025-05-20 11:34 UTC  (2+ messages)

[PATCH 00/11] netfs: Miscellaneous cleanups
 2025-05-20 11:20 UTC  (13+ messages)
` [PATCH 01/11] netfs: Update main API document
` [PATCH 02/11] fs/netfs: remove unused flag NETFS_SREQ_SEEK_DATA_READ
` [PATCH 03/11] fs/netfs: remove unused source NETFS_INVALID_WRITE
` [PATCH 04/11] fs/netfs: remove unused flag NETFS_ICTX_WRITETHROUGH
` [PATCH 05/11] fs/netfs: remove unused enum choice NETFS_READ_HOLE_CLEAR
` [PATCH 06/11] fs/netfs: reorder struct fields to eliminate holes
` [PATCH 07/11] fs/netfs: remove `netfs_io_request.ractl`
` [PATCH 08/11] fs/netfs: declare field `proc_link` only if CONFIG_PROC_FS=y
` [PATCH 09/11] folio_queue: remove unused field `marks3`
` [PATCH 10/11] fs/netfs: remove unused flag NETFS_RREQ_DONT_UNLOCK_FOLIOS
` [PATCH 11/11] fs/netfs: remove unused flag NETFS_RREQ_BLOCKED

ksmbd: use list_first_entry_or_null for opinfo_get_list()
 2025-05-19 22:45 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