Linux CIFS filesystem development
 help / color / mirror / Atom feed
 messages from 2025-02-14 19:58:24 to 2025-03-19 09:05:21 UTC [more...]

[PATCH 0/4] netfs: Miscellaneous fixes
 2025-03-19  9:04 UTC  (7+ messages)
` [PATCH 1/4] netfs: Fix collection of results during pause when collection offloaded
` [PATCH 2/4] netfs: Call `invalidate_cache` only if implemented
` [PATCH 3/4] netfs: Fix rolling_buffer_load_from_ra() to not clear mark bits
` [PATCH 4/4] netfs: Fix netfs_unbuffered_read() to return ssize_t rather than int

[PATCH 5.15.y] smb: client: fix potential UAF in cifs_debug_files_proc_show()
 2025-03-19  3:01 UTC 

[PATCH 6.1.y] smb: client: fix potential UAF in cifs_dump_full_key()
 2025-03-19  2:37 UTC 

[BUG REPORT] cifs: Deadlock due to network reconnection during file writing
 2025-03-19  1:25 UTC  (7+ messages)

[PATCH] smb: client: Remove redundant check in smb2_is_path_accessible()
 2025-03-18 19:23 UTC  (2+ messages)

[PATCH] open hardlink on deferred close file return EINVAL
 2025-03-18 14:53 UTC  (4+ messages)
  `  "

[PATCH] smb: client: Fix netns refcount imbalance causing leaks and use-after-free
 2025-03-18 14:49 UTC  (6+ messages)

[PATCH] ksmbd: use aead_request_free to match aead_request_alloc
 2025-03-18 13:14 UTC  (2+ messages)

[PATCH] Revert "ksmbd: fix missing RDMA-capable flag for IPoIB device in ksmbd_rdma_capable_netdev()"
 2025-03-18 12:38 UTC 

[PATCH 1/3] smb: minor cleanup to remove unused function declaration
 2025-03-18  4:01 UTC  (4+ messages)
` [PATCH 2/3] smb: mark the new channel addition log as informational log with cifs_info
` [PATCH 3/3] smb: fix secondary channel creation issue with kerberos by populating hostname when adding channels

[PATCH] smb: client: don't retry IO on failed negprotos with soft mounts
 2025-03-17 22:34 UTC  (2+ messages)

[PATCH] smb: client: fix regression with guest option
 2025-03-17 21:29 UTC  (9+ messages)

[REGRESSION][BISECTED] Commit 60e3318e3e900 in stable/linux-6.1.y breaks cifs client failover to another server in DFS namespace
 2025-03-16 18:34 UTC  (11+ messages)
` [REGRESSION][BISECTED][STABLE] "

[GIT PULL] ksmbd server fixes
 2025-03-15  4:49 UTC  (2+ messages)

[GIT PULL] smb3 client fixes
 2025-03-15  0:40 UTC  (2+ messages)

SMB Share Deleted Automatically
 2025-03-13 12:12 UTC 

[PATCH 0/4] cifs: Fix integer overflow while processing mount options
 2025-03-12  3:41 UTC  (6+ messages)
` [PATCH 1/4] cifs: Fix integer overflow while processing acregmax mount option
` [PATCH 2/4] cifs: Fix integer overflow while processing acdirmax "
` [PATCH 3/4] cifs: Fix integer overflow while processing actimeo "
` [PATCH 4/4] cifs: Fix integer overflow while processing closetimeo "

Anonymous mount of CIFS shares fails with cifs-utils 7.2 unless 'sec=none' is added to mount options
 2025-03-12  1:28 UTC  (3+ messages)

[PATCH] nfs: Fix incorrect read-only status reporting in mountstats
 2025-03-12  1:25 UTC  (3+ messages)

[PATCH v2] smb: client: Fix match_session bug preventing session reuse
 2025-03-11 18:50 UTC  (2+ messages)

[PATCH] smb: client: Fix match_session bug causing duplicate session creation
 2025-03-11 18:27 UTC  (4+ messages)

[PATCH 1/2] CIFS: Propagate min offload along with other parameters from primary to secondary channels
 2025-03-11 11:21 UTC  (5+ messages)

two patches added to cifs-utils for-next branch
 2025-03-11  3:09 UTC 

[PATCH] smb: client: Remove redundant check in cifs_oplock_break()
 2025-03-10 14:04 UTC 

[PATCH net-next 0/5] net: implement the QUIC protocol in linux kernel
 2025-03-08  0:38 UTC  (6+ messages)
` [PATCH net-next 4/5] net: integrate QUIC build configuration into Kconfig and Makefile

[GIT PULL] smb3 fixes
 2025-03-06 19:27 UTC  (2+ messages)

[PATCH 0/4] cifs: Handle all name surrogate reparse points
 2025-03-04 20:37 UTC  (6+ messages)

[GIT PULL] smb client fix
 2025-03-02  0:13 UTC  (2+ messages)

[PATCH] netfs: Fix collection of results during pause when collection offloaded
 2025-03-01  0:54 UTC  (2+ messages)

[PATCH] netfs: Fix unbuffered writes
 2025-02-26 15:21 UTC  (2+ messages)

[PATCH 0/6] Change ->mkdir() and vfs_mkdir() to return a dentry
 2025-02-26  3:35 UTC  (34+ messages)
` [PATCH 1/6] Change inode_operations.mkdir to return struct dentry *
` [PATCH 2/6] hostfs: store inode in dentry after mkdir if possible
` [PATCH 3/6] ceph: return the correct dentry on mkdir
` [PATCH 4/6] fuse: return correct dentry for ->mkdir
` [PATCH 5/6] nfs: change mkdir inode_operation to return alternate dentry if needed
` [PATCH 6/6] VFS: Change vfs_mkdir() to return the dentry

[PATCH] cifs: Fix the smb1 readv callback to correctly call netfs
 2025-02-25 22:55 UTC  (4+ messages)

[RFC PATCH 0/4] fs: Add support for Windows file attributes
 2025-02-25 20:14 UTC  (33+ messages)
` [RFC PATCH 1/4] fs: Add FS_XFLAG_COMPRESSED & FS_XFLAG_ENCRYPTED for FS_IOC_FS[GS]ETXATTR API
` [RFC PATCH 2/4] fs: Extend FS_IOC_FS[GS]ETXATTR API for Windows attributes
` [RFC PATCH 3/4] fs: Implement support for fsx_xflags_mask, fsx_xflags2 and fsx_xflags2_mask into vfs
` [RFC PATCH 4/4] cifs: Implement FS_IOC_FS[GS]ETXATTR API for Windows attributes

[PATCH 5.10/5.15 0/2] smb: client: fix UAF in async decryption
 2025-02-25  9:34 UTC  (3+ messages)
` [PATCH 5.10/5.15 1/2] "
` [PATCH 5.10/5.15 2/2] smb: client: fix NULL ptr deref in crypto_aead_setkey()

[PATCH AUTOSEL 6.12 25/28] cifs: Treat unhandled directory name surrogate reparse points as mount directory nodes
 2025-02-24 17:52 UTC  (2+ messages)

[PATCH AUTOSEL 6.6 17/20] cifs: Treat unhandled directory name surrogate reparse points as mount directory nodes
 2025-02-24 11:19 UTC 

[PATCH AUTOSEL 6.13 28/32] cifs: Throw -EOPNOTSUPP error on unsupported reparse point type from parse_reparse_point()
 2025-02-24 11:16 UTC  (2+ messages)
` [PATCH AUTOSEL 6.13 29/32] cifs: Treat unhandled directory name surrogate reparse points as mount directory nodes

[PATCH 1/6] Change inode_operations.mkdir to return struct dentry *
 2025-02-24  2:02 UTC 

[GIT PULL] smb3 client fix
 2025-02-23  5:07 UTC  (2+ messages)

[PATCH] netfs: fix the request's work item to not require a ref
 2025-02-23  0:37 UTC 

[syzbot] [mm?] [v9fs?] BUG: stack guard page was hit in sys_openat
 2025-02-21 13:20 UTC 

[GIT PULL] smb3 client fixes
 2025-02-20 17:03 UTC  (2+ messages)

[PATCH 5.10/5.15] smb: client: fix UAF in async decryption
 2025-02-20 13:00 UTC 

netfs read failures with current mainline
 2025-02-20  6:01 UTC  (4+ messages)

[PATCH] smb: client: Add check for next_buffer in receive_encrypted_standard()
 2025-02-20  5:34 UTC  (2+ messages)

[PATCH] smb: client: fix chmod(2) regression with ATTR_READONLY
 2025-02-19 13:49 UTC  (2+ messages)

Bug in getting file attributes with SMB3.1.1 and posix
 2025-02-19 11:22 UTC  (3+ messages)

If source address specified on mount, it should force destination address to be same type (IPv4 vs IPv6)
 2025-02-17 22:22 UTC  (6+ messages)

OOM killer triggered by CIFS mount
 2025-02-17 12:27 UTC 

[PATCH] smb: client: fix chmod(2) regression with ATTR_READONLY
 2025-02-16 23:20 UTC  (2+ messages)

man: Incorrect description of mapchars and mapposix
 2025-02-16 19:20 UTC  (2+ messages)

Immutable vs read-only for Windows compatibility
 2025-02-15 23:39 UTC  (11+ messages)

CIFS Troubleshooting
 2025-02-15 23:18 UTC 

[PATCH] MAINTAINERS: update email address in cifs and ksmbd entry
 2025-02-15  2:10 UTC 

[GIT PULL] smb3 client fix
 2025-02-14 22:53 UTC  (2+ messages)

[syzbot] [udf?] BUG: unable to handle kernel paging request in lookup_one_qstr_excl
 2025-02-14 19:58 UTC 


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