Linux CIFS Development
Thread Index
[
Prev Page
][
Next Page
]
Re: [PATCH 3/3] cifs: limit amount of data we request for xattrs to CIFSMaxBufSize
From
: Pavel Shilovsky <piastryyy@xxxxxxxxx>
Re: [PATCH 2/3] cifs: fix computation for MAX_SMB2_HDR_SIZE
From
: Pavel Shilovsky <piastryyy@xxxxxxxxx>
[GIT PULL] SMB3 Fixes
From
: Steve French <smfrench@xxxxxxxxx>
Re: [PATCH 01/15] CIFS: Do not reconnect TCP session in add_credits()
From
: Pavel Shilovsky <piastryyy@xxxxxxxxx>
Re: [PATCH 2/2] cifs: limit amount of data we request for xattrs to CIFSMaxBufSize
From
: Pavel Shilovsky <piastryyy@xxxxxxxxx>
Re: PATCH to present number of reconnects to the user
From
: Pavel Shilovsky <piastryyy@xxxxxxxxx>
[PATCH] cifs: add a counter for number of reconnects to a server
From
: Ronnie Sahlberg <lsahlber@xxxxxxxxxx>
PATCH to present number of reconnects to the user
From
: Ronnie Sahlberg <lsahlber@xxxxxxxxxx>
Re: [PATCH 2/2] cifs: limit amount of data we request for xattrs to CIFSMaxBufSize
From
: ronnie sahlberg <ronniesahlberg@xxxxxxxxx>
[PATCH 2/3] cifs: fix computation for MAX_SMB2_HDR_SIZE
From
: Ronnie Sahlberg <lsahlber@xxxxxxxxxx>
[PATCH 0/3] patches for querying attributes
From
: Ronnie Sahlberg <lsahlber@xxxxxxxxxx>
[PATCH 3/3] cifs: limit amount of data we request for xattrs to CIFSMaxBufSize
From
: Ronnie Sahlberg <lsahlber@xxxxxxxxxx>
[PATCH 1/3] cifs: print CIFSMaxBufSize as part of /proc/fs/cifs/DebugData
From
: Ronnie Sahlberg <lsahlber@xxxxxxxxxx>
Re: Fwd: SMB2 not respecting mtime values
From
: Jeremy Allison <jra@xxxxxxxxx>
Re: Fwd: SMB2 not respecting mtime values
From
: Jacob Shivers <jshivers@xxxxxxxxxx>
Re: Fwd: SMB2 not respecting mtime values
From
: Ralph Böhme <slow@xxxxxxxxx>
Re: Fwd: SMB2 not respecting mtime values
From
: Ralph Böhme <slow@xxxxxxxxx>
Re: [PATCH 2/2] cifs: limit amount of data we request for xattrs to CIFSMaxBufSize
From
: Pavel Shilovsky <piastryyy@xxxxxxxxx>
Re: Fwd: SMB2 not respecting mtime values
From
: Jeremy Allison <jra@xxxxxxxxx>
Re: Fwd: SMB2 not respecting mtime values
From
: Ralph Böhme <slow@xxxxxxxxx>
Re: Fwd: SMB2 not respecting mtime values
From
: Jeremy Allison <jra@xxxxxxxxx>
Re: Fwd: SMB2 not respecting mtime values
From
: Jacob Shivers <jshivers@xxxxxxxxxx>
[PATCH] smbinfo.rst: document kernel version
From
: Aurelien Aptel <aaptel@xxxxxxxx>
Re: [PATCH 2/2] cifs: limit amount of data we request for xattrs to CIFSMaxBufSize
From
: Steve French <smfrench@xxxxxxxxx>
Re: Fwd: SMB2 not respecting mtime values
From
: Björn JACKE <bj@xxxxxxxxx>
[PATCH 1/2] cifs: print CIFSMaxBufSize as part of /proc/fs/cifs/DebugData
From
: Ronnie Sahlberg <lsahlber@xxxxxxxxxx>
[PATCH 2/2] cifs: limit amount of data we request for xattrs to CIFSMaxBufSize
From
: Ronnie Sahlberg <lsahlber@xxxxxxxxxx>
Re: [5.0-rc2 regression] aio-dio append read-write race starts to block
From
: Murphy Zhou <jencce.kernel@xxxxxxxxx>
Re: [PATCH 2/2] cifs: use a compound for getting an xattr
From
: Pavel Shilovsky <piastryyy@xxxxxxxxx>
Re: Patch for credits in oplock/lease breaks
From
: Pavel Shilovsky <piastryyy@xxxxxxxxx>
Re: [PATCH] add credits we receive from oplock/break PDUs
From
: Pavel Shilovsky <piastryyy@xxxxxxxxx>
[PATCH 15/15] CIFS: Check for reconnects before sending compound requests
From
: Pavel Shilovsky <piastryyy@xxxxxxxxx>
[PATCH 14/15] CIFS: Check for reconnects before sending async requests
From
: Pavel Shilovsky <piastryyy@xxxxxxxxx>
[PATCH 13/15] CIFS: Respect reconnect in non-MTU credits calculations
From
: Pavel Shilovsky <piastryyy@xxxxxxxxx>
[PATCH 12/15] CIFS: Respect reconnect in MTU credits calculations
From
: Pavel Shilovsky <piastryyy@xxxxxxxxx>
[PATCH 11/15] CIFS: Set reconnect instance to one initially
From
: Pavel Shilovsky <piastryyy@xxxxxxxxx>
[PATCH 10/15] CIFS: Mask signals during sock_sendmsg()
From
: Pavel Shilovsky <piastryyy@xxxxxxxxx>
[PATCH 09/15] CIFS: Respect SMB2 hdr preamble size in read responses
From
: Pavel Shilovsky <piastryyy@xxxxxxxxx>
[PATCH 08/15] CIFS: Do not consider -ENODATA as stat failure for reads
From
: Pavel Shilovsky <piastryyy@xxxxxxxxx>
[PATCH 07/15] CIFS: Always reset read error to -EIO if no response
From
: Pavel Shilovsky <piastryyy@xxxxxxxxx>
[PATCH 06/15] CIFS: Fix mounts if the client is low on credits
From
: Pavel Shilovsky <piastryyy@xxxxxxxxx>
[PATCH 05/15] CIFS: Do not assume one credit for async responses
From
: Pavel Shilovsky <piastryyy@xxxxxxxxx>
[PATCH 04/15] CIFS: Fix credit calculations in compound mid callback
From
: Pavel Shilovsky <piastryyy@xxxxxxxxx>
[PATCH 03/15] CIFS: Fix credit calculation for encrypted reads with errors
From
: Pavel Shilovsky <piastryyy@xxxxxxxxx>
[PATCH 02/15] CIFS: Fix credits calculations for reads with errors
From
: Pavel Shilovsky <piastryyy@xxxxxxxxx>
[PATCH 01/15] CIFS: Do not reconnect TCP session in add_credits()
From
: Pavel Shilovsky <piastryyy@xxxxxxxxx>
[PATCH 00/15] Improve credits handling on reconnects
From
: Pavel Shilovsky <piastryyy@xxxxxxxxx>
for-next updated with six of Pavel's crediting patches
From
: Steve French <smfrench@xxxxxxxxx>
Re: Patch for credits in oplock/lease breaks
From
: Aurélien Aptel <aaptel@xxxxxxxx>
Re: [5.0-rc2 regression] aio-dio append read-write race starts to block
From
: Steve French <smfrench@xxxxxxxxx>
Re: [PATCH] add credits we receive from oplock/break PDUs
From
: Aurélien Aptel <aaptel@xxxxxxxx>
[5.0-rc2 regression] aio-dio append read-write race starts to block
From
: Murphy Zhou <jencce.kernel@xxxxxxxxx>
[PATCH] add credits we receive from oplock/break PDUs
From
: Ronnie Sahlberg <lsahlber@xxxxxxxxxx>
Re: [PATCH] add credits we receive from oplock/break PDUs
From
: Pavel Shilovsky <piastryyy@xxxxxxxxx>
[PATCH] add credits we receive from oplock/break PDUs
From
: Ronnie Sahlberg <lsahlber@xxxxxxxxxx>
[PATCH] add credits when we receive a BREAK PDU
From
: Ronnie Sahlberg <lsahlber@xxxxxxxxxx>
Re: [PATCH] add credits we receive from oplock/break PDUs
From
: ronnie sahlberg <ronniesahlberg@xxxxxxxxx>
Re: [PATCH] add credits we receive from oplock/break PDUs
From
: Pavel Shilovsky <piastryyy@xxxxxxxxx>
RE: [PATCH] cifs: Accept validate negotiate if server return NT_STATUS_NOT_SUPPORTED
From
: "Namjae Jeon" <namjae.jeon@xxxxxxxxxxx>
Re: Patch for credits in oplock/lease breaks
From
: Pavel Shilovsky <piastryyy@xxxxxxxxx>
SMB2 not respecting mtime values
From
: Jacob Shivers <jshivers@xxxxxxxxxx>
RE: [PATCH] cifs: Accept validate negotiate if server return NT_STATUS_NOT_SUPPORTED
From
: Tom Talpey <ttalpey@xxxxxxxxxxxxx>
[PATCH] cifs: Accept validate negotiate if server return NT_STATUS_NOT_SUPPORTED
From
: Namjae Jeon <linkinjeon@xxxxxxxxx>
Re: [PATCH] Show locallease in /proc/mounts for cifs shares mounted with locallease feature.
From
: Steve French <smfrench@xxxxxxxxx>
Re: [PATCH] Show locallease in /proc/mounts for cifs shares mounted with locallease feature.
From
: Steve French <smfrench@xxxxxxxxx>
Re: [PATCH] Show locallease in /proc/mounts for cifs shares mounted with locallease feature.
From
: Kenneth Dsouza <kdsouza@xxxxxxxxxx>
Re: [PATCH] Show locallease in /proc/mounts for cifs shares mounted with locallease feature.
From
: Steve French <smfrench@xxxxxxxxx>
[PATCH] Show locallease in /proc/mounts for cifs shares mounted with locallease feature.
From
: Ronnie Sahlberg <lsahlber@xxxxxxxxxx>
Patch for credits in oplock/lease breaks
From
: Ronnie Sahlberg <lsahlber@xxxxxxxxxx>
[PATCH] add credits we receive from oplock/break PDUs
From
: Ronnie Sahlberg <lsahlber@xxxxxxxxxx>
Re: [patch 7/9] smb3: Cleanup license mess
From
: Steve French <smfrench@xxxxxxxxx>
[PATCH] CIFS: Fix possible hang duing async MTU reads and writes
From
: Pavel Shilovsky <piastryyy@xxxxxxxxx>
Re: Can't mount DFS namespace with mount.cifs
From
: Aurélien Aptel <aaptel@xxxxxxxx>
[patch 7/9] smb3: Cleanup license mess
From
: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
Re: Can't mount DFS namespace with mount.cifs
From
: Steve French <smfrench@xxxxxxxxx>
Can't mount DFS namespace with mount.cifs
From
: Hunter Pine <hunterpine@xxxxxxxxx>
Re: How to make wsize=16M
From
: Steve French <smfrench@xxxxxxxxx>
RE: How to make wsize=16M
From
: Tom Talpey <ttalpey@xxxxxxxxxxxxx>
Re: [PATCH][V2] cifs: fix memory leak of an allocated cifs_ntsd structure
From
: Steve French <smfrench@xxxxxxxxx>
Re: [PATCH][V2] cifs: fix memory leak of an allocated cifs_ntsd structure
From
: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
How to make wsize=16M
From
: Xiaoli Feng <xifeng@xxxxxxxxxx>
[PATCH][V2] cifs: fix memory leak of an allocated cifs_ntsd structure
From
: Colin King <colin.king@xxxxxxxxxxxxx>
Re: scp bug due to progress indicator when copying from remote to local on Linux
From
: Pavel Shilovsky <piastryyy@xxxxxxxxx>
Re: [4.20-rc1 regression] dio starts to block
From
: Murphy Zhou <jencce.kernel@xxxxxxxxx>
[GIT PULL] SMB3/CIFS Fixes
From
: Steve French <smfrench@xxxxxxxxx>
Re: scp bug due to progress indicator when copying from remote to local on Linux
From
: Steve French <smfrench@xxxxxxxxx>
Re: scp bug due to progress indicator when copying from remote to local on Linux
From
: Andreas Dilger <adilger@xxxxxxxxx>
Re: scp bug due to progress indicator when copying from remote to local on Linux
From
: Steve French <smfrench@xxxxxxxxx>
Re: scp bug due to progress indicator when copying from remote to local on Linux
From
: Matthew Wilcox <willy@xxxxxxxxxxxxx>
Re: scp bug due to progress indicator when copying from remote to local on Linux
From
: Steve French <smfrench@xxxxxxxxx>
Re: scp bug due to progress indicator when copying from remote to local on Linux
From
: Steve French <smfrench@xxxxxxxxx>
Re: scp bug due to progress indicator when copying from remote to local on Linux
From
: Andreas Dilger <adilger@xxxxxxxxx>
Re: scp bug due to progress indicator when copying from remote to local on Linux
From
: Matthew Wilcox <willy@xxxxxxxxxxxxx>
Re: scp bug due to progress indicator when copying from remote to local on Linux
From
: Steve French <smfrench@xxxxxxxxx>
Re: [PATCH 7/7] CIFS: Fix error paths in writeback code
From
: Steve French <smfrench@xxxxxxxxx>
Re: [PATCH 7/7] CIFS: Fix error paths in writeback code
From
: Pavel Shilovsky <piastryyy@xxxxxxxxx>
Re: scp bug due to progress indicator when copying from remote to local on Linux
From
: Matthew Wilcox <willy@xxxxxxxxxxxxx>
Re: [PATCH 7/7] CIFS: Fix error paths in writeback code
From
: Jeff Layton <jlayton@xxxxxxxxxx>
Re: [4.20-rc1 regression] dio starts to block
From
: Murphy Zhou <jencce.kernel@xxxxxxxxx>
Re: scp bug due to progress indicator when copying from remote to local on Linux
From
: "Dr. Bernd Feige" <bernd.feige@xxxxxxxxxxxxxxxxxxxxx>
Re: [PATCH 0/7] SMB3 credit flow control handling and writeback fixes
From
: Steve French <smfrench@xxxxxxxxx>
Fwd: [PATCH 7/7] CIFS: Fix error paths in writeback code
From
: Steve French <smfrench@xxxxxxxxx>
Fwd: [PATCH 0/7] SMB3 credit flow control handling and writeback fixes
From
: Steve French <smfrench@xxxxxxxxx>
scp bug due to progress indicator when copying from remote to local on Linux
From
: Steve French <smfrench@xxxxxxxxx>
Re: [PATCH v1 11/14] cifs: Add support for failover in cifs_reconnect()
From
: Pavel Shilovsky <piastryyy@xxxxxxxxx>
[PATCH 7/7] CIFS: Fix error paths in writeback code
From
: Pavel Shilovsky <piastryyy@xxxxxxxxx>
[PATCH 6/7] CIFS: Move credit processing to mid callbacks for SMB3
From
: Pavel Shilovsky <piastryyy@xxxxxxxxx>
[PATCH 5/7] CIFS: Fix credits calculation for cancelled requests
From
: Pavel Shilovsky <piastryyy@xxxxxxxxx>
[PATCH 4/7] CIFS: Do not hide EINTR after sending network packets
From
: Pavel Shilovsky <piastryyy@xxxxxxxxx>
[PATCH 3/7] CIFS: Fix credit computation for compounded requests
From
: Pavel Shilovsky <piastryyy@xxxxxxxxx>
[PATCH 2/7] CIFS: Do not set credits to 1 if the server didn't grant anything
From
: Pavel Shilovsky <piastryyy@xxxxxxxxx>
[PATCH 1/7] CIFS: Fix adjustment of credits for MTU requests
From
: Pavel Shilovsky <piastryyy@xxxxxxxxx>
[PATCH 0/7] SMB3 credit flow control handling and writeback fixes
From
: Pavel Shilovsky <piastryyy@xxxxxxxxx>
The read_bytes in /proc/pid/io doesn't update after read operation
From
: Xiaoli Feng <xifeng@xxxxxxxxxx>
Re: [PATCH 2/2] cifs: Fix potential OOB access of lock element array
From
: Steve French <smfrench@xxxxxxxxx>
Re: cifs client for-next status update
From
: Steve French <smfrench@xxxxxxxxx>
Re: cifs client for-next status update
From
: ronnie sahlberg <ronniesahlberg@xxxxxxxxx>
Re: cifs client for-next status update
From
: ronnie sahlberg <ronniesahlberg@xxxxxxxxx>
Re: [PATCH v2] cifs: move large array from stack to heap
From
: Steve French <smfrench@xxxxxxxxx>
[PATCH 2/2] cifs: Fix potential OOB access of lock element array
From
: Ross Lagerwall <ross.lagerwall@xxxxxxxxxx>
[PATCH 1/2] cifs: Limit memory used by lock request calls to a page
From
: Ross Lagerwall <ross.lagerwall@xxxxxxxxxx>
Re: cifs client for-next status update
From
: Steve French <smfrench@xxxxxxxxx>
Re: [PATCH] cifs: fix memory leak of an allocated cifs_ntsd structure
From
: Steve French <smfrench@xxxxxxxxx>
Re: cifs client for-next status update
From
: Aurélien Aptel <aaptel@xxxxxxxx>
[PATCH v2] cifs: move large array from stack to heap
From
: Aurelien Aptel <aaptel@xxxxxxxx>
Re: [PATCH] cifs: fix memory leak of an allocated cifs_ntsd structure
From
: Colin Ian King <colin.king@xxxxxxxxxxxxx>
Re: [PATCH] cifs: fix memory leak of an allocated cifs_ntsd structure
From
: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
Re: What's expected for swapping on samba share
From
: Xiaoli Feng <xifeng@xxxxxxxxxx>
What's expected for swapping on samba share
From
: Xiaoli Feng <xifeng@xxxxxxxxxx>
Re: [PATCH v1] cifs: move large array from stack to heap
From
: Steve French <smfrench@xxxxxxxxx>
Re: [PATCH v1] cifs: move large array from stack to heap
From
: Steve French <smfrench@xxxxxxxxx>
[PATCH] cifs: fix memory leak of an allocated cifs_ntsd structure
From
: Colin King <colin.king@xxxxxxxxxxxxx>
cifs client for-next status update
From
: Steve French <smfrench@xxxxxxxxx>
[PATCH v1] cifs: move large array from stack to heap
From
: Aurelien Aptel <aaptel@xxxxxxxx>
Re: [PATCH] smb3: fix large reads on encrypted connections
From
: Sebastian Kemper <sebastian_ml@xxxxxxx>
Re: [PATCH] smb3: fix large reads on encrypted connections
From
: Steve French <smfrench@xxxxxxxxx>
Re: [PATCH] smb3: fix large reads on encrypted connections
From
: Sebastian Kemper <sebastian_ml@xxxxxxx>
Re: [PATCH] smb3: fix large reads on encrypted connections
From
: Sebastian Kemper <sebastian_ml@xxxxxxx>
Re: [PATCH] cifs: Fix a tiny potential memory leak
From
: Steve French <smfrench@xxxxxxxxx>
Re: [PATCH] cifs: Fix a debug message
From
: Steve French <smfrench@xxxxxxxxx>
[PATCH] cifs: Fix a tiny potential memory leak
From
: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
[PATCH] cifs: Fix a debug message
From
: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
[GIT][PULL] SMB3 Fixes
From
: Steve French <smfrench@xxxxxxxxx>
Re: [PATCH] smb3: add smb3.1.1 to default dialect list
From
: Steve French <smfrench@xxxxxxxxx>
cifs large stack allocations
From
: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx>
Re: [PATCH] smb3: add smb3.1.1 to default dialect list
From
: ronnie sahlberg <ronniesahlberg@xxxxxxxxx>
[PATCH] smb3: add smb3.1.1 to default dialect list
From
: Steve French <smfrench@xxxxxxxxx>
Re: [PATCH] smb3: fix large reads on encrypted connections
From
: Steve French <smfrench@xxxxxxxxx>
Re: Stall during read() on CIFS with 4.19
From
: Yves-Alexis Perez <corsac@xxxxxxxxxx>
Stall during read() on CIFS with 4.19
From
: Yves-Alexis Perez <corsac@xxxxxxxxxx>
[GIT][PULL] SMB3 fixes and DFS improvements
From
: Steve French <smfrench@xxxxxxxxx>
[PATCH] smb3: fix large reads on encrypted connections
From
: Paul Aurich <paul@xxxxxxxxxxxxxx>
[PATCH] cifs: we can not use small padding iovs together with encryption
From
: Ronnie Sahlberg <lsahlber@xxxxxxxxxx>
fix breakage with rename when encryption is used.
From
: Ronnie Sahlberg <lsahlber@xxxxxxxxxx>
Re: Proposed Verification tests for Linux client
From
: Namjae Jeon <linkinjeon@xxxxxxxxx>
cifs/smb3 git trees updated with recent fixes (including Paulo's for DFS series)
From
: Steve French <smfrench@xxxxxxxxx>
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>
Linux DFS patch series
From
: Steve French <smfrench@xxxxxxxxx>
Re: [PATCH v1 08/14] cifs: Add DFS cache routines
From
: Steve French <smfrench@xxxxxxxxx>
Re: [PATCH v1 01/14] cifs: Refactor out cifs_mount()
From
: Steve French <smfrench@xxxxxxxxx>
Re: [PATCH v1 07/14] cifs: auto disable 'serverino' in dfs mounts
From
: Steve French <smfrench@xxxxxxxxx>
[PATCH] cifs: remove redundant code in ssselct_sec()
From
: Chengguang Xu <cgxu519@xxxxxxx>
Re: [PATCH] cifs: Fixed OFD locks do not conflict with eachother
From
: Pavel Shilovsky <piastryyy@xxxxxxxxx>
Re: [PATCH] cifs: cancel all remaining requests if one failed in a compound
From
: Pavel Shilovsky <piastryyy@xxxxxxxxx>
Re: [PATCH] cifs: Use kzfree() to free password
From
: Steve French <smfrench@xxxxxxxxx>
Re: [PATCH] cifs: Fixed OFD locks do not conflict with eachother
From
: Steve French <smfrench@xxxxxxxxx>
Re: [PATCH] cifs: check kzalloc return
From
: Steve French <smfrench@xxxxxxxxx>
Re: [PATCH v1] xfstests: filter the default EA
From
: Steve French <smfrench@xxxxxxxxx>
Re: [PATCH v1] xfstests: filter the default EA
From
: Xiaoli Feng <xifeng@xxxxxxxxxx>
Re: [PATCH] cifs: cancel all remaining requests if one failed in a compound
From
: Ronnie Sahlberg <lsahlber@xxxxxxxxxx>
[GIT] SMB3 Fix
From
: Steve French <smfrench@xxxxxxxxx>
Re: [PATCH] cifs: cancel all remaining requests if one failed in a compound
From
: Steve French <smfrench@xxxxxxxxx>
[PATCH] cifs: cancel all remaining requests if one failed in a compound
From
: Ronnie Sahlberg <lsahlber@xxxxxxxxxx>
[PATCH] cifs: fix credit computation for compounded commands
From
: Ronnie Sahlberg <lsahlber@xxxxxxxxxx>
Re: [PATCH] cifs: Use kzfree() to free password
From
: Steve French <smfrench@xxxxxxxxx>
Re: [PATCH] cifs: Use kzfree() to free password
From
: Paulo Alcantara <palcantara@xxxxxxx>
[PATCH] cifs: Use kzfree() to free password
From
: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
Re: [PATCH v1] xfstests: filter the default EA
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH v1] xfstests: filter the default EA
From
: Steve French <smfrench@xxxxxxxxx>
Re: [PATCH v1] xfstests: filter the default EA
From
: Xiaoli Feng <xifeng@xxxxxxxxxx>
Re: [PATCH v1] xfstests: filter the default EA
From
: Steve French <smfrench@xxxxxxxxx>
Re: [PATCH v1] xfstests: filter the default EA
From
: Xiaoli Feng <xifeng@xxxxxxxxxx>
Re: [PATCH v1] xfstests: filter the default EA
From
: Steve French <smfrench@xxxxxxxxx>
Re: [PATCH v1] xfstests: filter the default EA
From
: Xiaoli Feng <xifeng@xxxxxxxxxx>
RE: [PATCH] cifs: Fixed OFD locks do not conflict with eachother
From
: Pavel Shilovskiy <pshilov@xxxxxxxxxxxxx>
Re: [PATCH] cifs: Fixed OFD locks do not conflict with eachother
From
: Georgy Bystrenin <gkot@xxxxxxxxxx>
[PATCH] cifs: Fixed OFD locks do not conflict with eachother
From
: Georgy Bystrenin <gkot@xxxxxxxxxx>
[PATCH] cifs: Fixed OFD locks do not conflict with eachother
From
: Георгий Быстренин <gochankot@xxxxxxxxx>
Re: [PATCH] cifs: handle allocation failures early
From
: Aurélien Aptel <aaptel@xxxxxxxx>
[PATCH] cifs: handle allocation failures early
From
: Nicholas Mc Guire <hofrat@xxxxxxxxx>
Re: [PATCH] cifs: check kzalloc return
From
: Joe Perches <joe@xxxxxxxxxxx>
Re: [4.20-rc1 regression] dio starts to block
From
: Murphy Zhou <jencce.kernel@xxxxxxxxx>
Re: [PATCH] cifs: check kzalloc return
From
: Nicholas Mc Guire <der.herr@xxxxxxx>
Re: [4.20-rc1 regression] dio starts to block
From
: Steve French <smfrench@xxxxxxxxx>
Re: [PATCH] cifs: fix rmdir + azure + compounding regression
From
: Steve French <smfrench@xxxxxxxxx>
[PATCH] cifs: fix rmdir + azure + compounding regression
From
: Ronnie Sahlberg <lsahlber@xxxxxxxxxx>
Re: [4.20-rc1 regression] dio starts to block
From
: Murphy Zhou <jencce.kernel@xxxxxxxxx>
Re: [PATCH] cifs: check kzalloc return
From
: Joe Perches <joe@xxxxxxxxxxx>
[PATCH] cifs: check kzalloc return
From
: Nicholas Mc Guire <hofrat@xxxxxxxxx>
RE: [PATCH -next] cifs: Use GFP_ATOMIC when a lock is held in cifs_mount()
From
: Tom Talpey <ttalpey@xxxxxxxxxxxxx>
Re: [PATCH -next] cifs: Fix to use kmem_cache_free() instead of kfree()
From
: Steve French <smfrench@xxxxxxxxx>
Re: [PATCH -next] cifs: Fix to use kmem_cache_free() instead of kfree()
From
: Aurélien Aptel <aaptel@xxxxxxxx>
[PATCH -next] cifs: Fix to use kmem_cache_free() instead of kfree()
From
: Wei Yongjun <weiyongjun1@xxxxxxxxxx>
Re: [PATCH] CIFS: return correct errors when pinning memory failed for direct I/O
From
: Steve French <smfrench@xxxxxxxxx>
Re: [PATCH] CIFS: use the correct length when pinning memory for direct I/O for write
From
: Steve French <smfrench@xxxxxxxxx>
Re: [PATCH -next] cifs: remove set but not used variable 'server'
From
: Steve French <smfrench@xxxxxxxxx>
[PATCH -next] cifs: remove set but not used variable 'server'
From
: YueHaibing <yuehaibing@xxxxxxxxxx>
Re: [PATCH -next] cifs: Use GFP_ATOMIC when a lock is held in cifs_mount()
From
: Steve French <smfrench@xxxxxxxxx>
Re: [PATCH -next] cifs: remove set but not used variable 'sep'
From
: Steve French <smfrench@xxxxxxxxx>
Re: [PATCH -next] cifs: Use GFP_ATOMIC when a lock is held in cifs_mount()
From
: Paulo Alcantara <paulo@xxxxxxxx>
[PATCH -next] cifs: remove set but not used variable 'sep'
From
: YueHaibing <yuehaibing@xxxxxxxxxx>
[PATCH -next] cifs: Use GFP_ATOMIC when a lock is held in cifs_mount()
From
: YueHaibing <yuehaibing@xxxxxxxxxx>
Re: linux-next: build failure after merge of the y2038 tree
From
: Steve French <smfrench@xxxxxxxxx>
Re: linux-next: build failure after merge of the y2038 tree
From
: Arnd Bergmann <arnd@xxxxxxxx>
linux-next: build failure after merge of the y2038 tree
From
: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx>
Re: [PATCH] CIFS: use the correct length when pinning memory for direct I/O for write
From
: Joey Pabalinas <joeypabalinas@xxxxxxxxx>
[PATCH] CIFS: use the correct length when pinning memory for direct I/O for write
From
: Long Li <longli@xxxxxxxxxxxxxxxxx>
[PATCH] CIFS: return correct errors when pinning memory failed for direct I/O
From
: Long Li <longli@xxxxxxxxxxxxxxxxx>
Re: Regarding "backupuid" option for linux cifs mounts.
From
: Hemanth Thummala <hemanth.thummala@xxxxxxxxxxx>
Re: Regarding "backupuid" option for linux cifs mounts.
From
: Steve French <smfrench@xxxxxxxxx>
Re: Fwd: NULL pointer dereference in smb2_queryfs with v4.19.2
From
: "Robin P. Blanchard" <robin.blanchard@xxxxxxxxx>
[4.20-rc1 regression] dio starts to block
From
: Murphy Zhou <jencce.kernel@xxxxxxxxx>
[cifs:for-next 26/27] undefined reference to `dns_resolve_server_name_to_ip'
From
: kbuild test robot <lkp@xxxxxxxxx>
[cifs:for-next 24/27] fs//cifs/cifssmb.c:186:1: warning: the frame size of 1328 bytes is larger than 1024 bytes
From
: kbuild test robot <lkp@xxxxxxxxx>
[cifs:for-next 23/27] fs//cifs/smb2pdu.c:220:1: warning: the frame size of 1328 bytes is larger than 1024 bytes
From
: kbuild test robot <lkp@xxxxxxxxx>
Re: [PATCH 04/11] vfs: add missing checks to copy_file_range
From
: Luis Henriques <lhenriques@xxxxxxxx>
[PATCH AUTOSEL 4.19 63/73] cifs: In Kconfig CONFIG_CIFS_POSIX needs depends on legacy (insecure cifs)
From
: Sasha Levin <sashal@xxxxxxxxxx>
[PATCH AUTOSEL 4.14 33/41] cifs: In Kconfig CONFIG_CIFS_POSIX needs depends on legacy (insecure cifs)
From
: Sasha Levin <sashal@xxxxxxxxxx>
[PATCH AUTOSEL 4.9 29/34] cifs: In Kconfig CONFIG_CIFS_POSIX needs depends on legacy (insecure cifs)
From
: Sasha Levin <sashal@xxxxxxxxxx>
[PATCH AUTOSEL 3.18 15/16] cifs: In Kconfig CONFIG_CIFS_POSIX needs depends on legacy (insecure cifs)
From
: Sasha Levin <sashal@xxxxxxxxxx>
[PATCH AUTOSEL 4.4 21/23] cifs: In Kconfig CONFIG_CIFS_POSIX needs depends on legacy (insecure cifs)
From
: Sasha Levin <sashal@xxxxxxxxxx>
Re: [PATCH] cifs: check ntwrk_buf_start for NULL before dereferencing it
From
: Steve French <smfrench@xxxxxxxxx>
[PATCH] cifs: check ntwrk_buf_start for NULL before dereferencing it
From
: Ronnie Sahlberg <lsahlber@xxxxxxxxxx>
Re: [PATCH 04/11] vfs: add missing checks to copy_file_range
From
: Olga Kornievskaia <olga.kornievskaia@xxxxxxxxx>
Re: [PATCH 04/11] vfs: add missing checks to copy_file_range
From
: Matthew Wilcox <willy@xxxxxxxxxxxxx>
Re: [PATCH 04/11] vfs: add missing checks to copy_file_range
From
: Olga Kornievskaia <olga.kornievskaia@xxxxxxxxx>
Re: [PATCH 04/11] vfs: add missing checks to copy_file_range
From
: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
Re: [PATCH 04/11] vfs: add missing checks to copy_file_range
From
: Luis Henriques <lhenriques@xxxxxxxx>
Re: [PATCH] cifs: remove coverity warning in calc_lanman_hash
From
: Steve French <smfrench@xxxxxxxxx>
[PATCH] cifs: remove coverity warning in calc_lanman_hash
From
: Ronnie Sahlberg <lsahlber@xxxxxxxxxx>
Fwd: [GIT PULL] CIFS/SMB3 Fixes
From
: Steve French <smfrench@xxxxxxxxx>
Re: [PATCH -next] cifs: remove set but not used variable 'smb_buf'
From
: Steve French <smfrench@xxxxxxxxx>
[PATCH -next] cifs: remove set but not used variable 'smb_buf'
From
: YueHaibing <yuehaibing@xxxxxxxxxx>
Re: [PATCH 03/11] vfs: no fallback for ->copy_file_range
From
: Amir Goldstein <amir73il@xxxxxxxxx>
Re: [PATCH] CIFS: Avoid returning EBUSY to upper layer VFS
From
: Pavel Shilovsky <piastryyy@xxxxxxxxx>
Re: [PATCH 03/11] vfs: no fallback for ->copy_file_range
From
: Dave Chinner <david@xxxxxxxxxxxxx>
Re: [PATCH] CIFS: Avoid returning EBUSY to upper layer VFS
From
: Steve French <smfrench@xxxxxxxxx>
[PATCH] CIFS: Avoid returning EBUSY to upper layer VFS
From
: Long Li <longli@xxxxxxxxxxxxxxxxx>
CIFS/SMB3 kernel changes by release
From
: Steve French <smfrench@xxxxxxxxx>
Re: [PATCH 03/11] vfs: no fallback for ->copy_file_range
From
: Amir Goldstein <amir73il@xxxxxxxxx>
Re: [PATCH 01/11] vfs: copy_file_range source range over EOF should fail
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH 01/11] vfs: copy_file_range source range over EOF should fail
From
: Dave Chinner <david@xxxxxxxxxxxxx>
Re: [PATCH 05/11] vfs: use inode_permission in copy_file_range()
From
: bfields@xxxxxxxxxxxx (J. Bruce Fields)
Re: [PATCH 09/11] vfs: push copy_file_ranges -EXDEV checks down
From
: Olga Kornievskaia <olga.kornievskaia@xxxxxxxxx>
Re: [PATCH 01/11] vfs: copy_file_range source range over EOF should fail
From
: bfields@xxxxxxxxxxxx (J. Bruce Fields)
Re: [PATCH 01/11] vfs: copy_file_range source range over EOF should fail
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH 09/11] vfs: push copy_file_ranges -EXDEV checks down
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH 09/11] vfs: push copy_file_ranges -EXDEV checks down
From
: Olga Kornievskaia <olga.kornievskaia@xxxxxxxxx>
Re: [PATCH 01/11] vfs: copy_file_range source range over EOF should fail
From
: Dave Chinner <david@xxxxxxxxxxxxx>
Re: [PATCH 09/11] vfs: push copy_file_ranges -EXDEV checks down
From
: Dave Chinner <david@xxxxxxxxxxxxx>
Re: [PATCH 01/11] vfs: copy_file_range source range over EOF should fail
From
: Olga Kornievskaia <olga.kornievskaia@xxxxxxxxx>
Re: [PATCH 01/11] vfs: copy_file_range source range over EOF should fail
From
: Dave Chinner <david@xxxxxxxxxxxxx>
Re: [PATCH 09/11] vfs: push copy_file_ranges -EXDEV checks down
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH 07/11] vfs: copy_file_range should update file timestamps
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH 06/11] vfs: copy_file_range needs to strip setuid bits
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH 05/11] vfs: use inode_permission in copy_file_range()
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH 04/11] vfs: add missing checks to copy_file_range
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH 03/11] vfs: no fallback for ->copy_file_range
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH 02/11] vfs: introduce generic_copy_file_range()
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH 01/11] vfs: copy_file_range source range over EOF should fail
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH 08/11] vfs: push EXDEV check down into ->remap_file_range
From
: Amir Goldstein <amir73il@xxxxxxxxx>
Re: [PATCH 08/11] vfs: push EXDEV check down into ->remap_file_range
From
: Olga Kornievskaia <olga.kornievskaia@xxxxxxxxx>
Re: [PATCH 08/11] vfs: push EXDEV check down into ->remap_file_range
From
: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
Re: [PATCH 05/11] vfs: use inode_permission in copy_file_range()
From
: Dave Chinner <david@xxxxxxxxxxxxx>
Re: [PATCH 09/11] vfs: push copy_file_ranges -EXDEV checks down
From
: Dave Chinner <david@xxxxxxxxxxxxx>
Re: [PATCH 08/11] vfs: push EXDEV check down into ->remap_file_range
From
: Dave Chinner <david@xxxxxxxxxxxxx>
Re: [PATCH 08/11] vfs: push EXDEV check down into ->remap_file_range
From
: Dave Chinner <david@xxxxxxxxxxxxx>
Re: [PATCH 07/11] vfs: copy_file_range should update file timestamps
From
: Dave Chinner <david@xxxxxxxxxxxxx>
Re: [PATCH 04/11] vfs: add missing checks to copy_file_range
From
: Dave Chinner <david@xxxxxxxxxxxxx>
Re: [PATCH 03/11] vfs: no fallback for ->copy_file_range
From
: Dave Chinner <david@xxxxxxxxxxxxx>
Re: [PATCH 02/11] vfs: introduce generic_copy_file_range()
From
: Dave Chinner <david@xxxxxxxxxxxxx>
Re: [PATCH 04/11] vfs: add missing checks to copy_file_range
From
: Olga Kornievskaia <olga.kornievskaia@xxxxxxxxx>
Re: [PATCH 09/11] vfs: push copy_file_ranges -EXDEV checks down
From
: Olga Kornievskaia <olga.kornievskaia@xxxxxxxxx>
Re: [PATCH 08/11] vfs: push EXDEV check down into ->remap_file_range
From
: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
Re: [PATCH 04/11] vfs: add missing checks to copy_file_range
From
: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
Re: [PATCH 09/11] vfs: push copy_file_ranges -EXDEV checks down
From
: Anna Schumaker <schumaker.anna@xxxxxxxxx>
Re: [PATCH 05/11] vfs: use inode_permission in copy_file_range()
From
: Eric Biggers <ebiggers@xxxxxxxxxx>
Re: [PATCH 08/11] vfs: push EXDEV check down into ->remap_file_range
From
: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
Re: [PATCH 03/11] vfs: no fallback for ->copy_file_range
From
: Anna Schumaker <schumaker.anna@xxxxxxxxx>
Re: [PATCH 07/11] vfs: copy_file_range should update file timestamps
From
: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
Re: [PATCH 05/11] vfs: use inode_permission in copy_file_range()
From
: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
Re: [PATCH 09/11] vfs: push copy_file_ranges -EXDEV checks down
From
: Olga Kornievskaia <olga.kornievskaia@xxxxxxxxx>
Re: [PATCH 07/11] vfs: copy_file_range should update file timestamps
From
: Olga Kornievskaia <olga.kornievskaia@xxxxxxxxx>
Re: [PATCH 12/11] man-pages: copy_file_range updates
From
: Amir Goldstein <amir73il@xxxxxxxxx>
Re: [PATCH 11/11] ovl: allow cross-device copy_file_range calls
From
: Amir Goldstein <amir73il@xxxxxxxxx>
Re: [PATCH 10/11] vfs: allow generic_copy_file_range to copy across devices
From
: Amir Goldstein <amir73il@xxxxxxxxx>
Re: [PATCH 06/11] vfs: copy_file_range needs to strip setuid bits
From
: Amir Goldstein <amir73il@xxxxxxxxx>
Re: [PATCH 05/11] vfs: use inode_permission in copy_file_range()
From
: Amir Goldstein <amir73il@xxxxxxxxx>
Re: [PATCH 01/11] vfs: copy_file_range source range over EOF should fail
From
: Amir Goldstein <amir73il@xxxxxxxxx>
Re: [PATCH 04/11] vfs: add missing checks to copy_file_range
From
: Amir Goldstein <amir73il@xxxxxxxxx>
Re: [PATCH 09/11] vfs: push copy_file_ranges -EXDEV checks down
From
: Amir Goldstein <amir73il@xxxxxxxxx>
Re: [PATCH 08/11] vfs: push EXDEV check down into ->remap_file_range
From
: Amir Goldstein <amir73il@xxxxxxxxx>
Re: [PATCH 07/11] vfs: copy_file_range should update file timestamps
From
: Amir Goldstein <amir73il@xxxxxxxxx>
Re: [PATCH 03/11] vfs: no fallback for ->copy_file_range
From
: Amir Goldstein <amir73il@xxxxxxxxx>
Re: [PATCH 02/11] vfs: introduce generic_copy_file_range()
From
: Amir Goldstein <amir73il@xxxxxxxxx>
[PATCH 12/11] man-pages: copy_file_range updates
From
: Dave Chinner <david@xxxxxxxxxxxxx>
[PATCH 03/11] vfs: no fallback for ->copy_file_range
From
: Dave Chinner <david@xxxxxxxxxxxxx>
[PATCH 04/11] vfs: add missing checks to copy_file_range
From
: Dave Chinner <david@xxxxxxxxxxxxx>
[PATCH 08/11] vfs: push EXDEV check down into ->remap_file_range
From
: Dave Chinner <david@xxxxxxxxxxxxx>
[PATCH 09/11] vfs: push copy_file_ranges -EXDEV checks down
From
: Dave Chinner <david@xxxxxxxxxxxxx>
[PATCH 05/11] vfs: use inode_permission in copy_file_range()
From
: Dave Chinner <david@xxxxxxxxxxxxx>
[PATCH 10/11] vfs: allow generic_copy_file_range to copy across devices
From
: Dave Chinner <david@xxxxxxxxxxxxx>
[PATCH 11/11] ovl: allow cross-device copy_file_range calls
From
: Dave Chinner <david@xxxxxxxxxxxxx>
[PATCH 07/11] vfs: copy_file_range should update file timestamps
From
: Dave Chinner <david@xxxxxxxxxxxxx>
[PATCH 06/11] vfs: copy_file_range needs to strip setuid bits
From
: Dave Chinner <david@xxxxxxxxxxxxx>
[PATCH 02/11] vfs: introduce generic_copy_file_range()
From
: Dave Chinner <david@xxxxxxxxxxxxx>
[PATCH 0/11] fs: fixes for major copy_file_range() issues
From
: Dave Chinner <david@xxxxxxxxxxxxx>
[PATCH 01/11] vfs: copy_file_range source range over EOF should fail
From
: Dave Chinner <david@xxxxxxxxxxxxx>
RE: [bug report] CIFS: Add support for direct I/O write
From
: Long Li <longli@xxxxxxxxxxxxx>
RE: [bug report] CIFS: Add support for direct I/O write
From
: Long Li <longli@xxxxxxxxxxxxx>
Re: [PATCH v3] Update mount.cifs with vers=default mount option and SMBv3.0.2
From
: Pavel Shilovsky <piastryyy@xxxxxxxxx>
Re: [PATCH v3] Update mount.cifs with vers=default mount option and SMBv3.0.2
From
: Kenneth Dsouza <kdsouza@xxxxxxxxxx>
Re: [PATCH v3] Update mount.cifs with vers=default mount option and SMBv3.0.2
From
: Kenneth Dsouza <kdsouza@xxxxxxxxxx>
Re: Fwd: NULL pointer dereference in smb2_queryfs with v4.19.2
From
: "Robin P. Blanchard" <robin.blanchard@xxxxxxxxx>
Re: [PATCH 2/2] fs: Don't open-code lru_to_page
From
: "Yan, Zheng" <ukernel@xxxxxxxxx>
Re: [bug report] CIFS: Add support for direct I/O write
From
: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
[bug report] CIFS: Add support for direct I/O write
From
: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
Re: [Patch v4 1/3] CIFS: Add support for direct I/O read
From
: Pavel Shilovsky <piastryyy@xxxxxxxxx>
RE: [Patch v4 1/3] CIFS: Add support for direct I/O read
From
: Long Li <longli@xxxxxxxxxxxxx>
RE: [Patch v4 2/3] CIFS: Add support for direct I/O write
From
: Tom Talpey <ttalpey@xxxxxxxxxxxxx>
RE: [Patch v4 2/3] CIFS: Add support for direct I/O write
From
: Long Li <longli@xxxxxxxxxxxxx>
Re: [PATCH v3] Update mount.cifs with vers=default mount option and SMBv3.0.2
From
: "L. A. Walsh" <linux-cifs@xxxxxxxxx>
Re: [Patch v4 1/3] CIFS: Add support for direct I/O read
From
: Pavel Shilovsky <piastryyy@xxxxxxxxx>
Re: [Patch v4 2/3] CIFS: Add support for direct I/O write
From
: Pavel Shilovsky <piastryyy@xxxxxxxxx>
Re: Fwd: NULL pointer dereference in smb2_queryfs with v4.19.2
From
: "Robin P. Blanchard" <robin.blanchard@xxxxxxxxx>
Re: Fwd: NULL pointer dereference in smb2_queryfs with v4.19.2
From
: "Robin P. Blanchard" <robin.blanchard@xxxxxxxxx>
Re: [PATCH 2/2] fs: Don't open-code lru_to_page
From
: Pankaj Gupta <pagupta@xxxxxxxxxx>
Re: [PATCH 2/2] fs: Don't open-code lru_to_page
From
: Mike Rapoport <rppt@xxxxxxxxxxxxx>
Re: [PATCH 2/2] fs: Don't open-code lru_to_page
From
: David Hildenbrand <david@xxxxxxxxxx>
Re: [PATCH 2/2] fs: Don't open-code lru_to_page
From
: Michal Hocko <mhocko@xxxxxxxxxx>
[PATCH 2/2] fs: Don't open-code lru_to_page
From
: Nikolay Borisov <nborisov@xxxxxxxx>
Re: [PATCH 2/2] fs: Don't open-code lru_to_page
From
: Michal Hocko <mhocko@xxxxxxxxxx>
[PATCH 2/2] fs: Don't open-code lru_to_page
From
: Nikolay Borisov <nborisov@xxxxxxxx>
RE: [Patch v4 2/3] CIFS: Add support for direct I/O write
From
: Long Li <longli@xxxxxxxxxxxxx>
RE: [Patch v4 1/3] CIFS: Add support for direct I/O read
From
: Long Li <longli@xxxxxxxxxxxxx>
Re: Fwd: NULL pointer dereference in smb2_queryfs with v4.19.2
From
: "Robin P. Blanchard" <robin.blanchard@xxxxxxxxx>
Re: [PATCH 2/3] cifs: change smb2_query_eas to use the compound query-info helper
From
: Steve French <smfrench@xxxxxxxxx>
[PATCH 0/3] more compounding, resend
From
: Ronnie Sahlberg <lsahlber@xxxxxxxxxx>
[PATCH 2/3] cifs: change smb2_query_eas to use the compound query-info helper
From
: Ronnie Sahlberg <lsahlber@xxxxxxxxxx>
Re: [PATCH v3] Update mount.cifs with vers=default mount option and SMBv3.0.2
From
: "L. A. Walsh" <linux-cifs@xxxxxxxxx>
Re: [PATCH v3] Update mount.cifs with vers=default mount option and SMBv3.0.2
From
: Pavel Shilovsky <piastryyy@xxxxxxxxx>
Re: [PATCH v3] Update mount.cifs with vers=default mount option and SMBv3.0.2
From
: Kenneth Dsouza <kdsouza@xxxxxxxxxx>
RE: [PATCH v3] Update mount.cifs with vers=default mount option and SMBv3.0.2
From
: Tom Talpey <ttalpey@xxxxxxxxxxxxx>
Re: [PATCH v3] Update mount.cifs with vers=default mount option and SMBv3.0.2
From
: Aurélien Aptel <aaptel@xxxxxxxx>
Re: linux-next: build warnings after merge of the cifs tree
From
: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx>
Re: linux-next: build warnings after merge of the cifs tree
From
: Kees Cook <keescook@xxxxxxxxxx>
Re: linux-next: build warnings after merge of the cifs tree
From
: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx>
Re: linux-next: build warnings after merge of the cifs tree
From
: Steve French <smfrench@xxxxxxxxx>
linux-next: build warnings after merge of the cifs tree
From
: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx>
[PATCH v3] Update mount.cifs with vers=default mount option and SMBv3.0.2
From
: "Kenneth D'souza" <kdsouza@xxxxxxxxxx>
Re: Fwd: NULL pointer dereference in smb2_queryfs with v4.19.2
From
: Sasha Levin <sashal@xxxxxxxxxx>
Fwd: NULL pointer dereference in smb2_queryfs with v4.19.2
From
: Steve French <smfrench@xxxxxxxxx>
Re: NULL pointer dereference in smb2_queryfs with v4.19.2
From
: Sasha Levin <sashal@xxxxxxxxxx>
Re: [PATCH v1 03/14] cifs: Fix separator when building path from dentry
From
: Steve French <smfrench@xxxxxxxxx>
Re: NULL pointer dereference in smb2_queryfs with v4.19.2
From
: Steve French <smfrench@xxxxxxxxx>
Re: NULL pointer dereference in smb2_queryfs with v4.19.2
From
: Steve French <smfrench@xxxxxxxxx>
NULL pointer dereference in smb2_queryfs with v4.19.2
From
: Stijn Tintel <stijn@xxxxxxxxxxxxx>
Re: [PATCH v2] Update mount.cifs with vers=default mount option and SMBv3.02
From
: Kenneth Dsouza <kdsouza@xxxxxxxxxx>
Re: [Patch v4 2/3] CIFS: Add support for direct I/O write
From
: Pavel Shilovsky <piastryyy@xxxxxxxxx>
Re: [Patch v4 1/3] CIFS: Add support for direct I/O read
From
: Pavel Shilovsky <piastryyy@xxxxxxxxx>
re: cifs: change smb2_query_eas to use the compound query-info helper
From
: Colin Ian King <colin.king@xxxxxxxxxxxxx>
RE: [PATCH v2] Update mount.cifs with vers=default mount option and SMBv3.02
From
: Tom Talpey <ttalpey@xxxxxxxxxxxxx>
[PATCH v2] Update mount.cifs with vers=default mount option and SMBv3.02
From
: "Kenneth D'souza" <kdsouza@xxxxxxxxxx>
[PATCH v1 14/14] cifs: Add support for failover in cifs_reconnect_tcon()
From
: Aurelien Aptel <aaptel@xxxxxxxx>
[PATCH v1 13/14] cifs: Add support for failover in smb2_reconnect()
From
: Aurelien Aptel <aaptel@xxxxxxxx>
[PATCH v1 12/14] cifs: start DFS cache refresher in cifs_mount()
From
: Aurelien Aptel <aaptel@xxxxxxxx>
[PATCH v1 11/14] cifs: Add support for failover in cifs_reconnect()
From
: Aurelien Aptel <aaptel@xxxxxxxx>
[PATCH v1 10/14] cifs: Add support for failover in cifs_mount()
From
: Aurelien Aptel <aaptel@xxxxxxxx>
[PATCH v1 09/14] cifs: Make use of DFS cache to get new DFS referrals
From
: Aurelien Aptel <aaptel@xxxxxxxx>
[PATCH v1 08/14] cifs: Add DFS cache routines
From
: Aurelien Aptel <aaptel@xxxxxxxx>
[PATCH v1 07/14] cifs: auto disable 'serverino' in dfs mounts
From
: Aurelien Aptel <aaptel@xxxxxxxx>
[PATCH v1 06/14] cifs: Save TTL value when parsing DFS referrals
From
: Aurelien Aptel <aaptel@xxxxxxxx>
[PATCH v1 05/14] cifs: Respect -EAGAIN when querying paths
From
: Aurelien Aptel <aaptel@xxxxxxxx>
[PATCH v1 04/14] cifs: Make devname param optional in cifs_compose_mount_options()
From
: Aurelien Aptel <aaptel@xxxxxxxx>
[PATCH v1 03/14] cifs: Fix separator when building path from dentry
From
: Aurelien Aptel <aaptel@xxxxxxxx>
[PATCH v1 02/14] cifs: Skip any trailing backslashes from UNC
From
: Aurelien Aptel <aaptel@xxxxxxxx>
[PATCH v1 01/14] cifs: Refactor out cifs_mount()
From
: Aurelien Aptel <aaptel@xxxxxxxx>
[PATCH v1 00/14] DFS failover
From
: Aurelien Aptel <aaptel@xxxxxxxx>
Re: [PATCH 0/3] cifs: moar compounding
From
: ronnie sahlberg <ronniesahlberg@xxxxxxxxx>
Re: Minor fix for problem noted by coverity scan
From
: ronnie sahlberg <ronniesahlberg@xxxxxxxxx>
Re: [PATCH 0/3] cifs: moar compounding
From
: Steve French <smfrench@xxxxxxxxx>
Re: Minor fix for problem noted by coverity scan
From
: Steve French <smfrench@xxxxxxxxx>
[PATCH 1/3] cifs: create a helper function for compound query_info
From
: Ronnie Sahlberg <lsahlber@xxxxxxxxxx>
[PATCH 0/3] cifs: moar compounding
From
: Ronnie Sahlberg <lsahlber@xxxxxxxxxx>
[PATCH 2/3] cifs: change smb2_query_eas to use the compound query-info helper
From
: Ronnie Sahlberg <lsahlber@xxxxxxxxxx>
[PATCH 3/3] cifs: check how much EA space we already use before adding more EAs
From
: Ronnie Sahlberg <lsahlber@xxxxxxxxxx>
Re: [PATCH] Update mount.cifs with vers=default mount option.
From
: Kenneth Dsouza <kdsouza@xxxxxxxxxx>
Re: Minor fix for problem noted by coverity scan
From
: ronnie sahlberg <ronniesahlberg@xxxxxxxxx>
Minor fix for problem noted by coverity scan
From
: Steve French <smfrench@xxxxxxxxx>
[PATCH AUTOSEL 4.19 02/44] cifs: don't dereference smb_file_target before null check
From
: Sasha Levin <sashal@xxxxxxxxxx>
[PATCH AUTOSEL 4.19 03/44] cifs: fix return value for cifs_listxattr
From
: Sasha Levin <sashal@xxxxxxxxxx>
[PATCH AUTOSEL 4.18 02/39] cifs: don't dereference smb_file_target before null check
From
: Sasha Levin <sashal@xxxxxxxxxx>
[PATCH AUTOSEL 4.18 03/39] cifs: fix return value for cifs_listxattr
From
: Sasha Levin <sashal@xxxxxxxxxx>
[PATCH AUTOSEL 4.14 03/26] cifs: fix return value for cifs_listxattr
From
: Sasha Levin <sashal@xxxxxxxxxx>
[PATCH AUTOSEL 4.14 02/26] cifs: don't dereference smb_file_target before null check
From
: Sasha Levin <sashal@xxxxxxxxxx>
[PATCH AUTOSEL 4.9 02/17] cifs: don't dereference smb_file_target before null check
From
: Sasha Levin <sashal@xxxxxxxxxx>
RE: [PATCH] Update mount.cifs with vers=default mount option.
From
: Tom Talpey <ttalpey@xxxxxxxxxxxxx>
[PATCH] Update mount.cifs with vers=default mount option.
From
: "Kenneth D'souza" <kdsouza@xxxxxxxxxx>
[PATCH -next] cifs: remove set but not used variable 'cifsi'
From
: YueHaibing <yuehaibing@xxxxxxxxxx>
[PATCH 0/2] cifs: more compounding
From
: Ronnie Sahlberg <lsahlber@xxxxxxxxxx>
[PATCH 1/2] cifs: use a compound for setting an xattr
From
: Ronnie Sahlberg <lsahlber@xxxxxxxxxx>
[PATCH 2/2] cifs: use a compound for getting an xattr
From
: Ronnie Sahlberg <lsahlber@xxxxxxxxxx>
Re: SMBINFO patch to cifs-utils
From
: Pavel Shilovsky <piastryyy@xxxxxxxxx>
Re: SMBINFO patch to cifs-utils
From
: Aurélien Aptel <aaptel@xxxxxxxx>
linux-next: Signed-off-by missing for commit in the cifs tree
From
: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx>
[PATCH] smb3: do not call cifs functions in error path in rename
From
: Steve French <smfrench@xxxxxxxxx>
[PATCH] cifs: In Kconfig CONFIG_CIFS_POSIX needs depends on legacy (insecure cifs)
From
: Steve French <smfrench@xxxxxxxxx>
Re: [PATCH] cifs: clean up indentation, replace spaces with tab
From
: Steve French <smfrench@xxxxxxxxx>
Re: [GIT PULL] CIFS/SMB3 Fixes
From
: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
[PATCH] cifs: clean up indentation, replace spaces with tab
From
: Colin King <colin.king@xxxxxxxxxxxxx>
[GIT PULL] CIFS/SMB3 Fixes
From
: Steve French <smfrench@xxxxxxxxx>
Re: SMBINFO patch to cifs-utils
From
: Pavel Shilovsky <piastryyy@xxxxxxxxx>
Re: [PATCH 05/25] vfs: avoid problematic remapping requests into partial EOF block
From
: Filipe Manana <fdmanana@xxxxxxxxx>
Re: [PATCH 05/25] vfs: avoid problematic remapping requests into partial EOF block
From
: Filipe Manana <fdmanana@xxxxxxxxx>
Re: [PATCH 05/25] vfs: avoid problematic remapping requests into partial EOF block
From
: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
Re: [PATCH 05/25] vfs: avoid problematic remapping requests into partial EOF block
From
: Filipe Manana <fdmanana@xxxxxxxxx>
Re: [cifs:for-next 7/9] fs/cifs/file.c:3203 cifs_send_async_read() warn: unsigned 'cur_len' is never less than zero.
From
: Steve French <smfrench@xxxxxxxxx>
Re: [cifs:for-next 7/9] fs/cifs/file.c:3203:7-14: WARNING: Unsigned expression compared with zero: cur_len < 0 (fwd)
From
: Steve French <smfrench@xxxxxxxxx>
RE: [cifs:for-next 7/9] fs/cifs/file.c:3203:7-14: WARNING: Unsigned expression compared with zero: cur_len < 0 (fwd)
From
: Long Li <longli@xxxxxxxxxxxxx>
[PATCH v8 08/11] NFS: skip recovery of copy open on dest server
From
: Olga Kornievskaia <olga.kornievskaia@xxxxxxxxx>
[PATCH v8 11/11] NFS: replace cross device check in copy_file_range
From
: Olga Kornievskaia <olga.kornievskaia@xxxxxxxxx>
[PATCH v8 10/11] NFS: COPY handle ERR_OFFLOAD_DENIED
From
: Olga Kornievskaia <olga.kornievskaia@xxxxxxxxx>
[PATCH v8 09/11] NFS: for "inter" copy treat ESTALE as ENOTSUPP
From
: Olga Kornievskaia <olga.kornievskaia@xxxxxxxxx>
[PATCH v8 07/11] NFS: inter ssc open
From
: Olga Kornievskaia <olga.kornievskaia@xxxxxxxxx>
[PATCH v8 06/11] NFS: also send OFFLOAD_CANCEL to source server
From
: Olga Kornievskaia <olga.kornievskaia@xxxxxxxxx>
[PATCH v8 05/11] NFS: add ca_source_server<> to COPY
From
: Olga Kornievskaia <olga.kornievskaia@xxxxxxxxx>
[PATCH v8 04/11] NFS: add COPY_NOTIFY operation
From
: Olga Kornievskaia <olga.kornievskaia@xxxxxxxxx>
[PATCH v8 03/11] NFS NFSD: defining nl4_servers structure needed by both
From
: Olga Kornievskaia <olga.kornievskaia@xxxxxxxxx>
[PATCH v8 02/11] NFS: validity check for source offset in copy_file_range
From
: Olga Kornievskaia <olga.kornievskaia@xxxxxxxxx>
[PATCH v8 01/11] VFS: move cross device copy_file_range() check into filesystems
From
: Olga Kornievskaia <olga.kornievskaia@xxxxxxxxx>
[PATCH v8 00/11] client-side support for "inter" SSC copy
From
: Olga Kornievskaia <olga.kornievskaia@xxxxxxxxx>
[cifs:for-next 7/9] fs/cifs/file.c:3203 cifs_send_async_read() warn: unsigned 'cur_len' is never less than zero.
From
: kbuild test robot <lkp@xxxxxxxxx>
Re: [cifs:for-next 7/9] fs/cifs/file.c:3203:7-14: WARNING: Unsigned expression compared with zero: cur_len < 0 (fwd)
From
: Steve French <smfrench@xxxxxxxxx>
Re: [cifs:for-next 7/9] fs/cifs/file.c:3203:7-14: WARNING: Unsigned expression compared with zero: cur_len < 0 (fwd)
From
: Julia Lawall <julia.lawall@xxxxxxx>
Re: [cifs:for-next 7/9] fs/cifs/file.c:3203:7-14: WARNING: Unsigned expression compared with zero: cur_len < 0 (fwd)
From
: Steve French <smfrench@xxxxxxxxx>
Re: [cifs:for-next 7/9] fs/cifs/file.c:3203:7-14: WARNING: Unsigned expression compared with zero: cur_len < 0 (fwd)
From
: Julia Lawall <julia.lawall@xxxxxxx>
Re: [cifs:for-next 7/9] fs/cifs/file.c:3203:7-14: WARNING: Unsigned expression compared with zero: cur_len < 0 (fwd)
From
: Steve French <smfrench@xxxxxxxxx>
Re: [PATCH] cifs: don't dereference smb_file_target before null check
From
: Steve French <smfrench@xxxxxxxxx>
[PATCH] cifs: don't dereference smb_file_target before null check
From
: Colin King <colin.king@xxxxxxxxxxxxx>
[cifs:for-next 7/9] fs/cifs/file.c:3203:7-14: WARNING: Unsigned expression compared with zero: cur_len < 0 (fwd)
From
: Julia Lawall <julia.lawall@xxxxxxx>
[PATCH] dbench: fix build error on RHEL8
From
: Xiong Murphy Zhou <xzhou@xxxxxxxxxx>
Re: [Patch v4 3/3] CIFS: Add direct I/O functions to file_operations
From
: Steve French <smfrench@xxxxxxxxx>
Re: [PATCH v4 02/11] VFS: copy_file_range check validity of input source offset
From
: Dave Chinner <david@xxxxxxxxxxxxx>
[Patch v4 2/3] CIFS: Add support for direct I/O write
From
: Long Li <longli@xxxxxxxxxxxxxxxxx>
[Patch v4 3/3] CIFS: Add direct I/O functions to file_operations
From
: Long Li <longli@xxxxxxxxxxxxxxxxx>
[Patch v4 1/3] CIFS: Add support for direct I/O read
From
: Long Li <longli@xxxxxxxxxxxxxxxxx>
Re: [PATCH v7 01/11] VFS: move cross device copy_file_range() check into filesystems
From
: Goldwyn Rodrigues <rgoldwyn@xxxxxxxx>
Re: [PATCH v7 04/11] NFS: add COPY_NOTIFY operation
From
: Olga Kornievskaia <olga.kornievskaia@xxxxxxxxx>
Re: [PATCH v7 04/11] NFS: add COPY_NOTIFY operation
From
: "Schumaker, Anna" <Anna.Schumaker@xxxxxxxxxx>
Re: [PATCH v4 02/11] VFS: copy_file_range check validity of input source offset
From
: Olga Kornievskaia <olga.kornievskaia@xxxxxxxxx>
Re: [PATCH v4 02/11] VFS: copy_file_range check validity of input source offset
From
: Dave Chinner <david@xxxxxxxxxxxxx>
Re: [PATCH v4 02/11] VFS: copy_file_range check validity of input source offset
From
: Dave Chinner <david@xxxxxxxxxxxxx>
Re: [PATCH v7 01/11] VFS: move cross device copy_file_range() check into filesystems
From
: Amir Goldstein <amir73il@xxxxxxxxx>
Re: [PATCH v4 02/11] VFS: copy_file_range check validity of input source offset
From
: Olga Kornievskaia <olga.kornievskaia@xxxxxxxxx>
Re: [PATCH v4 02/11] VFS: copy_file_range check validity of input source offset
From
: Olga Kornievskaia <olga.kornievskaia@xxxxxxxxx>
[PATCH v7 03/11] NFS NFSD: defining nl4_servers structure needed by both
From
: Olga Kornievskaia <olga.kornievskaia@xxxxxxxxx>
[PATCH v7 05/11] NFS: add ca_source_server<> to COPY
From
: Olga Kornievskaia <olga.kornievskaia@xxxxxxxxx>
[PATCH v7 04/11] NFS: add COPY_NOTIFY operation
From
: Olga Kornievskaia <olga.kornievskaia@xxxxxxxxx>
[PATCH v7 07/11] NFS: inter ssc open
From
: Olga Kornievskaia <olga.kornievskaia@xxxxxxxxx>
[PATCH v7 11/11] NFS: replace cross device check in copy_file_range
From
: Olga Kornievskaia <olga.kornievskaia@xxxxxxxxx>
[PATCH v7 10/11] NFS: COPY handle ERR_OFFLOAD_DENIED
From
: Olga Kornievskaia <olga.kornievskaia@xxxxxxxxx>
[PATCH v7 09/11] NFS: for "inter" copy treat ESTALE as ENOTSUPP
From
: Olga Kornievskaia <olga.kornievskaia@xxxxxxxxx>
[PATCH v7 08/11] NFS: skip recovery of copy open on dest server
From
: Olga Kornievskaia <olga.kornievskaia@xxxxxxxxx>
[PATCH v7 06/11] NFS: also send OFFLOAD_CANCEL to source server
From
: Olga Kornievskaia <olga.kornievskaia@xxxxxxxxx>
[PATCH 1/1] man-page: copy_file_range(2) allow for cross-device copies
From
: Olga Kornievskaia <olga.kornievskaia@xxxxxxxxx>
[PATCH v7 02/11] NFS: validity check for source offset in copy_file_range
From
: Olga Kornievskaia <olga.kornievskaia@xxxxxxxxx>
[PATCH v7 01/11] VFS: move cross device copy_file_range() check into filesystems
From
: Olga Kornievskaia <olga.kornievskaia@xxxxxxxxx>
[PATCH v7 00/11] client-side support for "inter" SSC copy
From
: Olga Kornievskaia <olga.kornievskaia@xxxxxxxxx>
Re: [PATCH v4 02/11] VFS: copy_file_range check validity of input source offset
From
: Olga Kornievskaia <olga.kornievskaia@xxxxxxxxx>
Re: [PATCH v4 02/11] VFS: copy_file_range check validity of input source offset
From
: Dave Chinner <david@xxxxxxxxxxxxx>
[PATCH v6 12/12] NFS: replace cross device check in copy_file_range
From
: Olga Kornievskaia <olga.kornievskaia@xxxxxxxxx>
[PATCH v6 11/12] NFS: COPY handle ERR_OFFLOAD_DENIED
From
: Olga Kornievskaia <olga.kornievskaia@xxxxxxxxx>
[PATCH v6 10/12] NFS: for "inter" copy treat ESTALE as ENOTSUPP
From
: Olga Kornievskaia <olga.kornievskaia@xxxxxxxxx>
[PATCH v6 09/12] NFS: skip recovery of copy open on dest server
From
: Olga Kornievskaia <olga.kornievskaia@xxxxxxxxx>
[PATCH v6 08/12] NFS: inter ssc open
From
: Olga Kornievskaia <olga.kornievskaia@xxxxxxxxx>
[PATCH v6 07/12] NFS: also send OFFLOAD_CANCEL to source server
From
: Olga Kornievskaia <olga.kornievskaia@xxxxxxxxx>
[PATCH v6 06/12] NFS: add ca_source_server<> to COPY
From
: Olga Kornievskaia <olga.kornievskaia@xxxxxxxxx>
[PATCH v6 05/12] NFS: add COPY_NOTIFY operation
From
: Olga Kornievskaia <olga.kornievskaia@xxxxxxxxx>
[PATCH v6 04/12] NFS NFSD: defining nl4_servers structure needed by both
From
: Olga Kornievskaia <olga.kornievskaia@xxxxxxxxx>
[PATCH v6 03/12] NFS: validity check for source offset in copy_file_range
From
: Olga Kornievskaia <olga.kornievskaia@xxxxxxxxx>
[PATCH v6 02/12] VFS: move cross device copy_file_range() check into filesystems
From
: Olga Kornievskaia <olga.kornievskaia@xxxxxxxxx>
[PATCH 1/1] man-page: copy_file_range(2) allow for cross-device copies
From
: Olga Kornievskaia <olga.kornievskaia@xxxxxxxxx>
[PATCH v6 01/12] VFS: generic cross-device copy_file_range() support for all filesystems
From
: Olga Kornievskaia <olga.kornievskaia@xxxxxxxxx>
[PATCH v6 00/12] client-side support for "inter" SSC copy
From
: Olga Kornievskaia <olga.kornievskaia@xxxxxxxxx>
Re: [PATCH v5 01/12] VFS: move cross device copy_file_range() check into filesystems
From
: Olga Kornievskaia <olga.kornievskaia@xxxxxxxxx>
Re: [PATCH v5 02/12] VFS: generic cross-device copy_file_range() support for all filesystems
From
: Amir Goldstein <amir73il@xxxxxxxxx>
Re: [PATCH v5 01/12] VFS: move cross device copy_file_range() check into filesystems
From
: Amir Goldstein <amir73il@xxxxxxxxx>
Re: [PATCH v5 12/12] NFS: replace cross device check in copy_file_range
From
: Olga Kornievskaia <olga.kornievskaia@xxxxxxxxx>
Re: [PATCH v5 12/12] NFS: replace cross device check in copy_file_range
From
: Matthew Wilcox <willy@xxxxxxxxxxxxx>
Re: [PATCH v5 12/12] NFS: replace cross device check in copy_file_range
From
: Matthew Wilcox <willy@xxxxxxxxxxxxx>
Re: [PATCH 1/1] man-page: copy_file_range(2) allow for cross-device copies
From
: Amir Goldstein <amir73il@xxxxxxxxx>
Re: [PATCH v5 12/12] NFS: replace cross device check in copy_file_range
From
: Olga Kornievskaia <olga.kornievskaia@xxxxxxxxx>
Re: [PATCH v5 02/12] VFS: generic cross-device copy_file_range() support for all filesystems
From
: Matthew Wilcox <willy@xxxxxxxxxxxxx>
[PATCH v5 10/12] NFS: for "inter" copy treat ESTALE as ENOTSUPP
From
: Olga Kornievskaia <olga.kornievskaia@xxxxxxxxx>
[PATCH v5 12/12] NFS: replace cross device check in copy_file_range
From
: Olga Kornievskaia <olga.kornievskaia@xxxxxxxxx>
[PATCH v5 11/12] NFS: COPY handle ERR_OFFLOAD_DENIED
From
: Olga Kornievskaia <olga.kornievskaia@xxxxxxxxx>
[PATCH v5 09/12] NFS: skip recovery of copy open on dest server
From
: Olga Kornievskaia <olga.kornievskaia@xxxxxxxxx>
[PATCH v5 08/12] NFS: inter ssc open
From
: Olga Kornievskaia <olga.kornievskaia@xxxxxxxxx>
[PATCH v5 07/12] NFS: also send OFFLOAD_CANCEL to source server
From
: Olga Kornievskaia <olga.kornievskaia@xxxxxxxxx>
[PATCH v5 06/12] NFS: add ca_source_server<> to COPY
From
: Olga Kornievskaia <olga.kornievskaia@xxxxxxxxx>
[PATCH v5 05/12] NFS: add COPY_NOTIFY operation
From
: Olga Kornievskaia <olga.kornievskaia@xxxxxxxxx>
[PATCH v5 04/12] NFS NFSD: defining nl4_servers structure needed by both
From
: Olga Kornievskaia <olga.kornievskaia@xxxxxxxxx>
[PATCH v5 03/12] NFS: validity check for source offset in copy_file_range
From
: Olga Kornievskaia <olga.kornievskaia@xxxxxxxxx>
[PATCH v5 02/12] VFS: generic cross-device copy_file_range() support for all filesystems
From
: Olga Kornievskaia <olga.kornievskaia@xxxxxxxxx>
[PATCH v5 01/12] VFS: move cross device copy_file_range() check into filesystems
From
: Olga Kornievskaia <olga.kornievskaia@xxxxxxxxx>
[PATCH 1/1] NFSv4: cleanup remove unused nfs4_xdev_fs_type
From
: Olga Kornievskaia <olga.kornievskaia@xxxxxxxxx>
[PATCH v5 00/12] client-side support for "inter" SSC copy
From
: Olga Kornievskaia <olga.kornievskaia@xxxxxxxxx>
Re: [PATCH v4 02/11] VFS: copy_file_range check validity of input source offset
From
: Olga Kornievskaia <olga.kornievskaia@xxxxxxxxx>
Re: [PATCH 1/1] man-page: copy_file_range(2) allow for cross-device copies
From
: Olga Kornievskaia <olga.kornievskaia@xxxxxxxxx>
Re: [PATCH v4 02/11] VFS: copy_file_range check validity of input source offset
From
: Olga Kornievskaia <olga.kornievskaia@xxxxxxxxx>
Re: [PATCH v4 01/11] VFS: move cross device copy_file_range() check into filesystems
From
: Olga Kornievskaia <olga.kornievskaia@xxxxxxxxx>
Re: [PATCH v4 03/11] NFS: NFSD defining nl4_servers structure needed by both
From
: Olga Kornievskaia <olga.kornievskaia@xxxxxxxxx>
Re: [PATCH v4 11/11] NFS: replace cross device check in copy_file_range
From
: Olga Kornievskaia <olga.kornievskaia@xxxxxxxxx>
Re: [PATCH 1/1] man-page: copy_file_range(2) allow for cross-device copies
From
: Olga Kornievskaia <olga.kornievskaia@xxxxxxxxx>
Re: SMBINFO patch to cifs-utils
From
: ronnie sahlberg <ronniesahlberg@xxxxxxxxx>
Re: SMBINFO patch to cifs-utils
From
: Aurélien Aptel <aaptel@xxxxxxxx>
Re: [PATCH] smb3: add trace point for tree connection
From
: ronnie sahlberg <ronniesahlberg@xxxxxxxxx>
Re: [PATCH] smb3: on kerberos mount if server doesn't specify auth type use krb5
From
: ronnie sahlberg <ronniesahlberg@xxxxxxxxx>
[PATCH] smb3: on kerberos mount if server doesn't specify auth type use krb5
From
: Steve French <smfrench@xxxxxxxxx>
[PATCH] smb3: add trace point for tree connection
From
: Steve French <smfrench@xxxxxxxxx>
Re: [PATCH 1/1] man-page: copy_file_range(2) allow for cross-device copies
From
: Matthew Wilcox <willy@xxxxxxxxxxxxx>
Re: [PATCH 1/1] man-page: copy_file_range(2) allow for cross-device copies
From
: Dave Chinner <david@xxxxxxxxxxxxx>
Re: SMBINFO patch to cifs-utils
From
: Pavel Shilovsky <piastryyy@xxxxxxxxx>
SMBINFO patch to cifs-utils
From
: ronnie sahlberg <ronniesahlberg@xxxxxxxxx>
Re: [PATCH v4 11/11] NFS: replace cross device check in copy_file_range
From
: Matthew Wilcox <willy@xxxxxxxxxxxxx>
Re: [PATCH 1/1] man-page: copy_file_range(2) allow for cross-device copies
From
: Matthew Wilcox <willy@xxxxxxxxxxxxx>
Re: [PATCH v4 03/11] NFS: NFSD defining nl4_servers structure needed by both
From
: Jeff Layton <jlayton@xxxxxxxxxx>
Re: [PATCH v4 01/11] VFS: move cross device copy_file_range() check into filesystems
From
: Jeff Layton <jlayton@xxxxxxxxxx>
Re: [PATCH v4 11/11] NFS: replace cross device check in copy_file_range
From
: Jeff Layton <jlayton@xxxxxxxxxx>
Re: [PATCH v4 02/11] VFS: copy_file_range check validity of input source offset
From
: Dave Chinner <david@xxxxxxxxxxxxx>
Re: [PATCH 1/1] man-page: copy_file_range(2) allow for cross-device copies
From
: Dave Chinner <david@xxxxxxxxxxxxx>
Re: [PATCH v4 01/11] VFS: move cross device copy_file_range() check into filesystems
From
: Dave Chinner <david@xxxxxxxxxxxxx>
Re: [PATCH v4 01/11] VFS: move cross device copy_file_range() check into filesystems
From
: Steve French <smfrench@xxxxxxxxx>
Re: xfstest 097 behavior - EA not found not returned
From
: Jeremy Allison <jra@xxxxxxxxx>
Re: [PATCH v4 02/11] VFS: copy_file_range check validity of input source offset
From
: Matthew Wilcox <willy@xxxxxxxxxxxxx>
Re: [PATCH v4 01/11] VFS: move cross device copy_file_range() check into filesystems
From
: Matthew Wilcox <willy@xxxxxxxxxxxxx>
Re: [PATCH v4 11/11] NFS: replace cross device check in copy_file_range
From
: Matthew Wilcox <willy@xxxxxxxxxxxxx>
[PATCH v4 02/11] VFS: copy_file_range check validity of input source offset
From
: Olga Kornievskaia <olga.kornievskaia@xxxxxxxxx>
[PATCH v4 06/11] NFS: also send OFFLOAD_CANCEL to source server
From
: Olga Kornievskaia <olga.kornievskaia@xxxxxxxxx>
[PATCH v4 05/11] NFS: add ca_source_server<> to COPY
From
: Olga Kornievskaia <olga.kornievskaia@xxxxxxxxx>
[PATCH v4 10/11] NFS: COPY handle ERR_OFFLOAD_DENIED
From
: Olga Kornievskaia <olga.kornievskaia@xxxxxxxxx>
[PATCH v4 11/11] NFS: replace cross device check in copy_file_range
From
: Olga Kornievskaia <olga.kornievskaia@xxxxxxxxx>
[PATCH v4 09/11] NFS: for "inter" copy treat ESTALE as ENOTSUPP
From
: Olga Kornievskaia <olga.kornievskaia@xxxxxxxxx>
[PATCH v4 08/11] NFS: skip recovery of copy open on dest server
From
: Olga Kornievskaia <olga.kornievskaia@xxxxxxxxx>
[PATCH v4 07/11] NFS: inter ssc open
From
: Olga Kornievskaia <olga.kornievskaia@xxxxxxxxx>
[PATCH v4 04/11] NFS: add COPY_NOTIFY operation
From
: Olga Kornievskaia <olga.kornievskaia@xxxxxxxxx>
[PATCH v4 03/11] NFS: NFSD defining nl4_servers structure needed by both
From
: Olga Kornievskaia <olga.kornievskaia@xxxxxxxxx>
[PATCH 1/1] man-page: copy_file_range(2) allow for cross-device copies
From
: Olga Kornievskaia <olga.kornievskaia@xxxxxxxxx>
[PATCH v4 01/11] VFS: move cross device copy_file_range() check into filesystems
From
: Olga Kornievskaia <olga.kornievskaia@xxxxxxxxx>
[PATCH v4 00/11] client-side support for "inter" SSC copy
From
: Olga Kornievskaia <olga.kornievskaia@xxxxxxxxx>
Re: [GIT][PULL] CIFS/SMB3 Fixes
From
: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
Re: [PATCH] cifs: fix spelling mistake, EACCESS -> EACCES
From
: Steve French <smfrench@xxxxxxxxx>
[PATCH] cifs: fix spelling mistake, EACCESS -> EACCES
From
: Colin King <colin.king@xxxxxxxxxxxxx>
[GIT][PULL] CIFS/SMB3 Fixes
From
: Steve French <smfrench@xxxxxxxxx>
Re: [PATCH v3 11/11] NFS replace cross device with cross filesystem check in copy_file_range
From
: Matthew Wilcox <willy@xxxxxxxxxxxxx>
Re: [PATCH v3 11/11] NFS replace cross device with cross filesystem check in copy_file_range
From
: Olga Kornievskaia <olga.kornievskaia@xxxxxxxxx>
Re: [PATCH v2 03/13] OverlayFS: add cross-device check for copy_file_range
From
: Olga Kornievskaia <olga.kornievskaia@xxxxxxxxx>
Re: [PATCH v3 01/11] VFS move cross device copy_file_range() check into filesystems
From
: Olga Kornievskaia <olga.kornievskaia@xxxxxxxxx>
Re: [PATCH v3 11/11] NFS replace cross device with cross filesystem check in copy_file_range
From
: Matthew Wilcox <willy@xxxxxxxxxxxxx>
Re: [PATCH v3 01/11] VFS move cross device copy_file_range() check into filesystems
From
: Matthew Wilcox <willy@xxxxxxxxxxxxx>
[PATCH v3 05/11] NFS add ca_source_server<> to COPY
From
: Olga Kornievskaia <olga.kornievskaia@xxxxxxxxx>
[PATCH v3 11/11] NFS replace cross device with cross filesystem check in copy_file_range
From
: Olga Kornievskaia <olga.kornievskaia@xxxxxxxxx>
[PATCH v3 10/11] NFS COPY handle ERR_OFFLOAD_DENIED
From
: Olga Kornievskaia <olga.kornievskaia@xxxxxxxxx>
[PATCH v3 09/11] NFS for "inter" copy treat ESTALE as ENOTSUPP
From
: Olga Kornievskaia <olga.kornievskaia@xxxxxxxxx>
[PATCH v3 08/11] NFS skip recovery of copy open on dest server
From
: Olga Kornievskaia <olga.kornievskaia@xxxxxxxxx>
[PATCH v3 07/11] NFS inter ssc open
From
: Olga Kornievskaia <olga.kornievskaia@xxxxxxxxx>
[PATCH v3 06/11] NFS also send OFFLOAD_CANCEL to source server
From
: Olga Kornievskaia <olga.kornievskaia@xxxxxxxxx>
[PATCH v3 04/11] NFS add COPY_NOTIFY operation
From
: Olga Kornievskaia <olga.kornievskaia@xxxxxxxxx>
[PATCH 1/1] man-page: copy_file_range(2) allow for cross-device copies
From
: Olga Kornievskaia <olga.kornievskaia@xxxxxxxxx>
[PATCH v3 03/11] NFS NFSD defining nl4_servers structure needed by both
From
: Olga Kornievskaia <olga.kornievskaia@xxxxxxxxx>
[PATCH v3 02/11] VFS copy_file_range check validity of input source offset
From
: Olga Kornievskaia <olga.kornievskaia@xxxxxxxxx>
[PATCH v3 01/11] VFS move cross device copy_file_range() check into filesystems
From
: Olga Kornievskaia <olga.kornievskaia@xxxxxxxxx>
[PATCH v3 00/11] client-side support for "inter" SSC copy
From
: Olga Kornievskaia <olga.kornievskaia@xxxxxxxxx>
Re: [PATCH] cifs: fix return value for cifs_listxattr
From
: ronnie sahlberg <ronniesahlberg@xxxxxxxxx>
Re: [PATCH 1/1] man-page: copy_file_range(2) allow for cross-device copies
From
: Olga Kornievskaia <olga.kornievskaia@xxxxxxxxx>
Re: [PATCH 1/1] man-page: copy_file_range(2) allow for cross-device copies
From
: Matthew Wilcox <willy@xxxxxxxxxxxxx>
Re: [PATCH 1/1] man-page: copy_file_range(2) allow for cross-device copies
From
: Olga Kornievskaia <olga.kornievskaia@xxxxxxxxx>
Re: [PATCH 1/1] man-page: copy_file_range(2) allow for cross-device copies
From
: Matthew Wilcox <willy@xxxxxxxxxxxxx>
Re: [PATCH v2 04/13] NFS: add cross file system check for copy_file_range
From
: Olga Kornievskaia <olga.kornievskaia@xxxxxxxxx>
Re: [PATCH] cifs: fix return value for cifs_listxattr
From
: Steve French <smfrench@xxxxxxxxx>
Re: [PATCH v2 04/13] NFS: add cross file system check for copy_file_range
From
: Amir Goldstein <amir73il@xxxxxxxxx>
Re: [PATCH v2 03/13] OverlayFS: add cross-device check for copy_file_range
From
: Olga Kornievskaia <olga.kornievskaia@xxxxxxxxx>
Re: [PATCH v2 04/13] NFS: add cross file system check for copy_file_range
From
: Olga Kornievskaia <olga.kornievskaia@xxxxxxxxx>
Re: [PATCH 1/1] man-page: copy_file_range(2) allow for cross-device copies
From
: Olga Kornievskaia <olga.kornievskaia@xxxxxxxxx>
Re: [PATCH] cifs: fix return value for cifs_listxattr
From
: Aurélien Aptel <aaptel@xxxxxxxx>
Re-resolve hostname on ip change/IPV4 mount on boot failure
From
: Felix Winterhalter <felix@xxxxxxxxxxxx>
Re: [PATCH v2 03/13] OverlayFS: add cross-device check for copy_file_range
From
: Amir Goldstein <amir73il@xxxxxxxxx>
[PATCH] cifs: fix return value for cifs_listxattr
From
: Ronnie Sahlberg <lsahlber@xxxxxxxxxx>
Re: [PATCH v2 04/13] NFS: add cross file system check for copy_file_range
From
: Amir Goldstein <amir73il@xxxxxxxxx>
Re: [PATCH v2 01/13] VFS permit cross device vfs_copy_file_range
From
: Amir Goldstein <amir73il@xxxxxxxxx>
Re: [PATCH 1/1] man-page: copy_file_range(2) allow for cross-device copies
From
: Amir Goldstein <amir73il@xxxxxxxxx>
[PATCH] fix ptr_ret.cocci warnings
From
: kbuild test robot <fengguang.wu@xxxxxxxxx>
Re: [PATCH v2 10/13] NFS inter ssc open
From
: kbuild test robot <lkp@xxxxxxxxx>
Re: xfstest 097 behavior - EA not found not returned
From
: Ralph Böhme <slow@xxxxxxxxx>
[PATCH v2 07/13] NFS add COPY_NOTIFY operation
From
: Olga Kornievskaia <olga.kornievskaia@xxxxxxxxx>
[PATCH v2 09/13] NFS also send OFFLOAD_CANCEL to source server
From
: Olga Kornievskaia <olga.kornievskaia@xxxxxxxxx>
[PATCH v2 10/13] NFS inter ssc open
From
: Olga Kornievskaia <olga.kornievskaia@xxxxxxxxx>
[PATCH v2 13/13] NFS COPY handle ERR_OFFLOAD_DENIED
From
: Olga Kornievskaia <olga.kornievskaia@xxxxxxxxx>
[PATCH v2 12/13] NFS for "inter" copy treat ESTALE as ENOTSUPP
From
: Olga Kornievskaia <olga.kornievskaia@xxxxxxxxx>
[PATCH v2 11/13] NFS skip recovery of copy open on dest server
From
: Olga Kornievskaia <olga.kornievskaia@xxxxxxxxx>
[PATCH v2 08/13] NFS add ca_source_server<> to COPY
From
: Olga Kornievskaia <olga.kornievskaia@xxxxxxxxx>
[PATCH v2 06/13] NFS NFSD defining nl4_servers structure needed by both
From
: Olga Kornievskaia <olga.kornievskaia@xxxxxxxxx>
[PATCH v2 05/13] VFS: Don't copy beyond the end of the file
From
: Olga Kornievskaia <olga.kornievskaia@xxxxxxxxx>
[PATCH v2 04/13] NFS: add cross file system check for copy_file_range
From
: Olga Kornievskaia <olga.kornievskaia@xxxxxxxxx>
[PATCH v2 03/13] OverlayFS: add cross-device check for copy_file_range
From
: Olga Kornievskaia <olga.kornievskaia@xxxxxxxxx>
[PATCH v2 02/13] CIFS: add cross-device check for copy_file_range
From
: Olga Kornievskaia <olga.kornievskaia@xxxxxxxxx>
[PATCH 1/1] man-page: copy_file_range(2) allow for cross-device copies
From
: Olga Kornievskaia <olga.kornievskaia@xxxxxxxxx>
[PATCH v2 01/13] VFS permit cross device vfs_copy_file_range
From
: Olga Kornievskaia <olga.kornievskaia@xxxxxxxxx>
[PATCH v2 00/13] client-side support for "inter" SSC copy
From
: Olga Kornievskaia <olga.kornievskaia@xxxxxxxxx>
Re: xfstest 097 behavior - EA not found not returned
From
: Jeremy Allison <jra@xxxxxxxxx>
xfstest 097 behavior - EA not found not returned
From
: Steve French <smfrench@xxxxxxxxx>
Re: [PATCH] cifs: allow calling SMB2_xxx_free(NULL)
From
: Aurélien Aptel <aaptel@xxxxxxxx>
Re: [PATCH] cifs: allow calling SMB2_xxx_free(NULL)
From
: Aurélien Aptel <aaptel@xxxxxxxx>
[PATCH] cifs: allow calling SMB2_xxx_free(NULL)
From
: Ronnie Sahlberg <lsahlber@xxxxxxxxxx>
[PATCH] cifs: allow calling SMB2_xxx_free(NULL)
From
: Ronnie Sahlberg <lsahlber@xxxxxxxxxx>
Noisier debugging of unexpected mid cancellation
From
: Steve French <smfrench@xxxxxxxxx>
NULL pointer dereference in SMB2_close_free() with v4.19
From
: Oleksandr Natalenko <oleksandr@xxxxxxxxxxxxxx>
Re: debugging pseudo-file - viewing open file list from client
From
: Steve French <smfrench@xxxxxxxxx>
Re: [PATCH] smb3: allow more detailed protocol info on open files on the Linux client for debugging
From
: Aurélien Aptel <aaptel@xxxxxxxx>
Re: debugging pseudo-file - viewing open file list from client
From
: Aurélien Aptel <aaptel@xxxxxxxx>
Re: [PATCH v6 00/28] fs: fixes for serious clone/dedupe problems
From
: Dave Chinner <david@xxxxxxxxxxxxx>
Re: [PATCH v6 00/28] fs: fixes for serious clone/dedupe problems
From
: Amir Goldstein <amir73il@xxxxxxxxx>
Re: [PATCH v6 00/28] fs: fixes for serious clone/dedupe problems
From
: Dave Chinner <david@xxxxxxxxxxxxx>
Re: [PATCH v6 00/28] fs: fixes for serious clone/dedupe problems
From
: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
[PATCH] smb3: allow more detailed protocol info on open files on the Linux client for debugging
From
: Steve French <smfrench@xxxxxxxxx>
Re: [PATCH v6 00/28] fs: fixes for serious clone/dedupe problems
From
: Dave Chinner <david@xxxxxxxxxxxxx>
Re: debugging pseudo-file - viewing open file list from client
From
: Steve French <smfrench@xxxxxxxxx>
Re: [PATCH v6 00/28] fs: fixes for serious clone/dedupe problems
From
: Dave Chinner <david@xxxxxxxxxxxxx>
Re: [PATCH 28/28] xfs: remove [cm]time update from reflink calls
From
: Dave Chinner <david@xxxxxxxxxxxxx>
Re: [PATCH 27/28] xfs: remove xfs_reflink_remap_range
From
: Dave Chinner <david@xxxxxxxxxxxxx>
Re: [PATCH 25/28] xfs: support returning partial reflink results
From
: Dave Chinner <david@xxxxxxxxxxxxx>
Re: [PATCH 24/28] xfs: clean up xfs_reflink_remap_blocks call site
From
: Dave Chinner <david@xxxxxxxxxxxxx>
[PATCH 23/28] xfs: fix pagecache truncation prior to reflink
From
: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
[PATCH 18/28] vfs: clean up generic_remap_file_range_prep return value
From
: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
[PATCH 17/28] vfs: hide file range comparison function
From
: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
[PATCH 11/28] vfs: pass remap flags to generic_remap_checks
From
: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
[PATCH 28/28] xfs: remove [cm]time update from reflink calls
From
: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
[PATCH 27/28] xfs: remove xfs_reflink_remap_range
From
: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
[PATCH 25/28] xfs: support returning partial reflink results
From
: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
[PATCH 26/28] xfs: remove redundant remap partial EOF block checks
From
: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
[PATCH 24/28] xfs: clean up xfs_reflink_remap_blocks call site
From
: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
[PATCH 05/28] vfs: avoid problematic remapping requests into partial EOF block
From
: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
[PATCH 22/28] ocfs2: remove ocfs2_reflink_remap_range
From
: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
[PATCH 21/28] ocfs2: support partial clone range and dedupe range
From
: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
[PATCH 20/28] ocfs2: fix pagecache truncation prior to reflink
From
: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
[PATCH 19/28] ocfs2: truncate page cache for clone destination file before remapping
From
: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
[PATCH 16/28] vfs: enable remap callers that can handle short operations
From
: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
[PATCH 15/28] vfs: plumb remap flags through the vfs dedupe functions
From
: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
[PATCH 14/28] vfs: plumb remap flags through the vfs clone functions
From
: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
[PATCH 13/28] vfs: make remap_file_range functions take and return bytes completed
From
: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
[PATCH 12/28] vfs: remap helper should update destination inode metadata
From
: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
[PATCH 10/28] vfs: pass remap flags to generic_remap_file_range_prep
From
: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
[PATCH 09/28] vfs: combine the clone and dedupe into a single remap_file_range
From
: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
[PATCH 08/28] vfs: rename clone_verify_area to remap_verify_area
From
: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
[PATCH 06/28] vfs: skip zero-length dedupe requests
From
: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
[Index of Archives]
[Linux USB Devel]
[Linux SCSI]
[Samba]
[Yosemite News]