messages from 2017-07-24 15:21:57 to 2017-08-21 14:04:59 UTC [more...]
[PATCH v6 01/19] crypto: change transient busy return code to -EAGAIN
2017-08-21 14:04 UTC (13+ messages)
` [PATCH v6 02/19] crypto: ccp: use -EAGAIN for transient busy indication
` [PATCH v6 03/19] crypto: remove redundant backlog checks on EBUSY
` [PATCH v6 04/19] crypto: marvell/cesa: "
` [PATCH v6 05/19] crypto: introduce crypto wait for async op
` [PATCH v6 06/19] crypto: move algif to generic async completion
` [PATCH v6 07/19] crypto: move pub key "
` [PATCH v6 08/19] crypto: move drbg "
` [PATCH v6 09/19] crypto: move gcm "
` [PATCH v6 10/19] crypto: move testmgr "
` [PATCH v6 11/19] fscrypt: move "
` [PATCH v6 12/19] dm: move dm-verity "
` [PATCH v6 13/19] cifs: move "
[PATCH v6 00/19] simplify crypto wait for async op
2017-08-21 14:04 UTC
[PATCH v5 01/19] crypto: change transient busy return code to -EAGAIN
2017-08-21 12:49 UTC (26+ messages)
` [PATCH v5 02/19] crypto: ccp: use -EAGAIN for transient busy indication
` [PATCH v5 03/19] crypto: remove redundant backlog checks on EBUSY
` [PATCH v5 04/19] crypto: marvell/cesa: "
` [PATCH v5 05/19] crypto: introduce crypto wait for async op
` [PATCH v5 06/19] crypto: move algif to generic async completion
` [PATCH v5 07/19] crypto: move pub key "
` [PATCH v5 08/19] crypto: move drbg "
` [PATCH v5 09/19] crypto: move gcm "
` [PATCH v5 10/19] crypto: move testmgr "
` [PATCH v5 11/19] fscrypt: move "
` [PATCH v5 12/19] dm: move dm-verity "
` [PATCH v5 13/19] cifs: move "
` [PATCH v5 14/19] ima: "
` [PATCH v5 15/19] crypto: tcrypt: "
` [PATCH v5 16/19] crypto: talitos: "
` [PATCH v5 17/19] crypto: qce: "
` [PATCH v5 18/19] crypto: mediatek: "
` [PATCH v5 19/19] crypto: adapt api sample to use async. op wait
` [dm-devel] [PATCH v5 12/19] dm: move dm-verity to generic async completion
[Patch v2 00/19] CIFS: Implement SMBDirect
2017-08-21 4:36 UTC (21+ messages)
` [Patch v2 01/19] CIFS: Add RDMA mount option
` [Patch v2 02/19] CIFS: SMBD: Add SMBDirect protocol and transport constants
` [Patch v2 03/19] CIFS: SMBD: Implement SMBDirect
` [Patch v2 04/19] CIFS: SMBD: Add SMBDirect transport to SMB connection and Makefile
` [Patch v2 05/19] CIFS: SMBD: Connect to SMBDirect session
` [Patch v2 06/19] CIFS: SMBD: Reconnect "
` [Patch v2 07/19] CIFS: SMBD: Destroy SMBDirect session on shutdown or umount
` [Patch v2 08/19] CIFS: SMBD: Set SMBDirect maximum read or write size for I/O
` [Patch v2 09/19] CIFS: SMBD: Read data from SMBDirect
` [Patch v2 10/19] CIFS: SMBD: Send data through SMBDirect
` [Patch v2 11/19] CIFS: SMBD: Define memory registration for I/O data
` [Patch v2 12/19] CIFS: SMBD: Fix the definition for SMB2_CHANNEL_RDMA_V1_INVALIDATE
` [Patch v2 13/19] CIFS: SMBD: Use registered memory RDMA read for SMB write
` [Patch v2 14/19] CIFS: SMBD: Deregister memory when finishing "
` [Patch v2 15/19] CIFS: SMBD: Add parameter rdata to smb2_new_read_req
` [Patch v2 16/19] CIFS: SMBD: Read correct returned data length for RDMA write (SMB READ) I/O
` [Patch v2 17/19] CIFS: SMBD: Implement SMB READ via RDMA write through memory registration
` [Patch v2 18/19] CIFS: SMBD: Deregister memory when finishing SMB READ
` [Patch v2 19/19] CIFS: SMBD: Add SMBDirect debug counters
[PATCH 0/8] CIFS: Adjustments for several function implementations
2017-08-20 16:42 UTC (9+ messages)
` [PATCH 1/8] CIFS: Delete 11 error messages for a failed memory allocation
` [PATCH 2/8] CIFS: Improve 27 size determinations
` [PATCH 3/8] CIFS: One function call less in cifs_lookup() after error detection
` [PATCH 6/8] CIFS: Return directly after a failed build_path_from_dentry() in cifs_do_create()
` [PATCH 4/8] CIFS: Use common error handling code in cifs_mknod()
` [PATCH 5/8] CIFS: Less function calls in cifs_mknod() after error detection
` [PATCH 7/8] CIFS: Delete an unnecessary variable initialisation in cifs_do_create()
` [PATCH 8/8] CIFS: One function call less in cifs_do_create() after error detection
[[PATCH v1] 00/37] Implement SMBD protocol: Series 1
2017-08-19 23:41 UTC (89+ messages)
` [[PATCH v1] 01/37] [CIFS] SMBD: Add parsing for new rdma mount option
` [[PATCH v1] 02/37] [CIFS] SMBD: Add structure for SMBD transport
` [[PATCH v1] 03/37] [CIFS] SMBD: Add logging functions for debug
` [[PATCH v1] 04/37] [CIFS] SMBD: Define per-channel SMBD transport parameters and default values
` [[PATCH v1] 05/37] [CIFS] SMBD: Implement API for upper layer to create SMBD transport and establish RDMA connection
` [[PATCH v1] 06/37] [CIFS] SMBD: Add definition and cache for SMBD response
` [[PATCH v1] 08/37] [CIFS] SMBD: Define packet format for SMBD data transfer message
` [[PATCH v1] 09/37] [CIFS] SMBD: Add SMBD request and cache
` [[PATCH v1] 10/37] [CIFS] SMBD: Introduce wait queue when sending SMBD request
` [[PATCH v1] 12/37] [CIFS] SMBD: Handle send completion from CQ
` [[PATCH v1] 13/37] [CIFS] SMBD: Implement SMBD protocol negotiation
` [[PATCH v1] 14/37] [CIFS] SMBD: Post a SMBD data transfer message with page payload
` [[PATCH v1] 15/37] [CIFS] SMBD: Post a SMBD data transfer message with data payload
` [[PATCH v1] 16/37] [CIFS] SMBD: Post a SMBD message with no payload
` [[PATCH v1] 17/37] [CIFS] SMBD: Track status for transport
` [[PATCH v1] 19/37] [CIFS] SMBD: Manage credits on SMBD client and server
` [[PATCH v1] 07/37] [CIFS] SMBD: Implement receive buffer for handling SMBD response
` [[PATCH v1] 11/37] [CIFS] SMBD: Post a receive request
` [[PATCH v1] 18/37] [CIFS] SMBD: Implement API for upper layer to send data
` [[PATCH v1] 20/37] [CIFS] SMBD: Implement reassembly queue for receiving data
` [[PATCH v1] 21/37] [CIFS] SMBD: Implement API for upper layer to receive data
` [[PATCH v1] 22/37] [CIFS] SMBD: Implement API for upper layer to receive data to page
` [[PATCH v1] 30/37] [CIFS] SMBD: Add SMBDirect transport to Makefile
` [[PATCH v1] 23/37] [CIFS] SMBD: Implement API for upper layer to reconnect transport
` [[PATCH v1] 24/37] [CIFS] SMBD: Support for SMBD keep alive protocol
` [[PATCH v1] 25/37] [CIFS] SMBD: Support SMBD idle connection timer
` [[PATCH v1] 26/37] [CIFS] SMBD: Send an immediate packet when it's needed
` [[PATCH v1] 27/37] [CIFS] SMBD: Destroy transport when RDMA channel is disconnected
` [[PATCH v1] 28/37] [CIFS] SMBD: Implement API for upper layer to destroy the transport
` [[PATCH v1] 29/37] [CIFS] SMBD: Disconnect RDMA connection on QP errors
` [[PATCH v1] 31/37] [CIFS] Add SMBD transport to SMB session context
` [[PATCH v1] 32/37] [CIFS] Add SMBD debug couters to CIFS debug exports
` [[PATCH v1] 33/37] [CIFS] Connect to SMBD transport when specified in mount option
` [[PATCH v1] 34/37] [CIFS] Reconnect to SMBD transport when it's used
` [[PATCH v1] 35/37] [CIFS] Destroy SMBD transport on exit
` [[PATCH v1] 36/37] [CIFS] Read from SMBD transport when it's used
` [[PATCH v1] 37/37] [CIFS] Write to "
[PATCH 0/2] cifs: Add attribute read/write support to SMB2+
2017-08-18 5:07 UTC (3+ messages)
` [PATCH 1/2] cifs: Add support for reading attributes on SMB2+
` [PATCH 2/2] cifs: Add support for writing "
[PATCH v2] KEYS: make keyctl_invalidate() also require Setattr permission
2017-08-16 22:08 UTC (3+ messages)
[4.13] Bad error message, old SMB protocol host
2017-08-15 9:11 UTC
[PATCH v5 00/19] simplify crypto wait for async op
2017-08-14 15:21 UTC
cifs-utils: setcifsacl receives STATUS_INVALID_SECURITY_DESCR reply from custom CIFS implementation
2017-08-13 1:33 UTC (4+ messages)
[PATCH] cifs: don't send invalid setxattr requests
2017-08-10 12:21 UTC
[PATCH v4 01/19] crypto: change transient busy return code to -EAGAIN
2017-08-09 5:18 UTC (23+ messages)
` [PATCH v4 02/19] crypto: ccm: use -EAGAIN for transient busy indication
` [PATCH v4 03/19] crypto: remove redundant backlog checks on EBUSY
` [PATCH v4 04/19] crypto: marvell/cesa: "
` [PATCH v4 05/19] crypto: introduce crypto wait for async op
` [PATCH v4 06/19] crypto: move algif to generic async completion
` [PATCH v4 07/19] crypto: move pub key "
` [PATCH v4 08/19] crypto: move drbg "
` [PATCH v4 09/19] crypto: move gcm "
` [PATCH v4 10/19] crypto: move testmgr "
` [PATCH v4 11/19] fscrypt: move "
` [PATCH v4 12/19] dm: move dm-verity "
` [PATCH v4 13/19] cifs: move "
` [PATCH v4 14/19] ima: "
` [PATCH v4 15/19] crypto: tcrypt: "
` [PATCH v4 16/19] crypto: talitos: "
` [PATCH v4 17/19] crypto: qce: "
` [PATCH v4 18/19] crypto: mediatek: "
` [PATCH v4 19/19] crypto: adapt api sample to use async. op wait
[PATCH] cifs: Add support for reading attributes on SMB2+
2017-08-09 3:27 UTC
[PATCH v4 00/19] simplify crypto wait for async op
2017-08-08 12:03 UTC
[PATCH] cifs: Fix df output for users with quota limits
2017-08-03 7:39 UTC
[PATCH] fs: convert a pile of fsync routines to errseq_t based reporting
2017-07-31 17:43 UTC (3+ messages)
` [Jfs-discussion] "
PROBLEM: CIFS SMB2/SMB3 does not work for domain based DFS
2017-07-25 17:08 UTC (4+ 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