Linux CIFS filesystem development
 help / color / mirror / Atom feed
 messages from 2025-02-10 21:54:33 to 2025-03-11 17:45:14 UTC [more...]

Anonymous mount of CIFS shares fails with cifs-utils 7.2 unless 'sec=none' is added to mount options
 2025-03-11 17:45 UTC 

[PATCH 0/4] cifs: Fix integer overflow while processing mount options
 2025-03-11 14:22 UTC  (5+ 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 "

[PATCH] smb: client: Fix match_session bug causing duplicate session creation
 2025-03-11 13:39 UTC  (3+ messages)

[PATCH 1/2] CIFS: Propagate min offload along with other parameters from primary to secondary channels
 2025-03-11 11:21 UTC  (7+ messages)
` [PATCH 2/2] CIFS: adds min_offload and other params to cifs_debug

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

[PATCH] smb: client: Remove redundant check in smb2_is_path_accessible()
 2025-03-10 14:04 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)

[PATCH] nfs: Fix incorrect read-only status reporting in mountstats
 2025-03-03 14:33 UTC 

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

[PATCH] smb: client: Fix netns refcount imbalance causing leaks and use-after-free
 2025-03-01 23:46 UTC  (3+ 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)

[BUG REPORT] cifs: Deadlock due to network reconnection during file writing
 2025-02-18  1:05 UTC  (4+ 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 

[ANNOUNCE] cifs-utils release 7.2
 2025-02-13 22:03 UTC 

Regression with getcifsacl(1) in v6.14-rc1
 2025-02-13 18:52 UTC  (12+ messages)

[PATCH 0/3] netfs: Miscellaneous fixes
 2025-02-13 15:01 UTC  (5+ messages)
` [PATCH 1/3] netfs: Fix a number of read-retry hangs
` [PATCH 2/3] netfs: Add retry stat counters
` [PATCH 3/3] netfs: Fix setting NETFS_RREQ_ALL_QUEUED to be after all subreqs queued

[PATCH 2/2] cifs: deal with the channel loading lag while picking channels
 2025-02-13  0:24 UTC  (3+ messages)

[PATCH] netfs: Add retry stat counters
 2025-02-12 18:01 UTC  (10+ messages)
` [PATCH] netfs: Fix a number of read-retry hangs
            ` [PATCH] netfs: Fix setting NETFS_RREQ_ALL_QUEUED to be after all subreqs queued

[PATCH] ksmbd: Use str_read_write() and str_true_false() helpers
 2025-02-12 12:50 UTC  (2+ messages)

[PATCH 1/4] smb: common: change the data type of num_aces to le16
 2025-02-12 12:43 UTC  (4+ messages)
` [PATCH 2/4] ksmbd: fix incorrect validation for num_aces field of smb_acl
` [PATCH 3/4] cifs: "
` [PATCH 4/4] cifs: add validation check for the fields in smb_aces

[linus:master] [netfs] e2d46f2ec3: filebench.sum_operations/s 50.0% regression
 2025-02-12  8:20 UTC 

[PATCH 0/2] VFS: minor improvements to a couple of interfaces
 2025-02-12  4:40 UTC  (8+ messages)
` [PATCH 2/2] VFS: add common error checks to lookup_one_qstr_excl()

[PATCH 1/2] VFS: change kern_path_locked() and user_path_locked_at() to never return negative dentry
 2025-02-12  3:24 UTC  (2+ messages)

[PATCH] cifs: pick channels for individual subrequests
 2025-02-11 15:32 UTC  (2+ messages)

[PATCH][next] smb: client, common: Avoid multiple -Wflex-array-member-not-at-end warnings
 2025-02-11 10:21 UTC 

[PATCH AUTOSEL 6.1 09/11] smb: client: fix noisy when tree connecting to DFS interlink targets
 2025-02-11  1:32 UTC 

[PATCH AUTOSEL 6.6 13/15] smb: client: fix noisy when tree connecting to DFS interlink targets
 2025-02-11  1:31 UTC 

[PATCH AUTOSEL 6.12 16/19] smb: client: fix noisy when tree connecting to DFS interlink targets
 2025-02-11  1:30 UTC 

[PATCH AUTOSEL 6.13 18/21] smb: client: fix noisy when tree connecting to DFS interlink targets
 2025-02-11  1:29 UTC 


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