Linux CIFS Development
[Prev Page][Next Page]
- [PATCH v4 06/33] netfs: Add a tracepoint to log the lifespan of folio_queue structs
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v4 05/33] netfs: Use a folio_queue allocation and free functions
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v4 04/33] netfs: Remove unnecessary references to pages
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v4 03/33] netfs: Fix a few minor bugs in netfs_page_mkwrite()
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v4 02/33] netfs: Remove call to folio_index()
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v4 01/33] kheaders: Ignore silly-rename files
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v4 00/33] netfs: Read performance improvements and "single-blob" support
- From: David Howells <dhowells@xxxxxxxxxx>
- Re: [PATCH v3 23/33] afs: Use netfslib for directories
- From: David Howells <dhowells@xxxxxxxxxx>
- Re: [PATCH v3 28/33] netfs: Change the read result collector to only use one work item
- From: David Howells <dhowells@xxxxxxxxxx>
- Re: [PATCH 2/2] cifs: support mounting with alternate password to allow password rotation
- From: Paulo Alcantara <pc@xxxxxxxxxxxxx>
- Re: [PATCH 1/2] cifs: during remount, make sure passwords are in sync
- From: Shyam Prasad N <nspmangalore@xxxxxxxxx>
- Re: [PATCH 2/2] cifs: support mounting with alternate password to allow password rotation
- From: Shyam Prasad N <nspmangalore@xxxxxxxxx>
- Re: [PATCH net] net/smc: Fix lookup of netdev by using ib_device_get_netdev()
- From: Namjae Jeon <linkinjeon@xxxxxxxxxx>
- Re: [PATCH] cifs: Remove pre-historic unused CIFSSMBCopy
- From: "Dr. David Alan Gilbert" <linux@xxxxxxxxxxx>
- Re: [PATCH 2/2] cifs: support mounting with alternate password to allow password rotation
- From: Paulo Alcantara <pc@xxxxxxxxxxxxx>
- Re: [PATCH 1/2] cifs: during remount, make sure passwords are in sync
- From: Paulo Alcantara <pc@xxxxxxxxxxxxx>
- [PATCH] Update misleading comment in cifs_chan_update_iface
- From: Marco Crivellari <marco.crivellari@xxxxxxxx>
- Re: [PATCH net] net/smc: Fix lookup of netdev by using ib_device_get_netdev()
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- Re: [PATCH net] net/smc: Fix lookup of netdev by using ib_device_get_netdev()
- From: Halil Pasic <pasic@xxxxxxxxxxxxx>
- [PATCH v3 33/33] netfs: Report on NULL folioq in netfs_writeback_unlock_folios()
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v3 32/33] afs: Add a tracepoint for afs_read_receive()
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v3 31/33] afs: Locally initialise the contents of a new symlink on creation
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v3 30/33] afs: Use the contained hashtable to search a directory
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v3 29/33] afs: Make afs_mkdir() locally initialise a new directory's content
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v3 28/33] netfs: Change the read result collector to only use one work item
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v3 27/33] afs: Make {Y,}FS.FetchData an asynchronous operation
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v3 26/33] afs: Fix cleanup of immediately failed async calls
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v3 25/33] afs: Eliminate afs_read
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v3 24/33] afs: Use netfslib for symlinks, allowing them to be cached
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v3 23/33] afs: Use netfslib for directories
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v3 22/33] afs: Make afs_init_request() get a key if not given a file
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v3 21/33] netfs: Add support for caching single monolithic objects such as AFS dirs
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v3 20/33] netfs: Add functions to build/clean a buffer in a folio_queue
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v3 19/33] afs: Add more tracepoints to do with tracking validity
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v3 18/33] cachefiles: Add auxiliary data trace
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v3 17/33] cachefiles: Add some subrequest tracepoints
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v3 14/33] afs: Fix EEXIST error returned from afs_rmdir() to be ENOTEMPTY
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v3 16/33] netfs: Remove some extraneous directory invalidations
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v3 15/33] afs: Fix directory format encoding struct
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v3 13/33] afs: Don't use mutex for I/O operation lock
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v3 12/33] netfs: Don't use bh spinlock
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v3 11/33] netfs: Drop the was_async arg from netfs_read_subreq_terminated()
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v3 10/33] netfs: Drop the error arg from netfs_read_subreq_terminated()
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v3 09/33] netfs: Split retry code out of fs/netfs/write_collect.c
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v3 08/33] netfs: Make netfs_advance_write() return size_t
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v3 07/33] netfs: Abstract out a rolling folio buffer implementation
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v3 06/33] netfs: Add a tracepoint to log the lifespan of folio_queue structs
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v3 05/33] netfs: Use a folio_queue allocation and free functions
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v3 04/33] netfs: Remove unnecessary references to pages
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v3 03/33] netfs: Fix a few minor bugs in netfs_page_mkwrite()
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v3 02/33] netfs: Remove call to folio_index()
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v3 01/33] kheaders: Ignore silly-rename files
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v3 00/33] netfs: Read performance improvements and "single-blob" support
- From: David Howells <dhowells@xxxxxxxxxx>
- [RESEND PATCH] cifs: Use str_yes_no() helper in cifs_ses_add_channel()
- From: Thorsten Blum <thorsten.blum@xxxxxxxxx>
- Re: [PATCH v3] smb: client: Handle kstrdup failures for passwords
- From: Markus Elfring <Markus.Elfring@xxxxxx>
- Re: [PATCH v2] smb: client: Fix use-after-free of network namespace.
- From: Kuniyuki Iwashima <kuniyu@xxxxxxxxxx>
- Re: [PATCH v2] smb: client: Fix use-after-free of network namespace.
- From: Tom Talpey <tom@xxxxxxxxxx>
- [PATCH v2] smb: client: Fix use-after-free of network namespace.
- From: Kuniyuki Iwashima <kuniyu@xxxxxxxxxx>
- Re: [PATCH v1] smb: client: Fix use-after-free of network namespace.
- From: Kuniyuki Iwashima <kuniyu@xxxxxxxxxx>
- Fwd: Directory Leases
- From: Steve French <smfrench@xxxxxxxxx>
- [PATCH v1] smb: client: Fix use-after-free of network namespace.
- From: Kuniyuki Iwashima <kuniyu@xxxxxxxxxx>
- Re: [PATCH v2 25/31] afs: Make {Y,}FS.FetchData an asynchronous operation
- From: David Howells <dhowells@xxxxxxxxxx>
- Re: [PATCH v2] cifs: Change translation of STATUS_DELETE_PENDING to -EBUSY
- From: Pali Rohár <pali@xxxxxxxxxx>
- [PATCH 2/2] cifs: support mounting with alternate password to allow password rotation
- From: meetakshisetiyaoss@xxxxxxxxx
- [PATCH 1/2] cifs: during remount, make sure passwords are in sync
- From: meetakshisetiyaoss@xxxxxxxxx
- Re: [PATCH v2] cifs: Change translation of STATUS_DELETE_PENDING to -EBUSY
- From: Bharath SM <bharathsm.hsk@xxxxxxxxx>
- Re: Directory Leases
- From: Ralph Boehme <slow@xxxxxxxxx>
- Re: Directory Leases
- From: Steve French <smfrench@xxxxxxxxx>
- [PATCH 4/5] cifs: Fix parsing reparse point with native symlink in SMB1 non-UNICODE session
- From: Pali Rohár <pali@xxxxxxxxxx>
- [PATCH 5/5] cifs: Remove unicode parameter from parse_reparse_point() function
- From: Pali Rohár <pali@xxxxxxxxxx>
- [PATCH 3/5] cifs: Add support for SMB1 Session Setup NTLMSSP Request in non-UNICODE mode
- From: Pali Rohár <pali@xxxxxxxxxx>
- [PATCH 2/5] cifs: Fix encoding of SMB1 Session Setup Kerberos Request in non-UNICODE mode
- From: Pali Rohár <pali@xxxxxxxxxx>
- [PATCH 0/5] cifs: Fixes for SMB1 non-UNICODE 8-bit mode
- From: Pali Rohár <pali@xxxxxxxxxx>
- [PATCH 1/5] cifs: Add new mount option -o nounicode to disable SMB1 UNICODE mode
- From: Pali Rohár <pali@xxxxxxxxxx>
- [PATCH AUTOSEL 6.11 12/32] netfs: Downgrade i_rwsem for a buffered write
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH v2] cifs: Change translation of STATUS_DELETE_PENDING to -EBUSY
- From: Pali Rohár <pali@xxxxxxxxxx>
- Re: [PATCH 0/2] cifs: Improve access without FILE_READ_ATTRIBUTES permission
- From: Pali Rohár <pali@xxxxxxxxxx>
- Re: [PATCH v2 0/7] Allow to choose symlink and socket type
- From: Pali Rohár <pali@xxxxxxxxxx>
- [PATCH v2] cifs: Recognize SFU char/block devices created by Windows NFS server on Windows Server <<2012
- From: Pali Rohár <pali@xxxxxxxxxx>
- Re: [PATCH] ksmbd: Fix the missing xa_store error check
- From: Namjae Jeon <linkinjeon@xxxxxxxxxx>
- [PATCH] cifs: Use str_yes_no() helper in cifs_ses_add_channel()
- From: Thorsten Blum <thorsten.blum@xxxxxxxxx>
- Re: Directory Leases
- From: Ralph Boehme <slow@xxxxxxxxx>
- [no subject]
- Re: Directory Leases
- From: Steve French <smfrench@xxxxxxxxx>
- Directory Leases
- From: Ralph Boehme <slow@xxxxxxxxx>
- [PATCH] ksmbd: Fix the missing xa_store error check
- From: Jinjie Ruan <ruanjinjie@xxxxxxxxxx>
- [PATCH v2 31/31] netfs: Report on NULL folioq in netfs_writeback_unlock_folios()
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v2 30/31] afs: Add a tracepoint for afs_read_receive()
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v2 29/31] afs: Locally initialise the contents of a new symlink on creation
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v2 28/31] afs: Use the contained hashtable to search a directory
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v2 26/31] netfs: Change the read result collector to only use one work item
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v2 27/31] afs: Make afs_mkdir() locally initialise a new directory's content
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v2 25/31] afs: Make {Y,}FS.FetchData an asynchronous operation
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v2 24/31] afs: Eliminate afs_read
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v2 23/31] afs: Use netfslib for symlinks, allowing them to be cached
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v2 22/31] afs: Use netfslib for directories
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v2 21/31] afs: Make afs_init_request() get a key if not given a file
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v2 20/31] netfs: Add support for caching single monolithic objects such as AFS dirs
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v2 19/31] netfs: Add functions to build/clean a buffer in a folio_queue
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v2 18/31] afs: Add more tracepoints to do with tracking validity
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v2 17/31] cachefiles: Add auxiliary data trace
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v2 16/31] cachefiles: Add some subrequest tracepoints
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v2 15/31] netfs: Remove some extraneous directory invalidations
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v2 14/31] afs: Fix directory format encoding struct
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v2 13/31] afs: Fix EEXIST error returned from afs_rmdir() to be ENOTEMPTY
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v2 12/31] afs: Don't use mutex for I/O operation lock
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v2 11/31] netfs: Don't use bh spinlock
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v2 10/31] netfs: Drop the was_async arg from netfs_read_subreq_terminated()
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v2 09/31] netfs: Drop the error arg from netfs_read_subreq_terminated()
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v2 08/31] netfs: Split retry code out of fs/netfs/write_collect.c
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v2 07/31] netfs: Make netfs_advance_write() return size_t
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v2 06/31] netfs: Abstract out a rolling folio buffer implementation
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v2 05/31] netfs: Add a tracepoint to log the lifespan of folio_queue structs
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v2 04/31] netfs: Use a folio_queue allocation and free functions
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v2 03/31] netfs: Remove unnecessary references to pages
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v2 02/31] netfs: Fix a few minor bugs in netfs_page_mkwrite()
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v2 01/31] netfs: Remove call to folio_index()
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v2 00/31] netfs: Read performance improvements and "single-blob" support
- From: David Howells <dhowells@xxxxxxxxxx>
- Re: [GIT PULL] smb3 client fixes
- From: pr-tracker-bot@xxxxxxxxxx
- [GIT PULL] smb3 client fixes
- From: Steve French <smfrench@xxxxxxxxx>
- [PATCH 27/27] afs: Make afs_mkdir() locally initialise a new directory's content
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH 26/27] netfs: Change the read result collector to only use one work item
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH 23/27] afs: Use netfslib for symlinks, allowing them to be cached
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH 25/27] afs: Make {Y,}FS.FetchData an asynchronous operation
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH 21/27] afs: Make afs_init_request() get a key if not given a file
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH 24/27] afs: Eliminate afs_read
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH 22/27] afs: Use netfslib for directories
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH 20/27] netfs: Add support for caching single monolithic objects such as AFS dirs
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH 19/27] netfs: Add functions to build/clean a buffer in a folio_queue
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH 18/27] afs: Add more tracepoints to do with tracking validity
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH 17/27] cachefiles: Add auxiliary data trace
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH 16/27] cachefiles: Add some subrequest tracepoints
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH 15/27] netfs: Remove some extraneous directory invalidations
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH 14/27] afs: Fix directory format encoding struct
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH 13/27] afs: Fix EEXIST error returned from afs_rmdir() to be ENOTEMPTY
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH 12/27] afs: Don't use mutex for I/O operation lock
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH 11/27] netfs: Don't use bh spinlock
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH 10/27] netfs: Drop the was_async arg from netfs_read_subreq_terminated()
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH 09/27] netfs: Drop the error arg from netfs_read_subreq_terminated()
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH 08/27] netfs: Split retry code out of fs/netfs/write_collect.c
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH 07/27] netfs: Make netfs_advance_write() return size_t
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH 06/27] netfs: Abstract out a rolling folio buffer implementation
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH 05/27] netfs: Add a tracepoint to log the lifespan of folio_queue structs
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH 04/27] netfs: Use a folio_queue allocation and free functions
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH 03/27] netfs: Remove unnecessary references to pages
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH 02/27] netfs: Fix a few minor bugs in netfs_page_mkwrite()
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH 01/27] netfs: Remove call to folio_index()
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH 00/27] netfs: Read performance improvements and "single-blob" support
- From: David Howells <dhowells@xxxxxxxxxx>
- Re: linux-next: Signed-off-by missing for commit in the cifs tree
- From: Steve French <smfrench@xxxxxxxxx>
- linux-next: Signed-off-by missing for commit in the cifs tree
- From: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx>
- [PATCH] cifs: fix warning when destroy 'cifs_io_request_pool'
- From: Ye Bin <yebin@xxxxxxxxxxxxxxx>
- Re: [PATCH v3] smb: client: Handle kstrdup failures for passwords
- From: Steve French <smfrench@xxxxxxxxx>
- [PATCH v3] smb: client: Handle kstrdup failures for passwords
- From: Henrique Carvalho <henrique.carvalho@xxxxxxxx>
- [PATCH v2] fs_context.c: smb3_reconfigure: Handle kstrdup failures for passwords
- From: Henrique Carvalho <henrique.carvalho@xxxxxxxx>
- [no subject]
- Keyrings and namespaces
- From: Shyam Prasad N <nspmangalore@xxxxxxxxx>
- Re: [GIT PULL] smb3 client fixes
- From: pr-tracker-bot@xxxxxxxxxx
- [GIT PULL] smb3 client fixes
- From: Steve French <smfrench@xxxxxxxxx>
- Re: [GIT PULL] ksmbd server fixes
- From: pr-tracker-bot@xxxxxxxxxx
- Re: [REGRESSION][BISECTED][STABLE] Commit 60e3318e3e900 in stable/linux-6.1.y breaks cifs client failover to another server in DFS namespace
- From: Andrew Paniakin <apanyaki@xxxxxxxxxx>
- [PATCH] netfs: Downgrade i_rwsem for a buffered write
- From: David Howells <dhowells@xxxxxxxxxx>
- [GIT PULL] ksmbd server fixes
- From: Steve French <smfrench@xxxxxxxxx>
- Re: [PATCH v2] smb: client: fix possible double free in smb2_set_ea()
- From: Steve French <smfrench@xxxxxxxxx>
- Re: [PATCH v3] smb: client: fix OOBs when building SMB2_IOCTL request
- From: Steve French <smfrench@xxxxxxxxx>
- [PATCH v3] smb: client: fix OOBs when building SMB2_IOCTL request
- From: Paulo Alcantara <pc@xxxxxxxxxxxxx>
- [PATCH v2] smb: client: fix OOBs when building SMB2_IOCTL request
- From: Paulo Alcantara <pc@xxxxxxxxxxxxx>
- [PATCH] smb: client: fix OOBs when building SMB2_IOCTL request
- From: Paulo Alcantara <pc@xxxxxxxxxxxxx>
- [PATCH v3] cifs: Fix parsing native symlinks directory/file type
- From: Pali Rohár <pali@xxxxxxxxxx>
- Re: [PATCH v2] smb: client: fix possible double free in smb2_set_ea()
- From: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
- [PATCH v2] smb: client: fix possible double free in smb2_set_ea()
- From: Su Hui <suhui@xxxxxxxxxxxx>
- Re: [PATCH] smb: client: fix possible double free in smb2_set_ea()
- From: Su Hui <suhui@xxxxxxxxxxxx>
- Re: [PATCH] smb: client: fix possible double free in smb2_set_ea()
- From: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
- [PATCH] smb: client: fix possible double free in smb2_set_ea()
- From: Su Hui <suhui@xxxxxxxxxxxx>
- Re: [PATCH v2 4/6] cifs: Fix parsing native symlinks directory/file type
- From: Pali Rohár <pali@xxxxxxxxxx>
- Re: SMB2 DELETE vs UNLINK
- From: Pali Rohár <pali@xxxxxxxxxx>
- Re: [PATCH v2 5/6] cifs: Validate content of native symlink
- From: Pali Rohár <pali@xxxxxxxxxx>
- Re: [PATCH v2 0/7] Allow to choose symlink and socket type
- From: Pali Rohár <pali@xxxxxxxxxx>
- [PATCH AUTOSEL 6.1 07/10] cifs: Fix creating native symlinks pointing to current or parent directory
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 6.6 12/17] cifs: Fix creating native symlinks pointing to current or parent directory
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 6.6 11/17] cifs: Improve creating native symlinks pointing to directory
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 6.11 13/20] cifs: Fix creating native symlinks pointing to current or parent directory
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 6.11 12/20] cifs: Improve creating native symlinks pointing to directory
- From: Sasha Levin <sashal@xxxxxxxxxx>
- Re: [GIT PULL] smb3 client fixes
- From: pr-tracker-bot@xxxxxxxxxx
- Re: [PATCH AUTOSEL 6.1 01/13] ksmbd: override fsids for share path check
- From: Pavel Machek <pavel@xxxxxx>
- Re: [PATCH v2 4/6] cifs: Fix parsing native symlinks directory/file type
- From: Steve French <smfrench@xxxxxxxxx>
- [GIT PULL] smb3 client fixes
- From: Steve French <smfrench@xxxxxxxxx>
- Re: [PATCH v2 0/7] Allow to choose symlink and socket type
- From: Pali Rohár <pali@xxxxxxxxxx>
- Re: [PATCH v2 0/7] Allow to choose symlink and socket type
- From: Pali Rohár <pali@xxxxxxxxxx>
- Re: [PATCH v2 5/6] cifs: Validate content of native symlink
- From: Steve French <smfrench@xxxxxxxxx>
- Fwd: [PATCH v2 0/7] Allow to choose symlink and socket type
- From: Steve French <smfrench@xxxxxxxxx>
- [PATCH AUTOSEL 6.1 02/13] ksmbd: override fsids for smb2_query_info()
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 6.1 01/13] ksmbd: override fsids for share path check
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 6.6 02/20] ksmbd: override fsids for smb2_query_info()
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 6.6 01/20] ksmbd: override fsids for share path check
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 6.11 15/16] cifs: Validate content of NFS reparse point buffer
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH v2 7/7] cifs: Validate content of WSL reparse point buffers
- From: Pali Rohár <pali@xxxxxxxxxx>
- [PATCH v2 6/7] cifs: Add support for creating WSL-style symlinks
- From: Pali Rohár <pali@xxxxxxxxxx>
- [PATCH v2 5/7] cifs: Improve guard for excluding $LXDEV xattr
- From: Pali Rohár <pali@xxxxxxxxxx>
- [PATCH v2 4/7] cifs: Add support for creating NFS-style symlinks
- From: Pali Rohár <pali@xxxxxxxxxx>
- [PATCH v2 3/7] cifs: Add support for creating native Windows sockets
- From: Pali Rohár <pali@xxxxxxxxxx>
- [PATCH v2 2/7] cifs: Add mount option -o reparse=none
- From: Pali Rohár <pali@xxxxxxxxxx>
- [PATCH v2 1/7] cifs: Add mount option -o symlink= for choosing symlink create type
- From: Pali Rohár <pali@xxxxxxxxxx>
- [PATCH v2 0/7] Allow to choose symlink and socket type
- From: Pali Rohár <pali@xxxxxxxxxx>
- Re: [PATCH 1/7] cifs: Add mount option -o reparse=native
- From: Pali Rohár <pali@xxxxxxxxxx>
- Re: [PATCH 1/7] cifs: Add mount option -o reparse=native
- From: Pali Rohár <pali@xxxxxxxxxx>
- Re: [PATCH 1/7] cifs: Add mount option -o reparse=native
- From: Steve French <smfrench@xxxxxxxxx>
- Re: [PATCH 6/7] cifs: Add support for creating WSL-style symlinks
- From: Pali Rohár <pali@xxxxxxxxxx>
- Re: [PATCH 3/7] cifs: Add support for creating native Windows sockets
- From: Pali Rohár <pali@xxxxxxxxxx>
- Re: Current Samba master incorrectly returns STATUS_INVALID_HANDLE on copy_chunk
- From: Ralph Boehme <slow@xxxxxxxxx>
- Re: Current Samba master incorrectly returns STATUS_INVALID_HANDLE on copy_chunk
- From: Jeremy Allison <jra@xxxxxxxxx>
- Kernel panic during copy of large file
- From: Steven Malis <smmalis37@xxxxxxxxx>
- Re: Current Samba master incorrectly returns STATUS_INVALID_HANDLE on copy_chunk
- From: Stefan Metzmacher <metze@xxxxxxxxx>
- Re: Current Samba master incorrectly returns STATUS_INVALID_HANDLE on copy_chunk
- From: Jeremy Allison <jra@xxxxxxxxx>
- Re: Current Samba master incorrectly returns STATUS_INVALID_HANDLE on copy_chunk
- From: Ralph Boehme <slow@xxxxxxxxx>
- Re: Current Samba master incorrectly returns STATUS_INVALID_HANDLE on copy_chunk
- From: Jeremy Allison <jra@xxxxxxxxx>
- Re: Current Samba master incorrectly returns STATUS_INVALID_HANDLE on copy_chunk
- From: Ralph Boehme <slow@xxxxxxxxx>
- Re: [PATCH][SMB3 client] minor updates to "stop flooding dmesg" patch
- From: Steve French <smfrench@xxxxxxxxx>
- Re: SMB2 DELETE vs UNLINK
- From: Steve French <smfrench@xxxxxxxxx>
- Re: [PATCH][SMB3 client] minor updates to "stop flooding dmesg" patch
- From: Paulo Alcantara <pc@xxxxxxxxxxxxx>
- Re: SMB2 DELETE vs UNLINK
- From: Ralph Boehme <slow@xxxxxxxxx>
- Re: [PATCH][SMB3 client] minor updates to "stop flooding dmesg" patch
- From: Paulo Alcantara <pc@xxxxxxxxxxxxx>
- Re: [PATCH][SMB3 client] minor updates to "stop flooding dmesg" patch
- From: Paulo Alcantara <pc@xxxxxxxxxxxxx>
- Re: SMB2 DELETE vs UNLINK
- From: Pali Rohár <pali@xxxxxxxxxx>
- Re: Current Samba master incorrectly returns STATUS_INVALID_HANDLE on copy_chunk
- From: Jeremy Allison <jra@xxxxxxxxx>
- Re: SMB2 DELETE vs UNLINK
- From: Ralph Boehme <slow@xxxxxxxxx>
- Re: Current Samba master incorrectly returns STATUS_INVALID_HANDLE on copy_chunk
- From: Ralph Boehme <slow@xxxxxxxxx>
- Re: Current Samba master incorrectly returns STATUS_INVALID_HANDLE on copy_chunk
- From: Ralph Boehme <slow@xxxxxxxxx>
- Re: Current Samba master incorrectly returns STATUS_INVALID_HANDLE on copy_chunk
- From: Ralph Boehme <slow@xxxxxxxxx>
- [PATCH][SMB3 client] minor updates to "stop flooding dmesg" patch
- From: Steve French <smfrench@xxxxxxxxx>
- Re: Current Samba master incorrectly returns STATUS_INVALID_HANDLE on copy_chunk
- From: Steve French <smfrench@xxxxxxxxx>
- Re: SMB2 DELETE vs UNLINK
- From: Steve French <smfrench@xxxxxxxxx>
- Re: [PATCH] cifs: Add support for parsing WSL-style symlinks
- From: Pali Rohár <pali@xxxxxxxxxx>
- [PATCH] cifs: Remove pre-historic unused CIFSSMBCopy
- Re: SMB2 DELETE vs UNLINK
- From: Pali Rohár <pali@xxxxxxxxxx>
- Re: [PATCH 1/7] cifs: Add mount option -o reparse=native
- From: Pali Rohár <pali@xxxxxxxxxx>
- Re: [PATCH v2 6/6] cifs: Fix creating and resolving absolute NT-style symlinks
- From: Pali Rohár <pali@xxxxxxxxxx>
- Re: [PATCH v2] smb/client: Fix logically dead code
- From: Steve French <smfrench@xxxxxxxxx>
- [PATCH][next] smb: client: remove deadcode check on ret < 0
- From: Colin Ian King <colin.i.king@xxxxxxxxx>
- [PATCH v2] smb/client: Fix logically dead code
- From: Advait Dhamorikar <advaitdhamorikar@xxxxxxxxx>
- Long system-wide pauses when CIFS server unreachable
- From: "R. Diez" <rdiez-2006@xxxxxxx>
- Re: [PATCH 1/7] cifs: Add mount option -o reparse=native
- From: Steve French <smfrench@xxxxxxxxx>
- Re: [PATCH 0/7] cifs: Improve mount option -o reparse and support for native Windows sockets
- From: Steve French <smfrench@xxxxxxxxx>
- Re: SMB2 DELETE vs UNLINK
- From: Steve French <smfrench@xxxxxxxxx>
- Re: [PATCH] cifs: Remove unused functions
- From: Steve French <smfrench@xxxxxxxxx>
- Re: [PATCH v2 6/6] cifs: Fix creating and resolving absolute NT-style symlinks
- From: Steve French <smfrench@xxxxxxxxx>
- [PATCH] cifs: Remove unused functions
- [ANNOUNCE] cifs-utils release 7.1 ready for download
- From: Pavel Shilovsky <pshilovsky@xxxxxxxxx>
- SMB2 DELETE vs UNLINK
- From: Pali Rohár <pali@xxxxxxxxxx>
- Re: [PATCH] cifs: Fix getting reparse points from server without WSL support
- From: Pali Rohár <pali@xxxxxxxxxx>
- [PATCH 4/7] cifs: Add support for creating NFS-style symlinks
- From: Pali Rohár <pali@xxxxxxxxxx>
- [PATCH 7/7] cifs: Validate content of WSL reparse point buffers
- From: Pali Rohár <pali@xxxxxxxxxx>
- [PATCH 0/7] cifs: Improve mount option -o reparse and support for native Windows sockets
- From: Pali Rohár <pali@xxxxxxxxxx>
- [PATCH 6/7] cifs: Add support for creating WSL-style symlinks
- From: Pali Rohár <pali@xxxxxxxxxx>
- [PATCH 5/7] cifs: Improve guard for excluding $LXDEV xattr
- From: Pali Rohár <pali@xxxxxxxxxx>
- [PATCH 3/7] cifs: Add support for creating native Windows sockets
- From: Pali Rohár <pali@xxxxxxxxxx>
- [PATCH 1/7] cifs: Add mount option -o reparse=native
- From: Pali Rohár <pali@xxxxxxxxxx>
- [PATCH 2/7] cifs: Add mount option -o reparse=none
- From: Pali Rohár <pali@xxxxxxxxxx>
- [PATCH] cifs: Add support for parsing WSL-style symlinks
- From: Pali Rohár <pali@xxxxxxxxxx>
- Re: [PATCH] Fix logically dead code
- From: David Howells <dhowells@xxxxxxxxxx>
- Re: [PATCH 0/2] cifs: Improve access without FILE_READ_ATTRIBUTES permission
- From: Pali Rohár <pali@xxxxxxxxxx>
- Re: [PATCH 0/2] cifs: Improve access without FILE_READ_ATTRIBUTES permission
- From: Steve French <smfrench@xxxxxxxxx>
- [PATCH 0/2] cifs: Improve access without FILE_READ_ATTRIBUTES permission
- From: Pali Rohár <pali@xxxxxxxxxx>
- [PATCH 2/2] cifs: Improve stat() to work also without FILE_READ_ATTRIBUTES
- From: Pali Rohár <pali@xxxxxxxxxx>
- [PATCH 1/2] cifs: Do not issue SMB2 CREATE always with FILE_READ_ATTRIBUTES
- From: Pali Rohár <pali@xxxxxxxxxx>
- [PATCH] cifs: Change translation of STATUS_DELETE_PENDING to -EBUSY
- From: Pali Rohár <pali@xxxxxxxxxx>
- [PATCH] cifs: Recognize SFU char/block devices created by Windows NFS server on Windows Server <<2012
- From: Pali Rohár <pali@xxxxxxxxxx>
- Re: [PATCH 2/7] cifs: Improve creating native symlinks pointing to directory
- From: Pali Rohár <pali@xxxxxxxxxx>
- Re: [PATCH 0/7] cifs: Improve support for native SMB symlinks
- From: Pali Rohár <pali@xxxxxxxxxx>
- [PATCH v2 6/6] cifs: Fix creating and resolving absolute NT-style symlinks
- From: Pali Rohár <pali@xxxxxxxxxx>
- [PATCH v2 4/6] cifs: Fix parsing native symlinks directory/file type
- From: Pali Rohár <pali@xxxxxxxxxx>
- [PATCH v2 5/6] cifs: Validate content of native symlink
- From: Pali Rohár <pali@xxxxxxxxxx>
- [PATCH v2 3/6] cifs: Fix parsing native symlinks relative to the export
- From: Pali Rohár <pali@xxxxxxxxxx>
- [PATCH v2 2/6] cifs: Fix creating native symlinks pointing to current or parent directory
- From: Pali Rohár <pali@xxxxxxxxxx>
- [PATCH v2 1/6] cifs: Improve creating native symlinks pointing to directory
- From: Pali Rohár <pali@xxxxxxxxxx>
- [PATCH v2 0/6] cifs: Improve support for native SMB symlinks
- From: Pali Rohár <pali@xxxxxxxxxx>
- Re: [PATCH] Fix logically dead code
- From: Christophe JAILLET <christophe.jaillet@xxxxxxxxxx>
- [PATCH AUTOSEL 6.6 57/58] smb: client: fix UAF in async decryption
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 6.10 69/70] smb: client: fix UAF in async decryption
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 6.11 75/76] smb: client: fix UAF in async decryption
- From: Sasha Levin <sashal@xxxxxxxxxx>
- Re: [PATCH] Fix logically dead code
- From: Shuah Khan <skhan@xxxxxxxxxxxxxxxxxxx>
- Re: [GIT PULL] smb3 client fixes
- From: pr-tracker-bot@xxxxxxxxxx
- [PATCH] Fix logically dead code
- From: Advait Dhamorikar <advaitdhamorikar@xxxxxxxxx>
- [GIT PULL] smb3 client fixes
- From: Steve French <smfrench@xxxxxxxxx>
- Re: [GIT PULL] ksmbd server fixes
- From: pr-tracker-bot@xxxxxxxxxx
- [GIT PULL] ksmbd server fixes
- From: Steve French <smfrench@xxxxxxxxx>
- Re: SMB POSIX Extensions specification
- From: Pali Rohár <pali@xxxxxxxxxx>
- [PATCH 1/1] fs: smb: server: Fix building with GCC 15
- From: Brahmajit Das <brahmajit.xyz@xxxxxxxxx>
- Re: Current Samba master incorrectly returns STATUS_INVALID_HANDLE on copy_chunk
- From: Ralph Boehme <slow@xxxxxxxxx>
- Re: SMB POSIX Extensions specification
- From: Ralph Boehme <slow@xxxxxxxxx>
- SMB POSIX Extensions specification
- From: Pali Rohár <pali@xxxxxxxxxx>
- Re: Current Samba master incorrectly returns STATUS_INVALID_HANDLE on copy_chunk
- From: Steve French <smfrench@xxxxxxxxx>
- Re: [PATCH] smb: client: use actual path when queryfs
- From: Steve French <smfrench@xxxxxxxxx>
- Re: [PATCH] smb: client: use actual path when queryfs
- From: Steve French <smfrench@xxxxxxxxx>
- Re: Current Samba master incorrectly returns STATUS_INVALID_HANDLE on copy_chunk
- From: Ralph Boehme <slow@xxxxxxxxx>
- Re: improved special file support ksmbd
- From: Namjae Jeon <linkinjeon@xxxxxxxxxx>
- Re: [PATCH] ksmbd: Use struct_size() to improve smb_direct_rdma_xmit()
- From: Namjae Jeon <linkinjeon@xxxxxxxxxx>
- Re: [PATCH v1] smb: client: Correct typos in multiple comments across various files
- From: Steve French <smfrench@xxxxxxxxx>
- Re: [PATCH 4/4] smb: client: make SHA-512 TFM ephemeral
- From: Steve French <smfrench@xxxxxxxxx>
- Re: [PATCH 4/4] smb: client: make SHA-512 TFM ephemeral
- From: Steve French <smfrench@xxxxxxxxx>
- Re: [PATCH 4/4] smb: client: make SHA-512 TFM ephemeral
- From: Paulo Alcantara <pc@xxxxxxxxxxxxx>
- Re: [PATCH v3] cifs: Remove intermediate object of failed create reparse call
- From: Steve French <smfrench@xxxxxxxxx>
- Re: [PATCH 2/8] cifs: Remove intermediate object of failed create reparse call
- From: Paulo Alcantara <pc@xxxxxxxxxxxxx>
- [PATCH v3] cifs: Remove intermediate object of failed create reparse call
- From: Pali Rohár <pali@xxxxxxxxxx>
- Current Samba master incorrectly returns STATUS_INVALID_HANDLE on copy_chunk
- From: Steve French <smfrench@xxxxxxxxx>
- Re: [PATCH 6/7] cifs: Validate content of native symlink
- From: Pali Rohár <pali@xxxxxxxxxx>
- Re: [PATCH v2 19/25] netfs: Speed up buffered reading
- From: Omar Sandoval <osandov@xxxxxxxxxxx>
- Re: [PATCH v2 19/25] netfs: Speed up buffered reading
- From: David Howells <dhowells@xxxxxxxxxx>
- Re: [PATCH 2/8] cifs: Remove intermediate object of failed create reparse call
- From: Pali Rohár <pali@xxxxxxxxxx>
- Re: [PATCH 2/7] cifs: Improve creating native symlinks pointing to directory
- From: Pali Rohár <pali@xxxxxxxxxx>
- Re: [PATCH v2 19/25] netfs: Speed up buffered reading
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH 2/8] cifs: Remove intermediate object of failed create reparse call
- From: Paulo Alcantara <pc@xxxxxxxxxxxxx>
- Re: [PATCH 2/7] cifs: Improve creating native symlinks pointing to directory
- From: Paulo Alcantara <pc@xxxxxxxxxxxxx>
- Re: [PATCH v2 19/25] netfs: Speed up buffered reading
- From: David Howells <dhowells@xxxxxxxxxx>
- Re: [PATCH v2 19/25] netfs: Speed up buffered reading
- From: David Howells <dhowells@xxxxxxxxxx>
- Re: xfstests generic/089
- From: Steve French <smfrench@xxxxxxxxx>
- Re: xfstests generic/089
- From: Anthony Nandaa <profnandaa@xxxxxxxxx>
- Re: [PATCH 6/7] cifs: Validate content of native symlink
- From: Pali Rohár <pali@xxxxxxxxxx>
- Re: [PATCH 2/7] cifs: Improve creating native symlinks pointing to directory
- From: Pali Rohár <pali@xxxxxxxxxx>
- Re: [PATCH 1/7] cifs: Rename smb2_get_reparse_inode to smb2_create_reparse_inode
- From: Pali Rohár <pali@xxxxxxxxxx>
- Re: [PATCH 0/7] cifs: Improve support for native SMB symlinks
- From: Steve French <smfrench@xxxxxxxxx>
- Re: [PATCH 5/7] cifs: Fix parsing native symlinks directory/file type
- From: Pali Rohár <pali@xxxxxxxxxx>
- Re: [PATCH 2/7] cifs: Improve creating native symlinks pointing to directory
- From: Steve French <smfrench@xxxxxxxxx>
- Re: [PATCH 6/7] cifs: Validate content of native symlink
- From: Steve French <smfrench@xxxxxxxxx>
- Re: [PATCH 5/7] cifs: Fix parsing native symlinks directory/file type
- From: Steve French <smfrench@xxxxxxxxx>
- Re: [PATCH 1/7] cifs: Rename smb2_get_reparse_inode to smb2_create_reparse_inode
- From: Steve French <smfrench@xxxxxxxxx>
- Re: [PATCH v2 19/25] netfs: Speed up buffered reading
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH 7/7] cifs: Fix creating and resolving absolute NT-style symlinks
- From: Pali Rohár <pali@xxxxxxxxxx>
- [PATCH 5/7] cifs: Fix parsing native symlinks directory/file type
- From: Pali Rohár <pali@xxxxxxxxxx>
- [PATCH 4/7] cifs: Fix parsing native symlinks relative to the export
- From: Pali Rohár <pali@xxxxxxxxxx>
- [PATCH 1/7] cifs: Rename smb2_get_reparse_inode to smb2_create_reparse_inode
- From: Pali Rohár <pali@xxxxxxxxxx>
- [PATCH 6/7] cifs: Validate content of native symlink
- From: Pali Rohár <pali@xxxxxxxxxx>
- [PATCH 0/7] cifs: Improve support for native SMB symlinks
- From: Pali Rohár <pali@xxxxxxxxxx>
- [PATCH 3/7] cifs: Fix creating native symlinks pointing to current or parent directory
- From: Pali Rohár <pali@xxxxxxxxxx>
- [PATCH 2/7] cifs: Improve creating native symlinks pointing to directory
- From: Pali Rohár <pali@xxxxxxxxxx>
- Re: xfstests generic/089
- From: Steve French <smfrench@xxxxxxxxx>
- Re: [PATCH v2] cifs: Remove intermediate object of failed create reparse call
- From: Steve French <smfrench@xxxxxxxxx>
- Re: [PATCH 8/8] cifs: Rename posix to nfs in parse_reparse_posix() and reparse_posix_data
- From: Steve French <smfrench@xxxxxxxxx>
- xfstests generic/089
- From: Steve French <smfrench@xxxxxxxxx>
- [PATCH v2] cifs: Remove intermediate object of failed create reparse call
- From: Pali Rohár <pali@xxxxxxxxxx>
- Re: [PATCH 2/8] cifs: Remove intermediate object of failed create reparse call
- From: Pali Rohár <pali@xxxxxxxxxx>
- Re: [PATCH 8/8] cifs: Rename posix to nfs in parse_reparse_posix() and reparse_posix_data
- From: Ralph Boehme <slow@xxxxxxxxx>
- [PATCH v2] cifs: Fix buffer overflow when parsing NFS reparse points
- From: Pali Rohár <pali@xxxxxxxxxx>
- Re: [PATCH v2 19/25] netfs: Speed up buffered reading
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH 8/8] cifs: Rename posix to nfs in parse_reparse_posix() and reparse_posix_data
- From: Pali Rohár <pali@xxxxxxxxxx>
- Re: [PATCH 8/8] cifs: Rename posix to nfs in parse_reparse_posix() and reparse_posix_data
- From: Ralph Boehme <slow@xxxxxxxxx>
- Re: [PATCH v2 19/25] netfs: Speed up buffered reading
- From: David Howells <dhowells@xxxxxxxxxx>
- Re: [PATCH 8/8] cifs: Rename posix to nfs in parse_reparse_posix() and reparse_posix_data
- From: Steve French <smfrench@xxxxxxxxx>
- Re: [PATCH 4/8] cifs: Fix creating NFS-style char/block devices
- From: Pali Rohár <pali@xxxxxxxxxx>
- Re: [PATCH 4/8] cifs: Fix creating NFS-style char/block devices
- From: Pali Rohár <pali@xxxxxxxxxx>
- Re: [PATCH 4/8] cifs: Fix creating NFS-style char/block devices
- From: Steve French <smfrench@xxxxxxxxx>
- [PATCH 8/8] cifs: Rename posix to nfs in parse_reparse_posix() and reparse_posix_data
- From: Pali Rohár <pali@xxxxxxxxxx>
- [PATCH 4/8] cifs: Fix creating NFS-style char/block devices
- From: Pali Rohár <pali@xxxxxxxxxx>
- [PATCH 6/8] cifs: Do not convert delimiter when parsing NFS-style symlinks
- From: Pali Rohár <pali@xxxxxxxxxx>
- [PATCH 5/8] cifs: Fix buffer overflow when parsing NFS reparse points
- From: Pali Rohár <pali@xxxxxxxxxx>
- [PATCH 3/8] cifs: Fix parsing NFS-style char/block devices
- From: Pali Rohár <pali@xxxxxxxxxx>
- [PATCH 7/8] cifs: Validate content of NFS reparse point buffer
- From: Pali Rohár <pali@xxxxxxxxxx>
- [PATCH 2/8] cifs: Remove intermediate object of failed create reparse call
- From: Pali Rohár <pali@xxxxxxxxxx>
- [PATCH 1/8] smb: Update comments about some reparse point tags
- From: Pali Rohár <pali@xxxxxxxxxx>
- [PATCH 0/8] cifs: Fix support for NFS-style reparse points
- From: Pali Rohár <pali@xxxxxxxxxx>
- Re: [GIT PULL] ksmbd server fixes
- From: pr-tracker-bot@xxxxxxxxxx
- Re: [GIT PULL] smb3 client fixes
- From: pr-tracker-bot@xxxxxxxxxx
- Re: [REGRESSION] Corruption on cifs / smb write on ARM, kernels 6.3-6.9
- From: james young <pronoiac@xxxxxxxxx>
- [PATCH] ksmbd: Use struct_size() to improve smb_direct_rdma_xmit()
- From: Thorsten Blum <thorsten.blum@xxxxxxxxx>
- Re: [PATCH] cifs: Fix getting reparse points from server without WSL support
- From: Pali Rohár <pali@xxxxxxxxxx>
- [GIT PULL] ksmbd server fixes
- From: Steve French <smfrench@xxxxxxxxx>
- Re: [PATCH v2] ksmbd: Annotate struct copychunk_ioctl_req with __counted_by_le()
- From: Namjae Jeon <linkinjeon@xxxxxxxxxx>
- Re: [PATCH] ksmbd: Use struct_size() to improve get_file_alternate_info()
- From: Namjae Jeon <linkinjeon@xxxxxxxxxx>
- Re: [PATCH v2 19/25] netfs: Speed up buffered reading
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- improved special file support ksmbd
- From: Steve French <smfrench@xxxxxxxxx>
- Re: [PATCH v2 19/25] netfs: Speed up buffered reading
- From: David Howells <dhowells@xxxxxxxxxx>
- Re: [PATCH v2 19/25] netfs: Speed up buffered reading
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH v2 19/25] netfs: Speed up buffered reading
- From: David Howells <dhowells@xxxxxxxxxx>
- [GIT PULL] smb3 client fixes
- From: Steve French <smfrench@xxxxxxxxx>
- [PATCH] cifs: Check for UTF-16 null codepoint in SFU symlink target location
- From: Pali Rohár <pali@xxxxxxxxxx>
- Re: [PATCH 1/4] cifs: Add support for creating SFU symlinks
- From: Pali Rohár <pali@xxxxxxxxxx>
- Re: [PATCH 1/4] cifs: Add support for creating SFU symlinks
- From: Enzo Matsumiya <ematsumiya@xxxxxxx>
- [PATCH] ksmbd: Use struct_size() to improve get_file_alternate_info()
- From: Thorsten Blum <thorsten.blum@xxxxxxxxx>
- Re: [REGRESSION][BISECTED][STABLE] Commit 60e3318e3e900 in stable/linux-6.1.y breaks cifs client failover to another server in DFS namespace
- From: "Linux regression tracking (Thorsten Leemhuis)" <regressions@xxxxxxxxxxxxx>
- Re: (subset) [PATCH 6/8] afs: Fix the setting of the server responding flag
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: (subset) [PATCH 4/8] afs: Remove unused struct and function prototype
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: (subset) [PATCH 5/8] afs: Fix possible infinite loop with unresponsive servers
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: default value of esize (min_encrypt_offload size)
- From: Enzo Matsumiya <ematsumiya@xxxxxxx>
- default value of esize (min_encrypt_offload size)
- From: Steve French <smfrench@xxxxxxxxx>
- [PATCH 4/4] smb: client: make SHA-512 TFM ephemeral
- From: Enzo Matsumiya <ematsumiya@xxxxxxx>
- [PATCH 3/4] smb: client: make HMAC-MD5 TFM ephemeral
- From: Enzo Matsumiya <ematsumiya@xxxxxxx>
- [PATCH 2/4] smb: client: allocate crypto only for primary server
- From: Enzo Matsumiya <ematsumiya@xxxxxxx>
- [PATCH 1/4] smb: client: fix UAF in async decryption
- From: Enzo Matsumiya <ematsumiya@xxxxxxx>
- [PATCH 0/4] fix async decryption + some secmech cleanups
- From: Enzo Matsumiya <ematsumiya@xxxxxxx>
- Re: [GIT PULL] smb3 client fixes
- From: pr-tracker-bot@xxxxxxxxxx
- Intermittent data corruption probably in Linux 6.6.52 SMB client
- From: "Zack Weinberg" <zack@xxxxxxxxxxxx>
- [PATCH v2] netfs: Fix write oops in generic/346 (9p) and generic/074 (cifs)
- From: David Howells <dhowells@xxxxxxxxxx>
- [GIT PULL] smb3 client fixes
- From: Steve French <smfrench@xxxxxxxxx>
- Re: [PATCH 4/9] smb: client: stop flooding dmesg in smb2_calc_signature()
- From: Paulo Alcantara <pc@xxxxxxxxxxxxx>
- Re: [PATCH v1] smb: Correct typos in multiple comments across various files
- From: Namjae Jeon <linkinjeon@xxxxxxxxxx>
- [PATCH AUTOSEL 6.6 130/139] ksmbd: add refcnt to ksmbd_conn struct
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 6.10 185/197] ksmbd: add refcnt to ksmbd_conn struct
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 6.11 231/244] ksmbd: add refcnt to ksmbd_conn struct
- From: Sasha Levin <sashal@xxxxxxxxxx>
- Re: [PATCH v2 19/25] netfs: Speed up buffered reading
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH v2] ksmbd: Annotate struct copychunk_ioctl_req with __counted_by_le()
- From: Thorsten Blum <thorsten.blum@xxxxxxxxx>
- [PATCH v1] smb: Correct typos in multiple comments across various files
- From: Shen Lichuan <shenlichuan@xxxxxxxx>
- [PATCH v1] smb: client: Correct typos in multiple comments across various files
- From: Shen Lichuan <shenlichuan@xxxxxxxx>
- Re: [REGRESSION] Corruption on cifs / smb write on ARM, kernels 6.3-6.9
- From: james young <pronoiac@xxxxxxxxx>
- Re: [PATCH 4/9] smb: client: stop flooding dmesg in smb2_calc_signature()
- From: Steve French <smfrench@xxxxxxxxx>
- Re: [PATCH v2 19/25] netfs: Speed up buffered reading
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH v2 19/25] netfs: Speed up buffered reading
- From: David Howells <dhowells@xxxxxxxxxx>
- Re: [PATCH] ksmbd: Annotate struct copychunk_ioctl_req with __counted_by_le()
- From: Tom Talpey <tom@xxxxxxxxxx>
- Re: [PATCH] ksmbd: Annotate struct copychunk_ioctl_req with __counted_by_le()
- From: Thorsten Blum <thorsten.blum@xxxxxxxxx>
- Re: [PATCH] ksmbd: Annotate struct copychunk_ioctl_req with __counted_by_le()
- From: Thorsten Blum <thorsten.blum@xxxxxxxxx>
- Re: [PATCH] ksmbd: Annotate struct copychunk_ioctl_req with __counted_by_le()
- From: Tom Talpey <tom@xxxxxxxxxx>
- [PATCH] ksmbd: fix open failure from block and char device file
- From: Namjae Jeon <linkinjeon@xxxxxxxxxx>
- [PATCH] ksmbd: remove unsafe_memcpy use in session setup
- From: Namjae Jeon <linkinjeon@xxxxxxxxxx>
- [PATCH] ksmbd: fix warning: comparison of distinct pointer types lacks a cast
- From: Namjae Jeon <linkinjeon@xxxxxxxxxx>
- [PATCH] ksmbd: Annotate struct copychunk_ioctl_req with __counted_by_le()
- From: Thorsten Blum <thorsten.blum@xxxxxxxxx>
- Re: [PATCH v2 15/25] netfs: Use new folio_queue data type and iterator instead of xarray iter
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- Re: [linus:master] [cifs] 43a64bd02f: xfstests.generic.465.fail
- From: Oliver Sang <oliver.sang@xxxxxxxxx>
- Re: [PATCH 1/8] netfs: Fix mtime/ctime update for mmapped writes
- From: Steve French <smfrench@xxxxxxxxx>
- Re: [PATCH] cifs: Make the write_{enter,done,err} tracepoints display netfs info
- From: Steve French <smfrench@xxxxxxxxx>
- Re: [PATCH v2 19/25] netfs: Speed up buffered reading
- From: David Howells <dhowells@xxxxxxxxxx>
- Re: [PATCH] cifs: Make the write_{enter,done,err} tracepoints display netfs info
- From: Steve French <smfrench@xxxxxxxxx>
- Re: [PATCH v2 19/25] netfs: Speed up buffered reading
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH v2 19/25] netfs: Speed up buffered reading
- From: Manu Bretelle <chantr4@xxxxxxxxx>
- Re: [PATCH v2 19/25] netfs: Speed up buffered reading
- From: David Howells <dhowells@xxxxxxxxxx>
- Re: [REGRESSION] Corruption on cifs / smb write on ARM, kernels 6.3-6.9
- From: james young <pronoiac@xxxxxxxxx>
- Re: [PATCH v2 19/25] netfs: Speed up buffered reading
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [PATCH v2 19/25] netfs: Speed up buffered reading
- From: Manu Bretelle <chantr4@xxxxxxxxx>
- Re: [PATCH] cifs: Fix getting reparse points from server without WSL support
- From: Pali Rohár <pali@xxxxxxxxxx>
- [PATCH 8/8] cifs: Make the write_{enter,done,err} tracepoints display netfs info
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH 7/8] cifs: Fix reversion of the iter in cifs_readv_receive().
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH 6/8] afs: Fix the setting of the server responding flag
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH 5/8] afs: Fix possible infinite loop with unresponsive servers
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH 4/8] afs: Remove unused struct and function prototype
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH 3/8] afs: Fix missing wire-up of afs_retry_request()
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH 2/8] netfs: Drop the was_async arg from netfs_read_subreq_terminated()
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH 1/8] netfs: Fix mtime/ctime update for mmapped writes
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH 0/8] netfs, afs, cifs: Miscellaneous fixes/changes
- From: David Howells <dhowells@xxxxxxxxxx>
- Re: [linus:master] [cifs] 43a64bd02f: xfstests.generic.465.fail
- From: David Howells <dhowells@xxxxxxxxxx>
- Re: [PATCH] ksmbd: Use unsafe_memcpy() for ntlm_negotiate
- From: Namjae Jeon <linkinjeon@xxxxxxxxxx>
- Re: [PATCH] ksmbd: Use unsafe_memcpy() for ntlm_negotiate
- From: Kees Cook <kees@xxxxxxxxxx>
- Re: [PATCH] ksmbd: Use unsafe_memcpy() for ntlm_negotiate
- From: Namjae Jeon <linkinjeon@xxxxxxxxxx>
- Re: [REGRESSION] Corruption on cifs / smb write on ARM, kernels 6.3-6.9
- From: Wang Yugui <wangyugui@xxxxxxxxxxxx>
- Re: [PATCH] ksmbd: Use unsafe_memcpy() for ntlm_negotiate
- From: Kees Cook <kees@xxxxxxxxxx>
- [linus:master] [cifs] 43a64bd02f: xfstests.generic.465.fail
- From: kernel test robot <oliver.sang@xxxxxxxxx>
- [PATCH][SMB3 client] fix incorrect mode bits reported for stat of directories with read only attribute
- From: Steve French <smfrench@xxxxxxxxx>
- [REGRESSION] Corruption on cifs / smb write on ARM, kernels 6.3-6.9
- From: James Young <pronoiac@xxxxxxxxx>
- connection reset observed while running iozone on single CIFS over rdma share
- From: Showrya M N <showrya@xxxxxxxxxxx>
- Re: [PATCH] cifs: Make the write_{enter,done,err} tracepoints display netfs info
- From: Paulo Alcantara <pc@xxxxxxxxxxxxx>
- Re: [PATCH v2] ksmbd: Replace one-element arrays with flexible-array members
- From: Namjae Jeon <linkinjeon@xxxxxxxxxx>
- Re: rmdir() fails for a dir w/o write perm
- From: Maxim Patlasov <mpatlaso@xxxxxxxxxx>
- Re: rmdir() fails for a dir w/o write perm
- From: Maxim Patlasov <mpatlaso@xxxxxxxxxx>
- Re: [PATCH v2] ksmbd: Replace one-element arrays with flexible-array members
- From: Thorsten Blum <thorsten.blum@xxxxxxxxxx>
- Re: [GIT PULL] smb3 client fixes
- From: pr-tracker-bot@xxxxxxxxxx
- Re: [GIT PULL] ksmbd server fixes
- From: pr-tracker-bot@xxxxxxxxxx
- Re: Network discovery of nearby Samba servers
- From: Ralph Boehme <slow@xxxxxxxxx>
- Re: rmdir() fails for a dir w/o write perm
- From: Steve French <smfrench@xxxxxxxxx>
- Network discovery of nearby Samba servers
- From: Steve French <smfrench@xxxxxxxxx>
- [PATCH] cifs: Make the write_{enter,done,err} tracepoints display netfs info
- From: David Howells <dhowells@xxxxxxxxxx>
- Re: rmdir() fails for a dir w/o write perm
- From: Henrique Carvalho <henrique.carvalho@xxxxxxxx>
- [PATCH v2] smb: client: fix compression heuristic functions
- From: Enzo Matsumiya <ematsumiya@xxxxxxx>
- [PATCH] smb: client: fix sparse warning in should_compress()
- From: Enzo Matsumiya <ematsumiya@xxxxxxx>
- Re: [PATCH] smb: client: fix compression heuristic functions
- From: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
- [PATCH 9/9] smb: client: propagate error from cifs_construct_tcon()
- From: Paulo Alcantara <pc@xxxxxxxxxxxxx>
- [PATCH 6/9] smb: client: stop flooding dmesg on failed session setups
- From: Paulo Alcantara <pc@xxxxxxxxxxxxx>
- [PATCH 8/9] smb: client: fix DFS failover in multiuser mounts
- From: Paulo Alcantara <pc@xxxxxxxxxxxxx>
- [PATCH 7/9] smb: client: stop flooding dmesg with automounts
- From: Paulo Alcantara <pc@xxxxxxxxxxxxx>
- [PATCH 4/9] smb: client: stop flooding dmesg in smb2_calc_signature()
- From: Paulo Alcantara <pc@xxxxxxxxxxxxx>
- [PATCH 2/9] smb: client: improve purging of cached referrals
- From: Paulo Alcantara <pc@xxxxxxxxxxxxx>
- [PATCH 5/9] smb: client: print failed session logoffs with FYI
- From: Paulo Alcantara <pc@xxxxxxxxxxxxx>
- [PATCH 3/9] smb: client: fix DFS interlink failover
- From: Paulo Alcantara <pc@xxxxxxxxxxxxx>
- [PATCH 1/9] smb: client: avoid unnecessary reconnects when refreshing referrals
- From: Paulo Alcantara <pc@xxxxxxxxxxxxx>
- Re: [PATCH] netfs, cifs: Fix mtime/ctime update for mmapped writes
- From: Steve French <smfrench@xxxxxxxxx>
- Re: [PATCH] cifs: Fix getting reparse points from server without WSL support
- From: Steve French <smfrench@xxxxxxxxx>
- Re: [PATCH] cifs: Fix getting reparse points from server without WSL support
- From: Paulo Alcantara <pc@xxxxxxxxxxxxx>
- Re: [PATCH] cifs: Fix getting reparse points from server without WSL support
- From: Steve French <smfrench@xxxxxxxxx>
- Re: [PATCH] cifs: Fix getting reparse points from server without WSL support
- From: Pali Rohár <pali@xxxxxxxxxx>
- Re: [PATCH] cifs: Fix getting reparse points from server without WSL support
- From: Paulo Alcantara <pc@xxxxxxxxxxxxx>
- Re: [PATCH] cifs: Fix getting reparse points from server without WSL support
- From: Pali Rohár <pali@xxxxxxxxxx>
- Re: [PATCH] cifs: Fix getting reparse points from server without WSL support
- From: Jeremy Allison <jra@xxxxxxxxx>
- Re: [PATCH] cifs: Fix getting reparse points from server without WSL support
- From: Jeremy Allison <jra@xxxxxxxxx>
- Re: [PATCH] cifs: Fix getting reparse points from server without WSL support
- From: ronnie sahlberg <ronniesahlberg@xxxxxxxxx>
- Re: [PATCH] cifs: Fix getting reparse points from server without WSL support
- From: Jeremy Allison <jra@xxxxxxxxx>
- Re: [PATCH] cifs: Fix getting reparse points from server without WSL support
- From: Pali Rohár <pali@xxxxxxxxxx>
- Re: [PATCH] cifs: Fix getting reparse points from server without WSL support
- From: Jeremy Allison <jra@xxxxxxxxx>
- Re: [PATCH] cifs: Fix getting reparse points from server without WSL support
- From: Pali Rohár <pali@xxxxxxxxxx>
- Re: [PATCH] cifs: Fix getting reparse points from server without WSL support
- From: Pali Rohár <pali@xxxxxxxxxx>
- Re: [PATCH] netfs, cifs: Fix mtime/ctime update for mmapped writes
- From: Paulo Alcantara <pc@xxxxxxxxxxxxx>
- [PATCH] cifs: Fix reversion of the iter in cifs_readv_receive().
- From: David Howells <dhowells@xxxxxxxxxx>
- Re: [PATCH] netfs, cifs: Fix mtime/ctime update for mmapped writes
- From: Christian Brauner <brauner@xxxxxxxxxx>
- [GIT PULL] smb3 client fixes
- From: Steve French <smfrench@xxxxxxxxx>
- [PATCH] netfs, cifs: Fix mtime/ctime update for mmapped writes
- From: David Howells <dhowells@xxxxxxxxxx>
- [GIT PULL] ksmbd server fixes
- From: Steve French <smfrench@xxxxxxxxx>
- Re: [bug report] smb: client: compress: LZ77 code improvements cleanup
- From: Enzo Matsumiya <ematsumiya@xxxxxxx>
- Re: [PATCH 6/7] cifs: Fix creating of SFU fifo and socket special files
- From: Pali Rohár <pali@xxxxxxxxxx>
- [PATCH] smb: client: fix compression heuristic functions
- From: Enzo Matsumiya <ematsumiya@xxxxxxx>
- Re: [PATCH 6/7] cifs: Fix creating of SFU fifo and socket special files
- From: Pali Rohár <pali@xxxxxxxxxx>
- Re: [PATCH net-next 0/5] net: implement the QUIC protocol in linux kernel
- From: Xin Long <lucien.xin@xxxxxxxxx>
- [PATCH] cifs: Remove redundant setting of NETFS_SREQ_HIT_EOF
- From: David Howells <dhowells@xxxxxxxxxx>
- rmdir() fails for a dir w/o write perm
- From: Maxim Patlasov <mpatlaso@xxxxxxxxxx>
- Re: [PATCH 6/7] cifs: Fix creating of SFU fifo and socket special files
- From: Volker Lendecke <Volker.Lendecke@xxxxxxxxx>
- [PATCH 6.6 88/91] cifs: Fix signature miscalculation
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- [PATCH 6.10 118/121] cifs: Fix signature miscalculation
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [linux-next:fs-next] [netfs, cifs] 73425800ac: xfstests.generic.080.fail
- From: David Howells <dhowells@xxxxxxxxxx>
- [linux-next:fs-next] [netfs, cifs] 73425800ac: xfstests.generic.080.fail
- From: kernel test robot <oliver.sang@xxxxxxxxx>
- [cifs:for-next 12/25] fs/smb/client/transport.c:437:24: error: implicit declaration of function 'smb_compress'; did you mean 'cra_compress'?
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH 1/4] cifs: Add support for creating SFU symlinks
- From: Steve French <smfrench@xxxxxxxxx>
- Re: [PATCH 4/4] cifs: Update SFU comments about fifos and sockets
- From: Steve French <smfrench@xxxxxxxxx>
- [PATCH 3/4] cifs: Fix creating of SFU fifo special files
- From: Pali Rohár <pali@xxxxxxxxxx>
- [PATCH 2/4] cifs: Fix creating of SFU socket special files
- From: Pali Rohár <pali@xxxxxxxxxx>
- [PATCH 1/4] cifs: Add support for creating SFU symlinks
- From: Pali Rohár <pali@xxxxxxxxxx>
- [PATCH 4/4] cifs: Update SFU comments about fifos and sockets
- From: Pali Rohár <pali@xxxxxxxxxx>
- [PATCH 0/4] cifs: Improve client SFU support for special files (2)
- From: Pali Rohár <pali@xxxxxxxxxx>
- Re: [PATCH 6/7] cifs: Fix creating of SFU fifo and socket special files
- From: Pali Rohár <pali@xxxxxxxxxx>
- Re: [PATCH 6/7] cifs: Fix creating of SFU fifo and socket special files
- From: Pali Rohár <pali@xxxxxxxxxx>
- Re: CIFS lockup regression on SMB1 in 6.10
- From: "Kris Karas (Bug Reporting)" <bugs-a21@xxxxxxxxxxxxxxxx>
- Fwd: CIFS lockup regression on SMB1 in 6.10
- From: Steve French <smfrench@xxxxxxxxx>
- Re: CIFS lockup regression on SMB1 in 6.10
- From: matoro <matoro_mailinglist_kernel@xxxxxxxxx>
- Re: [GIT PULL] smb3 fix
- From: pr-tracker-bot@xxxxxxxxxx
- Re: [PATCH 6/7] cifs: Fix creating of SFU fifo and socket special files
- From: Pali Rohár <pali@xxxxxxxxxx>
- Re: [PATCH -next] smb: use LIST_HEAD() to simplify code
- From: Steve French <smfrench@xxxxxxxxx>
- Re: [PATCH -next] cifs: Remove obsoleted declaration for cifs_dir_open
- From: Steve French <smfrench@xxxxxxxxx>
- Re: [PATCH 6/7] cifs: Fix creating of SFU fifo and socket special files
- From: Steve French <smfrench@xxxxxxxxx>
- Re: [PATCH v2] smb: client: compress: fix an "illegal accesses" issue
- From: Steve French <smfrench@xxxxxxxxx>
- [GIT PULL] smb3 fix
- From: Steve French <smfrench@xxxxxxxxx>
- Re: [PATCH net-next 0/5] net: implement the QUIC protocol in linux kernel
- From: Cong Wang <xiyou.wangcong@xxxxxxxxx>
- Re: [PATCH 6/7] cifs: Fix creating of SFU fifo and socket special files
- From: Pali Rohár <pali@xxxxxxxxxx>
- Re: [PATCH 6/7] cifs: Fix creating of SFU fifo and socket special files
- From: Pali Rohár <pali@xxxxxxxxxx>
- Re: [PATCH 6/7] cifs: Fix creating of SFU fifo and socket special files
- From: Steve French <smfrench@xxxxxxxxx>
- Re: [PATCH 6/7] cifs: Fix creating of SFU fifo and socket special files
- From: Steve French <smfrench@xxxxxxxxx>
- Re: [PATCH] cifs: Fix getting reparse points from server without WSL support
- From: Pali Rohár <pali@xxxxxxxxxx>
- Re: [PATCH 6/7] cifs: Fix creating of SFU fifo and socket special files
- From: Pali Rohár <pali@xxxxxxxxxx>
- Re: [PATCH 1/7] cifs: Fix recognizing SFU symlinks
- From: Pali Rohár <pali@xxxxxxxxxx>
- [PATCH] cifs: Fix getting reparse points from server without WSL support
- From: Pali Rohár <pali@xxxxxxxxxx>
- Re: [bug report] smb: client: compress: LZ77 code improvements cleanup
- From: Enzo Matsumiya <ematsumiya@xxxxxxx>
- [bug report] smb: client: compress: LZ77 code improvements cleanup
- From: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
- Re: [PATCH v2] smb: client: compress: fix an "illegal accesses" issue
- From: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
- Re: [PATCH] smb3: Fix complilation for gcc9
- From: Uwe Kleine-König <u.kleine-koenig@xxxxxxxxxxxx>
- Re: [PATCH 0/7] cifs: Improve client SFU support for special files
- From: Pali Rohár <pali@xxxxxxxxxx>
- Re: [EXTERNAL] linux-next: manual merge of the vfs-brauner tree with the cifs tree
- From: David Howells <dhowells@xxxxxxxxxx>
- Re: [PATCH 0/7] cifs: Improve client SFU support for special files
- From: Steve French <smfrench@xxxxxxxxx>
- Re: [PATCH] smb: client: compress: fix a potential issue of freeing an invalid pointer
- From: Steve French <smfrench@xxxxxxxxx>
- linux-next: manual merge of the vfs-brauner tree with the cifs tree
- From: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx>
- Re: [PATCH] cifs: Fix signature miscalculation
- From: Tom Talpey <tom@xxxxxxxxxx>
- Re: [PATCH] cifs: Fix signature miscalculation
- From: Steve French <smfrench@xxxxxxxxx>
- [PATCH] cifs: Fix signature miscalculation
- From: David Howells <dhowells@xxxxxxxxxx>
- Re: [PATCH net-next 4/5] net: integrate QUIC build configuration into Kconfig and Makefile
- From: Xin Long <lucien.xin@xxxxxxxxx>
- [PATCH 7/7] cifs: Add support for creating SFU symlinks
- From: Pali Rohár <pali@xxxxxxxxxx>
- [PATCH 6/7] cifs: Fix creating of SFU fifo and socket special files
- From: Pali Rohár <pali@xxxxxxxxxx>
- [PATCH 5/7] cifs: Recognize SFU socket type
- From: Pali Rohár <pali@xxxxxxxxxx>
- [PATCH 3/7] cifs: Put explicit zero byte into SFU block/char types
- From: Pali Rohár <pali@xxxxxxxxxx>
- [PATCH 1/7] cifs: Fix recognizing SFU symlinks
- From: Pali Rohár <pali@xxxxxxxxxx>
- [PATCH 0/7] cifs: Improve client SFU support for special files
- From: Pali Rohár <pali@xxxxxxxxxx>
- [PATCH 4/7] cifs: Show debug message when SFU Fifo type was detected
- From: Pali Rohár <pali@xxxxxxxxxx>
- [PATCH 2/7] cifs: Add support for reading SFU symlink location
- From: Pali Rohár <pali@xxxxxxxxxx>
- [PATCH] cifs: Fix up netfs-writeback vs cifs fixes merge conflicts
- From: David Howells <dhowells@xxxxxxxxxx>
- Re: Netfs failure
- From: Murphy Zhou <jencce.kernel@xxxxxxxxx>
- Re: [PATCH net-next 4/5] net: integrate QUIC build configuration into Kconfig and Makefile
- From: Jakub Kicinski <kuba@xxxxxxxxxx>
- Re: [PATCH] smb3: Fix complilation for gcc9
- From: Steve French <smfrench@xxxxxxxxx>
- [PATCH AUTOSEL 6.1 8/8] smb: client: fix hang in wait_for_response() for negproto
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 6.6 12/12] smb: client: fix hang in wait_for_response() for negproto
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 6.10 16/18] smb: client: fix hang in wait_for_response() for negproto
- From: Sasha Levin <sashal@xxxxxxxxxx>
- Re: [PATCH net-next 3/5] net: implement QUIC protocol code in net/quic directory
- From: Xin Long <lucien.xin@xxxxxxxxx>
- [PATCH] smb3: Fix complilation for gcc9
- From: Uwe Kleine-König <u.kleine-koenig@xxxxxxxxxxxx>
- [PATCH 6.6 101/269] cifs: Fix FALLOC_FL_ZERO_RANGE to preflush buffered part of target region
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- [PATCH 6.1 073/192] cifs: Fix FALLOC_FL_ZERO_RANGE to preflush buffered part of target region
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- [PATCH 6.10 364/375] cifs: Fix SMB1 readv/writev callback in the same way as SMB2/3
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- [PATCH 6.10 363/375] cifs: Fix zero_point init on inode initialisation
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- [PATCH 6.10 159/375] cifs: Fix FALLOC_FL_ZERO_RANGE to preflush buffered part of target region
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- [PATCH 6.10 158/375] cifs: Fix copy offload to flush destination region
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- [PATCH 6.10 157/375] netfs, cifs: Fix handling of short DIO read
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- [PATCH 6.10 156/375] cifs: Fix lack of credit renegotiation on read retry
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v2 00/12] smb: fix some bugs, move duplicate definitions to common header file, and some small cleanups
- From: Steve French <smfrench@xxxxxxxxx>
- Re: [PATCH v1] cifs: convert to use ERR_CAST()
- From: Steve French <smfrench@xxxxxxxxx>
- Re: [PATCH v1] smb: client: Use min() macro
- From: Steve French <smfrench@xxxxxxxxx>
- Re: [PATCH v2 06/12] smb/client: rename cifs_ntsd to smb_ntsd
- From: Steve French <smfrench@xxxxxxxxx>
- Re: [PATCH net-next 3/5] net: implement QUIC protocol code in net/quic directory
- From: "D. Wythe" <alibuda@xxxxxxxxxxxxxxxxx>
- [PATCH net-next 3/5] net: implement QUIC protocol code in net/quic directory
- From: Xin Long <lucien.xin@xxxxxxxxx>
- [PATCH net-next 5/5] Documentation: introduce quic.rst to provide description of QUIC protocol
- From: Xin Long <lucien.xin@xxxxxxxxx>
- [PATCH net-next 4/5] net: integrate QUIC build configuration into Kconfig and Makefile
- From: Xin Long <lucien.xin@xxxxxxxxx>
- [PATCH net-next 2/5] net: include quic.h in include/uapi/linux for QUIC protocol
- From: Xin Long <lucien.xin@xxxxxxxxx>
- [PATCH net-next 1/5] net: define IPPROTO_QUIC and SOL_QUIC constants for QUIC protocol
- From: Xin Long <lucien.xin@xxxxxxxxx>
- [PATCH net-next 0/5] net: implement the QUIC protocol in linux kernel
- From: Xin Long <lucien.xin@xxxxxxxxx>
- generic/236 test failure (failure to update ctime on hardlink) turned out not to be a client issue
- From: Steve French <smfrench@xxxxxxxxx>
- [PATCH] ksmbd: handle caseless file creation
- From: Namjae Jeon <linkinjeon@xxxxxxxxxx>
- Re: [GIT PULL] smb3/cifs client fixes
- From: pr-tracker-bot@xxxxxxxxxx
- Re: [PATCH] smb: client: fix hang in wait_for_response() for negproto
- From: Enzo Matsumiya <ematsumiya@xxxxxxx>
- [GIT PULL] smb3/cifs client fixes
- From: Steve French <smfrench@xxxxxxxxx>
- Re: linux-next: manual merge of the vfs-brauner tree with the cifs tree
- From: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx>
- linux-next: manual merge of the vfs-brauner tree with the cifs tree
- From: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx>
- Re: [REGRESSION] cifs: triggers bad flatpak & ostree signatures, corrupts ffmpeg & mkvmerge outputs
- From: Steve French <smfrench@xxxxxxxxx>
- Re: linux-next: manual merge of the vfs-brauner tree with the cifs tree
- From: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx>
- linux-next: manual merge of the vfs-brauner tree with the cifs tree
- From: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx>
- Re: CIFS lockup regression on SMB1 in 6.10
- From: "Kris Karas (Bug Reporting)" <bugs-a21@xxxxxxxxxxxxxxxx>
- Re: CIFS lockup regression on SMB1 in 6.10
- From: "Kris Karas (Bug Reporting)" <bugs-a21@xxxxxxxxxxxxxxxx>
- [PATCH 6.10 181/184] mm: Fix filemap_invalidate_inode() to use invalidate_inode_pages2_range()
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [REGRESSION] cifs: triggers bad flatpak & ostree signatures, corrupts ffmpeg & mkvmerge outputs
- From: Forest <forestix@xxxxxxx>
- Re: [REGRESSION] cifs: triggers bad flatpak & ostree signatures, corrupts ffmpeg & mkvmerge outputs
- From: David Howells <dhowells@xxxxxxxxxx>
- Re: [REGRESSION] cifs: triggers bad flatpak & ostree signatures, corrupts ffmpeg & mkvmerge outputs
- From: Forest <forestix@xxxxxxx>
- Re: [GIT PULL] ksmbd server fixes
- From: pr-tracker-bot@xxxxxxxxxx
- [PATCH 5.10] cifs: Fix freeing non heap memory in dup_vol()
- From: Alexandra Diupina <adiupina@xxxxxxxxxxxxx>
- [GIT PULL] ksmbd server fixes
- From: Steve French <smfrench@xxxxxxxxx>
- [PATCH 5.10] cifs: Fix freeing non heap memory in dup_vol()
- From: Alexandra Diupina <adiupina@xxxxxxxxxxxxx>
- Re: [PATCH v2] ksmbd: make __dir_empty() compatible with POSIX
- From: Namjae Jeon <linkinjeon@xxxxxxxxxx>
- [PATCH v2] ksmbd: make __dir_empty() compatible with POSIX
- From: Hobin Woo <hobin.woo@xxxxxxxxxxx>
- Re: [RFC PATCH] smb: client: force dentry revalidation if nohandlecache is set
- From: Steve French <smfrench@xxxxxxxxx>
- Re: [RFC PATCH] smb: client: force dentry revalidation if nohandlecache is set
- From: Enzo Matsumiya <ematsumiya@xxxxxxx>
- [PATCH 1/2] smb: client: fix double put of @cfile in smb2_rename_path()
- From: Paulo Alcantara <pc@xxxxxxxxxxxxx>
- [PATCH 2/2] smb: client: fix double put of @cfile in smb2_set_path_size()
- From: Paulo Alcantara <pc@xxxxxxxxxxxxx>
- [cifs:for-next-next] [smb] 6c18ca82c3: filebench.sum_operations/s -16.4% regression
- From: kernel test robot <oliver.sang@xxxxxxxxx>
- [PATCH] ksmbd: add refcnt to ksmbd_conn struct
- From: Namjae Jeon <linkinjeon@xxxxxxxxxx>
- [PATCH] ksmbd: allow write with FILE_APPEND_DATA
- From: Namjae Jeon <linkinjeon@xxxxxxxxxx>
- RE: [PATCH] ksmbd: make __dir_empty() compatible with POSIX
- From: "Hobin Woo" <hobin.woo@xxxxxxxxxxx>
- RE: [PATCH] ksmbd: make __dir_empty() compatible with POSIX
- From: "Hobin Woo" <hobin.woo@xxxxxxxxxxx>
- Re: [PATCH] ksmbd: make __dir_empty() compatible with POSIX
- From: Steve French <smfrench@xxxxxxxxx>
- [PATCH] ksmbd: make __dir_empty() compatible with POSIX
- From: Hobin Woo <hobin.woo@xxxxxxxxxxx>
- Re: CIFS lockup regression on SMB1 in 6.10
- From: matoro <matoro_mailinglist_kernel@xxxxxxxxx>
- Re: [RFC PATCH] smb: client: force dentry revalidation if nohandlecache is set
- From: Steve French <smfrench@xxxxxxxxx>
- [linus:master] [cifs] 8101d6e112: xfstests.generic.433.fail
- From: kernel test robot <oliver.sang@xxxxxxxxx>
- Re: [RFC PATCH] smb: client: force dentry revalidation if nohandlecache is set
- From: Enzo Matsumiya <ematsumiya@xxxxxxx>
- Re: (subset) [PATCH 4/6] mm: Fix filemap_invalidate_inode() to use invalidate_inode_pages2_range()
- From: Steve French <smfrench@xxxxxxxxx>
- Re: [RESEND PATCH] smb3: Use min() to improve _smbd_get_connection()
- From: Steve French <smfrench@xxxxxxxxx>
- Re: [RFC PATCH] smb: client: force dentry revalidation if nohandlecache is set
- From: Steve French <smfrench@xxxxxxxxx>
- Re: [PATCH] smb: client: fix hang in wait_for_response() for negproto
- From: Paulo Alcantara <pc@xxxxxxxxxxxxx>
- [RESEND PATCH] smb3: Use min() to improve _smbd_get_connection()
- From: Thorsten Blum <thorsten.blum@xxxxxxxxxx>
- [PATCH 6.10 072/149] cifs: Fix FALLOC_FL_PUNCH_HOLE support
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- [PATCH 6.10 070/149] netfs: Fix interaction of streaming writes with zero-point tracker
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- [PATCH 6.10 069/149] netfs: Fix missing iterator reset on retry of short read
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- [PATCH 6.6 40/93] cifs: Fix FALLOC_FL_PUNCH_HOLE support
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: Different behavior of POSIX file locks depending on cache mode
- From: Steve French <smfrench@xxxxxxxxx>
- Re: [PATCH v1] cifs: convert to use ERR_CAST()
- From: Steve French <smfrench@xxxxxxxxx>
- Re: [PATCH v1] smb: client: Use min() macro
- From: Steve French <smfrench@xxxxxxxxx>
- Re: [PATCH] smb: client: fix hang in wait_for_response() for negproto
- From: Steve French <smfrench@xxxxxxxxx>
- Re: [RFC PATCH] smb: client: force dentry revalidation if nohandlecache is set
- From: Steve French <smfrench@xxxxxxxxx>
- Re: [GIT PULL] smb3 client fixes
- From: pr-tracker-bot@xxxxxxxxxx
- Re: [PATCH] smb: client: fix hang in wait_for_response() for negproto
- From: Steve French <smfrench@xxxxxxxxx>
- [GIT PULL] smb3 client fixes
- From: Steve French <smfrench@xxxxxxxxx>
- [PATCH] smb: client: fix hang in wait_for_response() for negproto
- From: Paulo Alcantara <pc@xxxxxxxxxxxxx>
- Re: [RFC PATCH] smb: client: force dentry revalidation if nohandlecache is set
- From: Enzo Matsumiya <ematsumiya@xxxxxxx>
- [RFC PATCH] smb: client: force dentry revalidation if nohandlecache is set
- From: Enzo Matsumiya <ematsumiya@xxxxxxx>
- Re: (subset) [PATCH 4/6] mm: Fix filemap_invalidate_inode() to use invalidate_inode_pages2_range()
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [PATCH] ksmbd: Unlock on in ksmbd_tcp_set_interfaces()
- From: Namjae Jeon <linkinjeon@xxxxxxxxxx>
- [PATCH] ksmbd: Unlock on in ksmbd_tcp_set_interfaces()
- From: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
- Re: [PATCH 6.10 083/273] 9p: Fix DIO read through netfs
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- [PATCH v1] cifs: convert to use ERR_CAST()
- From: Yuesong Li <liyuesong@xxxxxxxx>
- Re: [PATCH 0/6] mm, netfs, cifs: Miscellaneous fixes
- From: Steve French <smfrench@xxxxxxxxx>
- [PATCH 6/6] netfs, cifs: Improve some debugging bits
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH 5/6] cifs: Fix FALLOC_FL_ZERO_RANGE to preflush buffered part of target region
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH 4/6] mm: Fix filemap_invalidate_inode() to use invalidate_inode_pages2_range()
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH 3/6] cifs: Fix copy offload to flush destination region
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH 2/6] netfs, cifs: Fix handling of short DIO read
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH 1/6] cifs: Fix lack of credit renegotiation on read retry
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH 0/6] mm, netfs, cifs: Miscellaneous fixes
- From: David Howells <dhowells@xxxxxxxxxx>
- Re: The mapping->invalidate_lock, copy-offload and cifs
- From: Jan Kara <jack@xxxxxxx>
- [PATCH] ksmbd: unset the binding mark of a reused connection
- From: Namjae Jeon <linkinjeon@xxxxxxxxxx>
- Re: Bug in Samba's implementation of FSCTL_QUERY_ALLOCATED_RANGES?
- From: David Disseldorp <ddiss@xxxxxxxxx>
- Re: Bug in Samba's implementation of FSCTL_QUERY_ALLOCATED_RANGES?
- From: David Howells <dhowells@xxxxxxxxxx>
- Re: [PATCH 1/9] mm: Fix missing folio invalidation calls during truncation
- From: "Pankaj Raghav (Samsung)" <kernel@xxxxxxxxxxxxxxxx>
- Re: Bug in Samba's implementation of FSCTL_QUERY_ALLOCATED_RANGES?
- From: David Disseldorp <ddiss@xxxxxxxxx>
- Re: Bug in Samba's implementation of FSCTL_QUERY_ALLOCATED_RANGES?
- From: David Howells <dhowells@xxxxxxxxxx>
- Re: [GIT PULL] smb3 fixes
- From: pr-tracker-bot@xxxxxxxxxx
- [GIT PULL] smb3 fixes
- From: Steve French <smfrench@xxxxxxxxx>
- Re: [PATCH 6.10 083/273] 9p: Fix DIO read through netfs
- From: Steve French <smfrench@xxxxxxxxx>
- Re: [PATCH 6.10 083/273] 9p: Fix DIO read through netfs
- From: Dominique Martinet <asmadeus@xxxxxxxxxxxxx>
- Re: [REGRESSION] cifs: triggers bad flatpak & ostree signatures, corrupts ffmpeg & mkvmerge outputs
- From: Forest <forestix@xxxxxxx>
- Re: [REGRESSION] cifs: Subreq overread in dmesg, invalid argument & no data available in apps
- From: Forest <forestix@xxxxxxx>
- [PATCH] cifs: Fix copy offload to flush destination region
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH 6.10 142/273] cifs: Add a tracepoint to track credits involved in R/W requests
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- [PATCH 6.10 083/273] 9p: Fix DIO read through netfs
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
[Index of Archives]
[Linux USB Devel]
[Linux SCSI]
[Samba]
[Yosemite News]