messages from 2017-10-18 23:09:16 to 2017-11-16 23:31:50 UTC [more...]
[PATCH] cifs: fix return code when failing to rename a file onto a directory
2017-11-16 23:31 UTC (2+ messages)
[Patch v7 00/22] CIFS: Implement SMB Direct protocol
2017-11-16 23:18 UTC (26+ 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 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 07/22] CIFS: SMBD: Implement function to create a SMB Direct connection
` [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
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 00/19] Remove rfc1002 header from smb2 request structs
2017-11-09 14:11 UTC (39+ 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-09 10:54 UTC (2+ messages)
[PATCH 00/19] cifs: remove rfc1002 header from all smb2 requests
2017-11-09 0:48 UTC (28+ 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
[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 (23+ 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 17/21] CIFS: SMBD: Upper layer performs SMB write via RDMA read through memory registration
` [Patch v5 18/21] CIFS: SMBD: Add parameter rdata to smb2_new_read_req
` [Patch v5 19/21] CIFS: SMBD: Read correct returned data length for RDMA write (SMB read) I/O
` [Patch v5 20/21] CIFS: SMBD: Upper layer performs SMB read via RDMA write through memory registration
` [Patch v5 21/21] CIFS: SMBD: Add SMB Direct debug counters
[Patch v6 00/22] CIFS: Implement SMB Direct protocol
2017-11-05 5:44 UTC (23+ 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
[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)
[PATCH] cifs: fix tcon leak in cifs_atomic_open error path
2017-10-30 0:14 UTC (2+ messages)
long name length protection triggering when it shouldn't
2017-10-28 14:21 UTC (5+ messages)
[GIT] Various SMB3 fixes for stable
2017-10-27 16:10 UTC
[PATCH] CIFS: update documentation
2017-10-27 14:48 UTC
Usage of multiuser with two shares from the same server
2017-10-27 14:05 UTC
[cifs-utils PATCH] doc: convert pod files to rst
2017-10-27 9:41 UTC (3+ messages)
[PATCH] cifs: check MaxPathNameComponentLength != 0 before using it
2017-10-25 22:31 UTC
Fwd: [Bug 197311] CIFS: mount.cifs stopped working with the Windows 10 Pro 15063 SMB server
2017-10-25 21:14 UTC
[PATCH] SMB: fix memory leak in smb3_validate_negotiate
2017-10-25 18:04 UTC (7+ messages)
` [PATCH 1/2] SMB: fix leak of validate negotiate info response buffer
` [PATCH 2/2] SMB: fix validate negotiate info uninitialised memory use
[PATCH v2] man: generate all man pages from POD files when buidling
2017-10-23 14:23 UTC (2+ messages)
[PATCH] cifs: Select all required crypto modules
2017-10-22 9:14 UTC (2+ messages)
CIFS backporting for kernel 2.6, SMB2/3 dialect support
2017-10-19 17:10 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