Linux CIFS filesystem development
 help / color / mirror / Atom feed
 messages from 2017-11-05 05:44:00 to 2017-11-23 00:38:44 UTC [more...]

[Patch v8 00/16] CIFS: Implement SMB Direct protocol
 2017-11-23  0:38 UTC  (12+ messages)
` [Patch v8 01/16] CIFS: SMBD: Upper layer connects to SMBDirect session
` [Patch v8 02/16] CIFS: SMBD: Implement function to reconnect to a SMB Direct transport
` [Patch v8 04/16] CIFS: SMBD: Implement function to destroy a SMB Direct connection
` [Patch v8 06/16] CIFS: SMBD: Set SMB Direct maximum read or write size for I/O
` [Patch v8 07/16] CIFS: SMBD: Implement function to receive data via RDMA receive
` [Patch v8 08/16] CIFS: SMBD: Upper layer receives "
  ` [Patch v8 03/16] CIFS: SMBD: Upper layer reconnects to SMB Direct session
  ` [Patch v8 05/16] CIFS: SMBD: Upper layer destroys SMB Direct session on shutdown or umount
  ` [Patch v8 09/16] CIFS: SMBD: Implement function to send data via RDMA send
` [Patch v8 10/16] CIFS: SMBD: Upper layer sends "
` [Patch v8 11/16] CIFS: SMBD: Implement RDMA memory registration

[SMB3] Updates for 4.15
 2017-11-22 20:35 UTC 

[PATCH] cifs: avoid a kmalloc in smb2_send_recv/SendReceive2 for the common case
 2017-11-22  0:18 UTC  (3+ messages)

[PATCH] CIFS: decrease log level of smb2 DFS error
 2017-11-21 23:51 UTC  (5+ messages)
      ` [PATCH v2] CIFS: don't log STATUS_NOT_FOUND errors for DFS

[PATCH 00/19 Version 4] cifs: remove rfc1002 from smb2 requests
 2017-11-21 11:15 UTC  (23+ 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-21  5:16 UTC  (36+ messages)
` [Patch v7 01/22] CIFS: SMBD: Add parameter rdata to smb2_new_read_req
` [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
  ` [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

Share mounts in SMBv1 mode, but fails to mount in SMBv2 mode
 2017-11-21  1:10 UTC  (3+ messages)
` [PATCH] CIFS: do not send invalid input buffer on QUERY_INFO requests

linux-next: build warning after merge of the cifs tree
 2017-11-20 23:37 UTC  (2+ messages)

[PATCH] cifs: remove unused variable from SMB2_read
 2017-11-20 23:20 UTC  (2+ messages)

[PATCH] cifs: fix NULL deref in SMB2_read
 2017-11-20 23:19 UTC  (3+ messages)

cifs: Update patch based on Pavels feedback
 2017-11-20 23:07 UTC  (2+ messages)
  ` [PATCH 12/19] cifs: remove rfc1002 header from smb2_lock_req

[PATCH 00/10] cifs: Remove rfc1002 header from smb2 request structs
 2017-11-20 22:56 UTC  (26+ 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-20 21:17 UTC  (3+ messages)

[Patch v6 00/22] CIFS: Implement SMB Direct protocol
 2017-11-20 16:56 UTC  (11+ messages)
` [Patch v6 04/22] CIFS: SMBD: Add SMB Direct protocol initial values and constants
` [Patch v6 07/22] CIFS: SMBD: Implement function to create a SMB Direct connection
  ` [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

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  (5+ messages)

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  (10+ messages)
` [Patch v5 08/21] CIFS: SMBD: Upper layer reconnects to SMB Direct session


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