Linux CIFS filesystem development
 help / color / mirror / Atom feed
 messages from 2017-10-30 07:17:42 to 2017-11-20 03:53:35 UTC [more...]

[Patch v6 00/22] CIFS: Implement SMB Direct protocol
 2017-11-20  3:53 UTC  (24+ messages)
` [Patch v6 01/22] CIFS: SMBD: Add parameter rdata to smb2_new_read_req
` [Patch v6 02/22] CIFS: SMBD: Introduce kernel config option CONFIG_CIFS_SMB_DIRECT
` [Patch v6 03/22] CIFS: SMBD: Add rdma mount option
` [Patch v6 04/22] CIFS: SMBD: Add SMB Direct protocol initial values and constants
` [Patch v6 09/22] CIFS: SMBD: Implement function to reconnect to a SMB Direct transport
` [Patch v6 13/22] CIFS: SMBD: Set SMB Direct maximum read or write size for I/O
  ` [Patch v6 05/22] CIFS: SMBD: Establish SMB Direct connection
  ` [Patch v6 06/22] CIFS: SMBD: export protocol initial values
  ` [Patch v6 07/22] CIFS: SMBD: Implement function to create a SMB Direct connection
  ` [Patch v6 08/22] CIFS: SMBD: Upper layer connects to SMBDirect session
  ` [Patch v6 10/22] CIFS: SMBD: Upper layer reconnects to SMB Direct session
  ` [Patch v6 11/22] CIFS: SMBD: Implement function to destroy a SMB Direct connection
  ` [Patch v6 12/22] CIFS: SMBD: Upper layer destroys SMB Direct session on shutdown or umount
  ` [Patch v6 14/22] CIFS: SMBD: Implement function to receive data via RDMA receive
  ` [Patch v6 15/22] CIFS: SMBD: Upper layer receives "
  ` [Patch v6 16/22] CIFS: SMBD: Implement function to send data via RDMA send
  ` [Patch v6 17/22] CIFS: SMBD: Upper layer sends "
  ` [Patch v6 18/22] CIFS: SMBD: Implement RDMA memory registration
  ` [Patch v6 19/22] CIFS: SMBD: Upper layer performs SMB write via RDMA read through "
  ` [Patch v6 20/22] CIFS: SMBD: Read correct returned data length for RDMA write (SMB read) I/O
  ` [Patch v6 21/22] CIFS: SMBD: Upper layer performs SMB read via RDMA write through memory registration
` [Patch v6 22/22] CIFS: SMBD: Add SMB Direct debug counters

[PATCH 00/10] cifs: Remove rfc1002 header from smb2 request structs
 2017-11-20  1:45 UTC  (22+ messages)
  ` [PATCH 01/19] cifs: Add smb2_send_recv
  ` [PATCH 02/19] cifs: remove rfc1002 header from smb2_negotiate_req
  ` [PATCH 03/19] cifs: remove rfc1002 header from smb2_logoff_req
  ` [PATCH 04/19] cifs: remove rfc1002 header from smb2_tree_disconnect_req
  ` [PATCH 05/19] cifs: remove rfc1002 header from smb2_close_req
  ` [PATCH 06/19] cifs: remove rfc1002 header from smb2_ioctl_req
  ` [PATCH 07/19] cifs: remove rfc1002 header from smb2_echo_req
  ` [PATCH 08/19] cifs: remove rfc1002 header from smb2_sess_setup_req
  ` [PATCH 09/19] cifs: remove rfc1002 header from smb2_tree_connect_req
  ` [PATCH 10/19] cifs: remove rfc1002 header from smb2_create_req
  ` [PATCH 11/19] cifs: remove rfc1002 header from smb2_flush_req
  ` [PATCH 12/19] cifs: remove rfc1002 header from smb2_lock_req
  ` [PATCH 13/19] cifs: remove rfc1002 header from smb2 read/write requests
  ` [PATCH 14/19] cifs: remove rfc1002 header from smb2_lease_ack
  ` [PATCH 15/19] cifs: remove rfc1002 header from smb2_oplock_break we get from server
  ` [PATCH 16/19] cifs: remove rfc1002 header from smb2_set_info_req
  ` [PATCH 17/19] cifs: remove rfc1002 header from smb2_query_directory_req
  ` [PATCH 18/19] cifs: remove rfc1002 header from smb2_query_info_req
  ` [PATCH 19/19] cifs: remove small_smb2_init

[Patch v7 00/22] CIFS: Implement SMB Direct protocol
 2017-11-20  1:36 UTC  (27+ messages)
` [Patch v7 01/22] CIFS: SMBD: Add parameter rdata to smb2_new_read_req
  ` [Patch v7 02/22] CIFS: SMBD: Introduce kernel config option CONFIG_CIFS_SMB_DIRECT
  ` [Patch v7 03/22] CIFS: SMBD: Add rdma mount option
  ` [Patch v7 06/22] CIFS: SMBD: export protocol initial values
  ` [Patch v7 08/22] CIFS: SMBD: Upper layer connects to SMBDirect session
  ` [Patch v7 15/22] CIFS: SMBD: Upper layer receives data via RDMA receive
` [Patch v7 04/22] CIFS: SMBD: Add SMB Direct protocol initial values and constants
` [Patch v7 05/22] CIFS: SMBD: Establish SMB Direct connection
` [Patch v7 07/22] CIFS: SMBD: Implement function to create a "
` [Patch v7 09/22] CIFS: SMBD: Implement function to reconnect to a SMB Direct transport
` [Patch v7 10/22] CIFS: SMBD: Upper layer reconnects to SMB Direct session
` [Patch v7 11/22] CIFS: SMBD: Implement function to destroy a SMB Direct connection
` [Patch v7 12/22] CIFS: SMBD: Upper layer destroys SMB Direct session on shutdown or umount
` [Patch v7 13/22] CIFS: SMBD: Set SMB Direct maximum read or write size for I/O
` [Patch v7 14/22] CIFS: SMBD: Implement function to receive data via RDMA receive
` [Patch v7 16/22] CIFS: SMBD: Implement function to send data via RDMA send
` [Patch v7 17/22] CIFS: SMBD: Upper layer sends "
` [Patch v7 18/22] CIFS: SMBD: Implement RDMA memory registration
` [Patch v7 19/22] CIFS: SMBD: Upper layer performs SMB write via RDMA read through "
` [Patch v7 20/22] CIFS: SMBD: Read correct returned data length for RDMA write (SMB read) I/O
` [Patch v7 21/22] CIFS: SMBD: Upper layer performs SMB read via RDMA write through memory registration
` [Patch v7 22/22] CIFS: SMBD: Add SMB Direct debug counters

Spende von 4.800.000,00 EUR
 2017-11-18 16:53 UTC 

[PATCH 00/19] Remove rfc1002 header from smb2 request structs
 2017-11-17 22:56 UTC  (49+ messages)
  ` [PATCH 01/19] cifs: Add smb2_send_recv
  ` [PATCH 02/19] cifs: remove rfc1002 header from smb2_negotiate_req
  ` [PATCH 03/19] cifs: remove rfc1002 header from smb2_logoff_req
  ` [PATCH 04/19] cifs: remove rfc1002 header from smb2_tree_disconnect_req
  ` [PATCH 05/19] cifs: remove rfc1002 header from smb2_close_req
  ` [PATCH 06/19] cifs: remove rfc1002 header from smb2_ioctl_req
  ` [PATCH 07/19] cifs: remove rfc1002 header from smb2_echo_req
  ` [PATCH 08/19] cifs: remove rfc1002 header from smb2_sess_setup_req
  ` [PATCH 09/19] cifs: remove rfc1002 header from smb2_tree_connect_req
  ` [PATCH 10/19] cifs: remove rfc1002 header from smb2_create_req
  ` [PATCH 11/19] cifs: remove rfc1002 header from smb2_flush_req
  ` [PATCH 12/19] cifs: remove rfc1002 header from smb2_lock_req
  ` [PATCH 13/19] cifs: remove rfc1002 header from smb2 read/write requests
  ` [PATCH 14/19] cifs: remove rfc1002 header from smb2_lease_ack
  ` [PATCH 15/19] cifs: remove rfc1002 header from smb2_oplock_break we get from server
  ` [PATCH 16/19] cifs: remove rfc1002 header from smb2_set_info_req
  ` [PATCH 17/19] cifs: remove rfc1002 header from smb2_query_directory_req
  ` [PATCH 18/19] cifs: remove rfc1002 header from smb2_query_info_req
  ` [PATCH 19/19] cifs: remove small_smb2_init

[PATCH] cifs: fix return code when failing to rename a file onto a directory
 2017-11-17 15:10 UTC  (4+ messages)

[PATCH 00/19] cifs: remove rfc1002 header from all smb2 requests
 2017-11-17  1:16 UTC  (29+ messages)
  ` [PATCH 01/19] cifs: Add SendReceive3
  ` [PATCH 02/19] cifs: remove rfc1002 header from smb2_negotiate_req
  ` [PATCH 03/19] cifs: remove rfc1002 header from smb2_logoff_req
  ` [PATCH 04/19] cifs: remove rfc1002 header from smb2_tree_disconnect_req
  ` [PATCH 05/19] cifs: remove rfc1002 header from smb2_close_req
  ` [PATCH 06/19] cifs: remove rfc1002 header from smb2_ioctl_req
  ` [PATCH 07/19] cifs: remove rfc1002 header from smb2_echo_req
  ` [PATCH 08/19] cifs: remove rfc1002 header from smb2_sess_setup_req
  ` [PATCH 09/19] cifs: remove rfc1002 header from smb2_tree_connect_req
  ` [PATCH 10/19] cifs: remove rfc1002 header from smb2_create_req
  ` [PATCH 11/19] cifs: remove rfc1002 header from smb2_flush_req
  ` [PATCH 12/19] cifs: remove rfc1002 header from smb2_lock_req
  ` [PATCH 13/19] cifs: remove rfc1002 header from smb2 read/write requests
  ` [PATCH 14/19] cifs: remove rfc1002 header from smb2_lease_ack
  ` [PATCH 15/19] cifs: remove rfc1002 header from smb2_oplock_break we get from server
  ` [PATCH 16/19] cifs: remove rfc1002 header from smb2_set_info_req
  ` [PATCH 17/19] cifs: remove rfc1002 header from smb2_query_directory_req
  ` [PATCH 18/19] cifs: remove rfc1002 header from smb2_query_info_req
  ` [PATCH 19/19] cifs: remove small_smb2_init

Hello Dear
 2017-11-15 11:33 UTC 

Re:
 2017-11-13 14:55 UTC 

compound requests roadmap
 2017-11-10 17:20 UTC  (2+ messages)

[PATCH] cifs: fix return code when failing to rename a file onto a directory
 2017-11-09 10:54 UTC  (2+ messages)

[cifs-utils PATCH v3] manpage: update mount.cifs manpage with info about default version being mounted
 2017-11-08  0:04 UTC  (5+ messages)

[Patch v5 00/21] CIFS: Implement SMB Direct protocol
 2017-11-06 20:46 UTC  (19+ messages)
` [Patch v5 01/21] CIFS: SMBD: Add SMB Direct protocol initial values and constants
` [Patch v5 02/21] CIFS: SMBD: Establish SMB Direct connection
` [Patch v5 08/21] CIFS: SMBD: Upper layer reconnects to SMB Direct session
` [Patch v5 19/21] CIFS: SMBD: Read correct returned data length for RDMA write (SMB read) I/O

[cifs-utils PATCH v2] manpage: update mount.cifs manpage with info about default version being mounted
 2017-11-04 16:44 UTC  (4+ messages)

[PATCH v10 00/20] simplify crypto wait for async op
 2017-11-03 14:25 UTC  (2+ messages)

[PATCH 0/1] Remove the rfc1002 length from all SMB2 requests
 2017-11-02 21:53 UTC  (5+ messages)
  ` [PATCH] cifs: Remove the rfc1002 header from SMB2 request structures

[PATCH] fs, cifs: convert tcon_link.tl_count from atomic_t to refcount_t
 2017-11-01 17:56 UTC  (4+ messages)

[PATCH] cifs: initialize rsp_iov and avoid a NULL deref in SMB2_read
 2017-11-01 16:57 UTC  (3+ messages)

[SMB3] Patch for file name too long bug
 2017-11-01  2:41 UTC 

[cifs-utils PATCH] manpage: update mount.cifs manpage with info about default version being mounted
 2017-10-30 11:01 UTC  (3+ messages)

[PATCH] cifs: check MaxPathNameComponentLength != 0 before using it
 2017-10-30  7:17 UTC  (2+ messages)


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