Linux CIFS filesystem development
 help / color / mirror / Atom feed
 messages from 2025-05-06 21:36:43 to 2025-06-02 14:02:51 UTC [more...]

[PATCH RFC v2 00/28] vfs, nfsd, nfs: implement directory delegations
 2025-06-02 14:01 UTC  (15+ 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

[BUG REPORT] smb: client: find_cifs_entry() suppresses some errors
 2025-06-02 12:25 UTC 

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

[PATCH v2 00/12] smb:common: introduce and use common smbdirect headers/structures (step1)
 2025-06-02  2:19 UTC  (23+ 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] 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  (11+ messages)
` [PATCH V2 1/2] smb: client: Fix use-after-free in cifs_fill_dirent
` [PATCH V2 2/2] smb: client: Reset all search buffer pointers when releasing buffer

[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  (6+ messages)
` [PATCH 1/4] netfs: Fix oops in write-retry from mis-resetting the subreq iterator
` [PATCH 2/4] netfs: Fix setting of transferred bytes with short DIO reads
` [PATCH 3/4] netfs: Fix the request's work item to not require a ref
` [PATCH 4/4] netfs: Fix wait/wake to be consistent about the waitqueue used

[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)

[GIT PULL] smb3 client fixes
 2025-05-17  2:50 UTC  (2+ messages)

[PATCH] fs/smb/client/fs_context: Add hostname option for CIFS module to work with domain-based dfs resources with Kerberos authentication
 2025-05-16 15:22 UTC 

[bug report] cifs: serialize initialization and cleanup of cfid
 2025-05-16 11:06 UTC  (2+ messages)

[PATCH -next 0/2] smb: client: Fix use-after-free in readdir
 2025-05-16  3:19 UTC  (3+ messages)
` [PATCH -next 1/2] smb: client: Fix use-after-free in cifs_fill_dirent
` [PATCH -next 2/2] cifs: Reset all search buffer pointers when releasing buffer

[PATCH] smb: client: fix memory leak during error handling for POSIX mkdir
 2025-05-15  0:28 UTC  (3+ messages)

[PATCH] afs, bash: Fix open(O_CREAT) on an extant AFS file in a sticky dir
 2025-05-14 12:50 UTC  (11+ messages)
      ` [PATCH v2] "

[PATCH] ksmbd: remove unnecessary softdep on crc32
 2025-05-14  8:45 UTC  (2+ messages)

[PATCH] ksmbd: use SHA-256 library API instead of crypto_shash API
 2025-05-14  8:44 UTC  (2+ messages)

[PATCH] getcifsacl, setcifsacl: use <libgen.h> for basename
 2025-05-14  3:58 UTC  (4+ messages)

[PATCH] smb: client: fix delay on concurrent opens
 2025-05-12 22:57 UTC  (11+ messages)

[cifs-utils RFC PATCH 00/12] cifs.upcall helper script enabling complex key description matching
 2025-05-10 16:16 UTC  (13+ messages)
` [cifs-utils RFC PATCH 01/12] contrib: add directory and documentation for cifs-upcall-helper
` [cifs-utils RFC PATCH 02/12] upcall-helper: add a sample config file
` [cifs-utils RFC PATCH 03/12] contrib: add cifs-upcall-helper script
` [cifs-utils RFC PATCH 04/12] upcall-helper: obtain and parse key description, assigning fields to key_vars
` [cifs-utils RFC PATCH 05/12] upcall-helper: open and read each line of the helper's config file
` [cifs-utils RFC PATCH 06/12] upcall-helper: set upcall_opts on a match, or if 'default' is given
` [cifs-utils RFC PATCH 07/12] upcall-helper: set log level from config file
` [cifs-utils RFC PATCH 08/12] upcall-helper: build command-line and set environment variables for cifs.upcall
` [cifs-utils RFC PATCH 09/12] upcall-helper: replace macros in upcall argument strings
` [cifs-utils RFC PATCH 10/12] upcall-helper: add string comparison
` [cifs-utils RFC PATCH 11/12] upcall-helper: add uid comparison
` [cifs-utils RFC PATCH 12/12] upcall-helper: add IP address comparisons

[PATCH 1/5] cifs: protect cfid accesses with fid_lock
 2025-05-10 14:04 UTC  (7+ messages)

[GIT PULL] smb3 cilent fixes
 2025-05-10  4:11 UTC  (2+ messages)

[REGRESSION][BISECTED][STABLE] Commit 60e3318e3e900 in stable/linux-6.1.y breaks cifs client failover to another server in DFS namespace
 2025-05-10  3:05 UTC  (11+ messages)

[PATCH] smb: client: avoid dentry leak by not overwriting cfid->dentry
 2025-05-08 16:09 UTC  (9+ messages)
    ` Fwd: "

[GIT PULL] ksmbd server fixes
 2025-05-08 15:46 UTC  (2+ messages)

[netfs/cifs - Linux 6.14] loop on file cat + file copy when files are on CIFS share
 2025-05-07 15:58 UTC  (15+ messages)

[PATCH AUTOSEL 6.6 11/12] cifs: Fix and improve cifs_query_path_info() and cifs_query_file_info()
 2025-05-06 21:36 UTC  (2+ messages)
` [PATCH AUTOSEL 6.6 12/12] cifs: Fix changing times and read-only attr over SMB1 smb_set_file_info() function

[PATCH AUTOSEL 6.12 17/18] cifs: Fix changing times and read-only attr over SMB1 smb_set_file_info() function
 2025-05-06 21:36 UTC 


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