aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-07Add missing structs and defines from recent SMB3.1.1 documentationSteve French1-2/+112
2018-02-07address lock imbalance warnings in smbdirect.cSteve French1-7/+9
2018-02-07cifs: silence compiler warnings showing up with gcc-8.0.0Arnd Bergmann1-3/+1
2018-02-07Add some missing debug fields in server and tcon structsSteve French1-1/+8
2018-02-03Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-4/+6
2018-01-31Merge tag 'docs-4.16' of git://git.lwn.net/linuxLinus Torvalds1-8/+7
2018-01-28fs/cifs/cifsacl.c Fixes typo in a commentAchilles Gaikwad1-1/+1
2018-01-26update internal version number for cifs.koSteve French1-1/+1
2018-01-26cifs: add .splice_writeAndrés Souto1-0/+6
2018-01-26CIFS: document tcon/ses/server refcount danceAurelien Aptel1-1/+31
2018-01-26move a few externs to smbdirect.h to eliminate warningSteve French2-9/+9
2018-01-26CIFS: zero sensitive data when freeingAurelien Aptel3-15/+8
2018-01-26Cleanup some minor endian issues in smb3 rdmaSteve French3-20/+21
2018-01-26CIFS: dump IPC tcon in debug proc fileAurelien Aptel1-26/+35
2018-01-26CIFS: use tcon_ipc instead of use_ipc parameter of SMB2_ioctlAurelien Aptel4-37/+25
2018-01-26CIFS: make IPC a regular tconAurelien Aptel5-76/+133
2018-01-24cifs: remove redundant duplicated assignment of pointer 'node'Colin Ian King1-1/+1
2018-01-24CIFS: SMBD: work around gcc -Wmaybe-uninitialized warningArnd Bergmann1-9/+6
2018-01-24cifs: Fix autonegotiate security settings mismatchDaniel N Pettersson1-2/+1
2018-01-24CIFS: SMBD: _smbd_get_connection() can be statickbuild test robot1-1/+1
2018-01-24CIFS: SMBD: Disable signing on SMB direct transportLong Li2-0/+13
2018-01-24CIFS: SMBD: Add SMB Direct debug countersLong Li1-0/+66
2018-01-24CIFS: SMBD: Upper layer performs SMB read via RDMA write through memory registrationLong Li2-3/+59
2018-01-24CIFS: SMBD: Read correct returned data length for RDMA write (SMB read) I/OLong Li4-7/+30
2018-01-24CIFS: SMBD: Upper layer performs SMB write via RDMA read through memory registrationLong Li3-3/+72
2018-01-24CIFS: SMBD: Implement RDMA memory registrationLong Li2-0/+474
2018-01-24CIFS: SMBD: Upper layer sends data via RDMA sendLong Li1-2/+6
2018-01-24CIFS: SMBD: Implement function to send data via RDMA sendLong Li2-0/+251
2018-01-24CIFS: SMBD: Upper layer receives data via RDMA receiveLong Li1-2/+4
2018-01-24CIFS: SMBD: Implement function to receive data via RDMA receiveLong Li2-0/+235
2018-01-24CIFS: SMBD: Set SMB Direct maximum read or write size for I/OLong Li1-1/+11
2018-01-24CIFS: SMBD: Upper layer destroys SMB Direct session on shutdown or umountLong Li1-1/+4
2018-01-24CIFS: SMBD: Implement function to destroy a SMB Direct connectionLong Li2-0/+19
2018-01-24CIFS: SMBD: Upper layer reconnects to SMB Direct sessionLong Li1-1/+4
2018-01-24CIFS: SMBD: Implement function to reconnect to a SMB Direct transportLong Li2-0/+40
2018-01-24CIFS: SMBD: Upper layer connects to SMBDirect sessionLong Li1-3/+19
2018-01-24cifs: fix build errors for SMB_DIRECTRandy Dunlap1-1/+1
2018-01-24cifs: Fix missing put_xid in cifs_file_strict_mmapMatthew Wilcox1-14/+12
2018-01-24CIFS: SMBD: export protocol initial valuesLong Li1-0/+79
2018-01-24CIFS: SMBD: Implement function to create a SMB Direct connectionLong Li2-0/+23
2018-01-24CIFS: SMBD: Establish SMB Direct connectionLong Li3-0/+1803
2018-01-24CIFS: SMBD: Add SMB Direct protocol initial values and constantsLong Li2-0/+98
2018-01-24CIFS: SMBD: Add rdma mount optionLong Li4-1/+23
2018-01-24CIFS: SMBD: Introduce kernel config option CONFIG_CIFS_SMB_DIRECTLong Li1-0/+8
2018-01-24CIFS: SMBD: Add parameter rdata to smb2_new_read_reqLong Li1-5/+9
2018-01-24cifs: avoid a kmalloc in smb2_send_recv/SendReceive2 for the common caseRonnie Sahlberg1-10/+23
2018-01-24cifs: remove small_smb2_initRonnie Sahlberg1-47/+6
2018-01-24cifs: remove rfc1002 header from smb2_lease_ackRonnie Sahlberg2-5/+16
2018-01-24cifs: remove unused variable from SMB2_readRonnie Sahlberg1-2/+0
2018-01-24cifs: remove rfc1002 header from smb2_oplock_break we get from serverRonnie Sahlberg3-6/+29