messages from 2025-06-03 04:30:03 to 2025-06-17 11:46:03 UTC [more...]
[PATCH 00/10] convert the majority of file systems to mmap_prepare
2025-06-17 11:45 UTC (35+ messages)
` [PATCH 01/10] mm: rename call_mmap/mmap_prepare to vfs_mmap/mmap_prepare
` [PATCH 02/10] mm/nommu: use file_has_valid_mmap_hooks() helper
` [PATCH 03/10] fs: consistently "
` [PATCH 04/10] fs/dax: make it possible to check dev dax support without a VMA
` [PATCH 05/10] fs/ext4: transition from deprecated .mmap hook to .mmap_prepare
` [PATCH 06/10] fs/xfs: "
` [PATCH 07/10] mm/filemap: introduce generic_file_*_mmap_prepare() helpers
` [PATCH 08/10] fs: convert simple use of generic_file_*_mmap() to .mmap_prepare()
` [PATCH 09/10] fs: convert most other generic_file_*mmap() users "
` [PATCH 10/10] fs: replace mmap hook with .mmap_prepare for simple mappings
[PATCH 1/3] smb: minor cleanup to remove unused function declaration
2025-06-17 11:04 UTC (3+ messages)
` [PATCH 3/3] smb: fix secondary channel creation issue with kerberos by populating hostname when adding channels
[RFC] Keyrings: How to make them more useful
2025-06-16 20:30 UTC (6+ messages)
[PATCH] netfs: Fix hang due to missing case in final DIO read result collection
2025-06-16 17:28 UTC (3+ messages)
[PATCH v2] VFS: change old_dir and new_dir in struct renamedata to dentrys
2025-06-16 14:31 UTC (2+ messages)
[PATCH] smb: client: fix first failure in negotiation after server reboot
2025-06-16 2:15 UTC (3+ messages)
` [EXTERNAL] "
[GIT PULL] smb3 client fixes
2025-06-14 18:10 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-06-14 3:42 UTC (2+ messages)
[PATCH 2/6] cifs: protect cfid accesses with fid_lock
2025-06-13 14:56 UTC (2+ messages)
` [PATCH 4/6] cifs: serialize initialization and cleanup of cfid
[PATCH] ksmbd: handle set/get info file for streamed file
2025-06-13 11:39 UTC
[PATCH 0/2] Minor VFS-related cleanups
2025-06-13 7:08 UTC (12+ messages)
` [PATCH 1/2] VFS: change old_dir and new_dir in struct renamedata to dentrys
` [PATCH 2/2] fs/proc: take rcu_read_lock() in proc_sys_compare()
[PATCH 1/7] cifs: Revert "smb: client: Avoid race in open_cached_dir with lease breaks"
2025-06-12 17:55 UTC (15+ 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] smb: improve directory cache reuse for readdir operations
2025-06-12 17:28 UTC (3+ messages)
[PATCH] smb: client: fix perf regression with deferred closes
2025-06-12 17:27 UTC (3+ messages)
netfs hang in xfstest generic/013
2025-06-12 17:17 UTC (7+ messages)
Issue with kernel 6.8.0-40-generic?
2025-06-12 11:25 UTC (8+ messages)
Userspace mount.cifs -o cifsacl Mechanism
2025-06-11 20:48 UTC (2+ messages)
[PATCH] cifs: Fix lstat() and AT_SYMLINK_NOFOLLOW to work on broken symlink nodes
2025-06-11 14:38 UTC (2+ messages)
[PATCH] VFS: change try_lookup_noperm() to skip revalidation
2025-06-11 10:03 UTC (3+ messages)
[ANNOUNCE] cifs-utils release 7.4
2025-06-11 1:31 UTC
[PATCH] smb: client: fix crypto buffers in non-linear memory
2025-06-10 20:57 UTC (5+ messages)
[PATCH] cifs: Show reason why autodisabling serverino support
2025-06-10 18:15 UTC (9+ messages)
` [PATCH v2] "
[PATCH] ksmbd: add free_transport ops in ksmbd connection
2025-06-10 10:04 UTC
Perf regression in 6.16-rc1 in generic/676 (readdir related)
2025-06-10 0:38 UTC (2+ messages)
[PATCH 0/1][cifs-utils] Regression: After CVE-2025-2312 cifs.upcall can't find credential caches from user env
2025-06-10 0:32 UTC (2+ messages)
` [PATCH 1/1][cifs-utils] cifs.upcall: Fix regression in accessing ccache in env for users of UPTARGET_UNSPECIFIED
[PATCH 0/5] cifs: Fix validation of WSL-style special files
2025-06-09 22:49 UTC (10+ messages)
` [PATCH 1/5] cifs: Remove duplicate fattr->cf_dtype assignment from wsl_to_fattr() function
` [PATCH 2/5] cifs: Fix validation of EAs for WSL reparse points
` [PATCH 3/5] cifs: Fix validation of SMB2_OP_QUERY_WSL_EA response size
` [PATCH 4/5] cifs: Query EA $LXMOD in cifs_query_path_info() for WSL reparse points
` [PATCH 5/5] cifs: Validate presence of EA $LXMOD "
[PATCH] smb: client: disable path remapping with POSIX extensions
2025-06-09 21:01 UTC (3+ messages)
[PATCH 5.10] cifs: fix potential memory leaks in session setup
2025-06-09 10:10 UTC
ksmbd and special characters in file names
2025-06-09 5:45 UTC (9+ messages)
[PATCH 0/4] smb/server: various clean-ups
2025-06-08 23:35 UTC (5+ messages)
` [PATCH 1/4] smb/server: use lookup_one_unlocked()
` [PATCH 2/4] smb/server: simplify ksmbd_vfs_kern_path_locked()
` [PATCH 3/4] smb/server: avoid deadlock when linking with ReplaceIfExists
` [PATCH 4/4] smb/server: add ksmbd_vfs_kern_path()
CIFS 7.1 causes I/O-errors when encountering directory junctions on remote windows machine
2025-06-08 20:41 UTC (2+ messages)
[GIT PULL] smb3 client fixes
2025-06-08 18:53 UTC (2+ messages)
[PATCH AUTOSEL 6.1 1/5] ksmbd: allow a filename to contain special characters on SMB3.1.1 posix extension
2025-06-08 12:55 UTC
[PATCH AUTOSEL 6.6 1/8] ksmbd: allow a filename to contain special characters on SMB3.1.1 posix extension
2025-06-08 12:55 UTC (2+ messages)
` [PATCH AUTOSEL 6.6 2/8] ksmbd: provide zero as a unique ID to the Mac client
[PATCH AUTOSEL 6.12 01/10] ksmbd: allow a filename to contain special characters on SMB3.1.1 posix extension
2025-06-08 12:54 UTC (2+ messages)
` [PATCH AUTOSEL 6.12 02/10] ksmbd: provide zero as a unique ID to the Mac client
[PATCH AUTOSEL 6.14 01/10] ksmbd: allow a filename to contain special characters on SMB3.1.1 posix extension
2025-06-08 12:54 UTC (2+ messages)
` [PATCH AUTOSEL 6.14 02/10] ksmbd: provide zero as a unique ID to the Mac client
[PATCH AUTOSEL 6.15 01/10] ksmbd: allow a filename to contain special characters on SMB3.1.1 posix extension
2025-06-08 12:54 UTC (2+ messages)
` [PATCH AUTOSEL 6.15 02/10] ksmbd: provide zero as a unique ID to the Mac client
[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 (8+ messages)
` [PATCH RFC v2 04/28] vfs: allow mkdir to wait for delegation break on parent
` [PATCH RFC v2 21/28] fsnotify: export fsnotify_recalc_mask()
[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 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 (13+ messages)
` [PATCH v2 01/12] smb: smbdirect: add smbdirect_pdu.h with protocol definitions
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