summaryrefslogtreecommitdiffstats
path: root/fs/cifs
Commit message (Expand)AuthorAgeFilesLines
* Add missing structs and defines from recent SMB3.1.1 documentationSteve French2018-02-071-2/+112
* address lock imbalance warnings in smbdirect.cSteve French2018-02-071-7/+9
* cifs: silence compiler warnings showing up with gcc-8.0.0Arnd Bergmann2018-02-071-3/+1
* Add some missing debug fields in server and tcon structsSteve French2018-02-071-1/+8
* Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-02-031-4/+6
|\
| * cifs: Define usercopy region in cifs_request slab cacheDavid Windsor2018-01-151-4/+6
* | Merge tag 'docs-4.16' of git://git.lwn.net/linuxLinus Torvalds2018-01-311-8/+7
|\ \
| * | fs/*/Kconfig: drop links to 404-compliant http://acl.bestbits.atAdam Borowski2018-01-011-8/+7
| |/
* | 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
OpenPOWER on IntegriCloud