summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag '4.16-rc-SMB3' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2018-01-2924-442/+3896
|\
| * fs/cifs/cifsacl.c Fixes typo in a commentAchilles Gaikwad2018-01-281-1/+1
| * update internal version number for cifs.koSteve French2018-01-261-1/+1
| * cifs: add .splice_writeAndrés Souto2018-01-261-0/+6
| * CIFS: document tcon/ses/server refcount danceAurelien Aptel2018-01-261-1/+31
| * move a few externs to smbdirect.h to eliminate warningSteve French2018-01-262-9/+9
| * CIFS: zero sensitive data when freeingAurelien Aptel2018-01-263-15/+8
| * Cleanup some minor endian issues in smb3 rdmaSteve French2018-01-263-20/+21
| * CIFS: dump IPC tcon in debug proc fileAurelien Aptel2018-01-261-26/+35
| * CIFS: use tcon_ipc instead of use_ipc parameter of SMB2_ioctlAurelien Aptel2018-01-264-37/+25
| * 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