summaryrefslogtreecommitdiff
path: root/fs/cifs
AgeCommit message (Expand)Author
2018-05-16smb3: directory sync should not return an errorSteve French
2018-05-01SMB311: Fix reconnectSteve French
2018-05-01cifs: smbd: Don't use RDMA read/write when signing is usedLong Li
2018-05-01cifs: smbd: Avoid allocating iov on the stackLong Li
2018-04-26cifs: do not allow creating sockets except with SMB1 posix exensionsSteve French
2018-04-26cifs: smbd: Check for iov length on sending the last iovLong Li
2018-04-24CIFS: fix sha512 check in cifs_crypto_secmech_releaseGustavo A. R. Silva
2018-04-24CIFS: implement v3.11 preauth integrityAurelien Aptel
2018-04-24CIFS: add sha512 secmechAurelien Aptel
2018-04-24CIFS: refactor crypto shash/sdesc allocation&freeAurelien Aptel
2018-04-24smb3: Fix root directory when server returns inode number of zeroSteve French
2018-04-24cifs: smbd: disconnect transport on RDMA errorsLong Li
2018-04-24cifs: smbd: avoid reconnect lockupLong Li
2018-04-24Tree connect for SMB3.1.1 must be signed for non-encrypted sharesSteve French
2018-04-24fix smb3-encryption breakage when CONFIG_DEBUG_SG=yRonnie Sahlberg
2018-04-24cifs: fix memory leak in SMB2_open()Ronnie Sahlberg
2018-02-07Add missing structs and defines from recent SMB3.1.1 documentationSteve French
2018-02-07address lock imbalance warnings in smbdirect.cSteve French
2018-02-07cifs: silence compiler warnings showing up with gcc-8.0.0Arnd Bergmann
2018-02-07Add some missing debug fields in server and tcon structsSteve French
2018-02-03Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-01-31Merge tag 'docs-4.16' of git://git.lwn.net/linuxLinus Torvalds
2018-01-28fs/cifs/cifsacl.c Fixes typo in a commentAchilles Gaikwad
2018-01-26update internal version number for cifs.koSteve French
2018-01-26cifs: add .splice_writeAndrés Souto
2018-01-26CIFS: document tcon/ses/server refcount danceAurelien Aptel
2018-01-26move a few externs to smbdirect.h to eliminate warningSteve French
2018-01-26CIFS: zero sensitive data when freeingAurelien Aptel
2018-01-26Cleanup some minor endian issues in smb3 rdmaSteve French
2018-01-26CIFS: dump IPC tcon in debug proc fileAurelien Aptel
2018-01-26CIFS: use tcon_ipc instead of use_ipc parameter of SMB2_ioctlAurelien Aptel
2018-01-26CIFS: make IPC a regular tconAurelien Aptel
2018-01-24cifs: remove redundant duplicated assignment of pointer 'node'Colin Ian King
2018-01-24CIFS: SMBD: work around gcc -Wmaybe-uninitialized warningArnd Bergmann
2018-01-24cifs: Fix autonegotiate security settings mismatchDaniel N Pettersson
2018-01-24CIFS: SMBD: _smbd_get_connection() can be statickbuild test robot
2018-01-24CIFS: SMBD: Disable signing on SMB direct transportLong Li
2018-01-24CIFS: SMBD: Add SMB Direct debug countersLong Li
2018-01-24CIFS: SMBD: Upper layer performs SMB read via RDMA write through memory regis...Long Li
2018-01-24CIFS: SMBD: Read correct returned data length for RDMA write (SMB read) I/OLong Li
2018-01-24CIFS: SMBD: Upper layer performs SMB write via RDMA read through memory regis...Long Li
2018-01-24CIFS: SMBD: Implement RDMA memory registrationLong Li
2018-01-24CIFS: SMBD: Upper layer sends data via RDMA sendLong Li
2018-01-24CIFS: SMBD: Implement function to send data via RDMA sendLong Li
2018-01-24CIFS: SMBD: Upper layer receives data via RDMA receiveLong Li
2018-01-24CIFS: SMBD: Implement function to receive data via RDMA receiveLong Li
2018-01-24CIFS: SMBD: Set SMB Direct maximum read or write size for I/OLong Li
2018-01-24CIFS: SMBD: Upper layer destroys SMB Direct session on shutdown or umountLong Li
2018-01-24CIFS: SMBD: Implement function to destroy a SMB Direct connectionLong Li
2018-01-24CIFS: SMBD: Upper layer reconnects to SMB Direct sessionLong Li