Linux CIFS filesystem development
 help / color / mirror / Atom feed
 messages from 2017-08-14 18:20:06 to 2017-08-30 05:16:16 UTC [more...]

[Patch v2 00/19] CIFS: Implement SMBDirect
 2017-08-30  5:16 UTC  (36+ messages)
` [Patch v2 03/19] CIFS: SMBD: "
` [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 v2 01/19] CIFS: Add RDMA mount option
  ` [Patch v2 02/19] CIFS: SMBD: Add SMBDirect protocol and transport constants

[[PATCH v1] 00/37] Implement SMBD protocol: Series 1
 2017-08-30  2:35 UTC  (56+ messages)
` [[PATCH v1] 01/37] [CIFS] SMBD: Add parsing for new rdma mount option
` [[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] 07/37] [CIFS] SMBD: Implement receive buffer for handling SMBD response
` [[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] 18/37] [CIFS] SMBD: Implement API for upper layer to send data
` [[PATCH v1] 19/37] [CIFS] SMBD: Manage credits on SMBD client and server
` [[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] 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] 30/37] [CIFS] SMBD: Add SMBDirect transport to Makefile

[Patch v3 00/19] CIFS: Implement SMB Direct
 2017-08-30  2:12 UTC  (32+ messages)
` [Patch v3 02/19] CIFS: SMBD: Add SMBDirect protocol and transport constants
` [Patch v3 03/19] CIFS: SMBD: Implement SMBDirect transport
` [Patch v3 04/19] CIFS: SMBD: Add SMBDirect transport to SMB connection and Makefile
` [Patch v3 05/19] CIFS: SMBD: Connect to SMBDirect session
` [Patch v3 06/19] CIFS: SMBD: Reconnect "
` [Patch v3 08/19] CIFS: SMBD: Set SMBDirect maximum read or write size for I/O
` [Patch v3 10/19] CIFS: SMBD: Send data through SMBDirect
` [Patch v3 11/19] CIFS: SMBD: Define memory registration for I/O data
` [Patch v3 14/19] CIFS: SMBD: Deregister memory on finishing SMB write
` [Patch v3 15/19] CIFS: SMBD: Add parameter rdata to smb2_new_read_req
  ` [Patch v3 01/19] CIFS: Add rdma mount option
  ` [Patch v3 07/19] CIFS: SMBD: Destroy SMBDirect session on shutdown or umount
  ` [Patch v3 09/19] CIFS: SMBD: Receive data from SMBDirect
  ` [Patch v3 12/19] CIFS: SMBD: Fix the definition for SMB2_CHANNEL_RDMA_V1_INVALIDATE
  ` [Patch v3 13/19] CIFS: SMBD: Implement SMB write via RDMA read through memory registration
  ` [Patch v3 16/19] CIFS: SMBD: Read correct returned data length for RDMA write (SMB read) I/O
  ` [Patch v3 17/19] CIFS: SMBD: Implement SMB read via RDMA write through memory registration
  ` [Patch v3 18/19] CIFS: SMBD: Deregister memory when finishing SMB read
` [Patch v3 19/19] CIFS: SMBD: Add SMBDirect debug counters

[PATCH 0/2] cifs: Add attribute read/write support to SMB2+
 2017-08-29 22:16 UTC  (6+ messages)
  ` [PATCH 1/2] cifs: Add support for reading attributes on SMB2+
  ` [PATCH 2/2] cifs: Add support for writing "

[PATCH v2 16/30] cifs: Define usercopy region in cifs_request slab cache
 2017-08-28 21:34 UTC 

[PATCH] cifs: setcifsacl - Send the actual (security descriptor) buffer size instead of the pre-allocated size
 2017-08-28 11:58 UTC  (6+ messages)

[PATCH] cifs: return ENAMETOOLONG for overlong names in cifs_open()/cifs_lookup()
 2017-08-27 22:02 UTC  (3+ messages)

[PATCH] CIFS: Fix maximum SMB2 header size
 2017-08-27 21:49 UTC  (3+ messages)

[CIFS] A few small cifs fixes
 2017-08-25  1:40 UTC 

[PATCH v7 00/19] simplify crypto wait for async op
 2017-08-24 14:19 UTC  (20+ messages)
  ` [PATCH v7 01/19] crypto: change transient busy return code to -EAGAIN
  ` [PATCH v7 02/19] crypto: ccp: use -EAGAIN for transient busy indication
  ` [PATCH v7 03/19] crypto: remove redundant backlog checks on EBUSY
  ` [PATCH v7 04/19] crypto: marvell/cesa: "
  ` [PATCH v7 05/19] crypto: introduce crypto wait for async op
  ` [PATCH v7 06/19] crypto: move algif to generic async completion
  ` [PATCH v7 07/19] crypto: move pub key "
  ` [PATCH v7 08/19] crypto: move drbg "
  ` [PATCH v7 09/19] crypto: move gcm "
  ` [PATCH v7 10/19] crypto: move testmgr "
  ` [PATCH v7 11/19] fscrypt: move "
  ` [PATCH v7 12/19] dm: move dm-verity "
  ` [PATCH v7 13/19] cifs: move "
  ` [PATCH v7 14/19] ima: "
  ` [PATCH v7 15/19] crypto: tcrypt: "
  ` [PATCH v7 16/19] crypto: talitos: "
  ` [PATCH v7 17/19] crypto: qce: "
  ` [PATCH v7 18/19] crypto: mediatek: "
  ` [PATCH v7 19/19] crypto: adapt api sample to use async. op wait

[PATCH v6 04/19] crypto: marvell/cesa: remove redundant backlog checks on EBUSY
 2017-08-24 13:25 UTC  (2+ messages)

cifs-utils: setcifsacl receives STATUS_INVALID_SECURITY_DESCR reply from custom CIFS implementation
 2017-08-24 11:06 UTC  (5+ messages)

[PATCH 0/2] cifs: Add attribute read/write support to SMB2+
 2017-08-24  0:24 UTC  (5+ messages)
  ` [PATCH 1/2] cifs: Add support for reading attributes on SMB2+
  ` [PATCH 2/2] cifs: Add support for writing "

[PATCH] cifs: Fix df output for users with quota limits
 2017-08-23 19:42 UTC  (2+ messages)

[PATCH 0/2] cifs: Add attribute read/write support to SMB2+
 2017-08-23 18:45 UTC  (5+ messages)
  ` [PATCH 1/2] cifs: Add support for reading attributes on SMB2+
  ` [PATCH 2/2] cifs: Add support for writing "

[PATCH v6 01/19] crypto: change transient busy return code to -EAGAIN
 2017-08-21 14:05 UTC  (19+ 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 14/19] ima: "
  ` [PATCH v6 15/19] crypto: tcrypt: "
  ` [PATCH v6 16/19] crypto: talitos: "
  ` [PATCH v6 17/19] crypto: qce: "
  ` [PATCH v6 18/19] crypto: mediatek: "
  ` [PATCH v6 19/19] crypto: adapt api sample to use async. op wait

[PATCH v6 00/19] simplify crypto wait for async op
 2017-08-21 14:04 UTC 

[PATCH v5 05/19] crypto: introduce crypto wait for async op
 2017-08-21 12:49 UTC  (6+ messages)
    ` [PATCH v5 18/19] crypto: mediatek: move to generic async completion
  ` [PATCH v5 04/19] crypto: marvell/cesa: remove redundant backlog checks on EBUSY
  ` [dm-devel] [PATCH v5 12/19] dm: move dm-verity to generic async completion

[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 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 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox