summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* CIFS: make IPC a regular tconAurelien Aptel2018-01-265-76/+133
* cifs: remove redundant duplicated assignment of pointer 'node'Colin Ian King2018-01-241-1/+1
* CIFS: SMBD: work around gcc -Wmaybe-uninitialized warningArnd Bergmann2018-01-241-9/+6
* cifs: Fix autonegotiate security settings mismatchDaniel N Pettersson2018-01-241-2/+1
* CIFS: SMBD: _smbd_get_connection() can be statickbuild test robot2018-01-241-1/+1
* CIFS: SMBD: Disable signing on SMB direct transportLong Li2018-01-242-0/+13
* CIFS: SMBD: Add SMB Direct debug countersLong Li2018-01-241-0/+66
* CIFS: SMBD: Upper layer performs SMB read via RDMA write through memory regis...Long Li2018-01-242-3/+59
* CIFS: SMBD: Read correct returned data length for RDMA write (SMB read) I/OLong Li2018-01-244-7/+30
* CIFS: SMBD: Upper layer performs SMB write via RDMA read through memory regis...Long Li2018-01-243-3/+72
* CIFS: SMBD: Implement RDMA memory registrationLong Li2018-01-242-0/+474
* CIFS: SMBD: Upper layer sends data via RDMA sendLong Li2018-01-241-2/+6
* CIFS: SMBD: Implement function to send data via RDMA sendLong Li2018-01-242-0/+251
* CIFS: SMBD: Upper layer receives data via RDMA receiveLong Li2018-01-241-2/+4
* CIFS: SMBD: Implement function to receive data via RDMA receiveLong Li2018-01-242-0/+235
* CIFS: SMBD: Set SMB Direct maximum read or write size for I/OLong Li2018-01-241-1/+11
* CIFS: SMBD: Upper layer destroys SMB Direct session on shutdown or umountLong Li2018-01-241-1/+4
* CIFS: SMBD: Implement function to destroy a SMB Direct connectionLong Li2018-01-242-0/+19
* CIFS: SMBD: Upper layer reconnects to SMB Direct sessionLong Li2018-01-241-1/+4
* CIFS: SMBD: Implement function to reconnect to a SMB Direct transportLong Li2018-01-242-0/+40
* CIFS: SMBD: Upper layer connects to SMBDirect sessionLong Li2018-01-241-3/+19
* cifs: fix build errors for SMB_DIRECTRandy Dunlap2018-01-241-1/+1
* cifs: Fix missing put_xid in cifs_file_strict_mmapMatthew Wilcox2018-01-241-14/+12
* CIFS: SMBD: export protocol initial valuesLong Li2018-01-241-0/+79
* CIFS: SMBD: Implement function to create a SMB Direct connectionLong Li2018-01-242-0/+23
* CIFS: SMBD: Establish SMB Direct connectionLong Li2018-01-243-0/+1803
* CIFS: SMBD: Add SMB Direct protocol initial values and constantsLong Li2018-01-242-0/+98
* CIFS: SMBD: Add rdma mount optionLong Li2018-01-244-1/+23
* CIFS: SMBD: Introduce kernel config option CONFIG_CIFS_SMB_DIRECTLong Li2018-01-241-0/+8
* CIFS: SMBD: Add parameter rdata to smb2_new_read_reqLong Li2018-01-241-5/+9
* cifs: avoid a kmalloc in smb2_send_recv/SendReceive2 for the common caseRonnie Sahlberg2018-01-241-10/+23
* cifs: remove small_smb2_initRonnie Sahlberg2018-01-241-47/+6
* cifs: remove rfc1002 header from smb2_lease_ackRonnie Sahlberg2018-01-242-5/+16
* cifs: remove unused variable from SMB2_readRonnie Sahlberg2018-01-241-2/+0
* cifs: remove rfc1002 header from smb2_oplock_break we get from serverRonnie Sahlberg2018-01-243-6/+29
* cifs: remove rfc1002 header from smb2_query_info_reqRonnie Sahlberg2018-01-242-13/+15
* cifs: remove rfc1002 header from smb2_query_directory_reqRonnie Sahlberg2018-01-242-8/+8
* cifs: remove rfc1002 header from smb2_set_info_reqRonnie Sahlberg2018-01-242-11/+10
* cifs: remove rfc1002 header from smb2 read/write requestsRonnie Sahlberg2018-01-242-30/+23
* cifs: remove rfc1002 header from smb2_lock_reqRonnie Sahlberg2018-01-242-8/+7
* cifs: remove rfc1002 header from smb2_flush_reqRonnie Sahlberg2018-01-242-5/+5
* cifs: remove rfc1002 header from smb2_create_reqRonnie Sahlberg2018-01-242-19/+13
* cifs: remove rfc1002 header from smb2_sess_setup_reqRonnie Sahlberg2018-01-242-15/+14
* cifs: remove rfc1002 header from smb2_tree_connect_reqRonnie Sahlberg2018-01-242-10/+10
* cifs: remove rfc1002 header from smb2_echo_reqRonnie Sahlberg2018-01-242-7/+9
* cifs: remove rfc1002 header from smb2_ioctl_reqRonnie Sahlberg2018-01-242-12/+12
* cifs: remove rfc1002 header from smb2_close_reqRonnie Sahlberg2018-01-242-5/+5
* cifs: remove rfc1002 header from smb2_tree_disconnect_reqRonnie Sahlberg2018-01-242-3/+13
* cifs: remove rfc1002 header from smb2_logoff_reqRonnie Sahlberg2018-01-242-5/+14
* cifs: remove rfc1002 header from smb2_negotiate_reqRonnie Sahlberg2018-01-242-19/+21