summaryrefslogtreecommitdiffstats
path: root/fs/cifs
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | cifs: Add smb2_send_recvRonnie Sahlberg2018-01-242-0/+42
* | CIFS: don't log STATUS_NOT_FOUND errors for DFSAurelien Aptel2017-12-061-1/+2
* | cifs: fix NULL deref in SMB2_readRonnie Sahlberg2017-12-061-15/+15
|/
* Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-275-14/+14
* cifs: use find_get_pages_range_tag()Jan Kara2017-11-151-19/+2
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-11-141-26/+4
|\
| * cifs: move to generic async completionGilad Ben-Yossef2017-11-031-26/+4
* | Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-021-0/+1
|\ \
| * | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
| |/
* | cifs: check MaxPathNameComponentLength != 0 before using itRonnie Sahlberg2017-10-301-2/+3
* | SMB3: Validate negotiate request must always be signedSteve French2017-10-261-0/+3