summaryrefslogtreecommitdiffstats
path: root/fs/cifs
Commit message (Expand)AuthorAgeFilesLines
...
* | cifs: add .splice_writeAndrés Souto2018-01-271-0/+6
* | CIFS: document tcon/ses/server refcount danceAurelien Aptel2018-01-271-1/+31
* | move a few externs to smbdirect.h to eliminate warningSteve French2018-01-272-9/+9
* | CIFS: zero sensitive data when freeingAurelien Aptel2018-01-273-15/+8Star
* | Cleanup some minor endian issues in smb3 rdmaSteve French2018-01-273-20/+21
* | CIFS: dump IPC tcon in debug proc fileAurelien Aptel2018-01-271-26/+35
* | CIFS: use tcon_ipc instead of use_ipc parameter of SMB2_ioctlAurelien Aptel2018-01-274-37/+25Star
* | CIFS: make IPC a regular tconAurelien Aptel2018-01-275-76/+133
* | cifs: remove redundant duplicated assignment of pointer 'node'Colin Ian King2018-01-251-1/+1
* | CIFS: SMBD: work around gcc -Wmaybe-uninitialized warningArnd Bergmann2018-01-251-9/+6Star
* | cifs: Fix autonegotiate security settings mismatchDaniel N Pettersson2018-01-251-2/+1Star
* | CIFS: SMBD: _smbd_get_connection() can be statickbuild test robot2018-01-251-1/+1
* | CIFS: SMBD: Disable signing on SMB direct transportLong Li2018-01-252-0/+13
* | CIFS: SMBD: Add SMB Direct debug countersLong Li2018-01-251-0/+66
* | CIFS: SMBD: Upper layer performs SMB read via RDMA write through memory regis...Long Li2018-01-252-3/+59
* | CIFS: SMBD: Read correct returned data length for RDMA write (SMB read) I/OLong Li2018-01-254-7/+30
* | CIFS: SMBD: Upper layer performs SMB write via RDMA read through memory regis...Long Li2018-01-253-3/+72
* | CIFS: SMBD: Implement RDMA memory registrationLong Li2018-01-252-0/+474
* | CIFS: SMBD: Upper layer sends data via RDMA sendLong Li2018-01-251-2/+6
* | CIFS: SMBD: Implement function to send data via RDMA sendLong Li2018-01-252-0/+251
* | CIFS: SMBD: Upper layer receives data via RDMA receiveLong Li2018-01-251-2/+4
* | CIFS: SMBD: Implement function to receive data via RDMA receiveLong Li2018-01-252-0/+235
* | CIFS: SMBD: Set SMB Direct maximum read or write size for I/OLong Li2018-01-251-1/+11
* | CIFS: SMBD: Upper layer destroys SMB Direct session on shutdown or umountLong Li2018-01-251-1/+4
* | CIFS: SMBD: Implement function to destroy a SMB Direct connectionLong Li2018-01-252-0/+19
* | CIFS: SMBD: Upper layer reconnects to SMB Direct sessionLong Li2018-01-251-1/+4
* | CIFS: SMBD: Implement function to reconnect to a SMB Direct transportLong Li2018-01-252-0/+40
* | CIFS: SMBD: Upper layer connects to SMBDirect sessionLong Li2018-01-251-3/+19
* | cifs: fix build errors for SMB_DIRECTRandy Dunlap2018-01-251-1/+1
* | cifs: Fix missing put_xid in cifs_file_strict_mmapMatthew Wilcox2018-01-251-14/+12Star
* | CIFS: SMBD: export protocol initial valuesLong Li2018-01-251-0/+79
* | CIFS: SMBD: Implement function to create a SMB Direct connectionLong Li2018-01-252-0/+23
* | CIFS: SMBD: Establish SMB Direct connectionLong Li2018-01-253-0/+1803
* | CIFS: SMBD: Add SMB Direct protocol initial values and constantsLong Li2018-01-252-0/+98
* | CIFS: SMBD: Add rdma mount optionLong Li2018-01-254-1/+23
* | CIFS: SMBD: Introduce kernel config option CONFIG_CIFS_SMB_DIRECTLong Li2018-01-251-0/+8
* | CIFS: SMBD: Add parameter rdata to smb2_new_read_reqLong Li2018-01-251-5/+9
* | cifs: avoid a kmalloc in smb2_send_recv/SendReceive2 for the common caseRonnie Sahlberg2018-01-251-10/+23
* | cifs: remove small_smb2_initRonnie Sahlberg2018-01-251-47/+6Star
* | cifs: remove rfc1002 header from smb2_lease_ackRonnie Sahlberg2018-01-252-5/+16
* | cifs: remove unused variable from SMB2_readRonnie Sahlberg2018-01-251-2/+0Star
* | cifs: remove rfc1002 header from smb2_oplock_break we get from serverRonnie Sahlberg2018-01-253-6/+29
* | cifs: remove rfc1002 header from smb2_query_info_reqRonnie Sahlberg2018-01-252-13/+15
* | cifs: remove rfc1002 header from smb2_query_directory_reqRonnie Sahlberg2018-01-252-8/+8
* | cifs: remove rfc1002 header from smb2_set_info_reqRonnie Sahlberg2018-01-252-11/+10Star
* | cifs: remove rfc1002 header from smb2 read/write requestsRonnie Sahlberg2018-01-252-30/+23Star
* | cifs: remove rfc1002 header from smb2_lock_reqRonnie Sahlberg2018-01-252-8/+7Star
* | cifs: remove rfc1002 header from smb2_flush_reqRonnie Sahlberg2018-01-252-5/+5
* | cifs: remove rfc1002 header from smb2_create_reqRonnie Sahlberg2018-01-252-19/+13Star
* | cifs: remove rfc1002 header from smb2_sess_setup_reqRonnie Sahlberg2018-01-252-15/+14Star