messages from 2017-09-17 21:15:39 to 2017-10-18 23:09:16 UTC [more...]
[Patch v5 00/21] CIFS: Implement SMB Direct protocol
2017-10-18 23:09 UTC (18+ messages)
` [Patch v5 01/21] CIFS: SMBD: Add SMB Direct protocol initial values and constants
` [Patch v5 03/21] CIFS: SMBD: export protocol initial values
` [Patch v5 04/21] CIFS: SMBD: Add rdma mount option
` [Patch v5 05/21] CIFS: SMBD: Implement function to create a SMB Direct connection
` [Patch v5 06/21] CIFS: SMBD: Upper layer connects to SMBDirect session
` [Patch v5 08/21] CIFS: SMBD: Upper layer reconnects to SMB Direct session
` [Patch v5 09/21] CIFS: SMBD: Implement function to destroy a SMB Direct connection
` [Patch v5 10/21] CIFS: SMBD: Upper layer destroys SMB Direct session on shutdown or umount
` [Patch v5 02/21] CIFS: SMBD: Establish SMB Direct connection
` [Patch v5 07/21] CIFS: SMBD: Implement function to reconnect to a SMB Direct transport
` [Patch v5 11/21] CIFS: SMBD: Set SMB Direct maximum read or write size for I/O
` [Patch v5 15/21] CIFS: SMBD: Upper layer sends data via RDMA send
` [Patch v5 12/21] CIFS: SMBD: Implement function to receive data via RDMA receive
` [Patch v5 13/21] CIFS: SMBD: Upper layer receives "
` [Patch v5 14/21] CIFS: SMBD: Implement function to send data via RDMA send
` [Patch v5 16/21] CIFS: SMBD: Implement RDMA memory registration
` [Patch v5 17/21] CIFS: SMBD: Upper layer performs SMB write via RDMA read through "
Share mounts in SMBv1 mode, but fails to mount in SMBv2 mode
2017-10-18 20:20 UTC (13+ messages)
` [PATCH] CIFS: do not send invalid input buffer on QUERY_INFO requests
CIFS backporting for kernel 2.6, SMB2/3 dialect support
2017-10-18 18:43 UTC
SMB3 talks from the recent SNIA Storage Developer Conference posted
2017-10-18 16:56 UTC (4+ messages)
AnswerD
2017-10-18 13:09 UTC
Regression in 4.14-rc: CIFS SMB2+ combined with pythons xattr.listxattr leads to "IOError: [Errno 61] No data available"
2017-10-18 12:52 UTC (2+ messages)
[PATCH v10 00/20] simplify crypto wait for async op
2017-10-18 7:00 UTC (21+ messages)
` [PATCH v10 01/20] crypto: change transient busy return code to -ENOSPC
` [PATCH v10 02/20] crypto: ccp: use -ENOSPC for transient busy indication
` [PATCH v10 03/20] net: "
` [PATCH v10 04/20] crypto: remove redundant backlog checks on EBUSY
` [PATCH v10 05/20] crypto: marvell/cesa: "
` [PATCH v10 06/20] crypto: introduce crypto wait for async op
` [PATCH v10 07/20] crypto: move algif to generic async completion
` [PATCH v10 08/20] crypto: move pub key "
` [PATCH v10 09/20] crypto: move drbg "
` [PATCH v10 10/20] crypto: move gcm "
` [PATCH v10 11/20] crypto: move testmgr "
` [PATCH v10 12/20] fscrypt: move "
` [PATCH v10 13/20] dm: move dm-verity "
` [PATCH v10 14/20] cifs: move "
` [PATCH v10 15/20] ima: "
` [PATCH v10 16/20] crypto: tcrypt: "
` [PATCH v10 17/20] crypto: talitos: "
` [PATCH v10 18/20] crypto: qce: "
` [PATCH v10 19/20] crypto: mediatek: "
` [PATCH v10 20/20] crypto: adapt api sample to use async. op wait
[PATCH v9 00/20] simplify crypto wait for async op
2017-10-18 5:44 UTC (27+ messages)
` [PATCH v9 02/20] crypto: ccp: use -EAGAIN for transient busy indication
` [PATCH v9 01/20] crypto: change transient busy return code to -EAGAIN
` [PATCH v9 03/20] net: use -EAGAIN for transient busy indication
` [PATCH v9 04/20] crypto: remove redundant backlog checks on EBUSY
` [PATCH v9 05/20] crypto: marvell/cesa: "
` [PATCH v9 06/20] crypto: introduce crypto wait for async op
` [PATCH v9 07/20] crypto: move algif to generic async completion
` [PATCH v9 08/20] crypto: move pub key "
` [PATCH v9 09/20] crypto: move drbg "
` [PATCH v9 10/20] crypto: move gcm "
` [PATCH v9 11/20] crypto: move testmgr "
` [PATCH v9 12/20] fscrypt: move "
` [PATCH v9 13/20] dm: move dm-verity "
` [PATCH v9 14/20] cifs: move "
` [PATCH v9 15/20] ima: "
` [PATCH v9 16/20] crypto: tcrypt: "
` [PATCH v9 17/20] crypto: talitos: "
` [PATCH v9 18/20] crypto: qce: "
` [PATCH v9 19/20] crypto: mediatek: "
` [PATCH v9 20/20] crypto: adapt api sample to use async. op wait
(unknown),
2017-10-16 1:23 UTC
[PATCH] cifs: initialize rsp_iov and check for NULL in SMB2_read
2017-10-12 18:11 UTC (2+ messages)
Does linux smb2 client supports DFS capability?
2017-10-12 8:41 UTC (3+ messages)
[PATCH 0/1] cifs: fix remaining rsp_iov pointer issues
2017-10-11 23:33 UTC (5+ messages)
` [PATCH] cifs: fix remaining rsp_iov issues
(unknown),
2017-10-11 22:32 UTC
[PATCH] CIFS: Fix NULL pointer deref on TCON failures
2017-10-11 18:08 UTC (6+ messages)
` [PATCH] CIFS: Fix NULL pointer deref on SMB2_tcon() failure
[PATCH v8 01/20] crypto: change transient busy return code to -EAGAIN
2017-10-11 6:26 UTC (3+ messages)
[PATCH 00/12] cifs: various fixes for NULL pointers
2017-10-11 1:59 UTC (13+ messages)
` [PATCH 01/12] cifs: initialize rsp_iov in SMB2_negotiate
` [PATCH 02/12] cifs: initialize rsp_iov in SMB2_ioctl and check for NULL before deref
` [PATCH 03/12] cifs: initialize rsp_iov in SMB2_close
` [PATCH 04/12] cifs: initialize rsp_iov in SMB2_query_info
` [PATCH 05/12] cifs: initialize rsp_iov in SMB2_flush
` [PATCH 06/12] cifs: initialize rsp_iov in SMB2_read and add check for NULL
` [PATCH 07/12] cifs: initialize rsp_iov in SMB2_write
` [PATCH 08/12] cifs: initialize rsp_iov in SMB2_query_directory
` [PATCH 09/12] cifs: initialize rsp_iov in send_set_info
` [PATCH 10/12] cifs: initialize rsp_iov in SMB2_QFS_info
` [PATCH 11/12] cifs: initialize rsp_iov in SMB2_QFS_attr
` [PATCH 12/12] cifs: initialize rsp_iov in smb2_lockv and fix a memory leak
NULL pointer dereference in SMB2_tcon on 4.14-rc4
2017-10-10 22:57 UTC (5+ messages)
[PATCH 16/16] cifs: Use find_get_pages_range_tag()
2017-10-10 17:48 UTC (2+ messages)
[PATCH] cifs: Fix bool initialization/comparison
2017-10-10 1:14 UTC (2+ messages)
[PATCH] man: generate all man pages from POD files when buidling
2017-10-06 10:37 UTC (2+ messages)
` [PATCH v2] "
[Patch v4 00/22] CIFS: Implement SMBDirect
2017-10-04 22:07 UTC (29+ messages)
` [Patch v4 01/22] CIFS: SMBD: Add SMBDirect protocol initial values and constants
` [Patch v4 02/22] CIFS: SMBD: Establish SMBDirect connection
` [Patch v4 03/22] CIFS: SMBD: export protocol initial values
` [Patch v4 04/22] CIFS: SMBD: Add rdma mount option
` [Patch v4 05/22] CIFS: SMBD: Implement function to create a SMBDirect connection
` [Patch v4 06/22] CIFS: SMBD: Upper layer connects to SMBDirect session
` [Patch v4 07/22] CIFS: SMBD: Implement function to reconnect to a SMBDirect transport
` [Patch v4 10/22] CIFS: SMBD: Upper layer destroys SMBDirect session on shutdown or umount
` [Patch v4 13/22] CIFS: SMBD: Upper layer receives data via RDMA receive
` [Patch v4 18/22] CIFS: SMBD: Upper layer performs SMB write via RDMA read through memory registration
` [Patch v4 21/22] CIFS: SMBD: Upper layer performs SMB read via RDMA write "
` [Patch v4 08/22] CIFS: SMBD: Upper layer reconnects to SMBDirect session
` [Patch v4 09/22] CIFS: SMBD: Implement function to destroy a SMBDirect connection
` [Patch v4 11/22] CIFS: SMBD: Set SMBDirect maximum read or write size for I/O
` [Patch v4 12/22] CIFS: SMBD: Implement function to receive data via RDMA receive
` [Patch v4 14/22] CIFS: SMBD: Implement function to send data via RDMA send
` [Patch v4 15/22] CIFS: SMBD: Upper layer sends "
` [Patch v4 16/22] CIFS: SMBD: Fix the definition for SMB2_CHANNEL_RDMA_V1_INVALIDATE
` [Patch v4 17/22] CIFS: SMBD: Implement RDMA memory registration
` [Patch v4 19/22] CIFS: SMBD: Add parameter rdata to smb2_new_read_req
` [Patch v4 20/22] CIFS: SMBD: Read correct returned data length for RDMA write (SMB read) I/O
` [Patch v4 22/22] CIFS: SMBD: Add SMBDirect debug counters
[PATCH] cifs: Fake rwx permissions if we can not read the CIFS ACL
2017-10-04 22:07 UTC (3+ messages)
[PATCH] SMB3: Fix resource leak if an unexpected dialect is returned
2017-09-30 6:05 UTC
[PATCH] cifs: handle large EA requests more gracefully in smb2+
2017-09-27 23:39 UTC
[PATCH] cifs: handle large EA requests more gracefully in smb2+
2017-09-27 6:39 UTC (3+ messages)
linux-next: build failure after merge of the cifs tree
2017-09-26 1:20 UTC (2+ messages)
[cifs:for-next 1/1] fs/cifs/smb2transport.c:403:27: error: 'struct cifs_ses' has no member named 'preauth_sha_hash'
2017-09-23 15:16 UTC
[GIT] SMB3 Fixes for stable
2017-09-23 3:01 UTC (3+ messages)
[GIT] SMB3 Fixes for stable
2017-09-23 1:58 UTC
Fwd: [SMB3] Handle O_SYNC/DSYNC and O_DIRECT flags on SMB3 opens
2017-09-22 23:50 UTC (3+ messages)
` "
[SMB3] [PATCH] statx enablement for cifs.ko
2017-09-22 23:48 UTC (4+ messages)
Fwd: [PATCH 02/10] cifs: honor AT_STATX_DONT_SYNC
2017-09-21 18:14 UTC
Four more cifs patches for stable
2017-09-20 23:45 UTC (3+ messages)
[PATCH v3 16/31] cifs: Define usercopy region in cifs_request slab cache
2017-09-20 20:45 UTC
linux-next: Signed-off-by missing for commit in the cifs tree
2017-09-20 6:40 UTC (4+ messages)
[PATCH] cifs: show 'soft' in the mount options for !hard mounts
2017-09-20 3:31 UTC (4+ messages)
[PATCH] CIFS: make arrays static const, reduces object code size
2017-09-19 15:27 UTC
[SMB3] fixes for stable
2017-09-18 19:32 UTC
[PATCH] cifs: hide unused functions
2017-09-17 22:03 UTC (3+ messages)
[CIFS] [PATCH] Multidialect protocol negotiation for cifs.ko
2017-09-17 21:15 UTC (5+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox