Linux CIFS
[Prev Page][Next Page]
- [PATCH v9 01/20] crypto: change transient busy return code to -EAGAIN, (continued)
- [PATCH v9 01/20] crypto: change transient busy return code to -EAGAIN, Gilad Ben-Yossef
- [PATCH v9 03/20] net: use -EAGAIN for transient busy indication, Gilad Ben-Yossef
- [PATCH v9 20/20] crypto: adapt api sample to use async. op wait, Gilad Ben-Yossef
- [PATCH v9 19/20] crypto: mediatek: move to generic async completion, Gilad Ben-Yossef
- [PATCH v9 18/20] crypto: qce: move to generic async completion, Gilad Ben-Yossef
- [PATCH v9 17/20] crypto: talitos: move to generic async completion, Gilad Ben-Yossef
- [PATCH v9 16/20] crypto: tcrypt: move to generic async completion, Gilad Ben-Yossef
- [PATCH v9 15/20] ima: move to generic async completion, Gilad Ben-Yossef
- [PATCH v9 14/20] cifs: move to generic async completion, Gilad Ben-Yossef
- [PATCH v9 13/20] dm: move dm-verity to generic async completion, Gilad Ben-Yossef
- [PATCH v9 12/20] fscrypt: move to generic async completion, Gilad Ben-Yossef
- [PATCH v9 11/20] crypto: move testmgr to generic async completion, Gilad Ben-Yossef
- [PATCH v9 10/20] crypto: move gcm to generic async completion, Gilad Ben-Yossef
- [PATCH v9 09/20] crypto: move drbg to generic async completion, Gilad Ben-Yossef
- [PATCH v9 08/20] crypto: move pub key to generic async completion, Gilad Ben-Yossef
- [PATCH v9 07/20] crypto: move algif to generic async completion, Gilad Ben-Yossef
- [PATCH v9 06/20] crypto: introduce crypto wait for async op, Gilad Ben-Yossef
- [PATCH v9 05/20] crypto: marvell/cesa: remove redundant backlog checks on EBUSY, Gilad Ben-Yossef
- [PATCH v9 04/20] crypto: remove redundant backlog checks on EBUSY, Gilad Ben-Yossef
- [PATCH v9 02/20] crypto: ccp: use -EAGAIN for transient busy indication, Gilad Ben-Yossef
- Re: [PATCH v9 00/20] simplify crypto wait for async op, Herbert Xu
- Re: [PATCH v9 00/20] simplify crypto wait for async op, Russell King - ARM Linux
- [PATCH] cifs: initialize rsp_iov and check for NULL in SMB2_read,
Ronnie Sahlberg
- Re: Does linux smb2 client supports DFS capability?,
Steve French
- [PATCH 0/1] cifs: fix remaining rsp_iov pointer issues,
Ronnie Sahlberg
- [PATCH 00/12] cifs: various fixes for NULL pointers,
Ronnie Sahlberg
- [PATCH 07/12] cifs: initialize rsp_iov in SMB2_write, Ronnie Sahlberg
- [PATCH 10/12] cifs: initialize rsp_iov in SMB2_QFS_info, Ronnie Sahlberg
- [PATCH 04/12] cifs: initialize rsp_iov in SMB2_query_info, Ronnie Sahlberg
- [PATCH 08/12] cifs: initialize rsp_iov in SMB2_query_directory, Ronnie Sahlberg
- [PATCH 02/12] cifs: initialize rsp_iov in SMB2_ioctl and check for NULL before deref, Ronnie Sahlberg
- [PATCH 06/12] cifs: initialize rsp_iov in SMB2_read and add check for NULL, Ronnie Sahlberg
- [PATCH 01/12] cifs: initialize rsp_iov in SMB2_negotiate, Ronnie Sahlberg
- [PATCH 03/12] cifs: initialize rsp_iov in SMB2_close, Ronnie Sahlberg
- [PATCH 05/12] cifs: initialize rsp_iov in SMB2_flush, Ronnie Sahlberg
- [PATCH 09/12] cifs: initialize rsp_iov in send_set_info, Ronnie Sahlberg
- [PATCH 12/12] cifs: initialize rsp_iov in smb2_lockv and fix a memory leak, Ronnie Sahlberg
- [PATCH 11/12] cifs: initialize rsp_iov in SMB2_QFS_attr, Ronnie Sahlberg
- [PATCH] CIFS: Fix NULL pointer deref on TCON failures,
Ronnie Sahlberg
- NULL pointer dereference in SMB2_tcon on 4.14-rc4,
Petr Vandrovec
- [PATCH 16/16] cifs: Use find_get_pages_range_tag(),
Jan Kara
- [PATCH] cifs: Fix bool initialization/comparison,
Thomas Meyer
- Re: [PATCH v2] man: generate all man pages from POD files when buidling,
Jeff Layton
- [PATCH] cifs: Fake rwx permissions if we can not read the CIFS ACL,
Ronnie Sahlberg
- [Patch v4 00/22] CIFS: Implement SMBDirect,
Long Li
- [Patch v4 06/22] CIFS: SMBD: Upper layer connects to SMBDirect session, Long Li
- [Patch v4 18/22] CIFS: SMBD: Upper layer performs SMB write via RDMA read through memory registration, Long Li
- [Patch v4 17/22] CIFS: SMBD: Implement RDMA memory registration, Long Li
- [Patch v4 19/22] CIFS: SMBD: Add parameter rdata to smb2_new_read_req, Long Li
- [Patch v4 22/22] CIFS: SMBD: Add SMBDirect debug counters, Long Li
- [Patch v4 20/22] CIFS: SMBD: Read correct returned data length for RDMA write (SMB read) I/O, Long Li
- [Patch v4 15/22] CIFS: SMBD: Upper layer sends data via RDMA send, Long Li
- [Patch v4 13/22] CIFS: SMBD: Upper layer receives data via RDMA receive, Long Li
- [Patch v4 05/22] CIFS: SMBD: Implement function to create a SMBDirect connection, Long Li
- [Patch v4 16/22] CIFS: SMBD: Fix the definition for SMB2_CHANNEL_RDMA_V1_INVALIDATE, Long Li
- [Patch v4 03/22] CIFS: SMBD: export protocol initial values, Long Li
- [Patch v4 12/22] CIFS: SMBD: Implement function to receive data via RDMA receive, Long Li
- [Patch v4 04/22] CIFS: SMBD: Add rdma mount option, Long Li
- [Patch v4 21/22] CIFS: SMBD: Upper layer performs SMB read via RDMA write through memory registration, Long Li
- [Patch v4 07/22] CIFS: SMBD: Implement function to reconnect to a SMBDirect transport, Long Li
- [Patch v4 10/22] CIFS: SMBD: Upper layer destroys SMBDirect session on shutdown or umount, Long Li
- [Patch v4 08/22] CIFS: SMBD: Upper layer reconnects to SMBDirect session, Long Li
- [Patch v4 11/22] CIFS: SMBD: Set SMBDirect maximum read or write size for I/O, Long Li
- [Patch v4 09/22] CIFS: SMBD: Implement function to destroy a SMBDirect connection, Long Li
- [Patch v4 14/22] CIFS: SMBD: Implement function to send data via RDMA send, Long Li
- [Patch v4 01/22] CIFS: SMBD: Add SMBDirect protocol initial values and constants, Long Li
- [Patch v4 02/22] CIFS: SMBD: Establish SMBDirect connection, Long Li
- [PATCH] SMB3: Fix resource leak if an unexpected dialect is returned, Christophe JAILLET
- [PATCH] cifs: handle large EA requests more gracefully in smb2+,
Ronnie Sahlberg
- Regression in 4.14-rc: CIFS SMB2+ combined with pythons xattr.listxattr leads to "IOError: [Errno 61] No data available",
Thorsten Leemhuis
- Re: [PATCH] man: generate all man pages from POD files when buidling, Aurélien Aptel
- [cifs:for-next 1/1] fs/cifs/smb2transport.c:403:27: error: 'struct cifs_ses' has no member named 'preauth_sha_hash', kbuild test robot
- [GIT] SMB3 Fixes for stable,
Steve French
- Fwd: [SMB3] Handle O_SYNC/DSYNC and O_DIRECT flags on SMB3 opens,
Steve French
- [SMB3] [PATCH] statx enablement for cifs.ko,
Steve French
- Fwd: [PATCH 02/10] cifs: honor AT_STATX_DONT_SYNC, Steve French
- Four more cifs patches for stable,
Steve French
- [PATCH v3 16/31] cifs: Define usercopy region in cifs_request slab cache, Kees Cook
- [PATCH] cifs: show 'soft' in the mount options for !hard mounts,
Ronnie Sahlberg
- Message not available
[PATCH] CIFS: make arrays static const, reduces object code size, Colin King
[SMB3] fixes for stable, Steve French
[cifs:for-next 4/4] fs//cifs/smb2pdu.c:571:15: error: 'struct TCP_Server_Info' has no member named 'vol',
kbuild test robot
[cifs:for-next 4/4] fs/cifs/smb2pdu.c:571:15: error: 'struct TCP_Server_Info' has no member named 'vol'; did you mean 'vals'?, kbuild test robot
[CIFS] [PATCH] Multidialect protocol negotiation for cifs.ko,
Steve French
[PATCH] cifs: release auth_key.response for reconnect., shuwang
[PATCH] cifs: check rsp for NULL before dereferencing in SMB2_open,
Ronnie Sahlberg
SMB3: Add xattr support to SMB3 and a bug fix,
Steve French
[PATCH] cifs: release cifs root_cred after exit_cifs, shuwang
[PATCH v8 00/20] simplify crypto wait for async op,
Gilad Ben-Yossef
- [PATCH v8 02/20] crypto: ccp: use -EAGAIN for transient busy indication, Gilad Ben-Yossef
- [PATCH v8 03/20] net: use -EAGAIN for transient busy indication, Gilad Ben-Yossef
- [PATCH v8 06/20] crypto: introduce crypto wait for async op, Gilad Ben-Yossef
- [PATCH v8 07/20] crypto: move algif to generic async completion, Gilad Ben-Yossef
- [PATCH v8 08/20] crypto: move pub key to generic async completion, Gilad Ben-Yossef
- [PATCH v8 09/20] crypto: move drbg to generic async completion, Gilad Ben-Yossef
- [PATCH v8 11/20] crypto: move testmgr to generic async completion, Gilad Ben-Yossef
- [PATCH v8 14/20] cifs: move to generic async completion, Gilad Ben-Yossef
- [PATCH v8 15/20] ima: move to generic async completion, Gilad Ben-Yossef
- [PATCH v8 17/20] crypto: talitos: move to generic async completion, Gilad Ben-Yossef
- [PATCH v8 18/20] crypto: qce: move to generic async completion, Gilad Ben-Yossef
- [PATCH v8 19/20] crypto: mediatek: move to generic async completion, Gilad Ben-Yossef
- [PATCH v8 20/20] crypto: adapt api sample to use async. op wait, Gilad Ben-Yossef
- [PATCH v8 16/20] crypto: tcrypt: move to generic async completion, Gilad Ben-Yossef
- [PATCH v8 13/20] dm: move dm-verity to generic async completion, Gilad Ben-Yossef
- [PATCH v8 12/20] fscrypt: move to generic async completion, Gilad Ben-Yossef
- [PATCH v8 10/20] crypto: move gcm to generic async completion, Gilad Ben-Yossef
- [PATCH v8 05/20] crypto: marvell/cesa: remove redundant backlog checks on EBUSY, Gilad Ben-Yossef
- [PATCH v8 04/20] crypto: remove redundant backlog checks on EBUSY, Gilad Ben-Yossef
- [PATCH v8 01/20] crypto: change transient busy return code to -EAGAIN, Gilad Ben-Yossef
linux-next: Signed-off-by missing for commit in the cifs tree,
Stephen Rothwell
<Possible follow-ups>
linux-next: Signed-off-by missing for commit in the cifs tree, Stephen Rothwell
linux-next: Signed-off-by missing for commit in the cifs tree, Stephen Rothwell
linux-next: Signed-off-by missing for commit in the cifs tree, Stephen Rothwell
linux-next: Signed-off-by missing for commit in the cifs tree, Stephen Rothwell
linux-next: Signed-off-by missing for commit in the cifs tree, Stephen Rothwell
linux-next: Signed-off-by missing for commit in the cifs tree, Stephen Rothwell
linux-next: Signed-off-by missing for commit in the cifs tree, Stephen Rothwell
linux-next: Signed-off-by missing for commit in the cifs tree, Stephen Rothwell
linux-next: Signed-off-by missing for commit in the cifs tree, Stephen Rothwell
linux-next: Signed-off-by missing for commit in the cifs tree, Stephen Rothwell
linux-next: Signed-off-by missing for commit in the cifs tree, Stephen Rothwell
linux-next: Signed-off-by missing for commit in the cifs tree, Stephen Rothwell
linux-next: Signed-off-by missing for commit in the cifs tree, Stephen Rothwell
linux-next: Signed-off-by missing for commit in the cifs tree, Stephen Rothwell
linux-next: Signed-off-by missing for commit in the cifs tree, Stephen Rothwell
linux-next: Signed-off-by missing for commit in the cifs tree, Stephen Rothwell
linux-next: Signed-off-by missing for commit in the cifs tree, Stephen Rothwell
linux-next: Signed-off-by missing for commit in the cifs tree, Stephen Rothwell
linux-next: Signed-off-by missing for commit in the cifs tree, Stephen Rothwell
linux-next: Signed-off-by missing for commit in the cifs tree, Stephen Rothwell
linux-next: Signed-off-by missing for commit in the cifs tree, Stephen Rothwell
linux-next: Signed-off-by missing for commit in the cifs tree, Stephen Rothwell
linux-next: Signed-off-by missing for commit in the cifs tree, Stephen Rothwell
linux-next: Signed-off-by missing for commit in the cifs tree, Stephen Rothwell
linux-next: Signed-off-by missing for commit in the cifs tree, Stephen Rothwell
linux-next: Signed-off-by missing for commit in the cifs tree, Stephen Rothwell
linux-next: Signed-off-by missing for commit in the cifs tree, Stephen Rothwell
linux-next: Signed-off-by missing for commit in the cifs tree, Stephen Rothwell
linux-next: Signed-off-by missing for commit in the cifs tree, Stephen Rothwell
linux-next: Signed-off-by missing for commit in the cifs tree, Stephen Rothwell
linux-next: Signed-off-by missing for commit in the cifs tree, Stephen Rothwell
linux-next: Signed-off-by missing for commit in the cifs tree, Stephen Rothwell
linux-next: Signed-off-by missing for commit in the cifs tree, Stephen Rothwell
linux-next: Signed-off-by missing for commit in the cifs tree, Stephen Rothwell
linux-next: Signed-off-by missing for commit in the cifs tree, Stephen Rothwell
linux-next: Signed-off-by missing for commit in the cifs tree, Stephen Rothwell
linux-next: Signed-off-by missing for commit in the cifs tree, Stephen Rothwell
linux-next: Signed-off-by missing for commit in the cifs tree, Stephen Rothwell
[CIFS] Clarify default dialect change warning messages, Steve French
SMB3 security upgrade -fix warning messages on CIFS mount when mounting to older servers, Steve French
Missing patch for reconnect during NegotiateProtocol, Leif Sahlberg
[GIT] Two small cifs fixes for stable, Steve French
RFC: Revert move default dialect from CIFS to to SMB3",
Thorsten Leemhuis
[PATCH v2] cifs: setcifsacl - Send the actual (security descriptor) buffer size instead of the pre-allocated size,
shirishpargaonkar
[Patch v3 00/19] CIFS: Implement SMB Direct,
Long Li
- [Patch v3 01/19] CIFS: Add rdma mount option, Long Li
- [Patch v3 16/19] CIFS: SMBD: Read correct returned data length for RDMA write (SMB read) I/O, Long Li
- [Patch v3 19/19] CIFS: SMBD: Add SMBDirect debug counters, Long Li
- [Patch v3 18/19] CIFS: SMBD: Deregister memory when finishing SMB read, Long Li
- [Patch v3 17/19] CIFS: SMBD: Implement SMB read via RDMA write through memory registration, Long Li
- [Patch v3 15/19] CIFS: SMBD: Add parameter rdata to smb2_new_read_req, Long Li
- [Patch v3 11/19] CIFS: SMBD: Define memory registration for I/O data, Long Li
- [Patch v3 04/19] CIFS: SMBD: Add SMBDirect transport to SMB connection and Makefile, Long Li
- [Patch v3 14/19] CIFS: SMBD: Deregister memory on finishing SMB write, Long Li
- [Patch v3 08/19] CIFS: SMBD: Set SMBDirect maximum read or write size for I/O, Long Li
- [Patch v3 09/19] CIFS: SMBD: Receive data from SMBDirect, Long Li
- [Patch v3 13/19] CIFS: SMBD: Implement SMB write via RDMA read through memory registration, Long Li
- [Patch v3 02/19] CIFS: SMBD: Add SMBDirect protocol and transport constants, Long Li
- [Patch v3 12/19] CIFS: SMBD: Fix the definition for SMB2_CHANNEL_RDMA_V1_INVALIDATE, Long Li
- [Patch v3 07/19] CIFS: SMBD: Destroy SMBDirect session on shutdown or umount, Long Li
- [Patch v3 10/19] CIFS: SMBD: Send data through SMBDirect, Long Li
- [Patch v3 05/19] CIFS: SMBD: Connect to SMBDirect session, Long Li
- [Patch v3 06/19] CIFS: SMBD: Reconnect to SMBDirect session, Long Li
- [Patch v3 03/19] CIFS: SMBD: Implement SMBDirect transport, Long Li
- RE: [Patch v3 00/19] CIFS: Implement SMB Direct, Long Li
[PATCH v2 16/30] cifs: Define usercopy region in cifs_request slab cache, Kees Cook
[PATCH] cifs: setcifsacl - Send the actual (security descriptor) buffer size instead of the pre-allocated size,
shirishpargaonkar
[PATCH] CIFS: Fix maximum SMB2 header size,
Pavel Shilovsky
[CIFS] A few small cifs fixes, Steve French
[PATCH v7 00/19] simplify crypto wait for async op,
Gilad Ben-Yossef
- [PATCH v7 09/19] crypto: move gcm to generic async completion, Gilad Ben-Yossef
- [PATCH v7 12/19] dm: move dm-verity to generic async completion, Gilad Ben-Yossef
- [PATCH v7 19/19] crypto: adapt api sample to use async. op wait, Gilad Ben-Yossef
- [PATCH v7 18/19] crypto: mediatek: move to generic async completion, Gilad Ben-Yossef
- [PATCH v7 17/19] crypto: qce: move to generic async completion, Gilad Ben-Yossef
- [PATCH v7 16/19] crypto: talitos: move to generic async completion, Gilad Ben-Yossef
- [PATCH v7 15/19] crypto: tcrypt: move to generic async completion, Gilad Ben-Yossef
- [PATCH v7 14/19] ima: move to generic async completion, Gilad Ben-Yossef
- [PATCH v7 13/19] cifs: move to generic async completion, Gilad Ben-Yossef
- [PATCH v7 11/19] fscrypt: move to generic async completion, Gilad Ben-Yossef
- [PATCH v7 10/19] crypto: move testmgr to generic async completion, Gilad Ben-Yossef
- [PATCH v7 08/19] crypto: move drbg to generic async completion, Gilad Ben-Yossef
- [PATCH v7 07/19] crypto: move pub key to generic async completion, Gilad Ben-Yossef
- [PATCH v7 06/19] crypto: move algif to generic async completion, Gilad Ben-Yossef
- [PATCH v7 05/19] crypto: introduce crypto wait for async op, Gilad Ben-Yossef
- [PATCH v7 04/19] crypto: marvell/cesa: remove redundant backlog checks on EBUSY, Gilad Ben-Yossef
- [PATCH v7 03/19] crypto: remove redundant backlog checks on EBUSY, Gilad Ben-Yossef
- [PATCH v7 02/19] crypto: ccp: use -EAGAIN for transient busy indication, Gilad Ben-Yossef
- [PATCH v7 01/19] crypto: change transient busy return code to -EAGAIN, Gilad Ben-Yossef
- Re: [PATCH v7 00/19] simplify crypto wait for async op, Harsh Jain
[PATCH] cifs: return ENAMETOOLONG for overlong names in cifs_open()/cifs_lookup(),
Ronnie Sahlberg
[PATCH v6 00/19] simplify crypto wait for async op,
Gilad Ben-Yossef
- [PATCH v6 03/19] crypto: remove redundant backlog checks on EBUSY, Gilad Ben-Yossef
- [PATCH v6 19/19] crypto: adapt api sample to use async. op wait, Gilad Ben-Yossef
- [PATCH v6 18/19] crypto: mediatek: move to generic async completion, Gilad Ben-Yossef
- [PATCH v6 17/19] crypto: qce: move to generic async completion, Gilad Ben-Yossef
- [PATCH v6 16/19] crypto: talitos: move to generic async completion, Gilad Ben-Yossef
- [PATCH v6 15/19] crypto: tcrypt: move to generic async completion, Gilad Ben-Yossef
- [PATCH v6 14/19] ima: move to generic async completion, Gilad Ben-Yossef
- [PATCH v6 13/19] cifs: move to generic async completion, Gilad Ben-Yossef
- [PATCH v6 12/19] dm: move dm-verity to generic async completion, Gilad Ben-Yossef
- [PATCH v6 11/19] fscrypt: move to generic async completion, Gilad Ben-Yossef
- [PATCH v6 10/19] crypto: move testmgr to generic async completion, Gilad Ben-Yossef
- [PATCH v6 09/19] crypto: move gcm to generic async completion, Gilad Ben-Yossef
- [PATCH v6 08/19] crypto: move drbg to generic async completion, Gilad Ben-Yossef
- [PATCH v6 07/19] crypto: move pub key to generic async completion, Gilad Ben-Yossef
- [PATCH v6 05/19] crypto: introduce crypto wait for async op, Gilad Ben-Yossef
- [PATCH v6 06/19] crypto: move algif to generic async completion, Gilad Ben-Yossef
- [PATCH v6 04/19] crypto: marvell/cesa: remove redundant backlog checks on EBUSY, Gilad Ben-Yossef
- [PATCH v6 02/19] crypto: ccp: use -EAGAIN for transient busy indication, Gilad Ben-Yossef
- [PATCH v6 01/19] crypto: change transient busy return code to -EAGAIN, Gilad Ben-Yossef
[Patch v2 00/19] CIFS: Implement SMBDirect,
Long Li
- [Patch v2 02/19] CIFS: SMBD: Add SMBDirect protocol and transport constants, Long Li
- [Patch v2 01/19] CIFS: Add RDMA mount option, Long Li
- [Patch v2 19/19] CIFS: SMBD: Add SMBDirect debug counters, Long Li
- [Patch v2 18/19] CIFS: SMBD: Deregister memory when finishing SMB READ, Long Li
- [Patch v2 17/19] CIFS: SMBD: Implement SMB READ via RDMA write through memory registration, Long Li
- [Patch v2 16/19] CIFS: SMBD: Read correct returned data length for RDMA write (SMB READ) I/O, Long Li
- [Patch v2 14/19] CIFS: SMBD: Deregister memory when finishing SMB write, Long Li
- [Patch v2 15/19] CIFS: SMBD: Add parameter rdata to smb2_new_read_req, Long Li
- [Patch v2 12/19] CIFS: SMBD: Fix the definition for SMB2_CHANNEL_RDMA_V1_INVALIDATE, Long Li
- [Patch v2 13/19] CIFS: SMBD: Use registered memory RDMA read for SMB write, Long Li
- [Patch v2 11/19] CIFS: SMBD: Define memory registration for I/O data, Long Li
- [Patch v2 10/19] CIFS: SMBD: Send data through SMBDirect, Long Li
- [Patch v2 09/19] CIFS: SMBD: Read data from SMBDirect, Long Li
- [Patch v2 08/19] CIFS: SMBD: Set SMBDirect maximum read or write size for I/O, Long Li
- [Patch v2 07/19] CIFS: SMBD: Destroy SMBDirect session on shutdown or umount, Long Li
- [Patch v2 06/19] CIFS: SMBD: Reconnect to SMBDirect session, Long Li
- [Patch v2 05/19] CIFS: SMBD: Connect to SMBDirect session, Long Li
- [Patch v2 04/19] CIFS: SMBD: Add SMBDirect transport to SMB connection and Makefile, Long Li
- [Patch v2 03/19] CIFS: SMBD: Implement SMBDirect, Long Li
- RE: [Patch v2 00/19] CIFS: Implement SMBDirect, Steve Wise
- Re: [Patch v2 00/19] CIFS: Implement SMBDirect, Roland Dreier
[PATCH 0/8] CIFS: Adjustments for several function implementations,
SF Markus Elfring
[PATCH 0/2] cifs: Add attribute read/write support to SMB2+,
Ronnie Sahlberg
[PATCH v2] KEYS: make keyctl_invalidate() also require Setattr permission,
Eric Biggers
[4.13] Bad error message, old SMB protocol host., Robin
[PATCH v5 00/19] simplify crypto wait for async op,
Gilad Ben-Yossef
- [PATCH v5 01/19] crypto: change transient busy return code to -EAGAIN, Gilad Ben-Yossef
- [PATCH v5 08/19] crypto: move drbg to generic async completion, Gilad Ben-Yossef
- [PATCH v5 19/19] crypto: adapt api sample to use async. op wait, Gilad Ben-Yossef
- [PATCH v5 18/19] crypto: mediatek: move to generic async completion, Gilad Ben-Yossef
- [PATCH v5 17/19] crypto: qce: move to generic async completion, Gilad Ben-Yossef
- [PATCH v5 16/19] crypto: talitos: move to generic async completion, Gilad Ben-Yossef
- [PATCH v5 14/19] ima: move to generic async completion, Gilad Ben-Yossef
- [PATCH v5 15/19] crypto: tcrypt: move to generic async completion, Gilad Ben-Yossef
- [PATCH v5 10/19] crypto: move testmgr to generic async completion, Gilad Ben-Yossef
- [PATCH v5 11/19] fscrypt: move to generic async completion, Gilad Ben-Yossef
- [PATCH v5 12/19] dm: move dm-verity to generic async completion, Gilad Ben-Yossef
- [PATCH v5 13/19] cifs: move to generic async completion, Gilad Ben-Yossef
- [PATCH v5 09/19] crypto: move gcm to generic async completion, Gilad Ben-Yossef
- [PATCH v5 07/19] crypto: move pub key to generic async completion, Gilad Ben-Yossef
- [PATCH v5 03/19] crypto: remove redundant backlog checks on EBUSY, Gilad Ben-Yossef
- [PATCH v5 04/19] crypto: marvell/cesa: remove redundant backlog checks on EBUSY, Gilad Ben-Yossef
- [PATCH v5 05/19] crypto: introduce crypto wait for async op, Gilad Ben-Yossef
- [PATCH v5 06/19] crypto: move algif to generic async completion, Gilad Ben-Yossef
- [PATCH v5 02/19] crypto: ccp: use -EAGAIN for transient busy indication, Gilad Ben-Yossef
[PATCH] cifs: don't send invalid setxattr requests,
Dan Carpenter
[PATCH] cifs: Add support for reading attributes on SMB2+, Ronnie Sahlberg
[PATCH v4 00/19] simplify crypto wait for async op,
Gilad Ben-Yossef
- [PATCH v4 02/19] crypto: ccm: use -EAGAIN for transient busy indication, Gilad Ben-Yossef
- [PATCH v4 04/19] crypto: marvell/cesa: remove redundant backlog checks on EBUSY, Gilad Ben-Yossef
- [PATCH v4 15/19] crypto: tcrypt: move to generic async completion, Gilad Ben-Yossef
- [PATCH v4 19/19] crypto: adapt api sample to use async. op wait, Gilad Ben-Yossef
- [PATCH v4 18/19] crypto: mediatek: move to generic async completion, Gilad Ben-Yossef
- [PATCH v4 16/19] crypto: talitos: move to generic async completion, Gilad Ben-Yossef
- [PATCH v4 17/19] crypto: qce: move to generic async completion, Gilad Ben-Yossef
- [PATCH v4 14/19] ima: move to generic async completion, Gilad Ben-Yossef
- [PATCH v4 13/19] cifs: move to generic async completion, Gilad Ben-Yossef
- [PATCH v4 11/19] fscrypt: move to generic async completion, Gilad Ben-Yossef
- [PATCH v4 12/19] dm: move dm-verity to generic async completion, Gilad Ben-Yossef
- [PATCH v4 08/19] crypto: move drbg to generic async completion, Gilad Ben-Yossef
- [PATCH v4 09/19] crypto: move gcm to generic async completion, Gilad Ben-Yossef
- [PATCH v4 10/19] crypto: move testmgr to generic async completion, Gilad Ben-Yossef
- [PATCH v4 07/19] crypto: move pub key to generic async completion, Gilad Ben-Yossef
- [PATCH v4 06/19] crypto: move algif to generic async completion, Gilad Ben-Yossef
[PATCH v4 05/19] crypto: introduce crypto wait for async op, Gilad Ben-Yossef
[PATCH v4 03/19] crypto: remove redundant backlog checks on EBUSY, Gilad Ben-Yossef
[PATCH v4 01/19] crypto: change transient busy return code to -EAGAIN, Gilad Ben-Yossef
[PATCH] cifs: Fix df output for users with quota limits,
Sachin Prabhu
[[PATCH v1] 00/37] Implement SMBD protocol: Series 1,
Long Li
- [[PATCH v1] 07/37] [CIFS] SMBD: Implement receive buffer for handling SMBD response, Long Li
- [[PATCH v1] 22/37] [CIFS] SMBD: Implement API for upper layer to receive data to page, Long Li
- [[PATCH v1] 19/37] [CIFS] SMBD: Manage credits on SMBD client and server, Long Li
- [[PATCH v1] 37/37] [CIFS] Write to SMBD transport when it's used, Long Li
- [[PATCH v1] 30/37] [CIFS] SMBD: Add SMBDirect transport to Makefile, Long Li
- [[PATCH v1] 33/37] [CIFS] Connect to SMBD transport when specified in mount option, Long Li
- [[PATCH v1] 35/37] [CIFS] Destroy SMBD transport on exit, Long Li
- [[PATCH v1] 25/37] [CIFS] SMBD: Support SMBD idle connection timer, Long Li
- [[PATCH v1] 27/37] [CIFS] SMBD: Destroy transport when RDMA channel is disconnected, Long Li
- [[PATCH v1] 29/37] [CIFS] SMBD: Disconnect RDMA connection on QP errors, Long Li
- [[PATCH v1] 23/37] [CIFS] SMBD: Implement API for upper layer to reconnect transport, Long Li
- [[PATCH v1] 28/37] [CIFS] SMBD: Implement API for upper layer to destroy the transport, Long Li
- [[PATCH v1] 24/37] [CIFS] SMBD: Support for SMBD keep alive protocol, Long Li
- [[PATCH v1] 31/37] [CIFS] Add SMBD transport to SMB session context, Long Li
- [[PATCH v1] 34/37] [CIFS] Reconnect to SMBD transport when it's used, Long Li
- [[PATCH v1] 36/37] [CIFS] Read from SMBD transport when it's used, Long Li
- [[PATCH v1] 26/37] [CIFS] SMBD: Send an immediate packet when it's needed, Long Li
- [[PATCH v1] 32/37] [CIFS] Add SMBD debug couters to CIFS debug exports, Long Li
- [[PATCH v1] 21/37] [CIFS] SMBD: Implement API for upper layer to receive data, Long Li
- [[PATCH v1] 03/37] [CIFS] SMBD: Add logging functions for debug, Long Li
- [[PATCH v1] 16/37] [CIFS] SMBD: Post a SMBD message with no payload, Long Li
- [[PATCH v1] 10/37] [CIFS] SMBD: Introduce wait queue when sending SMBD request, Long Li
- [[PATCH v1] 18/37] [CIFS] SMBD: Implement API for upper layer to send data, Long Li
- [[PATCH v1] 20/37] [CIFS] SMBD: Implement reassembly queue for receiving data, Long Li
- [[PATCH v1] 17/37] [CIFS] SMBD: Track status for transport, Long Li
- [[PATCH v1] 09/37] [CIFS] SMBD: Add SMBD request and cache, Long Li
- [[PATCH v1] 15/37] [CIFS] SMBD: Post a SMBD data transfer message with data payload, Long Li
- [[PATCH v1] 14/37] [CIFS] SMBD: Post a SMBD data transfer message with page payload, Long Li
- [[PATCH v1] 13/37] [CIFS] SMBD: Implement SMBD protocol negotiation, Long Li
- [[PATCH v1] 11/37] [CIFS] SMBD: Post a receive request, Long Li
- [[PATCH v1] 12/37] [CIFS] SMBD: Handle send completion from CQ, Long Li
- [[PATCH v1] 06/37] [CIFS] SMBD: Add definition and cache for SMBD response, Long Li
- [[PATCH v1] 05/37] [CIFS] SMBD: Implement API for upper layer to create SMBD transport and establish RDMA connection, Long Li
- [[PATCH v1] 08/37] [CIFS] SMBD: Define packet format for SMBD data transfer message, Long Li
- [[PATCH v1] 01/37] [CIFS] SMBD: Add parsing for new rdma mount option, Long Li
- [[PATCH v1] 04/37] [CIFS] SMBD: Define per-channel SMBD transport parameters and default values, Long Li
- [[PATCH v1] 02/37] [CIFS] SMBD: Add structure for SMBD transport, Long Li
- Re: [[PATCH v1] 00/37] Implement SMBD protocol: Series 1, Christoph Hellwig
[PATCH] fs: convert a pile of fsync routines to errseq_t based reporting,
Jeff Layton
PROBLEM: CIFS SMB2/SMB3 does not work for domain based DFS,
Totemo Support
[BUG] cifs crashed kernel in ltp symlink test, Eryu Guan
[SMB3] Fixes and Security Upgrade for CIFS client, Steve French
[PATCH] cifs: Check for timeout on Negotiate stage,
Samuel Cabrero
[PATCH] cifs: Clean up unused variables in smb2pdu.c,
Christos Gkekas
[CIFS] Upgrade default dialect to SMB3 from cifs (SMB1) for improved security,
Steve French
[PATCH] CIFS: Reconnect expired SMB sessions,
Pavel Shilovsky
[PATCH] CIFS: Display SMB2 error codes in the hex format, Pavel Shilovsky
[cifs:for-next 4/4] ERROR: "smb30_operations" [fs/cifs/cifs.ko] undefined!, kbuild test robot
[cifs:for-next 4/4] connect.c:undefined reference to `smb20_operations', kbuild test robot
[PATCH][cifs-next] cifs: set oparms.create_options rather than or'ing in CREATE_OPEN_BACKUP_INTENT,
Colin King
Re: cifs-utils: setcifsacl receives STATUS_INVALID_SECURITY_DESCR reply from custom CIFS implementation,
Shirish Pargaonkar
[PATCH v3 00/28] simplify crypto wait for async op,
Gilad Ben-Yossef
- [PATCH v3 01/28] crypto: change backlog return code to -EIOCBQUEUED, Gilad Ben-Yossef
- [PATCH v3 02/28] crypto: atmel: use -EIOCBQUEUED for backlog indication, Gilad Ben-Yossef
- [PATCH v3 07/28] crypto: qce: use -EIOCBQUEUED for backlog indication, Gilad Ben-Yossef
- [PATCH v3 09/28] dm: verity: use -EIOCBQUEUED for backlog indication, Gilad Ben-Yossef
- [PATCH v3 11/28] cifs: use -EIOCBQUEUED for backlog indication, Gilad Ben-Yossef
- [PATCH v3 12/28] ima: use -EIOCBQUEUED for backlog indication, Gilad Ben-Yossef
- [PATCH v3 13/28] crypto: adapt api sample to -EIOCBQUEUED as backlog indication, Gilad Ben-Yossef
- [PATCH v3 15/28] crypto: move algif to generic async completion, Gilad Ben-Yossef
- [PATCH v3 17/28] crypto: move drbg to generic async completion, Gilad Ben-Yossef
- [PATCH v3 20/28] dm: move dm-verity to generic async completion, Gilad Ben-Yossef
- [PATCH v3 21/28] fscrypt: move to generic async completion, Gilad Ben-Yossef
- [PATCH v3 22/28] cifs: move to generic async completion, Gilad Ben-Yossef
- [PATCH v3 23/28] ima: move to generic async completion, Gilad Ben-Yossef
- [PATCH v3 24/28] crypto: tcrypt: move to generic async completion, Gilad Ben-Yossef
- [PATCH v3 25/28] crypto: talitos: move to generic async completion, Gilad Ben-Yossef
- [PATCH v3 28/28] crypto: adapt api sample to use async. op wait, Gilad Ben-Yossef
- [PATCH v3 27/28] crypto: mediatek: move to generic async completion, Gilad Ben-Yossef
- [PATCH v3 26/28] crypto: qce: move to generic async completion, Gilad Ben-Yossef
- [PATCH v3 19/28] crypto: move testmgr to generic async completion, Gilad Ben-Yossef
- [PATCH v3 16/28] crypto: move pub key to generic async completion, Gilad Ben-Yossef
- [PATCH v3 18/28] crypto: move gcm to generic async completion, Gilad Ben-Yossef
- [PATCH v3 14/28] crypto: introduce crypto wait for async op, Gilad Ben-Yossef
- [PATCH v3 10/28] fscrypt: use -EIOCBQUEUED for backlog indication, Gilad Ben-Yossef
- [PATCH v3 08/28] crypto: talitos: use -EIOCBQUEUED for backlog indication, Gilad Ben-Yossef
- [PATCH v3 06/28] crypto: omap: use -EIOCBQUEUED for backlog indication, Gilad Ben-Yossef
- [PATCH v3 05/28] crypto: mediatek: use -EIOCBQUEUED for backlog indication, Gilad Ben-Yossef
- [PATCH v3 04/28] crypto: marvell/cesa: use -EIOCBQUEUED for backlog indication, Gilad Ben-Yossef
- [PATCH v3 03/28] crypto: ccm: use -EIOCBQUEUED for backlog indication, Gilad Ben-Yossef
[PATCH] CIFS: fix circular locking dependency,
Rabin Vincent
[PATCH 2/2] cifs: Use smb 2 - 3 and cifsacl mount options setacl function,
shirishpargaonkar
[PATCH 1/2] cifs: prototype declaration and definition to set acl for smb 2 - 3 and cifsacl mount options,
shirishpargaonkar
[PATCH v4] cifs: Do not modify mid entry after submitting I/O in cifs_call_async,
Long Li
[PATCH v3] cifs: Do not modify mid entry after submitting I/O in cifs_call_async,
Long Li
[Index of Archives]
[Linux USB Devel]
[Video for Linux]
[Big List of Linux Books]
[Linux SCSI]
[Yosemite Forum]